@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.
@@ -31,7 +31,7 @@ import {
31
31
  resourceRelationsSchema,
32
32
  termsAgreementSchema,
33
33
  userLicenseSchema
34
- } from "../chunk-NYPGJ4EH.mjs";
34
+ } from "../chunk-XCZWK6CV.mjs";
35
35
  import "../chunk-3QS3WKRC.mjs";
36
36
  export {
37
37
  APP_SETTINGS_ID,
@@ -11504,6 +11504,11 @@ var schema5 = new MongooseSchema8(
11504
11504
  rainOrShine: { required: true, type: Boolean },
11505
11505
  rating: { required: false, type: Number },
11506
11506
  region: { required: false, type: String },
11507
+ relations: {
11508
+ default: [],
11509
+ required: false,
11510
+ type: [resourceRelationsSchema]
11511
+ },
11507
11512
  restroom: { required: false, type: Boolean },
11508
11513
  reviewCount: { required: false, type: Number },
11509
11514
  slug: { required: true, type: String },