@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/{chunk-N2SOT77G.mjs → chunk-RGSAG3WZ.mjs} +3 -2
- package/dist/{chunk-N2SOT77G.mjs.map → chunk-RGSAG3WZ.mjs.map} +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -12332,7 +12332,8 @@ var schema11 = new MongooseSchema15(
|
|
|
12332
12332
|
required: false,
|
|
12333
12333
|
type: [resourceRelationsSchema]
|
|
12334
12334
|
},
|
|
12335
|
-
tags: { required: true, type: [String] }
|
|
12335
|
+
tags: { required: true, type: [String] },
|
|
12336
|
+
unregisteredVendorIds: { default: [], required: false, type: [String] }
|
|
12336
12337
|
},
|
|
12337
12338
|
{ timestamps: true }
|
|
12338
12339
|
);
|