@timardex/cluemart-shared 1.5.772 → 1.5.773

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-1RtkLnLP.d.ts → affiliate-B2cMp_Ge.d.ts} +1 -0
  2. package/dist/{affiliate-Cos2Syz5.d.mts → affiliate-BSitNQQT.d.mts} +1 -0
  3. package/dist/{chunk-MVQ3CFQR.mjs → chunk-27YUJMSX.mjs} +1 -1
  4. package/dist/{chunk-MVQ3CFQR.mjs.map → chunk-27YUJMSX.mjs.map} +1 -1
  5. package/dist/{chunk-ZZJSCYJK.mjs → chunk-5SXT2YSW.mjs} +2 -2
  6. package/dist/{chunk-RKIRWZCH.mjs → chunk-DQH7DVTD.mjs} +2 -2
  7. package/dist/{chunk-TAECMXM4.mjs → chunk-I43QHNPW.mjs} +2 -2
  8. package/dist/{chunk-KJZFJ3LH.mjs → chunk-R4GAZNEY.mjs} +2 -1
  9. package/dist/{chunk-KJZFJ3LH.mjs.map → chunk-R4GAZNEY.mjs.map} +1 -1
  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-ZZJSCYJK.mjs.map → chunk-5SXT2YSW.mjs.map} +0 -0
  35. /package/dist/{chunk-RKIRWZCH.mjs.map → chunk-DQH7DVTD.mjs.map} +0 -0
  36. /package/dist/{chunk-TAECMXM4.mjs.map → chunk-I43QHNPW.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -1476,6 +1476,7 @@ type AffiliateResourceType = {
1476
1476
  };
1477
1477
  type AffiliateType = {
1478
1478
  _id: string;
1479
+ active: boolean;
1479
1480
  affiliateCode: PromoCodeType;
1480
1481
  affiliateResources: AffiliateResourceType[];
1481
1482
  createdAt: Date;
package/dist/index.d.ts CHANGED
@@ -1476,6 +1476,7 @@ type AffiliateResourceType = {
1476
1476
  };
1477
1477
  type AffiliateType = {
1478
1478
  _id: string;
1479
+ active: boolean;
1479
1480
  affiliateCode: PromoCodeType;
1480
1481
  affiliateResources: AffiliateResourceType[];
1481
1482
  createdAt: Date;
package/dist/index.mjs CHANGED
@@ -8033,6 +8033,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql40`
8033
8033
  var AFFILIATE_FIELDS_FRAGMENT = gql40`
8034
8034
  fragment AffiliateFields on AffiliateType {
8035
8035
  _id
8036
+ active
8036
8037
  affiliateCode
8037
8038
  affiliateResources {
8038
8039
  ...AffiliateResourceFields