@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.
package/dist/index.cjs CHANGED
@@ -6808,6 +6808,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql`
6808
6808
  gameTitle
6809
6809
  gameType
6810
6810
  gameTypeId
6811
+ overallGamePoints
6811
6812
  pointsEarned
6812
6813
  }
6813
6814
  ${GAME_DATE_FIELDS_FRAGMENT}
@@ -8121,6 +8122,10 @@ var schema7 = new MongooseSchema11(
8121
8122
  required: false,
8122
8123
  type: [userLicenseSchema]
8123
8124
  },
8125
+ location: {
8126
+ required: false,
8127
+ type: locationsSchema
8128
+ },
8124
8129
  overallPoints: { default: 0, required: false, type: Number },
8125
8130
  partner: {
8126
8131
  ref: "Partner",
@@ -8484,7 +8489,7 @@ var contentSchema = new MongooseSchema18(
8484
8489
  );
8485
8490
  var schema14 = new MongooseSchema18(
8486
8491
  {
8487
- active: { default: true, required: true, type: Boolean },
8492
+ active: { default: false, required: true, type: Boolean },
8488
8493
  caption: { required: true, type: String },
8489
8494
  content: {
8490
8495
  default: [],