@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.
- 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 +85 -66
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +85 -66
- 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 +85 -66
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +83 -65
- package/dist/service/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -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
|
);
|