@timardex/cluemart-server-shared 1.0.204 → 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-7SJC4FKW.mjs";
40
+ } from "../chunk-BIHC7C72.mjs";
41
41
  export {
42
42
  APP_SETTINGS_ID,
43
43
  AdModel,
@@ -6792,6 +6792,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql`
6792
6792
  gameTitle
6793
6793
  gameType
6794
6794
  gameTypeId
6795
+ overallGamePoints
6795
6796
  pointsEarned
6796
6797
  }
6797
6798
  ${GAME_DATE_FIELDS_FRAGMENT}
@@ -8240,6 +8241,10 @@ var schema7 = new MongooseSchema11(
8240
8241
  required: false,
8241
8242
  type: [userLicenseSchema]
8242
8243
  },
8244
+ location: {
8245
+ required: false,
8246
+ type: locationsSchema
8247
+ },
8243
8248
  overallPoints: { default: 0, required: false, type: Number },
8244
8249
  partner: {
8245
8250
  ref: "Partner",
@@ -8603,7 +8608,7 @@ var contentSchema = new MongooseSchema18(
8603
8608
  );
8604
8609
  var schema14 = new MongooseSchema18(
8605
8610
  {
8606
- active: { default: true, required: true, type: Boolean },
8611
+ active: { default: false, required: true, type: Boolean },
8607
8612
  caption: { required: true, type: String },
8608
8613
  content: {
8609
8614
  default: [],