@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/index.mjs CHANGED
@@ -11269,6 +11269,11 @@ var schema3 = new MongooseSchema6(
11269
11269
  rainOrShine: { required: true, type: Boolean },
11270
11270
  rating: { required: false, type: Number },
11271
11271
  region: { required: false, type: String },
11272
+ relations: {
11273
+ default: [],
11274
+ required: false,
11275
+ type: [resourceRelationsSchema]
11276
+ },
11272
11277
  restroom: { required: false, type: Boolean },
11273
11278
  reviewCount: { required: false, type: Number },
11274
11279
  slug: { required: true, type: String },