@snagsolutions/sdk 0.1.0-alpha.10

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 (342) hide show
  1. package/CHANGELOG.md +125 -0
  2. package/LICENSE +201 -0
  3. package/README.md +297 -0
  4. package/_shims/MultipartBody.d.ts +9 -0
  5. package/_shims/MultipartBody.d.ts.map +1 -0
  6. package/_shims/MultipartBody.js +16 -0
  7. package/_shims/MultipartBody.js.map +1 -0
  8. package/_shims/MultipartBody.mjs +12 -0
  9. package/_shims/MultipartBody.mjs.map +1 -0
  10. package/_shims/README.md +46 -0
  11. package/_shims/auto/runtime-bun.d.ts +5 -0
  12. package/_shims/auto/runtime-bun.d.ts.map +1 -0
  13. package/_shims/auto/runtime-bun.js +21 -0
  14. package/_shims/auto/runtime-bun.js.map +1 -0
  15. package/_shims/auto/runtime-bun.mjs +2 -0
  16. package/_shims/auto/runtime-bun.mjs.map +1 -0
  17. package/_shims/auto/runtime-node.d.ts +5 -0
  18. package/_shims/auto/runtime-node.d.ts.map +1 -0
  19. package/_shims/auto/runtime-node.js +21 -0
  20. package/_shims/auto/runtime-node.js.map +1 -0
  21. package/_shims/auto/runtime-node.mjs +2 -0
  22. package/_shims/auto/runtime-node.mjs.map +1 -0
  23. package/_shims/auto/runtime.d.ts +5 -0
  24. package/_shims/auto/runtime.d.ts.map +1 -0
  25. package/_shims/auto/runtime.js +21 -0
  26. package/_shims/auto/runtime.js.map +1 -0
  27. package/_shims/auto/runtime.mjs +2 -0
  28. package/_shims/auto/runtime.mjs.map +1 -0
  29. package/_shims/auto/types-node.d.ts +5 -0
  30. package/_shims/auto/types-node.d.ts.map +1 -0
  31. package/_shims/auto/types-node.js +21 -0
  32. package/_shims/auto/types-node.js.map +1 -0
  33. package/_shims/auto/types-node.mjs +2 -0
  34. package/_shims/auto/types-node.mjs.map +1 -0
  35. package/_shims/auto/types.d.ts +101 -0
  36. package/_shims/auto/types.js +3 -0
  37. package/_shims/auto/types.mjs +3 -0
  38. package/_shims/bun-runtime.d.ts +6 -0
  39. package/_shims/bun-runtime.d.ts.map +1 -0
  40. package/_shims/bun-runtime.js +14 -0
  41. package/_shims/bun-runtime.js.map +1 -0
  42. package/_shims/bun-runtime.mjs +10 -0
  43. package/_shims/bun-runtime.mjs.map +1 -0
  44. package/_shims/index.d.ts +81 -0
  45. package/_shims/index.js +13 -0
  46. package/_shims/index.mjs +7 -0
  47. package/_shims/manual-types.d.ts +12 -0
  48. package/_shims/manual-types.js +3 -0
  49. package/_shims/manual-types.mjs +3 -0
  50. package/_shims/node-runtime.d.ts +3 -0
  51. package/_shims/node-runtime.d.ts.map +1 -0
  52. package/_shims/node-runtime.js +89 -0
  53. package/_shims/node-runtime.js.map +1 -0
  54. package/_shims/node-runtime.mjs +56 -0
  55. package/_shims/node-runtime.mjs.map +1 -0
  56. package/_shims/node-types.d.ts +42 -0
  57. package/_shims/node-types.js +3 -0
  58. package/_shims/node-types.mjs +3 -0
  59. package/_shims/registry.d.ts +37 -0
  60. package/_shims/registry.d.ts.map +1 -0
  61. package/_shims/registry.js +41 -0
  62. package/_shims/registry.js.map +1 -0
  63. package/_shims/registry.mjs +37 -0
  64. package/_shims/registry.mjs.map +1 -0
  65. package/_shims/web-runtime.d.ts +5 -0
  66. package/_shims/web-runtime.d.ts.map +1 -0
  67. package/_shims/web-runtime.js +78 -0
  68. package/_shims/web-runtime.js.map +1 -0
  69. package/_shims/web-runtime.mjs +71 -0
  70. package/_shims/web-runtime.mjs.map +1 -0
  71. package/_shims/web-types.d.ts +83 -0
  72. package/_shims/web-types.js +3 -0
  73. package/_shims/web-types.mjs +3 -0
  74. package/core.d.ts +241 -0
  75. package/core.d.ts.map +1 -0
  76. package/core.js +908 -0
  77. package/core.js.map +1 -0
  78. package/core.mjs +876 -0
  79. package/core.mjs.map +1 -0
  80. package/error.d.ts +47 -0
  81. package/error.d.ts.map +1 -0
  82. package/error.js +113 -0
  83. package/error.js.map +1 -0
  84. package/error.mjs +97 -0
  85. package/error.mjs.map +1 -0
  86. package/index.d.mts +126 -0
  87. package/index.d.ts +126 -0
  88. package/index.d.ts.map +1 -0
  89. package/index.js +141 -0
  90. package/index.js.map +1 -0
  91. package/index.mjs +98 -0
  92. package/index.mjs.map +1 -0
  93. package/internal/qs/formats.d.ts +6 -0
  94. package/internal/qs/formats.d.ts.map +1 -0
  95. package/internal/qs/formats.js +11 -0
  96. package/internal/qs/formats.js.map +1 -0
  97. package/internal/qs/formats.mjs +8 -0
  98. package/internal/qs/formats.mjs.map +1 -0
  99. package/internal/qs/index.d.ts +10 -0
  100. package/internal/qs/index.d.ts.map +1 -0
  101. package/internal/qs/index.js +14 -0
  102. package/internal/qs/index.js.map +1 -0
  103. package/internal/qs/index.mjs +10 -0
  104. package/internal/qs/index.mjs.map +1 -0
  105. package/internal/qs/stringify.d.ts +3 -0
  106. package/internal/qs/stringify.d.ts.map +1 -0
  107. package/internal/qs/stringify.js +280 -0
  108. package/internal/qs/stringify.js.map +1 -0
  109. package/internal/qs/stringify.mjs +276 -0
  110. package/internal/qs/stringify.mjs.map +1 -0
  111. package/internal/qs/types.d.ts +57 -0
  112. package/internal/qs/types.d.ts.map +1 -0
  113. package/internal/qs/types.js +3 -0
  114. package/internal/qs/types.js.map +1 -0
  115. package/internal/qs/types.mjs +2 -0
  116. package/internal/qs/types.mjs.map +1 -0
  117. package/internal/qs/utils.d.ts +14 -0
  118. package/internal/qs/utils.d.ts.map +1 -0
  119. package/internal/qs/utils.js +229 -0
  120. package/internal/qs/utils.js.map +1 -0
  121. package/internal/qs/utils.mjs +217 -0
  122. package/internal/qs/utils.mjs.map +1 -0
  123. package/package.json +103 -0
  124. package/resource.d.ts +6 -0
  125. package/resource.d.ts.map +1 -0
  126. package/resource.js +11 -0
  127. package/resource.js.map +1 -0
  128. package/resource.mjs +7 -0
  129. package/resource.mjs.map +1 -0
  130. package/resources/assets.d.ts +50 -0
  131. package/resources/assets.d.ts.map +1 -0
  132. package/resources/assets.js +17 -0
  133. package/resources/assets.js.map +1 -0
  134. package/resources/assets.mjs +13 -0
  135. package/resources/assets.mjs.map +1 -0
  136. package/resources/auction-bids.d.ts +81 -0
  137. package/resources/auction-bids.d.ts.map +1 -0
  138. package/resources/auction-bids.js +30 -0
  139. package/resources/auction-bids.js.map +1 -0
  140. package/resources/auction-bids.mjs +26 -0
  141. package/resources/auction-bids.mjs.map +1 -0
  142. package/resources/drip/drip.d.ts +14 -0
  143. package/resources/drip/drip.d.ts.map +1 -0
  144. package/resources/drip/drip.js +43 -0
  145. package/resources/drip/drip.js.map +1 -0
  146. package/resources/drip/drip.mjs +16 -0
  147. package/resources/drip/drip.mjs.map +1 -0
  148. package/resources/drip/index.d.ts +4 -0
  149. package/resources/drip/index.d.ts.map +1 -0
  150. package/resources/drip/index.js +11 -0
  151. package/resources/drip/index.js.map +1 -0
  152. package/resources/drip/index.mjs +5 -0
  153. package/resources/drip/index.mjs.map +1 -0
  154. package/resources/drip/quests.d.ts +168 -0
  155. package/resources/drip/quests.d.ts.map +1 -0
  156. package/resources/drip/quests.js +17 -0
  157. package/resources/drip/quests.js.map +1 -0
  158. package/resources/drip/quests.mjs +13 -0
  159. package/resources/drip/quests.mjs.map +1 -0
  160. package/resources/drip/status.d.ts +26 -0
  161. package/resources/drip/status.d.ts.map +1 -0
  162. package/resources/drip/status.js +16 -0
  163. package/resources/drip/status.js.map +1 -0
  164. package/resources/drip/status.mjs +12 -0
  165. package/resources/drip/status.mjs.map +1 -0
  166. package/resources/index.d.ts +7 -0
  167. package/resources/index.d.ts.map +1 -0
  168. package/resources/index.js +17 -0
  169. package/resources/index.js.map +1 -0
  170. package/resources/index.mjs +8 -0
  171. package/resources/index.mjs.map +1 -0
  172. package/resources/loyalty/accounts.d.ts +157 -0
  173. package/resources/loyalty/accounts.d.ts.map +1 -0
  174. package/resources/loyalty/accounts.js +16 -0
  175. package/resources/loyalty/accounts.js.map +1 -0
  176. package/resources/loyalty/accounts.mjs +12 -0
  177. package/resources/loyalty/accounts.mjs.map +1 -0
  178. package/resources/loyalty/badges.d.ts +299 -0
  179. package/resources/loyalty/badges.d.ts.map +1 -0
  180. package/resources/loyalty/badges.js +46 -0
  181. package/resources/loyalty/badges.js.map +1 -0
  182. package/resources/loyalty/badges.mjs +42 -0
  183. package/resources/loyalty/badges.mjs.map +1 -0
  184. package/resources/loyalty/currencies.d.ts +252 -0
  185. package/resources/loyalty/currencies.d.ts.map +1 -0
  186. package/resources/loyalty/currencies.js +21 -0
  187. package/resources/loyalty/currencies.js.map +1 -0
  188. package/resources/loyalty/currencies.mjs +17 -0
  189. package/resources/loyalty/currencies.mjs.map +1 -0
  190. package/resources/loyalty/index.d.ts +9 -0
  191. package/resources/loyalty/index.d.ts.map +1 -0
  192. package/resources/loyalty/index.js +21 -0
  193. package/resources/loyalty/index.js.map +1 -0
  194. package/resources/loyalty/index.mjs +10 -0
  195. package/resources/loyalty/index.mjs.map +1 -0
  196. package/resources/loyalty/loyalty.d.ts +34 -0
  197. package/resources/loyalty/loyalty.d.ts.map +1 -0
  198. package/resources/loyalty/loyalty.js +63 -0
  199. package/resources/loyalty/loyalty.js.map +1 -0
  200. package/resources/loyalty/loyalty.mjs +36 -0
  201. package/resources/loyalty/loyalty.mjs.map +1 -0
  202. package/resources/loyalty/multipliers.d.ts +129 -0
  203. package/resources/loyalty/multipliers.d.ts.map +1 -0
  204. package/resources/loyalty/multipliers.js +34 -0
  205. package/resources/loyalty/multipliers.js.map +1 -0
  206. package/resources/loyalty/multipliers.mjs +30 -0
  207. package/resources/loyalty/multipliers.mjs.map +1 -0
  208. package/resources/loyalty/rule-edits.d.ts +330 -0
  209. package/resources/loyalty/rule-edits.d.ts.map +1 -0
  210. package/resources/loyalty/rule-edits.js +21 -0
  211. package/resources/loyalty/rule-edits.js.map +1 -0
  212. package/resources/loyalty/rule-edits.mjs +17 -0
  213. package/resources/loyalty/rule-edits.mjs.map +1 -0
  214. package/resources/loyalty/rules.d.ts +2430 -0
  215. package/resources/loyalty/rules.d.ts.map +1 -0
  216. package/resources/loyalty/rules.js +46 -0
  217. package/resources/loyalty/rules.js.map +1 -0
  218. package/resources/loyalty/rules.mjs +42 -0
  219. package/resources/loyalty/rules.mjs.map +1 -0
  220. package/resources/loyalty/transaction-entries.d.ts +175 -0
  221. package/resources/loyalty/transaction-entries.d.ts.map +1 -0
  222. package/resources/loyalty/transaction-entries.js +16 -0
  223. package/resources/loyalty/transaction-entries.js.map +1 -0
  224. package/resources/loyalty/transaction-entries.mjs +12 -0
  225. package/resources/loyalty/transaction-entries.mjs.map +1 -0
  226. package/resources/users/index.d.ts +4 -0
  227. package/resources/users/index.d.ts.map +1 -0
  228. package/resources/users/index.js +11 -0
  229. package/resources/users/index.js.map +1 -0
  230. package/resources/users/index.mjs +5 -0
  231. package/resources/users/index.mjs.map +1 -0
  232. package/resources/users/metadatas.d.ts +64 -0
  233. package/resources/users/metadatas.d.ts.map +1 -0
  234. package/resources/users/metadatas.js +16 -0
  235. package/resources/users/metadatas.js.map +1 -0
  236. package/resources/users/metadatas.mjs +12 -0
  237. package/resources/users/metadatas.mjs.map +1 -0
  238. package/resources/users/users.d.ts +14 -0
  239. package/resources/users/users.d.ts.map +1 -0
  240. package/resources/users/users.js +43 -0
  241. package/resources/users/users.js.map +1 -0
  242. package/resources/users/users.mjs +16 -0
  243. package/resources/users/users.mjs.map +1 -0
  244. package/resources/users/wallets.d.ts +193 -0
  245. package/resources/users/wallets.d.ts.map +1 -0
  246. package/resources/users/wallets.js +28 -0
  247. package/resources/users/wallets.js.map +1 -0
  248. package/resources/users/wallets.mjs +24 -0
  249. package/resources/users/wallets.mjs.map +1 -0
  250. package/resources/websites.d.ts +203 -0
  251. package/resources/websites.d.ts.map +1 -0
  252. package/resources/websites.js +22 -0
  253. package/resources/websites.js.map +1 -0
  254. package/resources/websites.mjs +18 -0
  255. package/resources/websites.mjs.map +1 -0
  256. package/shims/node.d.ts +30 -0
  257. package/shims/node.d.ts.map +1 -0
  258. package/shims/node.js +31 -0
  259. package/shims/node.js.map +1 -0
  260. package/shims/node.mjs +5 -0
  261. package/shims/node.mjs.map +1 -0
  262. package/shims/web.d.ts +26 -0
  263. package/shims/web.d.ts.map +1 -0
  264. package/shims/web.js +31 -0
  265. package/shims/web.js.map +1 -0
  266. package/shims/web.mjs +5 -0
  267. package/shims/web.mjs.map +1 -0
  268. package/src/_shims/MultipartBody.ts +9 -0
  269. package/src/_shims/README.md +46 -0
  270. package/src/_shims/auto/runtime-bun.ts +4 -0
  271. package/src/_shims/auto/runtime-node.ts +4 -0
  272. package/src/_shims/auto/runtime.ts +4 -0
  273. package/src/_shims/auto/types-node.ts +4 -0
  274. package/src/_shims/auto/types.d.ts +101 -0
  275. package/src/_shims/auto/types.js +3 -0
  276. package/src/_shims/auto/types.mjs +3 -0
  277. package/src/_shims/bun-runtime.ts +14 -0
  278. package/src/_shims/index.d.ts +81 -0
  279. package/src/_shims/index.js +13 -0
  280. package/src/_shims/index.mjs +7 -0
  281. package/src/_shims/manual-types.d.ts +12 -0
  282. package/src/_shims/manual-types.js +3 -0
  283. package/src/_shims/manual-types.mjs +3 -0
  284. package/src/_shims/node-runtime.ts +81 -0
  285. package/src/_shims/node-types.d.ts +42 -0
  286. package/src/_shims/node-types.js +3 -0
  287. package/src/_shims/node-types.mjs +3 -0
  288. package/src/_shims/registry.ts +67 -0
  289. package/src/_shims/web-runtime.ts +103 -0
  290. package/src/_shims/web-types.d.ts +83 -0
  291. package/src/_shims/web-types.js +3 -0
  292. package/src/_shims/web-types.mjs +3 -0
  293. package/src/core.ts +1201 -0
  294. package/src/error.ts +130 -0
  295. package/src/index.ts +235 -0
  296. package/src/internal/qs/LICENSE.md +13 -0
  297. package/src/internal/qs/README.md +3 -0
  298. package/src/internal/qs/formats.ts +9 -0
  299. package/src/internal/qs/index.ts +13 -0
  300. package/src/internal/qs/stringify.ts +388 -0
  301. package/src/internal/qs/types.ts +71 -0
  302. package/src/internal/qs/utils.ts +265 -0
  303. package/src/lib/.keep +4 -0
  304. package/src/resource.ts +11 -0
  305. package/src/resources/assets.ts +71 -0
  306. package/src/resources/auction-bids.ts +123 -0
  307. package/src/resources/drip/drip.ts +25 -0
  308. package/src/resources/drip/index.ts +5 -0
  309. package/src/resources/drip/quests.ts +210 -0
  310. package/src/resources/drip/status.ts +33 -0
  311. package/src/resources/index.ts +14 -0
  312. package/src/resources/loyalty/accounts.ts +199 -0
  313. package/src/resources/loyalty/badges.ts +435 -0
  314. package/src/resources/loyalty/currencies.ts +321 -0
  315. package/src/resources/loyalty/index.ts +61 -0
  316. package/src/resources/loyalty/loyalty.ts +159 -0
  317. package/src/resources/loyalty/multipliers.ts +238 -0
  318. package/src/resources/loyalty/rule-edits.ts +421 -0
  319. package/src/resources/loyalty/rules.ts +3513 -0
  320. package/src/resources/loyalty/transaction-entries.ts +229 -0
  321. package/src/resources/users/index.ts +12 -0
  322. package/src/resources/users/metadatas.ts +103 -0
  323. package/src/resources/users/users.ts +39 -0
  324. package/src/resources/users/wallets.ts +271 -0
  325. package/src/resources/websites.ts +259 -0
  326. package/src/shims/node.ts +50 -0
  327. package/src/shims/web.ts +50 -0
  328. package/src/tsconfig.json +11 -0
  329. package/src/uploads.ts +255 -0
  330. package/src/version.ts +1 -0
  331. package/uploads.d.ts +75 -0
  332. package/uploads.d.ts.map +1 -0
  333. package/uploads.js +171 -0
  334. package/uploads.js.map +1 -0
  335. package/uploads.mjs +158 -0
  336. package/uploads.mjs.map +1 -0
  337. package/version.d.ts +2 -0
  338. package/version.d.ts.map +1 -0
  339. package/version.js +5 -0
  340. package/version.js.map +1 -0
  341. package/version.mjs +2 -0
  342. package/version.mjs.map +1 -0
@@ -0,0 +1,299 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ export declare class Badges extends APIResource {
4
+ /**
5
+ * This endpoint allows you to configure a new badge.
6
+ */
7
+ create(body: BadgeCreateParams, options?: Core.RequestOptions): Core.APIPromise<BadgeCreateResponse>;
8
+ /**
9
+ * This endpoint allows you to update an existing badge.
10
+ */
11
+ update(id: string, body?: BadgeUpdateParams, options?: Core.RequestOptions): Core.APIPromise<BadgeUpdateResponse>;
12
+ update(id: string, options?: Core.RequestOptions): Core.APIPromise<BadgeUpdateResponse>;
13
+ /**
14
+ * This endpoint allows you to fetch badge(s) data.
15
+ */
16
+ list(query?: BadgeListParams, options?: Core.RequestOptions): Core.APIPromise<BadgeListResponse>;
17
+ list(options?: Core.RequestOptions): Core.APIPromise<BadgeListResponse>;
18
+ /**
19
+ * This endpoint allows you to delete a badge.
20
+ */
21
+ delete(id: string, options?: Core.RequestOptions): Core.APIPromise<BadgeDeleteResponse>;
22
+ /**
23
+ * This endpoint allows you to revoke a badge from an account
24
+ */
25
+ revoke(id: string, body?: BadgeRevokeParams, options?: Core.RequestOptions): Core.APIPromise<BadgeRevokeResponse>;
26
+ revoke(id: string, options?: Core.RequestOptions): Core.APIPromise<BadgeRevokeResponse>;
27
+ /**
28
+ * This endpoint allows you to reward a badge for an account
29
+ */
30
+ reward(id: string, body?: BadgeRewardParams, options?: Core.RequestOptions): Core.APIPromise<BadgeRewardResponse>;
31
+ reward(id: string, options?: Core.RequestOptions): Core.APIPromise<BadgeRewardResponse>;
32
+ }
33
+ /**
34
+ * Response returned upon successful creation of the badge.
35
+ */
36
+ export interface BadgeCreateResponse {
37
+ id: string;
38
+ }
39
+ /**
40
+ * Response returned upon successful update of the badge.
41
+ */
42
+ export interface BadgeUpdateResponse {
43
+ id: string;
44
+ }
45
+ /**
46
+ * Response returned upon successful fetching of the badges.
47
+ */
48
+ export interface BadgeListResponse {
49
+ badges: Array<BadgeListResponse.Badge>;
50
+ }
51
+ export declare namespace BadgeListResponse {
52
+ interface Badge {
53
+ /**
54
+ * UUID of the badge (converted to lowercase)
55
+ */
56
+ id: string;
57
+ /**
58
+ * Count of rules and accounts with the badge
59
+ */
60
+ _count: Badge._Count;
61
+ /**
62
+ * The URL of the badge image
63
+ */
64
+ imageUrl: string;
65
+ /**
66
+ * Array of rules for the badge
67
+ */
68
+ loyaltyConditions: Array<Badge.LoyaltyCondition>;
69
+ /**
70
+ * The name of the badge
71
+ */
72
+ name: string;
73
+ /**
74
+ * The description of the badge
75
+ */
76
+ description?: string;
77
+ }
78
+ namespace Badge {
79
+ /**
80
+ * Count of rules and accounts with the badge
81
+ */
82
+ interface _Count {
83
+ /**
84
+ * The number of accounts with the badge
85
+ */
86
+ LoyaltyBadgeUser: number;
87
+ /**
88
+ * The number of rules
89
+ */
90
+ loyaltyConditions: number;
91
+ }
92
+ interface LoyaltyCondition {
93
+ /**
94
+ * UUID of the rule (converted to lowercase)
95
+ */
96
+ id: string;
97
+ /**
98
+ * The type of rule
99
+ */
100
+ type: 'rule' | 'section' | 'level' | 'points' | 'api' | 'badge';
101
+ /**
102
+ * The amount of the rule
103
+ */
104
+ amount?: number;
105
+ /**
106
+ * The description of the rule
107
+ */
108
+ description?: string;
109
+ /**
110
+ * UUID of the currency (optional, converted to lowercase)
111
+ */
112
+ loyaltyCurrencyId?: string;
113
+ /**
114
+ * UUID of the rule group (optional, converted to lowercase)
115
+ */
116
+ loyaltyRuleGroupId?: string;
117
+ /**
118
+ * UUID of the rule (optional, converted to lowercase)
119
+ */
120
+ loyaltyRuleId?: string;
121
+ }
122
+ }
123
+ }
124
+ /**
125
+ * Response returned upon successful deletion of the badge.
126
+ */
127
+ export interface BadgeDeleteResponse {
128
+ id: string;
129
+ deletedAt: string;
130
+ }
131
+ /**
132
+ * Response returned upon successful update of the user badge
133
+ */
134
+ export interface BadgeRevokeResponse {
135
+ data: BadgeRevokeResponse.Data;
136
+ /**
137
+ * The message returned upon update of the badge
138
+ */
139
+ message: string;
140
+ }
141
+ export declare namespace BadgeRevokeResponse {
142
+ interface Data {
143
+ id: string;
144
+ loyaltyBadgeId: string;
145
+ status: 'active' | 'inactive' | 'revoked';
146
+ userId: string;
147
+ }
148
+ }
149
+ /**
150
+ * Response returned upon successful update of the user badge
151
+ */
152
+ export interface BadgeRewardResponse {
153
+ data: BadgeRewardResponse.Data;
154
+ /**
155
+ * The message returned upon update of the badge
156
+ */
157
+ message: string;
158
+ }
159
+ export declare namespace BadgeRewardResponse {
160
+ interface Data {
161
+ id: string;
162
+ loyaltyBadgeId: string;
163
+ status: 'active' | 'inactive' | 'revoked';
164
+ userId: string;
165
+ }
166
+ }
167
+ export interface BadgeCreateParams {
168
+ /**
169
+ * The URL of the badge image
170
+ */
171
+ imageUrl: string;
172
+ /**
173
+ * The name of the badge
174
+ */
175
+ name: string;
176
+ /**
177
+ * UUID of the organization (optional, converted to lowercase)
178
+ */
179
+ organizationId: string;
180
+ /**
181
+ * Array of rules for the badge
182
+ */
183
+ rules: Array<BadgeCreateParams.Rule>;
184
+ /**
185
+ * UUID of the website (optional, converted to lowercase)
186
+ */
187
+ websiteId: string;
188
+ /**
189
+ * The description of the badge
190
+ */
191
+ description?: string;
192
+ }
193
+ export declare namespace BadgeCreateParams {
194
+ /**
195
+ * Schema for a loyalty condition rule.
196
+ */
197
+ interface Rule {
198
+ /**
199
+ * The type of rule
200
+ */
201
+ type: 'rule' | 'section' | 'level' | 'points' | 'api' | 'badge';
202
+ /**
203
+ * The amount of the rule
204
+ */
205
+ amount?: number | null;
206
+ /**
207
+ * The description of the rule
208
+ */
209
+ description?: string;
210
+ /**
211
+ * UUID of the badge (optional, converted to lowercase)
212
+ */
213
+ loyaltyBadgeId?: string | null;
214
+ /**
215
+ * UUID of the currency (optional, converted to lowercase)
216
+ */
217
+ loyaltyCurrencyId?: string | null;
218
+ /**
219
+ * UUID of the Loyalty Leaderboard (optional, converted to lowercase)
220
+ */
221
+ loyaltyLeaderboardViewId?: string | null;
222
+ /**
223
+ * UUID of the rule group (optional, converted to lowercase)
224
+ */
225
+ loyaltyRuleGroupId?: string | null;
226
+ /**
227
+ * UUID of the rule (optional, converted to lowercase)
228
+ */
229
+ loyaltyRuleId?: string | null;
230
+ }
231
+ }
232
+ export interface BadgeUpdateParams {
233
+ /**
234
+ * The description of the badge
235
+ */
236
+ description?: string;
237
+ /**
238
+ * The URL of the badge image
239
+ */
240
+ imageUrl?: string;
241
+ /**
242
+ * The name of the badge
243
+ */
244
+ name?: string;
245
+ }
246
+ export interface BadgeListParams {
247
+ /**
248
+ * Array of badge IDs (converted to lowercase) to fetch
249
+ */
250
+ badgeIds?: Array<string>;
251
+ /**
252
+ * Include deleted badges in the response
253
+ */
254
+ includeDeleted?: boolean | null;
255
+ /**
256
+ * Number of badges to fetch
257
+ */
258
+ limit?: number | null;
259
+ /**
260
+ * UUID of the organization (optional, converted to lowercase)
261
+ */
262
+ organizationId?: string;
263
+ /**
264
+ * UUID of the badge to start after (converted to lowercase)
265
+ */
266
+ startingAfter?: string;
267
+ /**
268
+ * UUID of the user (optional, converted to lowercase)
269
+ */
270
+ userId?: string;
271
+ /**
272
+ * UUID of the website (optional, converted to lowercase)
273
+ */
274
+ websiteId?: string;
275
+ }
276
+ export interface BadgeRevokeParams {
277
+ /**
278
+ * UUID of the user (converted to lowercase)
279
+ */
280
+ userId?: string;
281
+ /**
282
+ * Validated and formatted wallet address
283
+ */
284
+ walletAddress?: string;
285
+ }
286
+ export interface BadgeRewardParams {
287
+ /**
288
+ * UUID of the user (converted to lowercase)
289
+ */
290
+ userId?: string;
291
+ /**
292
+ * Validated and formatted wallet address
293
+ */
294
+ walletAddress?: string;
295
+ }
296
+ export declare namespace Badges {
297
+ export { type BadgeCreateResponse as BadgeCreateResponse, type BadgeUpdateResponse as BadgeUpdateResponse, type BadgeListResponse as BadgeListResponse, type BadgeDeleteResponse as BadgeDeleteResponse, type BadgeRevokeResponse as BadgeRevokeResponse, type BadgeRewardResponse as BadgeRewardResponse, type BadgeCreateParams as BadgeCreateParams, type BadgeUpdateParams as BadgeUpdateParams, type BadgeListParams as BadgeListParams, type BadgeRevokeParams as BadgeRevokeParams, type BadgeRewardParams as BadgeRewardParams, };
298
+ }
299
+ //# sourceMappingURL=badges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badges.d.ts","sourceRoot":"","sources":["../../src/resources/loyalty/badges.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Badges = void 0;
5
+ const resource_1 = require("../../resource.js");
6
+ const core_1 = require("../../core.js");
7
+ class Badges extends resource_1.APIResource {
8
+ /**
9
+ * This endpoint allows you to configure a new badge.
10
+ */
11
+ create(body, options) {
12
+ return this._client.post('/api/loyalty/badges', { body, ...options });
13
+ }
14
+ update(id, body = {}, options) {
15
+ if ((0, core_1.isRequestOptions)(body)) {
16
+ return this.update(id, {}, body);
17
+ }
18
+ return this._client.post(`/api/loyalty/badges/${id}`, { body, ...options });
19
+ }
20
+ list(query = {}, options) {
21
+ if ((0, core_1.isRequestOptions)(query)) {
22
+ return this.list({}, query);
23
+ }
24
+ return this._client.get('/api/loyalty/badges', { query, ...options });
25
+ }
26
+ /**
27
+ * This endpoint allows you to delete a badge.
28
+ */
29
+ delete(id, options) {
30
+ return this._client.delete(`/api/loyalty/badges/${id}`, options);
31
+ }
32
+ revoke(id, body = {}, options) {
33
+ if ((0, core_1.isRequestOptions)(body)) {
34
+ return this.revoke(id, {}, body);
35
+ }
36
+ return this._client.post(`/api/loyalty/badges/${id}/revoke`, { body, ...options });
37
+ }
38
+ reward(id, body = {}, options) {
39
+ if ((0, core_1.isRequestOptions)(body)) {
40
+ return this.reward(id, {}, body);
41
+ }
42
+ return this._client.post(`/api/loyalty/badges/${id}/reward`, { body, ...options });
43
+ }
44
+ }
45
+ exports.Badges = Badges;
46
+ //# sourceMappingURL=badges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badges.js","sourceRoot":"","sources":["../../src/resources/loyalty/badges.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAG9C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9E,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAA6B;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,uBAAuB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;CACF;AAzFD,wBAyFC"}
@@ -0,0 +1,42 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../resource.mjs";
3
+ import { isRequestOptions } from "../../core.mjs";
4
+ export class Badges extends APIResource {
5
+ /**
6
+ * This endpoint allows you to configure a new badge.
7
+ */
8
+ create(body, options) {
9
+ return this._client.post('/api/loyalty/badges', { body, ...options });
10
+ }
11
+ update(id, body = {}, options) {
12
+ if (isRequestOptions(body)) {
13
+ return this.update(id, {}, body);
14
+ }
15
+ return this._client.post(`/api/loyalty/badges/${id}`, { body, ...options });
16
+ }
17
+ list(query = {}, options) {
18
+ if (isRequestOptions(query)) {
19
+ return this.list({}, query);
20
+ }
21
+ return this._client.get('/api/loyalty/badges', { query, ...options });
22
+ }
23
+ /**
24
+ * This endpoint allows you to delete a badge.
25
+ */
26
+ delete(id, options) {
27
+ return this._client.delete(`/api/loyalty/badges/${id}`, options);
28
+ }
29
+ revoke(id, body = {}, options) {
30
+ if (isRequestOptions(body)) {
31
+ return this.revoke(id, {}, body);
32
+ }
33
+ return this._client.post(`/api/loyalty/badges/${id}/revoke`, { body, ...options });
34
+ }
35
+ reward(id, body = {}, options) {
36
+ if (isRequestOptions(body)) {
37
+ return this.reward(id, {}, body);
38
+ }
39
+ return this._client.post(`/api/loyalty/badges/${id}/reward`, { body, ...options });
40
+ }
41
+ }
42
+ //# sourceMappingURL=badges.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badges.mjs","sourceRoot":"","sources":["../../src/resources/loyalty/badges.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;AAG3B,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9E,CAAC;IAOD,IAAI,CACF,QAA+C,EAAE,EACjD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,OAA6B;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,uBAAuB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAWD,MAAM,CACJ,EAAU,EACV,OAAgD,EAAE,EAClD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;SAClC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;CACF"}
@@ -0,0 +1,252 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ export declare class Currencies extends APIResource {
4
+ /**
5
+ * Create a loyalty currency
6
+ */
7
+ create(body: CurrencyCreateParams, options?: Core.RequestOptions): Core.APIPromise<CurrencyCreateResponse>;
8
+ /**
9
+ * Get loyalty currencies
10
+ */
11
+ list(query: CurrencyListParams, options?: Core.RequestOptions): Core.APIPromise<CurrencyListResponse>;
12
+ }
13
+ /**
14
+ * Schema for a loyalty currency
15
+ */
16
+ export interface CurrencyCreateResponse {
17
+ /**
18
+ * Unique identifier for the loyalty currency
19
+ */
20
+ id: string;
21
+ /**
22
+ * Authentication key for API
23
+ */
24
+ apiAuthKey: string | null;
25
+ /**
26
+ * Type of authentication used for API
27
+ */
28
+ apiAuthType: 'none' | 'basic' | 'bearer' | 'apiKey' | null;
29
+ /**
30
+ * Authentication value for API
31
+ */
32
+ apiAuthValue: string | null;
33
+ /**
34
+ * API GET URL for fetching transaction entry data
35
+ */
36
+ apiGetTransactionEntryUrl: string | null;
37
+ /**
38
+ * API GET URL for fetching data
39
+ */
40
+ apiGetUrl: string | null;
41
+ /**
42
+ * API POST URL for sending data
43
+ */
44
+ apiPostUrl: string | null;
45
+ /**
46
+ * Timestamp when the currency was created
47
+ */
48
+ createdAt: string;
49
+ /**
50
+ * ID of the user who created the currency
51
+ */
52
+ createdById: string | null;
53
+ /**
54
+ * Number of decimal places for the currency
55
+ */
56
+ decimals: number;
57
+ /**
58
+ * Timestamp when the currency was deleted, if applicable
59
+ */
60
+ deletedAt: string | null;
61
+ /**
62
+ * URL of the image
63
+ */
64
+ imageUrl: string | null;
65
+ /**
66
+ * Name of the loyalty currency
67
+ */
68
+ name: string;
69
+ /**
70
+ * Unique identifier for the organization
71
+ */
72
+ organizationId: string;
73
+ /**
74
+ * Sorting identifier
75
+ */
76
+ sortId: number | null;
77
+ /**
78
+ * Symbol representing the loyalty currency
79
+ */
80
+ symbol: string;
81
+ /**
82
+ * Timestamp when the currency was last updated
83
+ */
84
+ updatedAt: string;
85
+ /**
86
+ * Unique identifier for the website
87
+ */
88
+ websiteId: string;
89
+ }
90
+ export interface CurrencyListResponse {
91
+ data: Array<CurrencyListResponse.Data>;
92
+ hasNextPage: boolean;
93
+ }
94
+ export declare namespace CurrencyListResponse {
95
+ /**
96
+ * Schema for a loyalty currency
97
+ */
98
+ interface Data {
99
+ /**
100
+ * Unique identifier for the loyalty currency
101
+ */
102
+ id: string;
103
+ /**
104
+ * Authentication key for API
105
+ */
106
+ apiAuthKey: string | null;
107
+ /**
108
+ * Type of authentication used for API
109
+ */
110
+ apiAuthType: 'none' | 'basic' | 'bearer' | 'apiKey' | null;
111
+ /**
112
+ * Authentication value for API
113
+ */
114
+ apiAuthValue: string | null;
115
+ /**
116
+ * API GET URL for fetching transaction entry data
117
+ */
118
+ apiGetTransactionEntryUrl: string | null;
119
+ /**
120
+ * API GET URL for fetching data
121
+ */
122
+ apiGetUrl: string | null;
123
+ /**
124
+ * API POST URL for sending data
125
+ */
126
+ apiPostUrl: string | null;
127
+ /**
128
+ * Timestamp when the currency was created
129
+ */
130
+ createdAt: string;
131
+ /**
132
+ * ID of the user who created the currency
133
+ */
134
+ createdById: string | null;
135
+ /**
136
+ * Number of decimal places for the currency
137
+ */
138
+ decimals: number;
139
+ /**
140
+ * Timestamp when the currency was deleted, if applicable
141
+ */
142
+ deletedAt: string | null;
143
+ /**
144
+ * URL of the image
145
+ */
146
+ imageUrl: string | null;
147
+ /**
148
+ * Name of the loyalty currency
149
+ */
150
+ name: string;
151
+ /**
152
+ * Unique identifier for the organization
153
+ */
154
+ organizationId: string;
155
+ /**
156
+ * Sorting identifier
157
+ */
158
+ sortId: number | null;
159
+ /**
160
+ * Symbol representing the loyalty currency
161
+ */
162
+ symbol: string;
163
+ /**
164
+ * Timestamp when the currency was last updated
165
+ */
166
+ updatedAt: string;
167
+ /**
168
+ * Unique identifier for the website
169
+ */
170
+ websiteId: string;
171
+ }
172
+ }
173
+ export interface CurrencyCreateParams {
174
+ /**
175
+ * Number of decimal places for the currency
176
+ */
177
+ decimals: number;
178
+ /**
179
+ * Name of the loyalty currency
180
+ */
181
+ name: string;
182
+ /**
183
+ * Unique identifier for the organization
184
+ */
185
+ organizationId: string;
186
+ /**
187
+ * Symbol representing the loyalty currency
188
+ */
189
+ symbol: string;
190
+ /**
191
+ * Unique identifier for the website
192
+ */
193
+ websiteId: string;
194
+ /**
195
+ * Authentication key for API
196
+ */
197
+ apiAuthKey?: string | null;
198
+ /**
199
+ * Type of authentication used for API
200
+ */
201
+ apiAuthType?: 'none' | 'basic' | 'bearer' | 'apiKey' | null;
202
+ /**
203
+ * Authentication value for API
204
+ */
205
+ apiAuthValue?: string | null;
206
+ /**
207
+ * Optional API GET URL for fetching transaction entry data
208
+ */
209
+ apiGetTransactionEntryUrl?: string | null;
210
+ /**
211
+ * Optional API GET URL for fetching data
212
+ */
213
+ apiGetUrl?: string | null;
214
+ /**
215
+ * Optional API POST URL for sending data
216
+ */
217
+ apiPostUrl?: string | null;
218
+ /**
219
+ * URL of the image; must start with AWS S3 asset URL base
220
+ */
221
+ imageUrl?: string | null;
222
+ /**
223
+ * Optional sorting identifier
224
+ */
225
+ sortId?: number;
226
+ }
227
+ export interface CurrencyListParams {
228
+ /**
229
+ * Unique identifier for the organization
230
+ */
231
+ organizationId: string;
232
+ /**
233
+ * Unique identifier for the website
234
+ */
235
+ websiteId: string;
236
+ /**
237
+ * Whether to include deleted currencies
238
+ */
239
+ includeDeleted?: string;
240
+ /**
241
+ * Maximum number of records to return
242
+ */
243
+ limit?: number | null;
244
+ /**
245
+ * Cursor for pagination; start after this ID
246
+ */
247
+ startingAfter?: string;
248
+ }
249
+ export declare namespace Currencies {
250
+ export { type CurrencyCreateResponse as CurrencyCreateResponse, type CurrencyListResponse as CurrencyListResponse, type CurrencyCreateParams as CurrencyCreateParams, type CurrencyListParams as CurrencyListParams, };
251
+ }
252
+ //# sourceMappingURL=currencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../../src/resources/loyalty/currencies.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Currencies = void 0;
5
+ const resource_1 = require("../../resource.js");
6
+ class Currencies extends resource_1.APIResource {
7
+ /**
8
+ * Create a loyalty currency
9
+ */
10
+ create(body, options) {
11
+ return this._client.post('/api/loyalty/currencies', { body, ...options });
12
+ }
13
+ /**
14
+ * Get loyalty currencies
15
+ */
16
+ list(query, options) {
17
+ return this._client.get('/api/loyalty/currencies', { query, ...options });
18
+ }
19
+ }
20
+ exports.Currencies = Currencies;
21
+ //# sourceMappingURL=currencies.js.map