@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.
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}
@@ -8484,7 +8485,7 @@ var contentSchema = new MongooseSchema18(
8484
8485
  );
8485
8486
  var schema14 = new MongooseSchema18(
8486
8487
  {
8487
- active: { default: true, required: true, type: Boolean },
8488
+ active: { default: false, required: true, type: Boolean },
8488
8489
  caption: { required: true, type: String },
8489
8490
  content: {
8490
8491
  default: [],