@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.mjs CHANGED
@@ -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}
@@ -8036,6 +8037,10 @@ var schema7 = new MongooseSchema11(
8036
8037
  required: false,
8037
8038
  type: [userLicenseSchema]
8038
8039
  },
8040
+ location: {
8041
+ required: false,
8042
+ type: locationsSchema
8043
+ },
8039
8044
  overallPoints: { default: 0, required: false, type: Number },
8040
8045
  partner: {
8041
8046
  ref: "Partner",
@@ -8399,7 +8404,7 @@ var contentSchema = new MongooseSchema18(
8399
8404
  );
8400
8405
  var schema14 = new MongooseSchema18(
8401
8406
  {
8402
- active: { default: true, required: true, type: Boolean },
8407
+ active: { default: false, required: true, type: Boolean },
8403
8408
  caption: { required: true, type: String },
8404
8409
  content: {
8405
8410
  default: [],