@timardex/cluemart-shared 1.5.775 → 1.5.776

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/{chunk-2RPU74Z4.mjs → chunk-ABSVEIFS.mjs} +2 -1
  2. package/dist/chunk-ABSVEIFS.mjs.map +1 -0
  3. package/dist/{chunk-KL3J2JBI.mjs → chunk-JH2IPHVZ.mjs} +6 -4
  4. package/dist/chunk-JH2IPHVZ.mjs.map +1 -0
  5. package/dist/{chunk-B6ZIAYXA.mjs → chunk-VBUCHTZI.mjs} +3 -3
  6. package/dist/{chunk-ATTUHVWE.mjs → chunk-WVAOHI54.mjs} +2 -2
  7. package/dist/enums/index.cjs +1 -0
  8. package/dist/enums/index.cjs.map +1 -1
  9. package/dist/enums/index.d.mts +2 -1
  10. package/dist/enums/index.d.ts +2 -1
  11. package/dist/enums/index.mjs +1 -1
  12. package/dist/formFields/index.cjs.map +1 -1
  13. package/dist/formFields/index.mjs +3 -3
  14. package/dist/graphql/index.mjs +1 -1
  15. package/dist/hooks/index.cjs +5 -2
  16. package/dist/hooks/index.cjs.map +1 -1
  17. package/dist/hooks/index.mjs +4 -4
  18. package/dist/index.cjs +5 -2
  19. package/dist/index.cjs.map +1 -1
  20. package/dist/index.d.mts +4 -3
  21. package/dist/index.d.ts +4 -3
  22. package/dist/index.mjs +5 -2
  23. package/dist/index.mjs.map +1 -1
  24. package/dist/sharing/index.cjs +4 -2
  25. package/dist/sharing/index.cjs.map +1 -1
  26. package/dist/sharing/index.d.mts +2 -2
  27. package/dist/sharing/index.d.ts +2 -2
  28. package/dist/sharing/index.mjs +3 -3
  29. package/dist/types/index.mjs +1 -1
  30. package/dist/utils/index.cjs.map +1 -1
  31. package/dist/utils/index.mjs +2 -2
  32. package/package.json +1 -1
  33. package/dist/chunk-2RPU74Z4.mjs.map +0 -1
  34. package/dist/chunk-KL3J2JBI.mjs.map +0 -1
  35. /package/dist/{chunk-B6ZIAYXA.mjs.map → chunk-VBUCHTZI.mjs.map} +0 -0
  36. /package/dist/{chunk-ATTUHVWE.mjs.map → chunk-WVAOHI54.mjs.map} +0 -0
@@ -69,7 +69,7 @@ type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
69
69
  declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
70
70
 
71
71
  /** Path segments for public resource share URLs (markets, posts, etc.). */
72
- declare const PUBLIC_SHARE_PATH_TYPES: readonly ["market", "stallholder", "partner", "market_faces", "clue_bites", "play_and_win"];
72
+ declare const PUBLIC_SHARE_PATH_TYPES: readonly ["market", "stallholder", "partner", "affiliate", "market_faces", "clue_bites", "play_and_win"];
73
73
  type PublicSharePathType = (typeof PUBLIC_SHARE_PATH_TYPES)[number];
74
74
  type RelationSharePathType = typeof RELATION_SHARE_INVITATION | typeof RELATION_SHARE_APPLICATION;
75
75
  type ShareType = PublicSharePathType | RelationSharePathType;
@@ -115,7 +115,7 @@ declare const SHARE_APPLICATION_DEADLINE_PREFIX = "\u23F0 Application deadline:"
115
115
  /** First line on share sheet messages, Facebook SDK quote, and `og:description`. */
116
116
  declare const SHARE_MORE_INFO_LINE = "Shared from ClueMart";
117
117
  declare const DEFAULT_SHARE_OG_IMAGE = "https://cluemart.co.nz/assets/logo.webp";
118
- declare const RESOURCE_SHARE_TYPES: readonly ["market", "stallholder", "partner"];
118
+ declare const RESOURCE_SHARE_TYPES: readonly ["market", "stallholder", "partner", "affiliate"];
119
119
  type ResourceShareType = (typeof RESOURCE_SHARE_TYPES)[number];
120
120
  declare const POST_SHARE_RESOURCE_TYPES: readonly ["market_faces", "clue_bites", "play_and_win"];
121
121
  type PostShareResourceType = (typeof POST_SHARE_RESOURCE_TYPES)[number];
@@ -69,7 +69,7 @@ type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
69
69
  declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
70
70
 
71
71
  /** Path segments for public resource share URLs (markets, posts, etc.). */
72
- declare const PUBLIC_SHARE_PATH_TYPES: readonly ["market", "stallholder", "partner", "market_faces", "clue_bites", "play_and_win"];
72
+ declare const PUBLIC_SHARE_PATH_TYPES: readonly ["market", "stallholder", "partner", "affiliate", "market_faces", "clue_bites", "play_and_win"];
73
73
  type PublicSharePathType = (typeof PUBLIC_SHARE_PATH_TYPES)[number];
74
74
  type RelationSharePathType = typeof RELATION_SHARE_INVITATION | typeof RELATION_SHARE_APPLICATION;
75
75
  type ShareType = PublicSharePathType | RelationSharePathType;
@@ -115,7 +115,7 @@ declare const SHARE_APPLICATION_DEADLINE_PREFIX = "\u23F0 Application deadline:"
115
115
  /** First line on share sheet messages, Facebook SDK quote, and `og:description`. */
116
116
  declare const SHARE_MORE_INFO_LINE = "Shared from ClueMart";
117
117
  declare const DEFAULT_SHARE_OG_IMAGE = "https://cluemart.co.nz/assets/logo.webp";
118
- declare const RESOURCE_SHARE_TYPES: readonly ["market", "stallholder", "partner"];
118
+ declare const RESOURCE_SHARE_TYPES: readonly ["market", "stallholder", "partner", "affiliate"];
119
119
  type ResourceShareType = (typeof RESOURCE_SHARE_TYPES)[number];
120
120
  declare const POST_SHARE_RESOURCE_TYPES: readonly ["market_faces", "clue_bites", "play_and_win"];
121
121
  type PostShareResourceType = (typeof POST_SHARE_RESOURCE_TYPES)[number];
@@ -67,10 +67,10 @@ import {
67
67
  shareMessageFooterPlacementForType,
68
68
  shareSlugResourceId,
69
69
  splitShareDescriptionSections
70
- } from "../chunk-KL3J2JBI.mjs";
71
- import "../chunk-ATTUHVWE.mjs";
70
+ } from "../chunk-JH2IPHVZ.mjs";
71
+ import "../chunk-WVAOHI54.mjs";
72
72
  import "../chunk-4FU5YRN2.mjs";
73
- import "../chunk-2RPU74Z4.mjs";
73
+ import "../chunk-ABSVEIFS.mjs";
74
74
  export {
75
75
  DEFAULT_SHARE_OG_IMAGE,
76
76
  OG_DESCRIPTION_LINE_BREAK,
@@ -17,7 +17,7 @@ import {
17
17
  gameScreenIdentifierList,
18
18
  gameTypeToDisplayName
19
19
  } from "../chunk-4FU5YRN2.mjs";
20
- import "../chunk-2RPU74Z4.mjs";
20
+ import "../chunk-ABSVEIFS.mjs";
21
21
  export {
22
22
  EnumActivity,
23
23
  EnumAdShowOn,