@timardex/cluemart-shared 1.5.841 → 1.5.843

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 (41) hide show
  1. package/dist/{ad-OyMRZ4ZE.d.ts → ad-CD820Thg.d.ts} +1 -0
  2. package/dist/{ad-bXnDHikm.d.mts → ad-Dh0rDcR3.d.mts} +1 -0
  3. package/dist/{chunk-NU7IZZQY.mjs → chunk-AYO3E4DM.mjs} +2 -2
  4. package/dist/{chunk-LN5LS2GJ.mjs → chunk-BIJ5NDXW.mjs} +2 -2
  5. package/dist/{chunk-ZDYD4VDB.mjs → chunk-GSPUTUBD.mjs} +2 -1
  6. package/dist/{chunk-ZDYD4VDB.mjs.map → chunk-GSPUTUBD.mjs.map} +1 -1
  7. package/dist/{chunk-SWWVD4J5.mjs → chunk-SD42WIMV.mjs} +2 -2
  8. package/dist/{chunk-SWWVD4J5.mjs.map → chunk-SD42WIMV.mjs.map} +1 -1
  9. package/dist/{chunk-27VEKARL.mjs → chunk-TX3TVIQO.mjs} +2 -2
  10. package/dist/formFields/index.cjs.map +1 -1
  11. package/dist/formFields/index.mjs +3 -3
  12. package/dist/graphql/index.cjs +1 -0
  13. package/dist/graphql/index.cjs.map +1 -1
  14. package/dist/graphql/index.d.mts +1 -1
  15. package/dist/graphql/index.d.ts +1 -1
  16. package/dist/graphql/index.mjs +1 -1
  17. package/dist/hooks/index.cjs +10 -5
  18. package/dist/hooks/index.cjs.map +1 -1
  19. package/dist/hooks/index.d.mts +1 -1
  20. package/dist/hooks/index.d.ts +1 -1
  21. package/dist/hooks/index.mjs +14 -10
  22. package/dist/hooks/index.mjs.map +1 -1
  23. package/dist/index.cjs +2 -1
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.mts +2 -1
  26. package/dist/index.d.ts +2 -1
  27. package/dist/index.mjs +2 -1
  28. package/dist/index.mjs.map +1 -1
  29. package/dist/sharing/index.cjs +1 -1
  30. package/dist/sharing/index.cjs.map +1 -1
  31. package/dist/sharing/index.d.mts +1 -1
  32. package/dist/sharing/index.d.ts +1 -1
  33. package/dist/sharing/index.mjs +2 -2
  34. package/dist/types/index.d.mts +1 -1
  35. package/dist/types/index.d.ts +1 -1
  36. package/dist/utils/index.cjs.map +1 -1
  37. package/dist/utils/index.mjs +2 -2
  38. package/package.json +1 -1
  39. /package/dist/{chunk-NU7IZZQY.mjs.map → chunk-AYO3E4DM.mjs.map} +0 -0
  40. /package/dist/{chunk-LN5LS2GJ.mjs.map → chunk-BIJ5NDXW.mjs.map} +0 -0
  41. /package/dist/{chunk-27VEKARL.mjs.map → chunk-TX3TVIQO.mjs.map} +0 -0
@@ -19,6 +19,7 @@ interface PartnerType extends BaseResourceType {
19
19
  interface AppSettingsFormData {
20
20
  appVersion: string;
21
21
  isOfflineMode: boolean;
22
+ minimumRedeemableAffiliatePoints: number;
22
23
  }
23
24
  type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
24
25
  type AppSettingsType = AppSettingsFormData & {
@@ -19,6 +19,7 @@ interface PartnerType extends BaseResourceType {
19
19
  interface AppSettingsFormData {
20
20
  appVersion: string;
21
21
  isOfflineMode: boolean;
22
+ minimumRedeemableAffiliatePoints: number;
22
23
  }
23
24
  type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
24
25
  type AppSettingsType = AppSettingsFormData & {
@@ -16,7 +16,7 @@ import {
16
16
  SHARE_TAGS_SECTION_HEADING,
17
17
  formatDate,
18
18
  joinShareDescriptionSections
19
- } from "./chunk-SWWVD4J5.mjs";
19
+ } from "./chunk-SD42WIMV.mjs";
20
20
 
21
21
  // src/sharing/formatCategoryLabel.ts
22
22
  function formatCategoryLabel(category) {
@@ -221,4 +221,4 @@ export {
221
221
  shareSlugResourceId,
222
222
  toShareSocialImageCacheVersion
223
223
  };
224
- //# sourceMappingURL=chunk-NU7IZZQY.mjs.map
224
+ //# sourceMappingURL=chunk-AYO3E4DM.mjs.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mapArrayToOptions
3
- } from "./chunk-SWWVD4J5.mjs";
3
+ } from "./chunk-SD42WIMV.mjs";
4
4
  import {
5
5
  EnumFoodFlavor
6
6
  } from "./chunk-X3OLM35T.mjs";
@@ -959,4 +959,4 @@ export {
959
959
  contactUsFields,
960
960
  partnerBasicInfoFields
961
961
  };
962
- //# sourceMappingURL=chunk-LN5LS2GJ.mjs.map
962
+ //# sourceMappingURL=chunk-BIJ5NDXW.mjs.map
@@ -2629,6 +2629,7 @@ var APP_SETTINGS_FIELDS_FRAGMENT = gql29`
2629
2629
  createdAt
2630
2630
  isOfflineMode
2631
2631
  key
2632
+ minimumRedeemableAffiliatePoints
2632
2633
  updatedAt
2633
2634
  }
2634
2635
  `;
@@ -3535,4 +3536,4 @@ export {
3535
3536
  useAssignAffiliateResourceReward,
3536
3537
  useAssignAffiliateBonusReward
3537
3538
  };
3538
- //# sourceMappingURL=chunk-ZDYD4VDB.mjs.map
3539
+ //# sourceMappingURL=chunk-GSPUTUBD.mjs.map