@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.
@@ -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 },