@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
package/dist/mongoose/index.cjs
CHANGED
|
@@ -11313,6 +11313,11 @@ var schema3 = new MongooseSchema6(
|
|
|
11313
11313
|
rainOrShine: { required: true, type: Boolean },
|
|
11314
11314
|
rating: { required: false, type: Number },
|
|
11315
11315
|
region: { required: false, type: String },
|
|
11316
|
+
relations: {
|
|
11317
|
+
default: [],
|
|
11318
|
+
required: false,
|
|
11319
|
+
type: [resourceRelationsSchema]
|
|
11320
|
+
},
|
|
11316
11321
|
restroom: { required: false, type: Boolean },
|
|
11317
11322
|
reviewCount: { required: false, type: Number },
|
|
11318
11323
|
slug: { required: true, type: String },
|