@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.cjs CHANGED
@@ -11320,6 +11320,11 @@ var schema3 = new MongooseSchema6(
11320
11320
  rainOrShine: { required: true, type: Boolean },
11321
11321
  rating: { required: false, type: Number },
11322
11322
  region: { required: false, type: String },
11323
+ relations: {
11324
+ default: [],
11325
+ required: false,
11326
+ type: [resourceRelationsSchema]
11327
+ },
11323
11328
  restroom: { required: false, type: Boolean },
11324
11329
  reviewCount: { required: false, type: Number },
11325
11330
  slug: { required: true, type: String },