@timardex/cluemart-server-shared 1.0.67 → 1.0.69
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-NYPGJ4EH.mjs → chunk-XCZWK6CV.mjs} +6 -1
- package/dist/{chunk-NYPGJ4EH.mjs.map → chunk-XCZWK6CV.mjs.map} +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +5 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +5 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -11248,6 +11248,11 @@ var schema3 = new MongooseSchema6(
|
|
|
11248
11248
|
rainOrShine: { required: true, type: Boolean },
|
|
11249
11249
|
rating: { required: false, type: Number },
|
|
11250
11250
|
region: { required: false, type: String },
|
|
11251
|
+
relations: {
|
|
11252
|
+
default: [],
|
|
11253
|
+
required: false,
|
|
11254
|
+
type: [resourceRelationsSchema]
|
|
11255
|
+
},
|
|
11251
11256
|
restroom: { required: false, type: Boolean },
|
|
11252
11257
|
reviewCount: { required: false, type: Number },
|
|
11253
11258
|
slug: { required: true, type: String },
|
|
@@ -12023,4 +12028,4 @@ react/cjs/react.development.js:
|
|
|
12023
12028
|
* LICENSE file in the root directory of this source tree.
|
|
12024
12029
|
*)
|
|
12025
12030
|
*/
|
|
12026
|
-
//# sourceMappingURL=chunk-
|
|
12031
|
+
//# sourceMappingURL=chunk-XCZWK6CV.mjs.map
|