@timardex/cluemart-server-shared 1.1.34 → 1.1.35

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.
@@ -41,7 +41,7 @@ import {
41
41
  termsAgreementSchema,
42
42
  userLicenseSchema,
43
43
  vendorProductTypeSchema
44
- } from "../chunk-UGGLUJIR.mjs";
44
+ } from "../chunk-ZVXL6B3M.mjs";
45
45
  export {
46
46
  APP_SETTINGS_ID,
47
47
  AdModel,
@@ -3460,7 +3460,7 @@ var gameScreenIdentifierList = [
3460
3460
  {
3461
3461
  clue: "Where you can find your loyalties.",
3462
3462
  id: "coupons",
3463
- match: "/coupons"
3463
+ match: "/profile/account/coupons"
3464
3464
  },
3465
3465
  {
3466
3466
  clue: "A single moment worth showing up for.",
@@ -3490,7 +3490,7 @@ var gameScreenIdentifierList = [
3490
3490
  {
3491
3491
  clue: "Where fun becomes a challenge.",
3492
3492
  id: "games",
3493
- match: "/games"
3493
+ match: "/profile/account/games"
3494
3494
  },
3495
3495
  {
3496
3496
  clue: "Your starting point for everything.",
@@ -7926,6 +7926,7 @@ var COUPON_DATA_FIELDS_FRAGMENT = gql`
7926
7926
  ...CouponVendorProductFields
7927
7927
  }
7928
7928
  createdAt
7929
+ deletedAt
7929
7930
  endDate
7930
7931
  participantUsers {
7931
7932
  ...CouponParticipantUserFields
@@ -9991,6 +9992,7 @@ var couponDataSchema = new MongooseSchema26(
9991
9992
  required: false,
9992
9993
  type: [couponVendorProductSchema]
9993
9994
  },
9995
+ deletedAt: { default: null, required: false, type: Date },
9994
9996
  endDate: { required: true, type: Date },
9995
9997
  participantUsers: {
9996
9998
  default: null,
@@ -10091,7 +10093,7 @@ var SHARE_RESOURCE_LABEL2 = {
10091
10093
  school: "School"
10092
10094
  };
10093
10095
 
10094
- // node_modules/@timardex/cluemart-shared/dist/chunk-FGVNX6EN.mjs
10096
+ // node_modules/@timardex/cluemart-shared/dist/chunk-364EX22V.mjs
10095
10097
  var PROMO_CODE_PREFIX2 = "CM-";
10096
10098
  var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
10097
10099
  var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
@@ -10104,7 +10106,7 @@ var gameScreenIdentifierList2 = [
10104
10106
  {
10105
10107
  clue: "Where you can find your loyalties.",
10106
10108
  id: "coupons",
10107
- match: "/coupons"
10109
+ match: "/profile/account/coupons"
10108
10110
  },
10109
10111
  {
10110
10112
  clue: "A single moment worth showing up for.",
@@ -10134,7 +10136,7 @@ var gameScreenIdentifierList2 = [
10134
10136
  {
10135
10137
  clue: "Where fun becomes a challenge.",
10136
10138
  id: "games",
10137
- match: "/games"
10139
+ match: "/profile/account/games"
10138
10140
  },
10139
10141
  {
10140
10142
  clue: "Your starting point for everything.",
@@ -10203,7 +10205,7 @@ var gameScreenIdentifierList2 = [
10203
10205
  }
10204
10206
  ];
10205
10207
 
10206
- // node_modules/@timardex/cluemart-shared/dist/chunk-UPFNTXDX.mjs
10208
+ // node_modules/@timardex/cluemart-shared/dist/chunk-5RXL62LO.mjs
10207
10209
  var import_dayjs4 = __toESM(require("dayjs"), 1);
10208
10210
  var statusOptions2 = [
10209
10211
  ...Object.values(EnumInviteStatus2).map((status) => ({