@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
package/dist/index.d.mts CHANGED
@@ -1433,6 +1433,7 @@ type PushTokenType = {
1433
1433
  interface AppSettingsFormData {
1434
1434
  appVersion: string;
1435
1435
  isOfflineMode: boolean;
1436
+ minimumRedeemableAffiliatePoints: number;
1436
1437
  }
1437
1438
  type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
1438
1439
  type AppSettingsType = AppSettingsFormData & {
@@ -2902,7 +2903,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
2902
2903
  * invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
2903
2904
  * this value forces crawlers to fetch a fresh image after server deploy.
2904
2905
  */
2905
- declare const RELATION_OVERLAY_LAYOUT_VERSION = 40;
2906
+ declare const RELATION_OVERLAY_LAYOUT_VERSION = 43;
2906
2907
  declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
2907
2908
  type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
2908
2909
  declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
package/dist/index.d.ts CHANGED
@@ -1433,6 +1433,7 @@ type PushTokenType = {
1433
1433
  interface AppSettingsFormData {
1434
1434
  appVersion: string;
1435
1435
  isOfflineMode: boolean;
1436
+ minimumRedeemableAffiliatePoints: number;
1436
1437
  }
1437
1438
  type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
1438
1439
  type AppSettingsType = AppSettingsFormData & {
@@ -2902,7 +2903,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
2902
2903
  * invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
2903
2904
  * this value forces crawlers to fetch a fresh image after server deploy.
2904
2905
  */
2905
- declare const RELATION_OVERLAY_LAYOUT_VERSION = 40;
2906
+ declare const RELATION_OVERLAY_LAYOUT_VERSION = 43;
2906
2907
  declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
2907
2908
  type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
2908
2909
  declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
package/dist/index.mjs CHANGED
@@ -721,7 +721,7 @@ function computeDailyClueState(dailyClue) {
721
721
  // src/sharing/relationShareTypes.ts
722
722
  var RELATION_SHARE_INVITATION = "invitation";
723
723
  var RELATION_SHARE_APPLICATION = "application";
724
- var RELATION_OVERLAY_LAYOUT_VERSION = 40;
724
+ var RELATION_OVERLAY_LAYOUT_VERSION = 43;
725
725
  var RELATION_SHARE_RESOURCE_TYPES = [
726
726
  RELATION_SHARE_INVITATION,
727
727
  RELATION_SHARE_APPLICATION
@@ -6977,6 +6977,7 @@ var APP_SETTINGS_FIELDS_FRAGMENT = gql35`
6977
6977
  createdAt
6978
6978
  isOfflineMode
6979
6979
  key
6980
+ minimumRedeemableAffiliatePoints
6980
6981
  updatedAt
6981
6982
  }
6982
6983
  `;