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

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

const UnderwritingQuestion = new mongoose.Schema(
  {
    question: { type: String, required: true },
    answered: { type: Boolean, required: false },
    occurrence_date: { type: String, required: false },
    explanation: { type: String, required: false },
    // resolution_date: string; //conflict
    resolution_description: { type: String, required: false },
    number_of: [
      {
        value: { type: String, required: false },
        type: { type: String, required: false },
        ext: { type: String, required: false },
      },
    ],
    answer_amount: [
      {
        value: { type: String, required: false },
        type: { type: String, required: false },
        ext: { type: String, required: false },
      },
    ],
    answer_choice_id: [
      {
        value: { type: String, required: false },
        type: { type: String, required: false },
        ext: { type: String, required: false },
      },
    ],
    answer: { 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("UnderwritingQuestion", UnderwritingQuestion));

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