@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.mjs CHANGED
@@ -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: {
@@ -9987,7 +9985,7 @@ var SHARE_RESOURCE_LABEL2 = {
9987
9985
  school: "School"
9988
9986
  };
9989
9987
 
9990
- // node_modules/@timardex/cluemart-shared/dist/chunk-GZZMH35Y.mjs
9988
+ // node_modules/@timardex/cluemart-shared/dist/chunk-GR2JH7DC.mjs
9991
9989
  var PROMO_CODE_PREFIX2 = "CM-";
9992
9990
  var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
9993
9991
  var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
@@ -10089,7 +10087,7 @@ var gameScreenIdentifierList2 = [
10089
10087
  }
10090
10088
  ];
10091
10089
 
10092
- // node_modules/@timardex/cluemart-shared/dist/chunk-TRWMYXB7.mjs
10090
+ // node_modules/@timardex/cluemart-shared/dist/chunk-5YXMWX5D.mjs
10093
10091
  import dayjs4 from "dayjs";
10094
10092
  var statusOptions2 = [
10095
10093
  ...Object.values(EnumInviteStatus2).map((status) => ({