@timardex/cluemart-server-shared 1.0.162 → 1.0.164

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.
@@ -12321,7 +12321,8 @@ var schema11 = new MongooseSchema15(
12321
12321
  required: false,
12322
12322
  type: [resourceRelationsSchema]
12323
12323
  },
12324
- tags: { required: true, type: [String] }
12324
+ tags: { required: true, type: [String] },
12325
+ unregisteredVendorIds: { default: [], required: false, type: [String] }
12325
12326
  },
12326
12327
  { timestamps: true }
12327
12328
  );