@timardex/cluemart-server-shared 1.0.173 → 1.0.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -12232,9 +12232,9 @@ var schema9 = new MongooseSchema13(
12232
12232
  type: [resourceRelationsSchema]
12233
12233
  },
12234
12234
  unregisteredVendorId: {
12235
- default: null,
12235
+ ref: "UnregisteredVendor",
12236
12236
  required: false,
12237
- type: String
12237
+ type: import_mongoose13.default.Schema.Types.ObjectId
12238
12238
  },
12239
12239
  vendorInfoId: {
12240
12240
  ref: "VendorInfo",