@timardex/cluemart-shared 1.7.60 → 1.7.62

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-CdL1XH3f.d.mts → ad-CX_5xl7b.d.mts} +2 -2
  2. package/dist/{ad-Ckg8IqFy.d.ts → ad-Dn1L9OpH.d.ts} +2 -2
  3. package/dist/{affiliate-Dfpf8vGj.d.mts → affiliate-C3AhB3D_.d.mts} +2 -2
  4. package/dist/{affiliate-CDGc9amH.d.ts → affiliate-CdFMHIAI.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-AP7J6Y6E.mjs → chunk-GK773FVL.mjs} +2 -1
  8. package/dist/{chunk-AP7J6Y6E.mjs.map → chunk-GK773FVL.mjs.map} +1 -1
  9. package/dist/{chunk-7JNXGDIR.mjs → chunk-H4UY76FG.mjs} +2 -2
  10. package/dist/{chunk-OLVLTGDN.mjs → chunk-O2TNYFUH.mjs} +1 -1
  11. package/dist/{chunk-OLVLTGDN.mjs.map → chunk-O2TNYFUH.mjs.map} +1 -1
  12. package/dist/{contactUs-BLEbKGJR.d.mts → contactUs-B1J8xVR_.d.mts} +1 -1
  13. package/dist/{contactUs-eSNZQkig.d.ts → contactUs-B3Jy6lSO.d.ts} +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-DbfmJMpn.d.mts → global-9dM4g5_h.d.mts} +2 -1
  18. package/dist/{global-C0wTxDyn.d.ts → global-Cth1J7MX.d.ts} +2 -1
  19. package/dist/graphql/index.cjs +1 -0
  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 +1 -0
  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 +1 -0
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.d.mts +2 -1
  32. package/dist/index.d.ts +2 -1
  33. package/dist/index.mjs +1 -0
  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-BOvEouHt.d.mts → resourceActivities-DZL_oKKt.d.mts} +1 -1
  38. package/dist/{resourceActivities-B0ZzKmhp.d.ts → resourceActivities-k58jnCEO.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-Gi9rr5MJ.d.mts → user-Ca1jaqJo.d.mts} +1 -1
  46. package/dist/{user-DJXnwtoU.d.ts → user-CpedBDF1.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-7JNXGDIR.mjs.map → chunk-H4UY76FG.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -659,6 +659,7 @@ type CouponParticipantUserType = {
659
659
  createdAt: Date;
660
660
  updatedAt: Date | null;
661
661
  userId: string;
662
+ nickName?: string | null;
662
663
  };
663
664
  type CouponCodeType = {
664
665
  code: string;
@@ -676,7 +677,7 @@ type CouponDataProductsType = {
676
677
  type CouponDataType = CouponDefaultsFormData & {
677
678
  _id: string;
678
679
  active: boolean;
679
- couponCode: CouponCodeType;
680
+ couponCode: CouponCodeType | null;
680
681
  createdAt: Date;
681
682
  participantUsers: CouponParticipantUserType[] | null;
682
683
  products?: CouponDataProductsType[] | null;
package/dist/index.d.ts CHANGED
@@ -659,6 +659,7 @@ type CouponParticipantUserType = {
659
659
  createdAt: Date;
660
660
  updatedAt: Date | null;
661
661
  userId: string;
662
+ nickName?: string | null;
662
663
  };
663
664
  type CouponCodeType = {
664
665
  code: string;
@@ -676,7 +677,7 @@ type CouponDataProductsType = {
676
677
  type CouponDataType = CouponDefaultsFormData & {
677
678
  _id: string;
678
679
  active: boolean;
679
- couponCode: CouponCodeType;
680
+ couponCode: CouponCodeType | null;
680
681
  createdAt: Date;
681
682
  participantUsers: CouponParticipantUserType[] | null;
682
683
  products?: CouponDataProductsType[] | null;
package/dist/index.mjs CHANGED
@@ -8021,6 +8021,7 @@ var COUPON_PARTICIPANT_USER_FIELDS_FRAGMENT = gql42`
8021
8021
  createdAt
8022
8022
  updatedAt
8023
8023
  userId
8024
+ nickName
8024
8025
  }
8025
8026
  `;
8026
8027
  var COUPON_OPTION_FIELDS_FRAGMENT = gql42`