@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.
@@ -12221,9 +12221,9 @@ var schema9 = new MongooseSchema13(
12221
12221
  type: [resourceRelationsSchema]
12222
12222
  },
12223
12223
  unregisteredVendorId: {
12224
- default: null,
12224
+ ref: "UnregisteredVendor",
12225
12225
  required: false,
12226
- type: String
12226
+ type: import_mongoose13.default.Schema.Types.ObjectId
12227
12227
  },
12228
12228
  vendorInfoId: {
12229
12229
  ref: "VendorInfo",