@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.
package/dist/index.cjs CHANGED
@@ -7478,13 +7478,11 @@ var GET_GAME_LEADERBOARD = gql`
7478
7478
  gameHistory {
7479
7479
  ...GameHistoryFields
7480
7480
  }
7481
+ nickName
7481
7482
  overallPoints
7482
- owner {
7483
- ...OwnerFields
7484
- }
7483
+ userId
7485
7484
  }
7486
7485
  }
7487
- ${OWNER_FIELDS_FRAGMENT}
7488
7486
  ${GAME_HISTORY_FIELDS_FRAGMENT}
7489
7487
  `;
7490
7488
  var START_GAME_MUTATION = gql`
@@ -9290,7 +9288,7 @@ var couponParticipantUserSchema = new MongooseSchema13(
9290
9288
  var couponDataSchema = new MongooseSchema13(
9291
9289
  {
9292
9290
  active: { default: true, required: true, type: Boolean },
9293
- couponCode: { required: true, type: couponCodeSchema },
9291
+ couponCode: { required: false, type: couponCodeSchema },
9294
9292
  couponDescription: { required: true, type: String },
9295
9293
  couponOption: { required: true, type: couponOptionSchema },
9296
9294
  couponVendorProducts: {
@@ -10093,7 +10091,7 @@ var SHARE_RESOURCE_LABEL2 = {
10093
10091
  school: "School"
10094
10092
  };
10095
10093
 
10096
- // node_modules/@timardex/cluemart-shared/dist/chunk-GZZMH35Y.mjs
10094
+ // node_modules/@timardex/cluemart-shared/dist/chunk-GR2JH7DC.mjs
10097
10095
  var PROMO_CODE_PREFIX2 = "CM-";
10098
10096
  var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
10099
10097
  var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
@@ -10195,7 +10193,7 @@ var gameScreenIdentifierList2 = [
10195
10193
  }
10196
10194
  ];
10197
10195
 
10198
- // node_modules/@timardex/cluemart-shared/dist/chunk-TRWMYXB7.mjs
10196
+ // node_modules/@timardex/cluemart-shared/dist/chunk-5YXMWX5D.mjs
10199
10197
  var import_dayjs4 = __toESM(require("dayjs"), 1);
10200
10198
  var statusOptions2 = [
10201
10199
  ...Object.values(EnumInviteStatus2).map((status) => ({