@timardex/cluemart-shared 1.7.53 → 1.7.55

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 (54) hide show
  1. package/dist/{ad-mUnDAPSR.d.ts → ad--1Dgx3EQ.d.ts} +2 -2
  2. package/dist/{ad-C4p6YSGQ.d.mts → ad-DgFNz7LE.d.mts} +2 -2
  3. package/dist/{affiliate-CVSQtlRk.d.ts → affiliate-BtxKsl7M.d.ts} +2 -2
  4. package/dist/{affiliate-BtwUxF_w.d.mts → affiliate-CyELKIG-.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-BHEP7DY7.mjs → chunk-7RQ6PC7B.mjs} +5 -3
  8. package/dist/chunk-7RQ6PC7B.mjs.map +1 -0
  9. package/dist/{chunk-GW52WYYK.mjs → chunk-QYHJKAVQ.mjs} +7 -5
  10. package/dist/chunk-QYHJKAVQ.mjs.map +1 -0
  11. package/dist/{contactUs-UWXzii_N.d.ts → contactUs-CX1bTZ9V.d.ts} +1 -1
  12. package/dist/{contactUs-CfJflYDQ.d.mts → contactUs-kzob0wKa.d.mts} +1 -1
  13. package/dist/formFields/index.cjs +6 -4
  14. package/dist/formFields/index.cjs.map +1 -1
  15. package/dist/formFields/index.d.mts +1 -1
  16. package/dist/formFields/index.d.ts +1 -1
  17. package/dist/formFields/index.mjs +2 -2
  18. package/dist/{global-eKtRdO3m.d.mts → global-CcE-PQOR.d.mts} +7 -5
  19. package/dist/{global-SpvNInzo.d.ts → global-CdSsPQHl.d.ts} +7 -5
  20. package/dist/graphql/index.d.mts +5 -5
  21. package/dist/graphql/index.d.ts +5 -5
  22. package/dist/hooks/index.cjs +10 -6
  23. package/dist/hooks/index.cjs.map +1 -1
  24. package/dist/hooks/index.d.mts +5 -5
  25. package/dist/hooks/index.d.ts +5 -5
  26. package/dist/hooks/index.mjs +3 -3
  27. package/dist/hooks/index.mjs.map +1 -1
  28. package/dist/index.cjs +9 -5
  29. package/dist/index.cjs.map +1 -1
  30. package/dist/index.d.mts +7 -5
  31. package/dist/index.d.ts +7 -5
  32. package/dist/index.mjs +9 -5
  33. package/dist/index.mjs.map +1 -1
  34. package/dist/map/index.d.mts +1 -1
  35. package/dist/map/index.d.ts +1 -1
  36. package/dist/{resourceActivities-BxscFtkL.d.ts → resourceActivities-Cjvh0Szg.d.ts} +1 -1
  37. package/dist/{resourceActivities-Bh_nj9xh.d.mts → resourceActivities-D36XsiZQ.d.mts} +1 -1
  38. package/dist/sharing/index.d.mts +1 -1
  39. package/dist/sharing/index.d.ts +1 -1
  40. package/dist/types/index.cjs +6 -4
  41. package/dist/types/index.cjs.map +1 -1
  42. package/dist/types/index.d.mts +7 -7
  43. package/dist/types/index.d.ts +7 -7
  44. package/dist/types/index.mjs +1 -1
  45. package/dist/{user-CmGQOai2.d.ts → user-CQC_FzHj.d.ts} +1 -1
  46. package/dist/{user-BvBpIU4z.d.mts → user-D2Dww93Z.d.mts} +1 -1
  47. package/dist/utils/index.cjs +6 -4
  48. package/dist/utils/index.cjs.map +1 -1
  49. package/dist/utils/index.d.mts +3 -3
  50. package/dist/utils/index.d.ts +3 -3
  51. package/dist/utils/index.mjs +2 -2
  52. package/package.json +1 -1
  53. package/dist/chunk-BHEP7DY7.mjs.map +0 -1
  54. package/dist/chunk-GW52WYYK.mjs.map +0 -1
package/dist/index.d.mts CHANGED
@@ -349,15 +349,15 @@ type GlobalGameData = {
349
349
  declare const gameScreenIdentifierList: readonly [{
350
350
  readonly clue: "Where your actions turn into a timeline.";
351
351
  readonly id: "activities";
352
- readonly match: "/profile/activities";
352
+ readonly match: "/profile/account/favourites";
353
353
  }, {
354
354
  readonly clue: "Where conversations happen without speaking.";
355
355
  readonly id: "chat";
356
- readonly match: "/profile/chat";
356
+ readonly match: "/chat";
357
357
  }, {
358
358
  readonly clue: "The place to redefine who you are.";
359
359
  readonly id: "edit-profile";
360
- readonly match: "/profile/edit-profile";
360
+ readonly match: "/profile/account";
361
361
  }, {
362
362
  readonly clue: "A single moment worth showing up for.";
363
363
  readonly id: "single-event";
@@ -530,8 +530,10 @@ type GameLeaderboard = {
530
530
  };
531
531
 
532
532
  declare enum EnumPostType {
533
- MARKET_FACES = "market_faces",
534
533
  CLUE_BITES = "clue_bites",
534
+ CLUE_GUIDES_FOR_ORGANISERS = "clue_guides_for_organisers",
535
+ CLUE_GUIDES_FOR_VENDORS = "clue_guides_for_vendors",
536
+ MARKET_FACES = "market_faces",
535
537
  PLAY_AND_WIN = "play_and_win"
536
538
  }
537
539
  declare enum EnumPostContentType {
@@ -640,7 +642,7 @@ type CouponVendorProduct = {
640
642
  couponId: string;
641
643
  productId: string;
642
644
  vendorId: string;
643
- vendorCouponId?: string;
645
+ vendorCouponId?: string | null;
644
646
  };
645
647
  type CouponDefaultsFormData = {
646
648
  couponDescription: string;
package/dist/index.d.ts CHANGED
@@ -349,15 +349,15 @@ type GlobalGameData = {
349
349
  declare const gameScreenIdentifierList: readonly [{
350
350
  readonly clue: "Where your actions turn into a timeline.";
351
351
  readonly id: "activities";
352
- readonly match: "/profile/activities";
352
+ readonly match: "/profile/account/favourites";
353
353
  }, {
354
354
  readonly clue: "Where conversations happen without speaking.";
355
355
  readonly id: "chat";
356
- readonly match: "/profile/chat";
356
+ readonly match: "/chat";
357
357
  }, {
358
358
  readonly clue: "The place to redefine who you are.";
359
359
  readonly id: "edit-profile";
360
- readonly match: "/profile/edit-profile";
360
+ readonly match: "/profile/account";
361
361
  }, {
362
362
  readonly clue: "A single moment worth showing up for.";
363
363
  readonly id: "single-event";
@@ -530,8 +530,10 @@ type GameLeaderboard = {
530
530
  };
531
531
 
532
532
  declare enum EnumPostType {
533
- MARKET_FACES = "market_faces",
534
533
  CLUE_BITES = "clue_bites",
534
+ CLUE_GUIDES_FOR_ORGANISERS = "clue_guides_for_organisers",
535
+ CLUE_GUIDES_FOR_VENDORS = "clue_guides_for_vendors",
536
+ MARKET_FACES = "market_faces",
535
537
  PLAY_AND_WIN = "play_and_win"
536
538
  }
537
539
  declare enum EnumPostContentType {
@@ -640,7 +642,7 @@ type CouponVendorProduct = {
640
642
  couponId: string;
641
643
  productId: string;
642
644
  vendorId: string;
643
- vendorCouponId?: string;
645
+ vendorCouponId?: string | null;
644
646
  };
645
647
  type CouponDefaultsFormData = {
646
648
  couponDescription: string;
package/dist/index.mjs CHANGED
@@ -470,17 +470,17 @@ var gameScreenIdentifierList = [
470
470
  {
471
471
  clue: "Where your actions turn into a timeline.",
472
472
  id: "activities",
473
- match: "/profile/activities"
473
+ match: "/profile/account/favourites"
474
474
  },
475
475
  {
476
476
  clue: "Where conversations happen without speaking.",
477
477
  id: "chat",
478
- match: "/profile/chat"
478
+ match: "/chat"
479
479
  },
480
480
  {
481
481
  clue: "The place to redefine who you are.",
482
482
  id: "edit-profile",
483
- match: "/profile/edit-profile"
483
+ match: "/profile/account"
484
484
  },
485
485
  {
486
486
  clue: "A single moment worth showing up for.",
@@ -919,8 +919,10 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
919
919
 
920
920
  // src/types/post.ts
921
921
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
922
- EnumPostType2["MARKET_FACES"] = "market_faces";
923
922
  EnumPostType2["CLUE_BITES"] = "clue_bites";
923
+ EnumPostType2["CLUE_GUIDES_FOR_ORGANISERS"] = "clue_guides_for_organisers";
924
+ EnumPostType2["CLUE_GUIDES_FOR_VENDORS"] = "clue_guides_for_vendors";
925
+ EnumPostType2["MARKET_FACES"] = "market_faces";
924
926
  EnumPostType2["PLAY_AND_WIN"] = "play_and_win";
925
927
  return EnumPostType2;
926
928
  })(EnumPostType || {});
@@ -1103,7 +1105,9 @@ var rewardNiceNames = {
1103
1105
  var PostTypeLabels = {
1104
1106
  ["market_faces" /* MARKET_FACES */]: "Market Faces",
1105
1107
  ["clue_bites" /* CLUE_BITES */]: "Clue Bites",
1106
- ["play_and_win" /* PLAY_AND_WIN */]: "Play & Win"
1108
+ ["play_and_win" /* PLAY_AND_WIN */]: "Play & Win",
1109
+ ["clue_guides_for_organisers" /* CLUE_GUIDES_FOR_ORGANISERS */]: "Clue Guides for Organisers",
1110
+ ["clue_guides_for_vendors" /* CLUE_GUIDES_FOR_VENDORS */]: "Clue Guides for Stallholders"
1107
1111
  };
1108
1112
  var CM_SCHOOL_PROMO_CODE = `${PROMO_CODE_PREFIX}SCHOOL`;
1109
1113
  var CM_AFFILIATE_PROMO_CODE = `${PROMO_CODE_PREFIX}AFFILIATE`;