@snagsolutions/sdk 0.1.0-alpha.21 → 0.1.0-alpha.211

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 (273) hide show
  1. package/CHANGELOG.md +1711 -0
  2. package/LICENSE +1 -1
  3. package/README.md +15 -23
  4. package/core.d.ts +19 -5
  5. package/core.d.ts.map +1 -1
  6. package/core.js +24 -17
  7. package/core.js.map +1 -1
  8. package/core.mjs +24 -17
  9. package/core.mjs.map +1 -1
  10. package/index.d.mts +7 -4
  11. package/index.d.ts +7 -4
  12. package/index.d.ts.map +1 -1
  13. package/index.js +8 -4
  14. package/index.js.map +1 -1
  15. package/index.mjs +8 -4
  16. package/index.mjs.map +1 -1
  17. package/package.json +4 -5
  18. package/resource.d.ts +1 -1
  19. package/resource.d.ts.map +1 -1
  20. package/resource.js.map +1 -1
  21. package/resource.mjs.map +1 -1
  22. package/resources/assets.d.ts +16 -2
  23. package/resources/assets.d.ts.map +1 -1
  24. package/resources/assets.js +8 -0
  25. package/resources/assets.js.map +1 -1
  26. package/resources/assets.mjs +8 -0
  27. package/resources/assets.mjs.map +1 -1
  28. package/resources/auctions/auctions.d.ts +368 -0
  29. package/resources/auctions/auctions.d.ts.map +1 -0
  30. package/resources/auctions/auctions.js +72 -0
  31. package/resources/auctions/auctions.js.map +1 -0
  32. package/resources/auctions/auctions.mjs +45 -0
  33. package/resources/auctions/auctions.mjs.map +1 -0
  34. package/resources/auctions/index.d.ts +3 -0
  35. package/resources/auctions/index.d.ts.map +1 -0
  36. package/resources/auctions/index.js +9 -0
  37. package/resources/auctions/index.js.map +1 -0
  38. package/resources/auctions/index.mjs +4 -0
  39. package/resources/auctions/index.mjs.map +1 -0
  40. package/resources/auctions/website-user-attributes/index.d.ts +3 -0
  41. package/resources/auctions/website-user-attributes/index.d.ts.map +1 -0
  42. package/resources/auctions/website-user-attributes/index.js +9 -0
  43. package/resources/auctions/website-user-attributes/index.js.map +1 -0
  44. package/resources/auctions/website-user-attributes/index.mjs +4 -0
  45. package/resources/auctions/website-user-attributes/index.mjs.map +1 -0
  46. package/resources/auctions/website-user-attributes/values.d.ts +126 -0
  47. package/resources/auctions/website-user-attributes/values.d.ts.map +1 -0
  48. package/resources/auctions/website-user-attributes/values.js +49 -0
  49. package/resources/auctions/website-user-attributes/values.js.map +1 -0
  50. package/resources/auctions/website-user-attributes/values.mjs +45 -0
  51. package/resources/auctions/website-user-attributes/values.mjs.map +1 -0
  52. package/resources/auctions/website-user-attributes/website-user-attributes.d.ts +136 -0
  53. package/resources/auctions/website-user-attributes/website-user-attributes.d.ts.map +1 -0
  54. package/resources/auctions/website-user-attributes/website-user-attributes.js +76 -0
  55. package/resources/auctions/website-user-attributes/website-user-attributes.js.map +1 -0
  56. package/resources/auctions/website-user-attributes/website-user-attributes.mjs +49 -0
  57. package/resources/auctions/website-user-attributes/website-user-attributes.mjs.map +1 -0
  58. package/resources/auctions/website-user-attributes.d.ts +2 -0
  59. package/resources/auctions/website-user-attributes.d.ts.map +1 -0
  60. package/resources/auctions/website-user-attributes.js +19 -0
  61. package/resources/auctions/website-user-attributes.js.map +1 -0
  62. package/resources/auctions/website-user-attributes.mjs +3 -0
  63. package/resources/auctions/website-user-attributes.mjs.map +1 -0
  64. package/resources/auctions.d.ts +1 -133
  65. package/resources/auctions.d.ts.map +1 -1
  66. package/resources/auctions.js +15 -22
  67. package/resources/auctions.js.map +1 -1
  68. package/resources/auctions.mjs +1 -20
  69. package/resources/auctions.mjs.map +1 -1
  70. package/resources/auth.d.ts +17 -4
  71. package/resources/auth.d.ts.map +1 -1
  72. package/resources/auth.js.map +1 -1
  73. package/resources/auth.mjs.map +1 -1
  74. package/resources/index.d.ts +2 -2
  75. package/resources/index.d.ts.map +1 -1
  76. package/resources/index.js +1 -1
  77. package/resources/index.js.map +1 -1
  78. package/resources/index.mjs +1 -1
  79. package/resources/index.mjs.map +1 -1
  80. package/resources/loyalty/account-streaks.d.ts +96 -0
  81. package/resources/loyalty/account-streaks.d.ts.map +1 -0
  82. package/resources/loyalty/account-streaks.js +24 -0
  83. package/resources/loyalty/account-streaks.js.map +1 -0
  84. package/resources/loyalty/account-streaks.mjs +20 -0
  85. package/resources/loyalty/account-streaks.mjs.map +1 -0
  86. package/resources/loyalty/accounts.d.ts +60 -16
  87. package/resources/loyalty/accounts.d.ts.map +1 -1
  88. package/resources/loyalty/accounts.js +14 -0
  89. package/resources/loyalty/accounts.js.map +1 -1
  90. package/resources/loyalty/accounts.mjs +14 -0
  91. package/resources/loyalty/accounts.mjs.map +1 -1
  92. package/resources/loyalty/badges.d.ts +666 -135
  93. package/resources/loyalty/badges.d.ts.map +1 -1
  94. package/resources/loyalty/badges.js +19 -1
  95. package/resources/loyalty/badges.js.map +1 -1
  96. package/resources/loyalty/badges.mjs +19 -1
  97. package/resources/loyalty/badges.mjs.map +1 -1
  98. package/resources/loyalty/currencies.d.ts +19 -0
  99. package/resources/loyalty/currencies.d.ts.map +1 -1
  100. package/resources/loyalty/currencies.js +19 -0
  101. package/resources/loyalty/currencies.js.map +1 -1
  102. package/resources/loyalty/currencies.mjs +19 -0
  103. package/resources/loyalty/currencies.mjs.map +1 -1
  104. package/resources/loyalty/index.d.ts +4 -4
  105. package/resources/loyalty/index.d.ts.map +1 -1
  106. package/resources/loyalty/index.js +5 -5
  107. package/resources/loyalty/index.js.map +1 -1
  108. package/resources/loyalty/index.mjs +3 -3
  109. package/resources/loyalty/index.mjs.map +1 -1
  110. package/resources/loyalty/loyalty.d.ts +11 -11
  111. package/resources/loyalty/loyalty.d.ts.map +1 -1
  112. package/resources/loyalty/loyalty.js +6 -6
  113. package/resources/loyalty/loyalty.js.map +1 -1
  114. package/resources/loyalty/loyalty.mjs +7 -7
  115. package/resources/loyalty/loyalty.mjs.map +1 -1
  116. package/resources/loyalty/multipliers.d.ts +39 -2
  117. package/resources/loyalty/multipliers.d.ts.map +1 -1
  118. package/resources/loyalty/multipliers.js +23 -0
  119. package/resources/loyalty/multipliers.js.map +1 -1
  120. package/resources/loyalty/multipliers.mjs +23 -0
  121. package/resources/loyalty/multipliers.mjs.map +1 -1
  122. package/resources/loyalty/questions-responses.d.ts +55 -4
  123. package/resources/loyalty/questions-responses.d.ts.map +1 -1
  124. package/resources/loyalty/questions-responses.js +9 -0
  125. package/resources/loyalty/questions-responses.js.map +1 -1
  126. package/resources/loyalty/questions-responses.mjs +9 -0
  127. package/resources/loyalty/questions-responses.mjs.map +1 -1
  128. package/resources/loyalty/questions.d.ts +60 -6
  129. package/resources/loyalty/questions.d.ts.map +1 -1
  130. package/resources/loyalty/questions.js +39 -0
  131. package/resources/loyalty/questions.js.map +1 -1
  132. package/resources/loyalty/questions.mjs +39 -0
  133. package/resources/loyalty/questions.mjs.map +1 -1
  134. package/resources/loyalty/rule-edits.d.ts +2730 -8
  135. package/resources/loyalty/rule-edits.d.ts.map +1 -1
  136. package/resources/loyalty/rule-edits.js +14 -0
  137. package/resources/loyalty/rule-edits.js.map +1 -1
  138. package/resources/loyalty/rule-edits.mjs +14 -0
  139. package/resources/loyalty/rule-edits.mjs.map +1 -1
  140. package/resources/loyalty/rule-groups.d.ts +302 -62
  141. package/resources/loyalty/rule-groups.d.ts.map +1 -1
  142. package/resources/loyalty/rule-groups.js +38 -2
  143. package/resources/loyalty/rule-groups.js.map +1 -1
  144. package/resources/loyalty/rule-groups.mjs +38 -2
  145. package/resources/loyalty/rule-groups.mjs.map +1 -1
  146. package/resources/loyalty/rules.d.ts +2024 -258
  147. package/resources/loyalty/rules.d.ts.map +1 -1
  148. package/resources/loyalty/rules.js +40 -9
  149. package/resources/loyalty/rules.js.map +1 -1
  150. package/resources/loyalty/rules.mjs +40 -9
  151. package/resources/loyalty/rules.mjs.map +1 -1
  152. package/resources/loyalty/transactions/index.d.ts +3 -0
  153. package/resources/loyalty/transactions/index.d.ts.map +1 -0
  154. package/resources/loyalty/transactions/index.js +9 -0
  155. package/resources/loyalty/transactions/index.js.map +1 -0
  156. package/resources/loyalty/transactions/index.mjs +4 -0
  157. package/resources/loyalty/transactions/index.mjs.map +1 -0
  158. package/resources/loyalty/transactions/rule-statuses.d.ts +120 -0
  159. package/resources/loyalty/transactions/rule-statuses.d.ts.map +1 -0
  160. package/resources/loyalty/transactions/rule-statuses.js +30 -0
  161. package/resources/loyalty/transactions/rule-statuses.js.map +1 -0
  162. package/resources/loyalty/transactions/rule-statuses.mjs +26 -0
  163. package/resources/loyalty/transactions/rule-statuses.mjs.map +1 -0
  164. package/resources/loyalty/transactions/transactions.d.ts +410 -0
  165. package/resources/loyalty/transactions/transactions.d.ts.map +1 -0
  166. package/resources/loyalty/transactions/transactions.js +76 -0
  167. package/resources/loyalty/transactions/transactions.js.map +1 -0
  168. package/resources/loyalty/transactions/transactions.mjs +49 -0
  169. package/resources/loyalty/transactions/transactions.mjs.map +1 -0
  170. package/resources/loyalty/transactions.d.ts +1 -248
  171. package/resources/loyalty/transactions.d.ts.map +1 -1
  172. package/resources/loyalty/transactions.js +15 -18
  173. package/resources/loyalty/transactions.js.map +1 -1
  174. package/resources/loyalty/transactions.mjs +1 -16
  175. package/resources/loyalty/transactions.mjs.map +1 -1
  176. package/resources/minting.d.ts +5 -5
  177. package/resources/minting.d.ts.map +1 -1
  178. package/resources/referral/referral.d.ts +12 -3
  179. package/resources/referral/referral.d.ts.map +1 -1
  180. package/resources/referral/referral.js +11 -5
  181. package/resources/referral/referral.js.map +1 -1
  182. package/resources/referral/referral.mjs +11 -5
  183. package/resources/referral/referral.mjs.map +1 -1
  184. package/resources/referral/users.d.ts +30 -3
  185. package/resources/referral/users.d.ts.map +1 -1
  186. package/resources/referral/users.js +12 -4
  187. package/resources/referral/users.js.map +1 -1
  188. package/resources/referral/users.mjs +12 -4
  189. package/resources/referral/users.mjs.map +1 -1
  190. package/resources/users/index.d.ts +1 -1
  191. package/resources/users/index.d.ts.map +1 -1
  192. package/resources/users/index.js.map +1 -1
  193. package/resources/users/index.mjs.map +1 -1
  194. package/resources/users/metadatas.d.ts +36 -3
  195. package/resources/users/metadatas.d.ts.map +1 -1
  196. package/resources/users/metadatas.js.map +1 -1
  197. package/resources/users/metadatas.mjs.map +1 -1
  198. package/resources/users/users.d.ts +192 -35
  199. package/resources/users/users.d.ts.map +1 -1
  200. package/resources/users/users.js +58 -1
  201. package/resources/users/users.js.map +1 -1
  202. package/resources/users/users.mjs +58 -1
  203. package/resources/users/users.mjs.map +1 -1
  204. package/resources/websites/website-collections.d.ts +22 -1
  205. package/resources/websites/website-collections.d.ts.map +1 -1
  206. package/resources/websites/website-collections.js +21 -0
  207. package/resources/websites/website-collections.js.map +1 -1
  208. package/resources/websites/website-collections.mjs +21 -0
  209. package/resources/websites/website-collections.mjs.map +1 -1
  210. package/resources/websites/website-user-roles.d.ts +24 -1
  211. package/resources/websites/website-user-roles.d.ts.map +1 -1
  212. package/resources/websites/website-user-roles.js +23 -0
  213. package/resources/websites/website-user-roles.js.map +1 -1
  214. package/resources/websites/website-user-roles.mjs +23 -0
  215. package/resources/websites/website-user-roles.mjs.map +1 -1
  216. package/resources/websites/websites.d.ts +12 -0
  217. package/resources/websites/websites.d.ts.map +1 -1
  218. package/resources/websites/websites.js +7 -0
  219. package/resources/websites/websites.js.map +1 -1
  220. package/resources/websites/websites.mjs +7 -0
  221. package/resources/websites/websites.mjs.map +1 -1
  222. package/src/core.ts +39 -16
  223. package/src/index.ts +31 -2
  224. package/src/resource.ts +1 -1
  225. package/src/resources/assets.ts +18 -3
  226. package/src/resources/auctions/auctions.ts +561 -0
  227. package/src/resources/auctions/index.ts +19 -0
  228. package/src/resources/auctions/website-user-attributes/index.ts +18 -0
  229. package/src/resources/auctions/website-user-attributes/values.ts +170 -0
  230. package/src/resources/auctions/website-user-attributes/website-user-attributes.ts +212 -0
  231. package/src/resources/auctions/website-user-attributes.ts +3 -0
  232. package/src/resources/auctions.ts +1 -207
  233. package/src/resources/auth.ts +21 -5
  234. package/src/resources/index.ts +12 -1
  235. package/src/resources/loyalty/account-streaks.ts +128 -0
  236. package/src/resources/loyalty/accounts.ts +65 -18
  237. package/src/resources/loyalty/badges.ts +790 -146
  238. package/src/resources/loyalty/currencies.ts +19 -0
  239. package/src/resources/loyalty/index.ts +19 -3
  240. package/src/resources/loyalty/loyalty.ts +39 -15
  241. package/src/resources/loyalty/multipliers.ts +43 -4
  242. package/src/resources/loyalty/questions-responses.ts +64 -4
  243. package/src/resources/loyalty/questions.ts +64 -6
  244. package/src/resources/loyalty/rule-edits.ts +3962 -100
  245. package/src/resources/loyalty/rule-groups.ts +530 -74
  246. package/src/resources/loyalty/rules.ts +3162 -295
  247. package/src/resources/loyalty/transactions/index.ts +18 -0
  248. package/src/resources/loyalty/transactions/rule-statuses.ts +178 -0
  249. package/src/resources/loyalty/transactions/transactions.ts +699 -0
  250. package/src/resources/loyalty/transactions.ts +1 -440
  251. package/src/resources/minting.ts +25 -5
  252. package/src/resources/referral/referral.ts +15 -11
  253. package/src/resources/referral/users.ts +45 -5
  254. package/src/resources/users/index.ts +4 -0
  255. package/src/resources/users/metadatas.ts +61 -3
  256. package/src/resources/users/users.ts +259 -38
  257. package/src/resources/websites/website-collections.ts +42 -1
  258. package/src/resources/websites/website-user-roles.ts +25 -1
  259. package/src/resources/websites/websites.ts +12 -0
  260. package/src/version.ts +1 -1
  261. package/version.d.ts +1 -1
  262. package/version.d.ts.map +1 -1
  263. package/version.js +1 -1
  264. package/version.js.map +1 -1
  265. package/version.mjs +1 -1
  266. package/version.mjs.map +1 -1
  267. package/resources/loyalty/rule-chains.d.ts +0 -34
  268. package/resources/loyalty/rule-chains.d.ts.map +0 -1
  269. package/resources/loyalty/rule-chains.js +0 -15
  270. package/resources/loyalty/rule-chains.js.map +0 -1
  271. package/resources/loyalty/rule-chains.mjs +0 -11
  272. package/resources/loyalty/rule-chains.mjs.map +0 -1
  273. package/src/resources/loyalty/rule-chains.ts +0 -45
@@ -1,17 +1,75 @@
1
1
  import { APIResource } from "../../resource.js";
2
2
  import * as Core from "../../core.js";
3
3
  export declare class RuleGroups extends APIResource {
4
+ /**
5
+ * Create a new loyalty rule groups
6
+ *
7
+ * @example
8
+ * ```ts
9
+ * const response =
10
+ * await client.loyalty.ruleGroups.createRuleGroup({
11
+ * name: 'name',
12
+ * organizationId: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
13
+ * websiteId: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
14
+ * });
15
+ * ```
16
+ */
17
+ createRuleGroup(body: RuleGroupCreateRuleGroupParams, options?: Core.RequestOptions): Core.APIPromise<RuleGroupCreateRuleGroupResponse>;
18
+ /**
19
+ * Delete loyalty rule group by ID
20
+ *
21
+ * @example
22
+ * ```ts
23
+ * const response =
24
+ * await client.loyalty.ruleGroups.deleteRuleGroup(
25
+ * '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
26
+ * );
27
+ * ```
28
+ */
29
+ deleteRuleGroup(id: string, options?: Core.RequestOptions): Core.APIPromise<unknown>;
4
30
  /**
5
31
  * Retrieve configured loyalty rule groups
32
+ *
33
+ * @example
34
+ * ```ts
35
+ * const response =
36
+ * await client.loyalty.ruleGroups.getRuleGroups();
37
+ * ```
6
38
  */
7
- get(query?: RuleGroupGetParams, options?: Core.RequestOptions): Core.APIPromise<RuleGroupGetResponse>;
8
- get(options?: Core.RequestOptions): Core.APIPromise<RuleGroupGetResponse>;
39
+ getRuleGroups(query?: RuleGroupGetRuleGroupsParams, options?: Core.RequestOptions): Core.APIPromise<RuleGroupGetRuleGroupsResponse>;
40
+ getRuleGroups(options?: Core.RequestOptions): Core.APIPromise<RuleGroupGetRuleGroupsResponse>;
41
+ /**
42
+ * Update loyalty rule group by ID
43
+ *
44
+ * @example
45
+ * ```ts
46
+ * const response =
47
+ * await client.loyalty.ruleGroups.updateRuleGroup(
48
+ * '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
49
+ * );
50
+ * ```
51
+ */
52
+ updateRuleGroup(id: string, body?: RuleGroupUpdateRuleGroupParams, options?: Core.RequestOptions): Core.APIPromise<RuleGroupUpdateRuleGroupResponse>;
53
+ updateRuleGroup(id: string, options?: Core.RequestOptions): Core.APIPromise<RuleGroupUpdateRuleGroupResponse>;
9
54
  }
10
- export interface RuleGroupGetResponse {
11
- data: Array<RuleGroupGetResponse.Data>;
55
+ export interface RuleGroupCreateRuleGroupResponse {
56
+ id: string;
57
+ createdAt: string;
58
+ isCollapsible: boolean;
59
+ isRequired: boolean;
60
+ name: string;
61
+ organizationId: string;
62
+ sortId: number;
63
+ subTitle: string | null;
64
+ updatedAt: string;
65
+ websiteId: string;
66
+ }
67
+ export type RuleGroupDeleteRuleGroupResponse = unknown;
68
+ export interface RuleGroupGetRuleGroupsResponse {
69
+ data: Array<RuleGroupGetRuleGroupsResponse.Data>;
12
70
  hasNextPage: boolean;
13
71
  }
14
- export declare namespace RuleGroupGetResponse {
72
+ export declare namespace RuleGroupGetRuleGroupsResponse {
15
73
  /**
16
74
  * Schema for a get loyalty rule groups response
17
75
  */
@@ -40,16 +98,32 @@ export declare namespace RuleGroupGetResponse {
40
98
  frequency: 'none' | 'once' | 'daily' | 'weekly' | 'monthly' | 'immediately' | null;
41
99
  hideInUi: boolean;
42
100
  isRequired: boolean;
101
+ loyaltyBadge: LoyaltyRule.LoyaltyBadge;
43
102
  loyaltyCurrencyId: string;
44
103
  mediaUrl: string | null;
45
104
  metadata: LoyaltyRule.Metadata;
46
105
  name: string;
47
- rewardType: 'points' | 'multiplier';
106
+ rewardType: 'points' | 'multiplier' | 'badge';
48
107
  startTime: string | null;
49
- type: 'Bonus' | 'BoughtOn' | 'BoughtWithRoyalties' | 'DiscordMessages' | 'Listing' | 'Lodging' | 'MintOn' | 'PoapClaim' | 'SnagSocialsConnected' | 'SnapshotFullset' | 'SnapshotHold' | 'SoldOn' | 'SoldWithRoyalties' | 'TokenHold' | 'TwitterBio' | 'TwitterHashTagPost' | 'Retweet' | 'check_in' | 'code_entry' | 'connect_wallet' | 'connected_discord' | 'connected_email' | 'connected_epic' | 'connected_steam' | 'connected_telegram' | 'connected_twitter' | 'create_partner_account' | 'discord_member' | 'drip_x_follow' | 'drip_x_new_tweet' | 'drip_x_text_in_bio' | 'drip_x_text_in_comment' | 'drip_x_text_in_name' | 'drip_x_tweet' | 'external_rule' | 'link_click' | 'manual_upload' | 'profile_completed' | 'referred_user' | 'smart_contract_event' | 'snapshot_governance' | 'telegram_join' | 'telegram_messages' | 'text_input' | 'token_hold_erc20' | 'tweet_liked_by_project' | 'twitter_comment' | 'twitter_follow' | 'twitter_followers' | 'twitter_like' | 'twitter_post_hashtag' | 'quiz' | 'poll';
108
+ type: 'Bonus' | 'BoughtOn' | 'BoughtWithRoyalties' | 'DiscordMessages' | 'Listing' | 'Lodging' | 'MintOn' | 'PoapClaim' | 'SnagSocialsConnected' | 'SnapshotFullset' | 'SnapshotHold' | 'SoldOn' | 'SoldWithRoyalties' | 'TokenHold' | 'TwitterBio' | 'TwitterHashTagPost' | 'Retweet' | 'check_in' | 'code_entry' | 'connect_wallet' | 'connected_discord' | 'connected_email' | 'connected_epic' | 'connected_github' | 'connected_steam' | 'connected_telegram' | 'connected_twitter' | 'create_partner_account' | 'discord_member' | 'drip_x_follow' | 'drip_x_new_tweet' | 'drip_x_text_in_bio' | 'drip_x_text_in_comment' | 'drip_x_text_in_name' | 'drip_x_tweet' | 'external_rule' | 'link_click' | 'manual_upload' | 'profile_completed' | 'referred_user' | 'smart_contract_event' | 'snapshot_governance' | 'telegram_join' | 'telegram_messages' | 'text_input' | 'token_hold_erc20' | 'tweet_liked_by_project' | 'twitter_comment' | 'twitter_follow' | 'twitter_followers' | 'twitter_like' | 'twitter_post_hashtag' | 'quiz' | 'poll' | 'steam_wishlist' | 'liquidity_uniswap_v2' | 'liquidity_uniswap_v3' | 'points_airdrop' | 'youtube_subscribers' | 'youtube_comment' | 'shopify_spend' | 'swap' | 'tiktok_post' | 'post_impressions' | 'discord_join' | 'connected_youtube' | 'stratus_function' | 'connected_tiktok' | 'tiktok_follow' | 'github_repo_star' | 'github_repo_fork' | 'github_repo_collaborator' | 'github_merge_PR' | 'discord_role_grant' | 'connected_reddit' | 'reddit_comment';
50
109
  }
51
110
  namespace LoyaltyRule {
111
+ interface LoyaltyBadge {
112
+ id: string;
113
+ description: string | null;
114
+ imageUrl: string | null;
115
+ name: string;
116
+ }
52
117
  interface Metadata {
118
+ /**
119
+ * Array of loyalty rule IDs that count as check-in when completed. If ["any"] then
120
+ * any rule completions count as check-in.
121
+ */
122
+ autoCheckInRuleIds?: Array<(string & {}) | 'any'> | null;
123
+ /**
124
+ * Number of tokens per batch.
125
+ */
126
+ batchSize?: number | null;
53
127
  /**
54
128
  * Text displayed on the action button.
55
129
  */
@@ -69,7 +143,7 @@ export declare namespace RuleGroupGetResponse {
69
143
  /**
70
144
  * Text to check in the Twitter post, username, or bio.
71
145
  */
72
- checkText?: string | null;
146
+ checkText?: string | Array<string> | null;
73
147
  /**
74
148
  * Array of collections associated with the rule.
75
149
  */
@@ -77,7 +151,13 @@ export declare namespace RuleGroupGetResponse {
77
151
  /**
78
152
  * Conditions for completing the profile.
79
153
  */
80
- completeProfileConditions?: Record<string, boolean> | null;
154
+ completeProfileConditions?: {
155
+ [key: string]: boolean;
156
+ } | null;
157
+ /**
158
+ * Description of the external rule condition (only for external rules)
159
+ */
160
+ conditionDescription?: string;
81
161
  /**
82
162
  * Object containing details for the call-to-action.
83
163
  */
@@ -86,6 +166,10 @@ export declare namespace RuleGroupGetResponse {
86
166
  * API key for custom rewards integration.
87
167
  */
88
168
  customRewardsApiKey?: string;
169
+ /**
170
+ * Flag indicating if the rule should use direct RPC to get the balance of tokens.
171
+ */
172
+ directRpc?: boolean;
89
173
  /**
90
174
  * Array of Discord servers, channels, and roles to join.
91
175
  */
@@ -106,6 +190,10 @@ export declare namespace RuleGroupGetResponse {
106
190
  * Flag indicating whether the verified multiplier is enabled.
107
191
  */
108
192
  enableVerifiedMultiplier?: boolean;
193
+ /**
194
+ * Type of ERC20 token for the loyalty rule.
195
+ */
196
+ erc20Type?: 'erc20' | 'native';
109
197
  /**
110
198
  * Fill source of the order for the token sale
111
199
  */
@@ -114,6 +202,14 @@ export declare namespace RuleGroupGetResponse {
114
202
  * Percentage reward given to a user for their first referral.
115
203
  */
116
204
  firstReferralReward?: number | null;
205
+ /**
206
+ * Name of the GitHub branch to check for PR merge.
207
+ */
208
+ githubBranchName?: string | null;
209
+ /**
210
+ * URL of the GitHub repository to check for star.
211
+ */
212
+ githubRepoUrl?: string | null;
117
213
  /**
118
214
  * Flag indicating whether the fill source is included.
119
215
  */
@@ -122,10 +218,6 @@ export declare namespace RuleGroupGetResponse {
122
218
  * Indicates if the item has never been sold.
123
219
  */
124
220
  hasNeverSold?: boolean;
125
- /**
126
- * Flag indicating whether the order source is included.
127
- */
128
- hasOrderSource?: boolean;
129
221
  /**
130
222
  * Indicates if the full royalty has been paid for items.
131
223
  */
@@ -142,10 +234,18 @@ export declare namespace RuleGroupGetResponse {
142
234
  * URL of the image associated with the rule.
143
235
  */
144
236
  imageUrl?: string | null;
237
+ /**
238
+ * If enabled, the first transaction done on the platform will complete this rule
239
+ */
240
+ isCheckInOnEveryTxn?: boolean;
145
241
  /**
146
242
  * Indicates if the multiplier has been applied to rewards.
147
243
  */
148
244
  isMultiplierApplied?: boolean;
245
+ /**
246
+ * Flag indicating if the rule is restricted to new users.
247
+ */
248
+ isRestrictedToNewUsers?: boolean;
149
249
  /**
150
250
  * Flag indicating if rewards are applied retroactively.
151
251
  */
@@ -158,6 +258,10 @@ export declare namespace RuleGroupGetResponse {
158
258
  * Optional link associated with the metadata.
159
259
  */
160
260
  link?: string | null;
261
+ /**
262
+ * Liquidity pool details.
263
+ */
264
+ liquidity?: Metadata.Liquidity;
161
265
  /**
162
266
  * Maximum quantity constraint for token holding.
163
267
  */
@@ -191,17 +295,33 @@ export declare namespace RuleGroupGetResponse {
191
295
  */
192
296
  onlyRewardSingleTokenOwnership?: boolean | null;
193
297
  /**
194
- * Order source of the order for the token sale
298
+ * Pre-generated text template that will be used to prefill the post content.
195
299
  */
196
- orderSource?: string;
300
+ preGeneratedPostText?: string | null;
197
301
  /**
198
302
  * Promotional code associated with the rule.
199
303
  */
200
304
  promoCode?: string;
305
+ /**
306
+ * URL of the CSV file containing promo codes.
307
+ */
308
+ promoCodeCsvUrl?: string;
309
+ /**
310
+ * Numbers of the promotional code to be generated.
311
+ */
312
+ promoCodeLength?: number | null;
313
+ /**
314
+ * Type of the promotional code.
315
+ */
316
+ promoCodeType?: 'code' | 'csv' | 'generate';
201
317
  /**
202
318
  * Array defining ranges and corresponding rewards.
203
319
  */
204
320
  range?: Array<Metadata.Range>;
321
+ /**
322
+ * ID of the Reddit post.
323
+ */
324
+ redditPostId?: string | null;
205
325
  /**
206
326
  * Object defining referral requirements.
207
327
  */
@@ -210,10 +330,55 @@ export declare namespace RuleGroupGetResponse {
210
330
  * Lump sum reward given to a referrer.
211
331
  */
212
332
  referrerReward?: number | null;
333
+ /**
334
+ * Loyalty currency ID of the referrer reward.
335
+ */
336
+ referrerRewardLoyaltyCurrencyId?: string | null;
337
+ /**
338
+ * Flag indicating if the post link is required.
339
+ */
340
+ requirePostLink?: boolean | null;
341
+ /**
342
+ * Flag indicating if media metadata is required.
343
+ */
344
+ requirePostMediaLink?: boolean | null;
345
+ /**
346
+ * Flag indicating if the rule can also reward badges per range.
347
+ */
348
+ rewardBadgePerRange?: boolean;
349
+ /**
350
+ * Flag indicating if the reward is rewarded by batch.
351
+ */
352
+ rewardByBatch?: boolean | null;
353
+ /**
354
+ * Criteria to evaluate the reward.
355
+ */
356
+ rewardCriteria?: 'IMPRESSIONS_COUNT' | 'ELIGIBLE_POST' | null;
357
+ /**
358
+ * Flag indicating if the reward is rewarded per action.
359
+ */
360
+ rewardPerAction?: boolean | null;
213
361
  /**
214
362
  * Flag indicating if rewards are given per impression.
215
363
  */
216
364
  rewardPerImpression?: boolean | null;
365
+ /**
366
+ * Flag indicating if the rule should reward based on value of traded tokens
367
+ * instead of count.
368
+ */
369
+ rewardPerValue?: boolean;
370
+ /**
371
+ * Flag indicating if the rule should reward quality posts.
372
+ */
373
+ rewardQualityPosts?: boolean;
374
+ /**
375
+ * Wallet address of the user can only be used if userId is not provided
376
+ */
377
+ royaltyAddress?: string;
378
+ /**
379
+ * Royalty percentage of the item.
380
+ */
381
+ royaltyPercentage?: number;
217
382
  /**
218
383
  * Currency associated with sales.
219
384
  */
@@ -237,7 +402,7 @@ export declare namespace RuleGroupGetResponse {
237
402
  /**
238
403
  * Social media platform associated with the rule.
239
404
  */
240
- socialPlatform?: 'Custom' | 'Discord' | 'EpicGames' | 'Instagram' | 'Steam' | 'Telegram' | 'TikTok' | 'Twitch' | 'X(Twitter)' | 'YouTube' | null;
405
+ socialPlatform?: 'Custom' | 'Discord' | 'EpicGames' | 'Instagram' | 'Steam' | 'Telegram' | 'TikTok' | 'Twitch' | 'X(Twitter)' | 'YouTube' | 'Google' | 'GitHub' | 'Reddit' | null;
241
406
  /**
242
407
  * URL of the social platform's logo.
243
408
  */
@@ -246,10 +411,18 @@ export declare namespace RuleGroupGetResponse {
246
411
  * Name of the social platform.
247
412
  */
248
413
  socialPlatformName?: string | null;
414
+ /**
415
+ * ID of the Steam app.
416
+ */
417
+ steamAppId?: string | null;
249
418
  /**
250
419
  * Array of streak milestones and corresponding rewards.
251
420
  */
252
421
  streakArray?: Array<Metadata.StreakArray> | null;
422
+ /**
423
+ * Metadata for swap loyalty rules
424
+ */
425
+ swap?: Metadata.Swap;
253
426
  /**
254
427
  * ID of the Telegram channel.
255
428
  */
@@ -262,6 +435,11 @@ export declare namespace RuleGroupGetResponse {
262
435
  * Flag indicating if all contracts are tracked.
263
436
  */
264
437
  trackAllContracts?: boolean | null;
438
+ /**
439
+ * Flag indicating if the progress is tracked. If enabled, the rule can only be
440
+ * completed once the progress is 100%.
441
+ */
442
+ trackProgress?: boolean | null;
265
443
  /**
266
444
  * URL of the associated Twitter account.
267
445
  */
@@ -297,7 +475,15 @@ export declare namespace RuleGroupGetResponse {
297
475
  /**
298
476
  * Type of wallet associated with the rule.
299
477
  */
300
- walletType?: 'evm' | 'solana' | 'imx' | 'sui' | 'ton' | null;
478
+ walletType?: 'evm' | 'solana' | 'imx' | 'sui' | 'ton' | 'cosmos' | 'ultra' | 'agw' | 'flow_cadence' | 'substrate' | null;
479
+ /**
480
+ * ID of the Youtube channel.
481
+ */
482
+ youtubeChannelId?: string | null;
483
+ /**
484
+ * ID of the Youtube video.
485
+ */
486
+ youtubeVideoId?: string | null;
301
487
  }
302
488
  namespace Metadata {
303
489
  interface Collection {
@@ -312,7 +498,7 @@ export declare namespace RuleGroupGetResponse {
312
498
  /**
313
499
  * Blockchain network of the collection.
314
500
  */
315
- network?: 'apechain' | 'arbitrum' | 'avalanche' | 'avalancheFuji' | 'base' | 'baseSepolia' | 'berachainArtio' | 'binance' | 'bscTestnet' | 'campTestnet' | 'fantom' | 'fantomTestnet' | 'flowMainnet' | 'mainnet' | 'optimism' | 'polygon' | 'polygon_mumbai' | 'skaleNebula' | 'solana' | 'sophon' | 'sui' | 'superseed' | 'superseedSepolia' | 'vanar' | 'xai' | 'zksync' | 'sepolia' | 'optimism_sepolia' | 'arbitrumSepolia' | 'goerli' | 'optimism_goerli' | 'arbitrumGoerli' | 'basecamp' | 'abstract';
501
+ network?: 'abstract' | 'abstractTestnet' | 'apechain' | 'arbitrum' | 'avalanche' | 'avalancheFuji' | 'base' | 'baseSepolia' | 'berachain' | 'berachainArtio' | 'berachainBepolia' | 'binance' | 'bscTestnet' | 'campTestnet' | 'fantom' | 'fantomTestnet' | 'flowMainnet' | 'mainnet' | 'nexusTestnet' | 'optimism' | 'polygon' | 'polygon_mumbai' | 'skaleNebula' | 'skaleEuropa' | 'skaleCalypso' | 'solana' | 'sophon' | 'sophonTestnet' | 'sui' | 'superseed' | 'superseedSepolia' | 'vanar' | 'xai' | 'zksync' | 'coti' | 'cotiTestnet' | 'morph' | 'morphTestnet' | 'morphHolesky' | 'ultra' | 'ultraTestnet' | 'nitrograph' | 'sepolia' | 'optimism_sepolia' | 'arbitrumSepolia' | 'goerli' | 'optimism_goerli' | 'arbitrumGoerli' | 'basecamp' | 'somnia' | 'zkverify' | 'polkadot' | 'kusama' | 'flow_cadence';
316
502
  }
317
503
  /**
318
504
  * Object containing details for the call-to-action.
@@ -377,6 +563,49 @@ export declare namespace RuleGroupGetResponse {
377
563
  */
378
564
  id: string;
379
565
  }
566
+ /**
567
+ * Liquidity pool details.
568
+ */
569
+ interface Liquidity {
570
+ /**
571
+ * Calculation type of the liquidity pool.
572
+ */
573
+ calculationType?: 'fixed' | 'custom';
574
+ /**
575
+ * Custom function to calculate the the reward amount based on the liquidity
576
+ * provided per day. X is the reward amount, Y is the liquidity provided per day in
577
+ * USD.
578
+ */
579
+ customFunction?: string;
580
+ /**
581
+ * Liquidity provided per day in USD
582
+ */
583
+ liquidityPerDay?: number;
584
+ /**
585
+ * Blockchain network of the liquidity pool.
586
+ */
587
+ network?: 'abstract' | 'abstractTestnet' | 'apechain' | 'arbitrum' | 'avalanche' | 'avalancheFuji' | 'base' | 'baseSepolia' | 'berachain' | 'berachainArtio' | 'berachainBepolia' | 'binance' | 'bscTestnet' | 'campTestnet' | 'fantom' | 'fantomTestnet' | 'flowMainnet' | 'mainnet' | 'nexusTestnet' | 'optimism' | 'polygon' | 'polygon_mumbai' | 'skaleNebula' | 'skaleEuropa' | 'skaleCalypso' | 'solana' | 'sophon' | 'sophonTestnet' | 'sui' | 'superseed' | 'superseedSepolia' | 'vanar' | 'xai' | 'zksync' | 'coti' | 'cotiTestnet' | 'morph' | 'morphTestnet' | 'morphHolesky' | 'ultra' | 'ultraTestnet' | 'nitrograph' | 'sepolia' | 'optimism_sepolia' | 'arbitrumSepolia' | 'goerli' | 'optimism_goerli' | 'arbitrumGoerli' | 'basecamp' | 'somnia' | 'zkverify' | 'polkadot' | 'kusama' | 'flow_cadence';
588
+ /**
589
+ * Indicates if only in-range liquidity is rewarded.
590
+ */
591
+ onlyRewardInRangeLiquidity?: boolean;
592
+ /**
593
+ * Array of liquidity pools associated with the rule.
594
+ */
595
+ pools?: Array<Liquidity.Pool>;
596
+ /**
597
+ * Protocol of the liquidity pool.
598
+ */
599
+ protocol?: string;
600
+ }
601
+ namespace Liquidity {
602
+ interface Pool {
603
+ /**
604
+ * Unique identifier of the liquidity pool.
605
+ */
606
+ id: string;
607
+ }
608
+ }
380
609
  interface Range {
381
610
  /**
382
611
  * Reward amount for this range.
@@ -390,6 +619,14 @@ export declare namespace RuleGroupGetResponse {
390
619
  * Start value of the range.
391
620
  */
392
621
  startRange: number;
622
+ /**
623
+ * ID of the loyalty badge for this range.
624
+ */
625
+ loyaltyBadgeId?: string;
626
+ /**
627
+ * Amount of the loyalty multiplier for this range.
628
+ */
629
+ loyaltyMultiplierAmount?: number;
393
630
  }
394
631
  /**
395
632
  * Object defining referral requirements.
@@ -433,18 +670,14 @@ export declare namespace RuleGroupGetResponse {
433
670
  * Object containing details of the associated smart contract.
434
671
  */
435
672
  interface SmartContract {
436
- /**
437
- * ABI of the smart contract.
438
- */
439
- abi?: string | null;
440
673
  /**
441
674
  * Mapping of addresses for the smart contract.
442
675
  */
443
676
  addressMapping?: string | null;
444
677
  /**
445
- * Array of bonus details applied to the rule.
678
+ * Object containing details of the amount multiplier from the event.
446
679
  */
447
- bonus?: Array<SmartContract.Bonus> | null;
680
+ amountMultiplier?: SmartContract.AmountMultiplier | null;
448
681
  /**
449
682
  * ID of the smart contract.
450
683
  */
@@ -453,58 +686,28 @@ export declare namespace RuleGroupGetResponse {
453
686
  * Criteria to evaluate the smart contract event.
454
687
  */
455
688
  criteria?: 'everyEvent' | 'byParameter' | null;
456
- /**
457
- * Time range applied to the rule.
458
- */
459
- customRange?: SmartContract.CustomRange | null;
460
689
  /**
461
690
  * Event emitted by the smart contract.
462
691
  */
463
692
  event?: string | null;
464
- /**
465
- * Maximum value allowed for the parameter.
466
- */
467
- max?: number | null;
468
693
  /**
469
694
  * Array of parameters for the smart contract.
470
695
  */
471
696
  params?: Array<SmartContract.Param> | null;
472
697
  /**
473
- * Flag indicating if a bonus is applied.
474
- */
475
- withBonus?: boolean | null;
476
- /**
477
- * Flag indicating if a custom range is applied.
698
+ * Type of the smart contract interaction.
478
699
  */
479
- withCustomRange?: boolean | null;
480
- /**
481
- * Flag indicating if a maximum limit is applied.
482
- */
483
- withMax?: boolean | null;
700
+ type?: 'function' | 'event' | null;
484
701
  }
485
702
  namespace SmartContract {
486
- interface Bonus {
487
- /**
488
- * Amount of the bonus.
489
- */
490
- amount?: number | null;
491
- /**
492
- * Number of times the bonus is applied.
493
- */
494
- count?: number | null;
495
- }
496
703
  /**
497
- * Time range applied to the rule.
704
+ * Object containing details of the amount multiplier from the event.
498
705
  */
499
- interface CustomRange {
500
- /**
501
- * End time of the custom range.
502
- */
503
- endsAt?: string | null;
706
+ interface AmountMultiplier {
504
707
  /**
505
- * Start time of the custom range.
708
+ * Mapping of the value for the smart contract.
506
709
  */
507
- startsAt?: string | null;
710
+ valueMapping?: string | null;
508
711
  }
509
712
  interface Param {
510
713
  /**
@@ -541,19 +744,56 @@ export declare namespace RuleGroupGetResponse {
541
744
  */
542
745
  streakMilestone: number;
543
746
  }
747
+ /**
748
+ * Metadata for swap loyalty rules
749
+ */
750
+ interface Swap {
751
+ provider?: 'any' | 'relay' | 'lifi';
752
+ relayReferrerId?: string;
753
+ requireCrossChainSwap?: boolean;
754
+ swappedToChain?: 'any' | number | string;
755
+ swappedToTokens?: Array<Swap.SwappedToToken>;
756
+ tokenMode?: 'any' | 'specific';
757
+ trackTokenAmount?: boolean;
758
+ }
759
+ namespace Swap {
760
+ interface SwappedToToken {
761
+ address: string;
762
+ chainId: string;
763
+ }
764
+ }
544
765
  }
545
766
  }
546
767
  }
547
768
  }
548
769
  }
549
- export interface RuleGroupGetParams {
770
+ export interface RuleGroupUpdateRuleGroupResponse {
771
+ isCollapsible?: boolean;
772
+ name?: string;
773
+ subTitle?: string;
774
+ }
775
+ export interface RuleGroupCreateRuleGroupParams {
776
+ name: string;
777
+ organizationId: string;
778
+ websiteId: string;
779
+ isCollapsible?: boolean;
780
+ isRequired?: boolean;
781
+ sortId?: number;
782
+ subTitle?: string;
783
+ }
784
+ export interface RuleGroupGetRuleGroupsParams {
550
785
  excludeHidden?: string;
551
786
  limit?: number;
552
787
  organizationId?: string;
553
788
  startingAfter?: string;
554
789
  websiteId?: string;
555
790
  }
791
+ export interface RuleGroupUpdateRuleGroupParams {
792
+ isCollapsible?: boolean;
793
+ name?: string | null;
794
+ subtitle?: string | null;
795
+ }
556
796
  export declare namespace RuleGroups {
557
- export { type RuleGroupGetResponse as RuleGroupGetResponse, type RuleGroupGetParams as RuleGroupGetParams };
797
+ export { type RuleGroupCreateRuleGroupResponse as RuleGroupCreateRuleGroupResponse, type RuleGroupDeleteRuleGroupResponse as RuleGroupDeleteRuleGroupResponse, type RuleGroupGetRuleGroupsResponse as RuleGroupGetRuleGroupsResponse, type RuleGroupUpdateRuleGroupResponse as RuleGroupUpdateRuleGroupResponse, type RuleGroupCreateRuleGroupParams as RuleGroupCreateRuleGroupParams, type RuleGroupGetRuleGroupsParams as RuleGroupGetRuleGroupsParams, type RuleGroupUpdateRuleGroupParams as RuleGroupUpdateRuleGroupParams, };
558
798
  }
559
799
  //# sourceMappingURL=rule-groups.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rule-groups.d.ts","sourceRoot":"","sources":["../../src/resources/loyalty/rule-groups.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"rule-groups.d.ts","sourceRoot":"","sources":["../../src/resources/loyalty/rule-groups.ts"],"names":[],"mappings":"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"}