@timardex/cluemart-shared 1.7.59 → 1.7.61

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 (51) hide show
  1. package/dist/{ad-CaNdaVzA.d.mts → ad-CGwb6bvG.d.mts} +2 -2
  2. package/dist/{ad-BXYzElOY.d.ts → ad-DRVDzG8k.d.ts} +2 -2
  3. package/dist/{affiliate-KIMlFQc0.d.mts → affiliate-CMI_3XHG.d.mts} +2 -2
  4. package/dist/{affiliate-C4kUR-RF.d.ts → affiliate-KoA4a4ZS.d.ts} +2 -2
  5. package/dist/auth/index.d.mts +3 -3
  6. package/dist/auth/index.d.ts +3 -3
  7. package/dist/{chunk-TRWMYXB7.mjs → chunk-5YXMWX5D.mjs} +2 -2
  8. package/dist/{chunk-HBW4LTNY.mjs → chunk-AP7J6Y6E.mjs} +3 -5
  9. package/dist/{chunk-HBW4LTNY.mjs.map → chunk-AP7J6Y6E.mjs.map} +1 -1
  10. package/dist/{chunk-GZZMH35Y.mjs → chunk-GR2JH7DC.mjs} +1 -1
  11. package/dist/{chunk-GZZMH35Y.mjs.map → chunk-GR2JH7DC.mjs.map} +1 -1
  12. package/dist/{contactUs-CArD2hbK.d.ts → contactUs-B2uX5d6w.d.ts} +1 -1
  13. package/dist/{contactUs-B7wv2hjk.d.mts → contactUs-DaCfW02-.d.mts} +1 -1
  14. package/dist/formFields/index.d.mts +1 -1
  15. package/dist/formFields/index.d.ts +1 -1
  16. package/dist/formFields/index.mjs +2 -2
  17. package/dist/{global-xmZHaJhe.d.ts → global-BbSXt5al.d.ts} +3 -2
  18. package/dist/{global-ho4a3lOA.d.mts → global-Dc_Ef7-l.d.mts} +3 -2
  19. package/dist/graphql/index.cjs +2 -4
  20. package/dist/graphql/index.cjs.map +1 -1
  21. package/dist/graphql/index.d.mts +5 -5
  22. package/dist/graphql/index.d.ts +5 -5
  23. package/dist/graphql/index.mjs +1 -1
  24. package/dist/hooks/index.cjs +2 -4
  25. package/dist/hooks/index.cjs.map +1 -1
  26. package/dist/hooks/index.d.mts +5 -5
  27. package/dist/hooks/index.d.ts +5 -5
  28. package/dist/hooks/index.mjs +3 -3
  29. package/dist/index.cjs +2 -4
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.d.mts +3 -2
  32. package/dist/index.d.ts +3 -2
  33. package/dist/index.mjs +2 -4
  34. package/dist/index.mjs.map +1 -1
  35. package/dist/map/index.d.mts +1 -1
  36. package/dist/map/index.d.ts +1 -1
  37. package/dist/{resourceActivities-CWVdldcS.d.mts → resourceActivities-DSsIEMZ4.d.mts} +1 -1
  38. package/dist/{resourceActivities-BPNPHXgT.d.ts → resourceActivities-Yowml2rs.d.ts} +1 -1
  39. package/dist/sharing/index.d.mts +1 -1
  40. package/dist/sharing/index.d.ts +1 -1
  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-IkpoJkZz.d.mts → user-C1hCvvbu.d.mts} +1 -1
  46. package/dist/{user-J01cQFJ6.d.ts → user-D0yOSvYp.d.ts} +1 -1
  47. package/dist/utils/index.d.mts +3 -3
  48. package/dist/utils/index.d.ts +3 -3
  49. package/dist/utils/index.mjs +2 -2
  50. package/package.json +1 -1
  51. /package/dist/{chunk-TRWMYXB7.mjs.map → chunk-5YXMWX5D.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -525,8 +525,9 @@ type GameDocType = {
525
525
  };
526
526
  type GameLeaderboard = {
527
527
  gameHistory: GameHistory[] | null;
528
+ nickName: string;
528
529
  overallPoints: number;
529
- owner: OwnerType;
530
+ userId: string;
530
531
  };
531
532
 
532
533
  declare enum EnumPostType {
@@ -675,7 +676,7 @@ type CouponDataProductsType = {
675
676
  type CouponDataType = CouponDefaultsFormData & {
676
677
  _id: string;
677
678
  active: boolean;
678
- couponCode: CouponCodeType;
679
+ couponCode: CouponCodeType | null;
679
680
  createdAt: Date;
680
681
  participantUsers: CouponParticipantUserType[] | null;
681
682
  products?: CouponDataProductsType[] | null;
package/dist/index.d.ts CHANGED
@@ -525,8 +525,9 @@ type GameDocType = {
525
525
  };
526
526
  type GameLeaderboard = {
527
527
  gameHistory: GameHistory[] | null;
528
+ nickName: string;
528
529
  overallPoints: number;
529
- owner: OwnerType;
530
+ userId: string;
530
531
  };
531
532
 
532
533
  declare enum EnumPostType {
@@ -675,7 +676,7 @@ type CouponDataProductsType = {
675
676
  type CouponDataType = CouponDefaultsFormData & {
676
677
  _id: string;
677
678
  active: boolean;
678
- couponCode: CouponCodeType;
679
+ couponCode: CouponCodeType | null;
679
680
  createdAt: Date;
680
681
  participantUsers: CouponParticipantUserType[] | null;
681
682
  products?: CouponDataProductsType[] | null;
package/dist/index.mjs CHANGED
@@ -7335,13 +7335,11 @@ var GET_GAME_LEADERBOARD = gql36`
7335
7335
  gameHistory {
7336
7336
  ...GameHistoryFields
7337
7337
  }
7338
+ nickName
7338
7339
  overallPoints
7339
- owner {
7340
- ...OwnerFields
7341
- }
7340
+ userId
7342
7341
  }
7343
7342
  }
7344
- ${OWNER_FIELDS_FRAGMENT}
7345
7343
  ${GAME_HISTORY_FIELDS_FRAGMENT}
7346
7344
  `;
7347
7345