@timardex/cluemart-server-shared 1.0.162 → 1.0.163

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.
@@ -36,7 +36,7 @@ import {
36
36
  resourceRelationsSchema,
37
37
  termsAgreementSchema,
38
38
  userLicenseSchema
39
- } from "../chunk-N2SOT77G.mjs";
39
+ } from "../chunk-RGSAG3WZ.mjs";
40
40
  import "../chunk-3QS3WKRC.mjs";
41
41
  export {
42
42
  APP_SETTINGS_ID,
@@ -12451,7 +12451,8 @@ var schema11 = new MongooseSchema15(
12451
12451
  required: false,
12452
12452
  type: [resourceRelationsSchema]
12453
12453
  },
12454
- tags: { required: true, type: [String] }
12454
+ tags: { required: true, type: [String] },
12455
+ unregisteredVendorIds: { default: [], required: false, type: [String] }
12455
12456
  },
12456
12457
  { timestamps: true }
12457
12458
  );