@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.
package/dist/index.cjs CHANGED
@@ -8122,6 +8122,10 @@ var schema7 = new MongooseSchema11(
8122
8122
  required: false,
8123
8123
  type: [userLicenseSchema]
8124
8124
  },
8125
+ location: {
8126
+ required: false,
8127
+ type: locationsSchema
8128
+ },
8125
8129
  overallPoints: { default: 0, required: false, type: Number },
8126
8130
  partner: {
8127
8131
  ref: "Partner",