/
home
/
infinitibizsol
/
.trash
/
node_modules.8
/
.cache
/
esm
/
File Upload :
llllll
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));
Copyright ©2k19 -
Hexid
|
Tex7ure