@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.
@@ -37,7 +37,7 @@ import {
37
37
  resourceRelationsSchema,
38
38
  termsAgreementSchema,
39
39
  userLicenseSchema
40
- } from "../chunk-7SJC4FKW.mjs";
40
+ } from "../chunk-75OR3Z2F.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}
@@ -8603,7 +8604,7 @@ var contentSchema = new MongooseSchema18(
8603
8604
  );
8604
8605
  var schema14 = new MongooseSchema18(
8605
8606
  {
8606
- active: { default: true, required: true, type: Boolean },
8607
+ active: { default: false, required: true, type: Boolean },
8607
8608
  caption: { required: true, type: String },
8608
8609
  content: {
8609
8610
  default: [],