@timardex/cluemart-server-shared 1.0.205 → 1.0.206

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.
@@ -37,7 +37,7 @@ import {
37
37
  resourceRelationsSchema,
38
38
  termsAgreementSchema,
39
39
  userLicenseSchema
40
- } from "../chunk-75OR3Z2F.mjs";
40
+ } from "../chunk-BIHC7C72.mjs";
41
41
  export {
42
42
  APP_SETTINGS_ID,
43
43
  AdModel,
@@ -8241,6 +8241,10 @@ var schema7 = new MongooseSchema11(
8241
8241
  required: false,
8242
8242
  type: [userLicenseSchema]
8243
8243
  },
8244
+ location: {
8245
+ required: false,
8246
+ type: locationsSchema
8247
+ },
8244
8248
  overallPoints: { default: 0, required: false, type: Number },
8245
8249
  partner: {
8246
8250
  ref: "Partner",