@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.
@@ -42,7 +42,7 @@ import {
42
42
  termsAgreementSchema,
43
43
  userLicenseSchema,
44
44
  vendorProductTypeSchema
45
- } from "../chunk-YXUMN7EM.mjs";
45
+ } from "../chunk-IACWQ3VJ.mjs";
46
46
  export {
47
47
  APP_SETTINGS_ID,
48
48
  AdModel,
@@ -7432,13 +7432,11 @@ var GET_GAME_LEADERBOARD = gql`
7432
7432
  gameHistory {
7433
7433
  ...GameHistoryFields
7434
7434
  }
7435
+ nickName
7435
7436
  overallPoints
7436
- owner {
7437
- ...OwnerFields
7438
- }
7437
+ userId
7439
7438
  }
7440
7439
  }
7441
- ${OWNER_FIELDS_FRAGMENT}
7442
7440
  ${GAME_HISTORY_FIELDS_FRAGMENT}
7443
7441
  `;
7444
7442
  var START_GAME_MUTATION = gql`
@@ -9244,7 +9242,7 @@ var couponParticipantUserSchema = new MongooseSchema13(
9244
9242
  var couponDataSchema = new MongooseSchema13(
9245
9243
  {
9246
9244
  active: { default: true, required: true, type: Boolean },
9247
- couponCode: { required: true, type: couponCodeSchema },
9245
+ couponCode: { required: false, type: couponCodeSchema },
9248
9246
  couponDescription: { required: true, type: String },
9249
9247
  couponOption: { required: true, type: couponOptionSchema },
9250
9248
  couponVendorProducts: {
@@ -10047,7 +10045,7 @@ var SHARE_RESOURCE_LABEL2 = {
10047
10045
  school: "School"
10048
10046
  };
10049
10047
 
10050
- // node_modules/@timardex/cluemart-shared/dist/chunk-GZZMH35Y.mjs
10048
+ // node_modules/@timardex/cluemart-shared/dist/chunk-GR2JH7DC.mjs
10051
10049
  var PROMO_CODE_PREFIX2 = "CM-";
10052
10050
  var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
10053
10051
  var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
@@ -10149,7 +10147,7 @@ var gameScreenIdentifierList2 = [
10149
10147
  }
10150
10148
  ];
10151
10149
 
10152
- // node_modules/@timardex/cluemart-shared/dist/chunk-TRWMYXB7.mjs
10150
+ // node_modules/@timardex/cluemart-shared/dist/chunk-5YXMWX5D.mjs
10153
10151
  var import_dayjs4 = __toESM(require("dayjs"), 1);
10154
10152
  var statusOptions2 = [
10155
10153
  ...Object.values(EnumInviteStatus2).map((status) => ({