@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
package/dist/index.d.mts CHANGED
@@ -1476,6 +1476,7 @@ type AffiliateReward = {
1476
1476
  type AffiliateResourceType = {
1477
1477
  resourceActive: boolean;
1478
1478
  resourceId: string;
1479
+ resourceName: string;
1479
1480
  resourceType: EnumResourceType;
1480
1481
  rewards: AffiliateReward[];
1481
1482
  };
package/dist/index.d.ts CHANGED
@@ -1476,6 +1476,7 @@ type AffiliateReward = {
1476
1476
  type AffiliateResourceType = {
1477
1477
  resourceActive: boolean;
1478
1478
  resourceId: string;
1479
+ resourceName: string;
1479
1480
  resourceType: EnumResourceType;
1480
1481
  rewards: AffiliateReward[];
1481
1482
  };
package/dist/index.mjs CHANGED
@@ -8028,6 +8028,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql40`
8028
8028
  fragment AffiliateResourceFields on AffiliateResourceType {
8029
8029
  resourceActive
8030
8030
  resourceId
8031
+ resourceName
8031
8032
  resourceType
8032
8033
  rewards {
8033
8034
  ...AffiliateRewardFields