@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.
@@ -6723,6 +6723,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = gql`
6723
6723
  gameTitle
6724
6724
  gameType
6725
6725
  gameTypeId
6726
+ overallGamePoints
6726
6727
  pointsEarned
6727
6728
  }
6728
6729
  ${GAME_DATE_FIELDS_FRAGMENT}
@@ -8399,7 +8400,7 @@ var contentSchema = new MongooseSchema18(
8399
8400
  );
8400
8401
  var schema14 = new MongooseSchema18(
8401
8402
  {
8402
- active: { default: true, required: true, type: Boolean },
8403
+ active: { default: false, required: true, type: Boolean },
8403
8404
  caption: { required: true, type: String },
8404
8405
  content: {
8405
8406
  default: [],
@@ -8710,4 +8711,4 @@ export {
8710
8711
  GameModel,
8711
8712
  SchoolModel
8712
8713
  };
8713
- //# sourceMappingURL=chunk-7SJC4FKW.mjs.map
8714
+ //# sourceMappingURL=chunk-75OR3Z2F.mjs.map