@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
|
@@ -12251,7 +12251,8 @@ var schema11 = new MongooseSchema15(
|
|
|
12251
12251
|
required: false,
|
|
12252
12252
|
type: [resourceRelationsSchema]
|
|
12253
12253
|
},
|
|
12254
|
-
tags: { required: true, type: [String] }
|
|
12254
|
+
tags: { required: true, type: [String] },
|
|
12255
|
+
unregisteredVendorIds: { default: [], required: false, type: [String] }
|
|
12255
12256
|
},
|
|
12256
12257
|
{ timestamps: true }
|
|
12257
12258
|
);
|
|
@@ -12636,4 +12637,4 @@ react/cjs/react.development.js:
|
|
|
12636
12637
|
* LICENSE file in the root directory of this source tree.
|
|
12637
12638
|
*)
|
|
12638
12639
|
*/
|
|
12639
|
-
//# sourceMappingURL=chunk-
|
|
12640
|
+
//# sourceMappingURL=chunk-RGSAG3WZ.mjs.map
|