@timardex/cluemart-server-shared 1.0.204 → 1.0.205

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.
@@ -6796,6 +6796,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql`
6796
6796
  gameTitle
6797
6797
  gameType
6798
6798
  gameTypeId
6799
+ overallGamePoints
6799
6800
  pointsEarned
6800
6801
  }
6801
6802
  ${GAME_DATE_FIELDS_FRAGMENT}
@@ -8472,7 +8473,7 @@ var contentSchema = new MongooseSchema18(
8472
8473
  );
8473
8474
  var schema14 = new MongooseSchema18(
8474
8475
  {
8475
- active: { default: true, required: true, type: Boolean },
8476
+ active: { default: false, required: true, type: Boolean },
8476
8477
  caption: { required: true, type: String },
8477
8478
  content: {
8478
8479
  default: [],