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

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

const _linkedAccount = new mongoose.Schema({
  relation_ref: {
    type: mongoose.Schema.ObjectId,
    ref: "Contact",
  },
  relation_ship: { type: String, required: false, default: "" },
});

const LinkedAccount = new mongoose.Schema(
  {
    contact_id: {
      type: mongoose.Schema.ObjectId,
      ref: "Contact",
    },
    linked_accounts: [_linkedAccount],
    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

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

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