@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.
@@ -8110,6 +8110,10 @@ var schema7 = new MongooseSchema11(
8110
8110
  required: false,
8111
8111
  type: [userLicenseSchema]
8112
8112
  },
8113
+ location: {
8114
+ required: false,
8115
+ type: locationsSchema
8116
+ },
8113
8117
  overallPoints: { default: 0, required: false, type: Number },
8114
8118
  partner: {
8115
8119
  ref: "Partner",