@timardex/cluemart-shared 1.5.780 → 1.5.781

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 (36) hide show
  1. package/dist/{affiliate-BAjNz0Qo.d.ts → affiliate--dA3h3nC.d.ts} +1 -0
  2. package/dist/{affiliate-C6lnX0z-.d.mts → affiliate-BiT2X-2N.d.mts} +1 -0
  3. package/dist/{chunk-4U2JXFNR.mjs → chunk-2EGAQPCX.mjs} +2 -2
  4. package/dist/{chunk-R4GAZNEY.mjs → chunk-3UZKSUNV.mjs} +2 -1
  5. package/dist/{chunk-R4GAZNEY.mjs.map → chunk-3UZKSUNV.mjs.map} +1 -1
  6. package/dist/{chunk-U764OJ5Z.mjs → chunk-52Y5C6F4.mjs} +1 -1
  7. package/dist/{chunk-U764OJ5Z.mjs.map → chunk-52Y5C6F4.mjs.map} +1 -1
  8. package/dist/{chunk-NQSWN3FW.mjs → chunk-HF2P7QJ5.mjs} +2 -2
  9. package/dist/{chunk-T7OGF2MY.mjs → chunk-LGOTXNPD.mjs} +2 -2
  10. package/dist/formFields/index.mjs +3 -3
  11. package/dist/graphql/index.cjs +1 -0
  12. package/dist/graphql/index.cjs.map +1 -1
  13. package/dist/graphql/index.d.mts +1 -1
  14. package/dist/graphql/index.d.ts +1 -1
  15. package/dist/graphql/index.mjs +1 -1
  16. package/dist/hooks/index.cjs +1 -0
  17. package/dist/hooks/index.cjs.map +1 -1
  18. package/dist/hooks/index.mjs +5 -5
  19. package/dist/index.cjs +1 -0
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.mts +1 -0
  22. package/dist/index.d.ts +1 -0
  23. package/dist/index.mjs +1 -0
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/sharing/index.mjs +3 -3
  26. package/dist/types/index.cjs.map +1 -1
  27. package/dist/types/index.d.mts +1 -1
  28. package/dist/types/index.d.ts +1 -1
  29. package/dist/types/index.mjs +1 -1
  30. package/dist/utils/index.d.mts +1 -1
  31. package/dist/utils/index.d.ts +1 -1
  32. package/dist/utils/index.mjs +2 -2
  33. package/package.json +1 -1
  34. /package/dist/{chunk-4U2JXFNR.mjs.map → chunk-2EGAQPCX.mjs.map} +0 -0
  35. /package/dist/{chunk-NQSWN3FW.mjs.map → chunk-HF2P7QJ5.mjs.map} +0 -0
  36. /package/dist/{chunk-T7OGF2MY.mjs.map → chunk-LGOTXNPD.mjs.map} +0 -0
@@ -17,6 +17,7 @@ type AffiliateReward = {
17
17
  type AffiliateResourceType = {
18
18
  resourceActive: boolean;
19
19
  resourceId: string;
20
+ resourceName: string;
20
21
  resourceType: EnumResourceType;
21
22
  rewards: AffiliateReward[];
22
23
  };
@@ -17,6 +17,7 @@ type AffiliateReward = {
17
17
  type AffiliateResourceType = {
18
18
  resourceActive: boolean;
19
19
  resourceId: string;
20
+ resourceName: string;
20
21
  resourceType: EnumResourceType;
21
22
  rewards: AffiliateReward[];
22
23
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  PROMO_CODE_PREFIX,
3
3
  gameScreenIdentifierList
4
- } from "./chunk-U764OJ5Z.mjs";
4
+ } from "./chunk-52Y5C6F4.mjs";
5
5
  import {
6
6
  EnumEventDateStatus,
7
7
  EnumInviteStatus,
@@ -1664,4 +1664,4 @@ export {
1664
1664
  getVendorEventRelationDateOptions,
1665
1665
  getVendorEventsEmptyMessage
1666
1666
  };
1667
- //# sourceMappingURL=chunk-4U2JXFNR.mjs.map
1667
+ //# sourceMappingURL=chunk-2EGAQPCX.mjs.map
@@ -5086,6 +5086,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql40`
5086
5086
  fragment AffiliateResourceFields on AffiliateResourceType {
5087
5087
  resourceActive
5088
5088
  resourceId
5089
+ resourceName
5089
5090
  resourceType
5090
5091
  rewards {
5091
5092
  ...AffiliateRewardFields
@@ -5310,4 +5311,4 @@ export {
5310
5311
  useGetAffiliate,
5311
5312
  useGetAffiliates
5312
5313
  };
5313
- //# sourceMappingURL=chunk-R4GAZNEY.mjs.map
5314
+ //# sourceMappingURL=chunk-3UZKSUNV.mjs.map