Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/dc51e6774133dd3f.js

let mongoose;_413‍.x([["default",()=>_413‍.o]]);_413‍.w("mongoose",[["default",["mongoose"],function(v){mongoose=v}]]);

const ExpireDates = new mongoose.Schema(
  {
    x_date: { type: String, required: false },
    line_of_business: { type: String, required: false },
    expiration_premium: { type: String, required: false },
    term: { type: String, required: false },
    related_policy: { type: String, required: false },
    x_date_description: { type: String, required: false },
    contact_id: {
      type: mongoose.Schema.ObjectId,
      ref: "Contact",
    },
    deleted: {
      type: Boolean,
      default: false,
    },

    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

_413‍.d(mongoose.model("ExpireDates", ExpireDates));

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists