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/d73696112e0b308e.js

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

const NamedInsured = new mongoose.Schema(
  {
    name: { type: String, required: false },
    company_id: { type: String, required: false },
    agency_id: { type: String, required: false },
    legal_entity_code: { type: String, required: false },
    no_of_member_and_manager: { type: String, required: false },
    tax_code: { type: String, required: false },
    education_level: { type: String, required: false },
    citizenship: { type: String, required: false },
    policy_id: {
      type: mongoose.Schema.ObjectId,
      ref: "Policy",
    },
    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

_2e0‍.d(mongoose.model("NamedInsured", NamedInsured));

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