@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/mongoose/index.mjs
CHANGED
package/dist/service/index.cjs
CHANGED
|
@@ -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
|
);
|