@timardex/cluemart-shared 1.7.81 → 1.7.83

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.
Files changed (56) hide show
  1. package/dist/{ad-Ccub0dUY.d.ts → ad-BwfNEfvN.d.ts} +2 -2
  2. package/dist/{ad-C-WrwLSJ.d.mts → ad-CjiiPTke.d.mts} +2 -2
  3. package/dist/{affiliate-C3l4i4LE.d.ts → affiliate-B4e50Q65.d.ts} +2 -2
  4. package/dist/{affiliate-DRYIzs8h.d.mts → affiliate-Ci9YSdAV.d.mts} +2 -2
  5. package/dist/auth/index.d.mts +3 -3
  6. package/dist/auth/index.d.ts +3 -3
  7. package/dist/{chunk-FGVNX6EN.mjs → chunk-364EX22V.mjs} +3 -3
  8. package/dist/{chunk-FGVNX6EN.mjs.map → chunk-364EX22V.mjs.map} +1 -1
  9. package/dist/{chunk-UPFNTXDX.mjs → chunk-5RXL62LO.mjs} +2 -2
  10. package/dist/{chunk-PRKURJNJ.mjs → chunk-BL7UBY4I.mjs} +2 -1
  11. package/dist/{chunk-PRKURJNJ.mjs.map → chunk-BL7UBY4I.mjs.map} +1 -1
  12. package/dist/{contactUs-rULU4WRv.d.ts → contactUs-Dm-0Qua3.d.ts} +1 -1
  13. package/dist/{contactUs-BUTaIUdI.d.mts → contactUs-TEAbhwp9.d.mts} +1 -1
  14. package/dist/formFields/index.cjs +2 -2
  15. package/dist/formFields/index.cjs.map +1 -1
  16. package/dist/formFields/index.d.mts +1 -1
  17. package/dist/formFields/index.d.ts +1 -1
  18. package/dist/formFields/index.mjs +2 -2
  19. package/dist/{global-HQbMlnwu.d.mts → global-CDYmiqmd.d.mts} +3 -2
  20. package/dist/{global-Bliy01XC.d.ts → global-DTXnm4Ok.d.ts} +3 -2
  21. package/dist/graphql/index.cjs +1 -0
  22. package/dist/graphql/index.cjs.map +1 -1
  23. package/dist/graphql/index.d.mts +5 -5
  24. package/dist/graphql/index.d.ts +5 -5
  25. package/dist/graphql/index.mjs +1 -1
  26. package/dist/hooks/index.cjs +3 -2
  27. package/dist/hooks/index.cjs.map +1 -1
  28. package/dist/hooks/index.d.mts +5 -5
  29. package/dist/hooks/index.d.ts +5 -5
  30. package/dist/hooks/index.mjs +3 -3
  31. package/dist/index.cjs +3 -2
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.mts +3 -2
  34. package/dist/index.d.ts +3 -2
  35. package/dist/index.mjs +3 -2
  36. package/dist/index.mjs.map +1 -1
  37. package/dist/map/index.d.mts +1 -1
  38. package/dist/map/index.d.ts +1 -1
  39. package/dist/{resourceActivities-DaxI9hqp.d.mts → resourceActivities-BDp-h5yH.d.mts} +1 -1
  40. package/dist/{resourceActivities-1bw5mP7H.d.ts → resourceActivities-C14qOL7_.d.ts} +1 -1
  41. package/dist/sharing/index.d.mts +1 -1
  42. package/dist/sharing/index.d.ts +1 -1
  43. package/dist/types/index.cjs +2 -2
  44. package/dist/types/index.cjs.map +1 -1
  45. package/dist/types/index.d.mts +7 -7
  46. package/dist/types/index.d.ts +7 -7
  47. package/dist/types/index.mjs +1 -1
  48. package/dist/{user-DSozTq44.d.ts → user-BC4SpAj_.d.ts} +1 -1
  49. package/dist/{user-Bzw_43as.d.mts → user-DzOlyCj5.d.mts} +1 -1
  50. package/dist/utils/index.cjs +2 -2
  51. package/dist/utils/index.cjs.map +1 -1
  52. package/dist/utils/index.d.mts +3 -3
  53. package/dist/utils/index.d.ts +3 -3
  54. package/dist/utils/index.mjs +2 -2
  55. package/package.json +1 -1
  56. /package/dist/{chunk-UPFNTXDX.mjs.map → chunk-5RXL62LO.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -358,7 +358,7 @@ declare const gameScreenIdentifierList: readonly [{
358
358
  }, {
359
359
  readonly clue: "Where you can find your loyalties.";
360
360
  readonly id: "coupons";
361
- readonly match: "/coupons";
361
+ readonly match: "/profile/account/coupons";
362
362
  }, {
363
363
  readonly clue: "A single moment worth showing up for.";
364
364
  readonly id: "single-event";
@@ -382,7 +382,7 @@ declare const gameScreenIdentifierList: readonly [{
382
382
  }, {
383
383
  readonly clue: "Where fun becomes a challenge.";
384
384
  readonly id: "games";
385
- readonly match: "/games";
385
+ readonly match: "/profile/account/games";
386
386
  }, {
387
387
  readonly clue: "Your starting point for everything.";
388
388
  readonly id: "home";
@@ -695,6 +695,7 @@ type CouponDataType = CouponDefaultsFormData & {
695
695
  active: boolean;
696
696
  couponCode: CouponCodeType | null;
697
697
  createdAt: Date;
698
+ deletedAt: Date | null;
698
699
  participantUsers: CouponParticipantUserType[] | null;
699
700
  products?: CouponDataProductsType[] | null;
700
701
  updatedAt: Date | null;
package/dist/index.d.ts CHANGED
@@ -358,7 +358,7 @@ declare const gameScreenIdentifierList: readonly [{
358
358
  }, {
359
359
  readonly clue: "Where you can find your loyalties.";
360
360
  readonly id: "coupons";
361
- readonly match: "/coupons";
361
+ readonly match: "/profile/account/coupons";
362
362
  }, {
363
363
  readonly clue: "A single moment worth showing up for.";
364
364
  readonly id: "single-event";
@@ -382,7 +382,7 @@ declare const gameScreenIdentifierList: readonly [{
382
382
  }, {
383
383
  readonly clue: "Where fun becomes a challenge.";
384
384
  readonly id: "games";
385
- readonly match: "/games";
385
+ readonly match: "/profile/account/games";
386
386
  }, {
387
387
  readonly clue: "Your starting point for everything.";
388
388
  readonly id: "home";
@@ -695,6 +695,7 @@ type CouponDataType = CouponDefaultsFormData & {
695
695
  active: boolean;
696
696
  couponCode: CouponCodeType | null;
697
697
  createdAt: Date;
698
+ deletedAt: Date | null;
698
699
  participantUsers: CouponParticipantUserType[] | null;
699
700
  products?: CouponDataProductsType[] | null;
700
701
  updatedAt: Date | null;
package/dist/index.mjs CHANGED
@@ -479,7 +479,7 @@ var gameScreenIdentifierList = [
479
479
  {
480
480
  clue: "Where you can find your loyalties.",
481
481
  id: "coupons",
482
- match: "/coupons"
482
+ match: "/profile/account/coupons"
483
483
  },
484
484
  {
485
485
  clue: "A single moment worth showing up for.",
@@ -509,7 +509,7 @@ var gameScreenIdentifierList = [
509
509
  {
510
510
  clue: "Where fun becomes a challenge.",
511
511
  id: "games",
512
- match: "/games"
512
+ match: "/profile/account/games"
513
513
  },
514
514
  {
515
515
  clue: "Your starting point for everything.",
@@ -8124,6 +8124,7 @@ var COUPON_DATA_FIELDS_FRAGMENT = gql42`
8124
8124
  ...CouponVendorProductFields
8125
8125
  }
8126
8126
  createdAt
8127
+ deletedAt
8127
8128
  endDate
8128
8129
  participantUsers {
8129
8130
  ...CouponParticipantUserFields