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

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

const GeneralLiabilityUnderwriting = new mongoose.Schema(
  {
    medical_facilities: { type: Boolean, required: false },
    radioactive_exposure_code: { type: Boolean, required: false },
    hazardous_material_involved: { type: Boolean, required: false },
    operation_change: { type: Boolean, required: false },
    loaned_machinery: { type: Boolean, required: false },
    water_exposure: { type: Boolean, required: false },
    parking_facilities_ownership: { type: Boolean, required: false },
    parking_change_reason: { type: Boolean, required: false },
    recreation_facilities_provided: { type: Boolean, required: false },
    swimming_pool_premises: { type: Boolean, required: false },
    sporting_social_events_sponsored: { type: Boolean, required: false },
    structural_alteration_contemplated: { type: Boolean, required: false },
    demolition_exposure_contemplated: { type: Boolean, required: false },
    question: [
      {
        title: { type: String, required: false },
        response_number: { type: String, required: false },
        high_impact: { type: Boolean, required: false },
        response: { 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 },
  }
);

_799‍.d(mongoose.model(
  "GeneralLiabilityUnderwriting",
  GeneralLiabilityUnderwriting
));

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