@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.
package/dist/index.mjs CHANGED
@@ -12272,7 +12272,8 @@ var schema11 = new MongooseSchema15(
12272
12272
  required: false,
12273
12273
  type: [resourceRelationsSchema]
12274
12274
  },
12275
- tags: { required: true, type: [String] }
12275
+ tags: { required: true, type: [String] },
12276
+ unregisteredVendorIds: { default: [], required: false, type: [String] }
12276
12277
  },
12277
12278
  { timestamps: true }
12278
12279
  );