@timardex/cluemart-server-shared 1.1.25 → 1.1.26

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.
@@ -7372,13 +7372,11 @@ var GET_GAME_LEADERBOARD = gql`
7372
7372
  gameHistory {
7373
7373
  ...GameHistoryFields
7374
7374
  }
7375
+ nickName
7375
7376
  overallPoints
7376
- owner {
7377
- ...OwnerFields
7378
- }
7377
+ userId
7379
7378
  }
7380
7379
  }
7381
- ${OWNER_FIELDS_FRAGMENT}
7382
7380
  ${GAME_HISTORY_FIELDS_FRAGMENT}
7383
7381
  `;
7384
7382
  var START_GAME_MUTATION = gql`
@@ -9184,7 +9182,7 @@ var couponParticipantUserSchema = new MongooseSchema13(
9184
9182
  var couponDataSchema = new MongooseSchema13(
9185
9183
  {
9186
9184
  active: { default: true, required: true, type: Boolean },
9187
- couponCode: { required: true, type: couponCodeSchema },
9185
+ couponCode: { required: false, type: couponCodeSchema },
9188
9186
  couponDescription: { required: true, type: String },
9189
9187
  couponOption: { required: true, type: couponOptionSchema },
9190
9188
  couponVendorProducts: {
@@ -9978,4 +9976,4 @@ export {
9978
9976
  SchoolModel,
9979
9977
  AffiliateModel
9980
9978
  };
9981
- //# sourceMappingURL=chunk-YXUMN7EM.mjs.map
9979
+ //# sourceMappingURL=chunk-IACWQ3VJ.mjs.map