@timardex/cluemart-server-shared 1.0.87 → 1.0.88
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-OAZFO6PX.mjs → chunk-H4HID6QS.mjs} +2 -2
- package/dist/{chunk-OAZFO6PX.mjs.map → chunk-H4HID6QS.mjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -12
- package/dist/index.d.ts +8 -12
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +8 -12
- package/dist/mongoose/index.d.ts +8 -12
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -12089,7 +12089,7 @@ var schema13 = new MongooseSchema18(
|
|
|
12089
12089
|
resource: {
|
|
12090
12090
|
required: false,
|
|
12091
12091
|
type: {
|
|
12092
|
-
resourceId: { required: true, type:
|
|
12092
|
+
resourceId: { required: true, type: String },
|
|
12093
12093
|
resourceType: {
|
|
12094
12094
|
enum: Object.values(EnumResourceType),
|
|
12095
12095
|
required: true,
|
|
@@ -12189,4 +12189,4 @@ react/cjs/react.development.js:
|
|
|
12189
12189
|
* LICENSE file in the root directory of this source tree.
|
|
12190
12190
|
*)
|
|
12191
12191
|
*/
|
|
12192
|
-
//# sourceMappingURL=chunk-
|
|
12192
|
+
//# sourceMappingURL=chunk-H4HID6QS.mjs.map
|