@snagsolutions/sdk 0.1.0-alpha.26 → 0.1.0-alpha.261

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 (341) hide show
  1. package/CHANGELOG.md +151 -151
  2. package/LICENSE +1 -1
  3. package/README.md +15 -23
  4. package/core.d.ts +9 -6
  5. package/core.d.ts.map +1 -1
  6. package/core.js +36 -33
  7. package/core.js.map +1 -1
  8. package/core.mjs +36 -33
  9. package/core.mjs.map +1 -1
  10. package/index.d.mts +15 -9
  11. package/index.d.ts +15 -9
  12. package/index.d.ts.map +1 -1
  13. package/index.js +13 -6
  14. package/index.js.map +1 -1
  15. package/index.mjs +14 -7
  16. package/index.mjs.map +1 -1
  17. package/internal/utils/query.d.ts +2 -0
  18. package/internal/utils/query.d.ts.map +1 -0
  19. package/internal/utils/query.js +33 -0
  20. package/internal/utils/query.js.map +1 -0
  21. package/internal/utils/query.mjs +6 -0
  22. package/internal/utils/query.mjs.map +1 -0
  23. package/package.json +4 -5
  24. package/resource.d.ts +1 -1
  25. package/resource.d.ts.map +1 -1
  26. package/resource.js.map +1 -1
  27. package/resource.mjs.map +1 -1
  28. package/resources/assets.d.ts +16 -2
  29. package/resources/assets.d.ts.map +1 -1
  30. package/resources/assets.js +8 -0
  31. package/resources/assets.js.map +1 -1
  32. package/resources/assets.mjs +8 -0
  33. package/resources/assets.mjs.map +1 -1
  34. package/resources/auctions/auctions.d.ts +341 -0
  35. package/resources/auctions/auctions.d.ts.map +1 -0
  36. package/resources/auctions/auctions.js +72 -0
  37. package/resources/auctions/auctions.js.map +1 -0
  38. package/resources/auctions/auctions.mjs +45 -0
  39. package/resources/auctions/auctions.mjs.map +1 -0
  40. package/resources/auctions/index.d.ts +3 -0
  41. package/resources/auctions/index.d.ts.map +1 -0
  42. package/resources/auctions/index.js +9 -0
  43. package/resources/auctions/index.js.map +1 -0
  44. package/resources/auctions/index.mjs +4 -0
  45. package/resources/auctions/index.mjs.map +1 -0
  46. package/resources/auctions/website-user-attributes/index.d.ts +3 -0
  47. package/resources/auctions/website-user-attributes/index.d.ts.map +1 -0
  48. package/resources/auctions/website-user-attributes/index.js +9 -0
  49. package/resources/auctions/website-user-attributes/index.js.map +1 -0
  50. package/resources/auctions/website-user-attributes/index.mjs +4 -0
  51. package/resources/auctions/website-user-attributes/index.mjs.map +1 -0
  52. package/resources/auctions/website-user-attributes/values.d.ts +126 -0
  53. package/resources/auctions/website-user-attributes/values.d.ts.map +1 -0
  54. package/resources/auctions/website-user-attributes/values.js +49 -0
  55. package/resources/auctions/website-user-attributes/values.js.map +1 -0
  56. package/resources/auctions/website-user-attributes/values.mjs +45 -0
  57. package/resources/auctions/website-user-attributes/values.mjs.map +1 -0
  58. package/resources/auctions/website-user-attributes/website-user-attributes.d.ts +136 -0
  59. package/resources/auctions/website-user-attributes/website-user-attributes.d.ts.map +1 -0
  60. package/resources/auctions/website-user-attributes/website-user-attributes.js +76 -0
  61. package/resources/auctions/website-user-attributes/website-user-attributes.js.map +1 -0
  62. package/resources/auctions/website-user-attributes/website-user-attributes.mjs +49 -0
  63. package/resources/auctions/website-user-attributes/website-user-attributes.mjs.map +1 -0
  64. package/resources/auctions/website-user-attributes.d.ts +2 -0
  65. package/resources/auctions/website-user-attributes.d.ts.map +1 -0
  66. package/resources/auctions/website-user-attributes.js +19 -0
  67. package/resources/auctions/website-user-attributes.js.map +1 -0
  68. package/resources/auctions/website-user-attributes.mjs +3 -0
  69. package/resources/auctions/website-user-attributes.mjs.map +1 -0
  70. package/resources/auctions.d.ts +1 -133
  71. package/resources/auctions.d.ts.map +1 -1
  72. package/resources/auctions.js +15 -22
  73. package/resources/auctions.js.map +1 -1
  74. package/resources/auctions.mjs +1 -20
  75. package/resources/auctions.mjs.map +1 -1
  76. package/resources/auth.d.ts +66 -6
  77. package/resources/auth.d.ts.map +1 -1
  78. package/resources/auth.js +6 -0
  79. package/resources/auth.js.map +1 -1
  80. package/resources/auth.mjs +6 -0
  81. package/resources/auth.mjs.map +1 -1
  82. package/resources/index.d.ts +5 -4
  83. package/resources/index.d.ts.map +1 -1
  84. package/resources/index.js +5 -3
  85. package/resources/index.js.map +1 -1
  86. package/resources/index.mjs +4 -3
  87. package/resources/index.mjs.map +1 -1
  88. package/resources/loyalty/account-streaks.d.ts +96 -0
  89. package/resources/loyalty/account-streaks.d.ts.map +1 -0
  90. package/resources/loyalty/account-streaks.js +24 -0
  91. package/resources/loyalty/account-streaks.js.map +1 -0
  92. package/resources/loyalty/account-streaks.mjs +20 -0
  93. package/resources/loyalty/account-streaks.mjs.map +1 -0
  94. package/resources/loyalty/accounts.d.ts +60 -16
  95. package/resources/loyalty/accounts.d.ts.map +1 -1
  96. package/resources/loyalty/accounts.js +14 -0
  97. package/resources/loyalty/accounts.js.map +1 -1
  98. package/resources/loyalty/accounts.mjs +14 -0
  99. package/resources/loyalty/accounts.mjs.map +1 -1
  100. package/resources/loyalty/badges.d.ts +885 -136
  101. package/resources/loyalty/badges.d.ts.map +1 -1
  102. package/resources/loyalty/badges.js +19 -1
  103. package/resources/loyalty/badges.js.map +1 -1
  104. package/resources/loyalty/badges.mjs +19 -1
  105. package/resources/loyalty/badges.mjs.map +1 -1
  106. package/resources/loyalty/currencies.d.ts +19 -0
  107. package/resources/loyalty/currencies.d.ts.map +1 -1
  108. package/resources/loyalty/currencies.js +19 -0
  109. package/resources/loyalty/currencies.js.map +1 -1
  110. package/resources/loyalty/currencies.mjs +19 -0
  111. package/resources/loyalty/currencies.mjs.map +1 -1
  112. package/resources/loyalty/index.d.ts +3 -3
  113. package/resources/loyalty/index.d.ts.map +1 -1
  114. package/resources/loyalty/index.js +5 -5
  115. package/resources/loyalty/index.js.map +1 -1
  116. package/resources/loyalty/index.mjs +2 -2
  117. package/resources/loyalty/index.mjs.map +1 -1
  118. package/resources/loyalty/loyalty.d.ts +9 -9
  119. package/resources/loyalty/loyalty.d.ts.map +1 -1
  120. package/resources/loyalty/loyalty.js +6 -6
  121. package/resources/loyalty/loyalty.js.map +1 -1
  122. package/resources/loyalty/loyalty.mjs +6 -6
  123. package/resources/loyalty/loyalty.mjs.map +1 -1
  124. package/resources/loyalty/multipliers.d.ts +39 -2
  125. package/resources/loyalty/multipliers.d.ts.map +1 -1
  126. package/resources/loyalty/multipliers.js +23 -0
  127. package/resources/loyalty/multipliers.js.map +1 -1
  128. package/resources/loyalty/multipliers.mjs +23 -0
  129. package/resources/loyalty/multipliers.mjs.map +1 -1
  130. package/resources/loyalty/questions-responses.d.ts +55 -4
  131. package/resources/loyalty/questions-responses.d.ts.map +1 -1
  132. package/resources/loyalty/questions-responses.js +9 -0
  133. package/resources/loyalty/questions-responses.js.map +1 -1
  134. package/resources/loyalty/questions-responses.mjs +9 -0
  135. package/resources/loyalty/questions-responses.mjs.map +1 -1
  136. package/resources/loyalty/questions.d.ts +60 -6
  137. package/resources/loyalty/questions.d.ts.map +1 -1
  138. package/resources/loyalty/questions.js +39 -0
  139. package/resources/loyalty/questions.js.map +1 -1
  140. package/resources/loyalty/questions.mjs +39 -0
  141. package/resources/loyalty/questions.mjs.map +1 -1
  142. package/resources/loyalty/rule-edits.d.ts +2898 -8
  143. package/resources/loyalty/rule-edits.d.ts.map +1 -1
  144. package/resources/loyalty/rule-edits.js +14 -0
  145. package/resources/loyalty/rule-edits.js.map +1 -1
  146. package/resources/loyalty/rule-edits.mjs +14 -0
  147. package/resources/loyalty/rule-edits.mjs.map +1 -1
  148. package/resources/loyalty/rule-groups.d.ts +284 -56
  149. package/resources/loyalty/rule-groups.d.ts.map +1 -1
  150. package/resources/loyalty/rule-groups.js +18 -0
  151. package/resources/loyalty/rule-groups.js.map +1 -1
  152. package/resources/loyalty/rule-groups.mjs +18 -0
  153. package/resources/loyalty/rule-groups.mjs.map +1 -1
  154. package/resources/loyalty/rules.d.ts +2368 -346
  155. package/resources/loyalty/rules.d.ts.map +1 -1
  156. package/resources/loyalty/rules.js +40 -9
  157. package/resources/loyalty/rules.js.map +1 -1
  158. package/resources/loyalty/rules.mjs +40 -9
  159. package/resources/loyalty/rules.mjs.map +1 -1
  160. package/resources/loyalty/transactions/index.d.ts +4 -0
  161. package/resources/loyalty/transactions/index.d.ts.map +1 -0
  162. package/resources/loyalty/transactions/index.js +11 -0
  163. package/resources/loyalty/transactions/index.js.map +1 -0
  164. package/resources/loyalty/transactions/index.mjs +5 -0
  165. package/resources/loyalty/transactions/index.mjs.map +1 -0
  166. package/resources/loyalty/transactions/posts.d.ts +145 -0
  167. package/resources/loyalty/transactions/posts.d.ts.map +1 -0
  168. package/resources/loyalty/transactions/posts.js +32 -0
  169. package/resources/loyalty/transactions/posts.js.map +1 -0
  170. package/resources/loyalty/transactions/posts.mjs +28 -0
  171. package/resources/loyalty/transactions/posts.mjs.map +1 -0
  172. package/resources/loyalty/transactions/rule-statuses.d.ts +121 -0
  173. package/resources/loyalty/transactions/rule-statuses.d.ts.map +1 -0
  174. package/resources/loyalty/transactions/rule-statuses.js +30 -0
  175. package/resources/loyalty/transactions/rule-statuses.js.map +1 -0
  176. package/resources/loyalty/transactions/rule-statuses.mjs +26 -0
  177. package/resources/loyalty/transactions/rule-statuses.mjs.map +1 -0
  178. package/resources/loyalty/transactions/transactions.d.ts +566 -0
  179. package/resources/loyalty/transactions/transactions.d.ts.map +1 -0
  180. package/resources/loyalty/transactions/transactions.js +110 -0
  181. package/resources/loyalty/transactions/transactions.js.map +1 -0
  182. package/resources/loyalty/transactions/transactions.mjs +83 -0
  183. package/resources/loyalty/transactions/transactions.mjs.map +1 -0
  184. package/resources/loyalty/transactions.d.ts +1 -253
  185. package/resources/loyalty/transactions.d.ts.map +1 -1
  186. package/resources/loyalty/transactions.js +15 -18
  187. package/resources/loyalty/transactions.js.map +1 -1
  188. package/resources/loyalty/transactions.mjs +1 -16
  189. package/resources/loyalty/transactions.mjs.map +1 -1
  190. package/resources/minting/allowlist.d.ts +84 -0
  191. package/resources/minting/allowlist.d.ts.map +1 -0
  192. package/resources/minting/allowlist.js +42 -0
  193. package/resources/minting/allowlist.js.map +1 -0
  194. package/resources/minting/allowlist.mjs +38 -0
  195. package/resources/minting/allowlist.mjs.map +1 -0
  196. package/resources/minting/contracts.d.ts +165 -0
  197. package/resources/minting/contracts.d.ts.map +1 -0
  198. package/resources/minting/contracts.js +30 -0
  199. package/resources/minting/contracts.js.map +1 -0
  200. package/resources/minting/contracts.mjs +26 -0
  201. package/resources/minting/contracts.mjs.map +1 -0
  202. package/resources/minting/index.d.ts +5 -0
  203. package/resources/minting/index.d.ts.map +1 -0
  204. package/resources/minting/index.js +13 -0
  205. package/resources/minting/index.js.map +1 -0
  206. package/resources/minting/index.mjs +6 -0
  207. package/resources/minting/index.mjs.map +1 -0
  208. package/resources/minting/minting.d.ts +146 -0
  209. package/resources/minting/minting.d.ts.map +1 -0
  210. package/resources/minting/minting.js +79 -0
  211. package/resources/minting/minting.js.map +1 -0
  212. package/resources/minting/minting.mjs +52 -0
  213. package/resources/minting/minting.mjs.map +1 -0
  214. package/resources/minting/status.d.ts +44 -0
  215. package/resources/minting/status.d.ts.map +1 -0
  216. package/resources/minting/status.js +33 -0
  217. package/resources/minting/status.js.map +1 -0
  218. package/resources/minting/status.mjs +29 -0
  219. package/resources/minting/status.mjs.map +1 -0
  220. package/resources/minting.d.ts +1 -94
  221. package/resources/minting.d.ts.map +1 -1
  222. package/resources/minting.js +15 -11
  223. package/resources/minting.js.map +1 -1
  224. package/resources/minting.mjs +1 -9
  225. package/resources/minting.mjs.map +1 -1
  226. package/resources/referral/referral.d.ts +12 -3
  227. package/resources/referral/referral.d.ts.map +1 -1
  228. package/resources/referral/referral.js +11 -5
  229. package/resources/referral/referral.js.map +1 -1
  230. package/resources/referral/referral.mjs +11 -5
  231. package/resources/referral/referral.mjs.map +1 -1
  232. package/resources/referral/users.d.ts +30 -3
  233. package/resources/referral/users.d.ts.map +1 -1
  234. package/resources/referral/users.js +12 -4
  235. package/resources/referral/users.js.map +1 -1
  236. package/resources/referral/users.mjs +12 -4
  237. package/resources/referral/users.mjs.map +1 -1
  238. package/resources/token-claims.d.ts +162 -0
  239. package/resources/token-claims.d.ts.map +1 -0
  240. package/resources/token-claims.js +46 -0
  241. package/resources/token-claims.js.map +1 -0
  242. package/resources/token-claims.mjs +42 -0
  243. package/resources/token-claims.mjs.map +1 -0
  244. package/resources/users/index.d.ts +1 -1
  245. package/resources/users/index.d.ts.map +1 -1
  246. package/resources/users/index.js.map +1 -1
  247. package/resources/users/index.mjs.map +1 -1
  248. package/resources/users/metadatas.d.ts +40 -3
  249. package/resources/users/metadatas.d.ts.map +1 -1
  250. package/resources/users/metadatas.js.map +1 -1
  251. package/resources/users/metadatas.mjs.map +1 -1
  252. package/resources/users/users.d.ts +203 -36
  253. package/resources/users/users.d.ts.map +1 -1
  254. package/resources/users/users.js +58 -1
  255. package/resources/users/users.js.map +1 -1
  256. package/resources/users/users.mjs +58 -1
  257. package/resources/users/users.mjs.map +1 -1
  258. package/resources/websites/index.d.ts +1 -1
  259. package/resources/websites/index.d.ts.map +1 -1
  260. package/resources/websites/index.js.map +1 -1
  261. package/resources/websites/index.mjs +1 -1
  262. package/resources/websites/index.mjs.map +1 -1
  263. package/resources/websites/website-collections.d.ts +0 -69
  264. package/resources/websites/website-collections.d.ts.map +1 -1
  265. package/resources/websites/website-collections.js +0 -16
  266. package/resources/websites/website-collections.js.map +1 -1
  267. package/resources/websites/website-collections.mjs +0 -16
  268. package/resources/websites/website-collections.mjs.map +1 -1
  269. package/resources/websites/website-user-roles.d.ts +24 -1
  270. package/resources/websites/website-user-roles.d.ts.map +1 -1
  271. package/resources/websites/website-user-roles.js +23 -0
  272. package/resources/websites/website-user-roles.js.map +1 -1
  273. package/resources/websites/website-user-roles.mjs +23 -0
  274. package/resources/websites/website-user-roles.mjs.map +1 -1
  275. package/resources/websites/websites.d.ts +21 -99
  276. package/resources/websites/websites.d.ts.map +1 -1
  277. package/resources/websites/websites.js +9 -1
  278. package/resources/websites/websites.js.map +1 -1
  279. package/resources/websites/websites.mjs +10 -2
  280. package/resources/websites/websites.mjs.map +1 -1
  281. package/src/core.ts +40 -36
  282. package/src/index.ts +84 -6
  283. package/src/internal/utils/query.ts +7 -0
  284. package/src/resource.ts +1 -1
  285. package/src/resources/assets.ts +18 -3
  286. package/src/resources/auctions/auctions.ts +523 -0
  287. package/src/resources/auctions/index.ts +19 -0
  288. package/src/resources/auctions/website-user-attributes/index.ts +18 -0
  289. package/src/resources/auctions/website-user-attributes/values.ts +170 -0
  290. package/src/resources/auctions/website-user-attributes/website-user-attributes.ts +212 -0
  291. package/src/resources/auctions/website-user-attributes.ts +3 -0
  292. package/src/resources/auctions.ts +1 -207
  293. package/src/resources/auth.ts +124 -6
  294. package/src/resources/index.ts +41 -3
  295. package/src/resources/loyalty/account-streaks.ts +128 -0
  296. package/src/resources/loyalty/accounts.ts +65 -18
  297. package/src/resources/loyalty/badges.ts +1058 -146
  298. package/src/resources/loyalty/currencies.ts +19 -0
  299. package/src/resources/loyalty/index.ts +13 -2
  300. package/src/resources/loyalty/loyalty.ts +30 -12
  301. package/src/resources/loyalty/multipliers.ts +43 -4
  302. package/src/resources/loyalty/questions-responses.ts +64 -4
  303. package/src/resources/loyalty/questions.ts +64 -6
  304. package/src/resources/loyalty/rule-edits.ts +4208 -94
  305. package/src/resources/loyalty/rule-groups.ts +474 -64
  306. package/src/resources/loyalty/rules.ts +3708 -403
  307. package/src/resources/loyalty/transactions/index.ts +29 -0
  308. package/src/resources/loyalty/transactions/posts.ts +221 -0
  309. package/src/resources/loyalty/transactions/rule-statuses.ts +179 -0
  310. package/src/resources/loyalty/transactions/transactions.ts +932 -0
  311. package/src/resources/loyalty/transactions.ts +1 -446
  312. package/src/resources/minting/allowlist.ts +116 -0
  313. package/src/resources/minting/contracts.ts +415 -0
  314. package/src/resources/minting/index.ts +29 -0
  315. package/src/resources/minting/minting.ts +285 -0
  316. package/src/resources/minting/status.ts +70 -0
  317. package/src/resources/minting.ts +1 -157
  318. package/src/resources/referral/referral.ts +15 -11
  319. package/src/resources/referral/users.ts +45 -5
  320. package/src/resources/token-claims.ts +311 -0
  321. package/src/resources/users/index.ts +4 -0
  322. package/src/resources/users/metadatas.ts +66 -3
  323. package/src/resources/users/users.ts +277 -39
  324. package/src/resources/websites/index.ts +1 -6
  325. package/src/resources/websites/website-collections.ts +1 -146
  326. package/src/resources/websites/website-user-roles.ts +26 -1
  327. package/src/resources/websites/websites.ts +22 -127
  328. package/src/version.ts +1 -1
  329. package/version.d.ts +1 -1
  330. package/version.d.ts.map +1 -1
  331. package/version.js +1 -1
  332. package/version.js.map +1 -1
  333. package/version.mjs +1 -1
  334. package/version.mjs.map +1 -1
  335. package/resources/loyalty/rule-chains.d.ts +0 -34
  336. package/resources/loyalty/rule-chains.d.ts.map +0 -1
  337. package/resources/loyalty/rule-chains.js +0 -15
  338. package/resources/loyalty/rule-chains.js.map +0 -1
  339. package/resources/loyalty/rule-chains.mjs +0 -11
  340. package/resources/loyalty/rule-chains.mjs.map +0 -1
  341. package/src/resources/loyalty/rule-chains.ts +0 -45
@@ -5,6 +5,14 @@ export declare class Assets extends APIResource {
5
5
  * This endpoint enables you to upload a file to the resource. Returns a presigned
6
6
  * URL and the asset's public URL. Call PUT with the file as the body to upload the
7
7
  * asset using the presigned URL.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const response = await client.assets.createAsset({
12
+ * fileName: 'example.png',
13
+ * fileSize: 1024,
14
+ * });
15
+ * ```
8
16
  */
9
17
  createAsset(body: AssetCreateAssetParams, options?: Core.RequestOptions): Core.APIPromise<AssetCreateAssetResponse>;
10
18
  }
@@ -24,13 +32,19 @@ export interface AssetCreateAssetResponse {
24
32
  }
25
33
  export interface AssetCreateAssetParams {
26
34
  /**
27
- * The name of the file, must match the regex pattern (converted to lowercase)
35
+ * The name of the file, must match the regex pattern (converted to lowercase) and
36
+ * have a valid extension.
28
37
  */
29
38
  fileName: string;
39
+ /**
40
+ * Size of the file in bytes. Uploaded file must match this file size. 1mb for
41
+ * images and 10mb for videos.
42
+ */
43
+ fileSize: number;
30
44
  /**
31
45
  * The file path, must be a valid enum value.
32
46
  */
33
- filePath?: 'announcements' | 'images' | 'videos' | 'banners' | 'fonts' | 'posts' | 'profiles' | 'minting' | 'loyalty';
47
+ filePath?: 'images' | 'videos' | 'banners' | 'fonts' | 'posts' | 'profiles' | 'minting' | 'loyalty' | 'tokenClaims';
34
48
  /**
35
49
  * UUID of the organization (optional, converted to lowercase)
36
50
  */
@@ -1 +1 @@
1
- {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAEhC,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;OAIG;IACH,WAAW,CACT,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAG7C;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EACL,eAAe,GACf,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,UAAU,GACV,SAAS,GACT,SAAS,CAAC;IAEd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAEhC,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;;;;;;OAYG;IACH,WAAW,CACT,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAG7C;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EACL,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,UAAU,GACV,SAAS,GACT,SAAS,GACT,aAAa,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
@@ -8,6 +8,14 @@ class Assets extends resource_1.APIResource {
8
8
  * This endpoint enables you to upload a file to the resource. Returns a presigned
9
9
  * URL and the asset's public URL. Call PUT with the file as the body to upload the
10
10
  * asset using the presigned URL.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const response = await client.assets.createAsset({
15
+ * fileName: 'example.png',
16
+ * fileSize: 1024,
17
+ * });
18
+ * ```
11
19
  */
12
20
  createAsset(body, options) {
13
21
  return this._client.post('/api/assets', { body, ...options });
@@ -1 +1 @@
1
- {"version":3,"file":"assets.js","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;;;OAIG;IACH,WAAW,CACT,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF;AAZD,wBAYC"}
1
+ {"version":3,"file":"assets.js","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;;;;;;;;;;;OAYG;IACH,WAAW,CACT,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF;AApBD,wBAoBC"}
@@ -5,6 +5,14 @@ export class Assets extends APIResource {
5
5
  * This endpoint enables you to upload a file to the resource. Returns a presigned
6
6
  * URL and the asset's public URL. Call PUT with the file as the body to upload the
7
7
  * asset using the presigned URL.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const response = await client.assets.createAsset({
12
+ * fileName: 'example.png',
13
+ * fileSize: 1024,
14
+ * });
15
+ * ```
8
16
  */
9
17
  createAsset(body, options) {
10
18
  return this._client.post('/api/assets', { body, ...options });
@@ -1 +1 @@
1
- {"version":3,"file":"assets.mjs","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;;;OAIG;IACH,WAAW,CACT,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF"}
1
+ {"version":3,"file":"assets.mjs","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;;;;;;;;;;;OAYG;IACH,WAAW,CACT,IAA4B,EAC5B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF"}
@@ -0,0 +1,341 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ import * as WebsiteUserAttributesAPI from "./website-user-attributes/website-user-attributes.js";
4
+ import { WebsiteUserAttributeCreateParams, WebsiteUserAttributeCreateResponse, WebsiteUserAttributeDeleteParams, WebsiteUserAttributeDeleteResponse, WebsiteUserAttributeListParams, WebsiteUserAttributeListResponse, WebsiteUserAttributes } from "./website-user-attributes/website-user-attributes.js";
5
+ export declare class Auctions extends APIResource {
6
+ websiteUserAttributes: WebsiteUserAttributesAPI.WebsiteUserAttributes;
7
+ /**
8
+ * This endpoint allows you to fetch page sections
9
+ *
10
+ * @example
11
+ * ```ts
12
+ * const response = await client.auctions.getPageSections({
13
+ * organizationId: '123e4567-e89b-12d3-a456-426614174334',
14
+ * placement: 'page',
15
+ * websiteId: '123e4567-e89b-12d3-a456-426614174333',
16
+ * });
17
+ * ```
18
+ */
19
+ getPageSections(query: AuctionGetPageSectionsParams, options?: Core.RequestOptions): Core.APIPromise<AuctionGetPageSectionsResponse>;
20
+ /**
21
+ * Returns a list of auction bids with optional filtering and pagination.
22
+ *
23
+ * @example
24
+ * ```ts
25
+ * const response = await client.auctions.listAuctionBids();
26
+ * ```
27
+ */
28
+ listAuctionBids(query?: AuctionListAuctionBidsParams, options?: Core.RequestOptions): Core.APIPromise<AuctionListAuctionBidsResponse>;
29
+ listAuctionBids(options?: Core.RequestOptions): Core.APIPromise<AuctionListAuctionBidsResponse>;
30
+ /**
31
+ * Returns a list of auctions with optional filtering and pagination.
32
+ *
33
+ * @example
34
+ * ```ts
35
+ * const response = await client.auctions.listAuctions();
36
+ * ```
37
+ */
38
+ listAuctions(options?: Core.RequestOptions): Core.APIPromise<AuctionListAuctionsResponse>;
39
+ }
40
+ export interface AuctionGetPageSectionsResponse {
41
+ /**
42
+ * Unique identifier for the page section
43
+ */
44
+ id: string;
45
+ /**
46
+ * Start time of the page section visibility
47
+ */
48
+ durationStart: string;
49
+ /**
50
+ * Unique identifier for the organization
51
+ */
52
+ organizationId: string;
53
+ /**
54
+ * Placement of the page section
55
+ */
56
+ placement: 'global' | 'page';
57
+ /**
58
+ * Unique identifier for the website
59
+ */
60
+ websiteId: string;
61
+ banner?: AuctionGetPageSectionsResponse.Banner | null;
62
+ discoveryItems?: Array<AuctionGetPageSectionsResponse.DiscoveryItem>;
63
+ /**
64
+ * End time of the page section visibility
65
+ */
66
+ durationEnd?: string | null;
67
+ itemsGrids?: Array<AuctionGetPageSectionsResponse.ItemsGrid>;
68
+ /**
69
+ * ID of the page this section belongs to
70
+ */
71
+ pageId?: string;
72
+ /**
73
+ * Type of the page section
74
+ */
75
+ pageSectionType?: 'all_items' | 'discovery_item' | 'discovery_items_grid' | null;
76
+ /**
77
+ * Order of the page section
78
+ */
79
+ sortId?: number;
80
+ /**
81
+ * Title of the page section
82
+ */
83
+ title?: string | null;
84
+ }
85
+ export declare namespace AuctionGetPageSectionsResponse {
86
+ interface Banner {
87
+ id: string;
88
+ websiteCollectionBanners: Array<Banner.WebsiteCollectionBanner>;
89
+ carousel?: Banner.Carousel | null;
90
+ }
91
+ namespace Banner {
92
+ interface WebsiteCollectionBanner {
93
+ id: string;
94
+ }
95
+ interface Carousel {
96
+ id: string;
97
+ carouselItems: Array<Carousel.CarouselItem>;
98
+ }
99
+ namespace Carousel {
100
+ interface CarouselItem {
101
+ id: string;
102
+ sortId: number;
103
+ }
104
+ }
105
+ }
106
+ interface DiscoveryItem {
107
+ id: string;
108
+ title: string;
109
+ buttonText?: string | null;
110
+ description?: string | null;
111
+ externalLink?: string | null;
112
+ hideQuestInfo?: boolean;
113
+ layout?: 'container_style' | 'full_width_hero' | null;
114
+ loyaltyRuleGroupId?: string | null;
115
+ loyaltySection?: string | null;
116
+ mediaLink?: string | null;
117
+ pageMediaLink?: string | null;
118
+ sortId?: number;
119
+ twitter?: string | null;
120
+ website?: string | null;
121
+ }
122
+ interface ItemsGrid {
123
+ id: string;
124
+ }
125
+ }
126
+ export interface AuctionListAuctionBidsResponse {
127
+ data: Array<AuctionListAuctionBidsResponse.Data>;
128
+ /**
129
+ * Indicates if there is a next page of results
130
+ */
131
+ hasNextPage: boolean;
132
+ /**
133
+ * Total count of matching bids (only present when includeCount=true)
134
+ */
135
+ count?: number;
136
+ }
137
+ export declare namespace AuctionListAuctionBidsResponse {
138
+ /**
139
+ * Schema for a get auction bids response
140
+ */
141
+ interface Data {
142
+ id: string;
143
+ auction: Data.Auction | null;
144
+ auctionId: string;
145
+ auctionItem: Data.AuctionItem | null;
146
+ auctionItemId: string | null;
147
+ currencyAddress: string | null;
148
+ currencyDecimals: number;
149
+ loyaltyCurrency: Data.LoyaltyCurrency | null;
150
+ status: 'submitted' | 'accepted' | 'rejected' | 'fulfilled';
151
+ updatedAt: string;
152
+ user: Data.User;
153
+ amount?: unknown;
154
+ }
155
+ namespace Data {
156
+ interface Auction {
157
+ id: string;
158
+ name: string;
159
+ }
160
+ interface AuctionItem {
161
+ id: string;
162
+ mintingContractAsset: AuctionItem.MintingContractAsset | null;
163
+ quantity: number;
164
+ }
165
+ namespace AuctionItem {
166
+ interface MintingContractAsset {
167
+ id: string;
168
+ isPhygitalItem: boolean;
169
+ revealedAt: string | null;
170
+ tokenId: number | null;
171
+ shippingPrice?: unknown;
172
+ }
173
+ }
174
+ interface LoyaltyCurrency {
175
+ id: string;
176
+ apiAuthKey: string | null;
177
+ apiAuthType: 'none' | 'basic' | 'bearer' | 'apiKey' | null;
178
+ apiAuthValue: string | null;
179
+ apiGetTransactionEntryUrl: string | null;
180
+ apiGetUrl: string | null;
181
+ apiPostUrl: string | null;
182
+ decimals: number;
183
+ imageUrl: string | null;
184
+ name: string;
185
+ symbol: string;
186
+ }
187
+ interface User {
188
+ id: string;
189
+ walletAddress: string;
190
+ }
191
+ }
192
+ }
193
+ /**
194
+ * Schema for the response when fetching auctions
195
+ */
196
+ export interface AuctionListAuctionsResponse {
197
+ data: Array<AuctionListAuctionsResponse.Data>;
198
+ hasNextPage: boolean;
199
+ }
200
+ export declare namespace AuctionListAuctionsResponse {
201
+ /**
202
+ * Schema representing an auction
203
+ */
204
+ interface Data {
205
+ id: string;
206
+ auctionBids: Array<Data.AuctionBid>;
207
+ biddersOwnCollectionAddresses: Array<string>;
208
+ createdAt: string;
209
+ currencyAddress: string | null;
210
+ currencyDecimals: number;
211
+ deletedAt: string | null;
212
+ description: string;
213
+ endsAt: string;
214
+ extendedDurationInSeconds: number | null;
215
+ hideBids: boolean;
216
+ /**
217
+ * Schema representing a loyalty currency
218
+ */
219
+ loyaltyCurrency: Data.LoyaltyCurrency | null;
220
+ loyaltyCurrencyId: string | null;
221
+ minBidAmount: string;
222
+ minBidIncrement: string | null;
223
+ mintingContractId: string;
224
+ name: string;
225
+ network: 'ethereum' | 'zksync' | null;
226
+ organizationId: string;
227
+ reservePrice: string | null;
228
+ signature: string;
229
+ startsAt: string;
230
+ status: 'in_progress' | 'completed' | 'cancelled';
231
+ type: 'first_price' | 'second_price' | 'english';
232
+ updatedAt: string;
233
+ userId: string;
234
+ websiteId: string;
235
+ }
236
+ namespace Data {
237
+ /**
238
+ * Schema representing an auction bid
239
+ */
240
+ interface AuctionBid {
241
+ id: string;
242
+ amount: string;
243
+ createdAt: string;
244
+ }
245
+ /**
246
+ * Schema representing a loyalty currency
247
+ */
248
+ interface LoyaltyCurrency {
249
+ id: string;
250
+ decimals: number;
251
+ imageUrl: string | null;
252
+ name: string;
253
+ symbol: string;
254
+ }
255
+ }
256
+ }
257
+ export interface AuctionGetPageSectionsParams {
258
+ /**
259
+ * Unique identifier for the organization to filter by
260
+ */
261
+ organizationId: string;
262
+ /**
263
+ * Placement of the page section
264
+ */
265
+ placement: 'global' | 'page';
266
+ /**
267
+ * Unique identifier for the website to filter by
268
+ */
269
+ websiteId: string;
270
+ /**
271
+ * Whether to get all sections regardless of duration
272
+ */
273
+ all?: '1';
274
+ /**
275
+ * Unique identifier for the page to filter by
276
+ */
277
+ pageId?: string;
278
+ /**
279
+ * Type of the page section to filter by
280
+ */
281
+ pageSectionType?: 'all_items' | 'discovery_item' | 'discovery_items_grid' | null;
282
+ }
283
+ export interface AuctionListAuctionBidsParams {
284
+ /**
285
+ * The bid ID(s) - accepts a single ID or an array of IDs
286
+ */
287
+ id?: string | Array<string> | unknown;
288
+ /**
289
+ * ID of the auction
290
+ */
291
+ auctionId?: string;
292
+ /**
293
+ * Include total count of matching bids in response
294
+ */
295
+ includeCount?: boolean | null;
296
+ /**
297
+ * Maximum number of bids to return
298
+ */
299
+ limit?: number;
300
+ /**
301
+ * Order bids by amount (ascending or descending). Defaults to desc.
302
+ */
303
+ orderBy?: 'asc' | 'desc';
304
+ /**
305
+ * ID of the organization
306
+ */
307
+ organizationId?: string;
308
+ /**
309
+ * Number of bids to skip (for offset-based pagination)
310
+ */
311
+ skip?: number | null;
312
+ /**
313
+ * Pagination cursor to start after a specific bid ID
314
+ */
315
+ startingAfter?: string;
316
+ /**
317
+ * Status of the bid
318
+ */
319
+ status?: 'submitted' | 'accepted' | 'rejected' | 'fulfilled';
320
+ /**
321
+ * Filter by multiple bid statuses (OR condition)
322
+ */
323
+ statuses?: Array<'submitted' | 'accepted' | 'rejected' | 'fulfilled'>;
324
+ /**
325
+ * ID of the user who made the bid
326
+ */
327
+ userId?: string;
328
+ /**
329
+ * Wallet address of the bidder
330
+ */
331
+ walletAddress?: string;
332
+ /**
333
+ * ID of the website
334
+ */
335
+ websiteId?: string;
336
+ }
337
+ export declare namespace Auctions {
338
+ export { type AuctionGetPageSectionsResponse as AuctionGetPageSectionsResponse, type AuctionListAuctionBidsResponse as AuctionListAuctionBidsResponse, type AuctionListAuctionsResponse as AuctionListAuctionsResponse, type AuctionGetPageSectionsParams as AuctionGetPageSectionsParams, type AuctionListAuctionBidsParams as AuctionListAuctionBidsParams, };
339
+ export { WebsiteUserAttributes as WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse as WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse as WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse as WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams as WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams as WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams as WebsiteUserAttributeDeleteParams, };
340
+ }
341
+ //# sourceMappingURL=auctions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auctions.d.ts","sourceRoot":"","sources":["../../src/resources/auctions/auctions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
16
+ }) : function(o, v) {
17
+ o["default"] = v;
18
+ });
19
+ var __importStar = (this && this.__importStar) || function (mod) {
20
+ if (mod && mod.__esModule) return mod;
21
+ var result = {};
22
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
23
+ __setModuleDefault(result, mod);
24
+ return result;
25
+ };
26
+ Object.defineProperty(exports, "__esModule", { value: true });
27
+ exports.Auctions = void 0;
28
+ const resource_1 = require("../../resource.js");
29
+ const core_1 = require("../../core.js");
30
+ const WebsiteUserAttributesAPI = __importStar(require("./website-user-attributes/website-user-attributes.js"));
31
+ const website_user_attributes_1 = require("./website-user-attributes/website-user-attributes.js");
32
+ class Auctions extends resource_1.APIResource {
33
+ constructor() {
34
+ super(...arguments);
35
+ this.websiteUserAttributes = new WebsiteUserAttributesAPI.WebsiteUserAttributes(this._client);
36
+ }
37
+ /**
38
+ * This endpoint allows you to fetch page sections
39
+ *
40
+ * @example
41
+ * ```ts
42
+ * const response = await client.auctions.getPageSections({
43
+ * organizationId: '123e4567-e89b-12d3-a456-426614174334',
44
+ * placement: 'page',
45
+ * websiteId: '123e4567-e89b-12d3-a456-426614174333',
46
+ * });
47
+ * ```
48
+ */
49
+ getPageSections(query, options) {
50
+ return this._client.get('/api/page_sections', { query, ...options });
51
+ }
52
+ listAuctionBids(query = {}, options) {
53
+ if ((0, core_1.isRequestOptions)(query)) {
54
+ return this.listAuctionBids({}, query);
55
+ }
56
+ return this._client.get('/api/auction_bids', { query, ...options });
57
+ }
58
+ /**
59
+ * Returns a list of auctions with optional filtering and pagination.
60
+ *
61
+ * @example
62
+ * ```ts
63
+ * const response = await client.auctions.listAuctions();
64
+ * ```
65
+ */
66
+ listAuctions(options) {
67
+ return this._client.get('/api/auctions', options);
68
+ }
69
+ }
70
+ exports.Auctions = Auctions;
71
+ Auctions.WebsiteUserAttributes = website_user_attributes_1.WebsiteUserAttributes;
72
+ //# sourceMappingURL=auctions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auctions.js","sourceRoot":"","sources":["../../src/resources/auctions/auctions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAE9C,+GAA8F;AAC9F,kGAQ2D;AAE3D,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,0BAAqB,GACnB,IAAI,wBAAwB,CAAC,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAuDrE,CAAC;IArDC;;;;;;;;;;;OAWG;IACH,eAAe,CACb,KAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAeD,eAAe,CACb,QAA4D,EAAE,EAC9D,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,eAAe,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SACxC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,OAA6B;QACxC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IACpD,CAAC;CACF;AAzDD,4BAyDC;AA6aD,QAAQ,CAAC,qBAAqB,GAAG,+CAAqB,CAAC"}
@@ -0,0 +1,45 @@
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
+ import * as WebsiteUserAttributesAPI from "./website-user-attributes/website-user-attributes.mjs";
5
+ import { WebsiteUserAttributes, } from "./website-user-attributes/website-user-attributes.mjs";
6
+ export class Auctions extends APIResource {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.websiteUserAttributes = new WebsiteUserAttributesAPI.WebsiteUserAttributes(this._client);
10
+ }
11
+ /**
12
+ * This endpoint allows you to fetch page sections
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * const response = await client.auctions.getPageSections({
17
+ * organizationId: '123e4567-e89b-12d3-a456-426614174334',
18
+ * placement: 'page',
19
+ * websiteId: '123e4567-e89b-12d3-a456-426614174333',
20
+ * });
21
+ * ```
22
+ */
23
+ getPageSections(query, options) {
24
+ return this._client.get('/api/page_sections', { query, ...options });
25
+ }
26
+ listAuctionBids(query = {}, options) {
27
+ if (isRequestOptions(query)) {
28
+ return this.listAuctionBids({}, query);
29
+ }
30
+ return this._client.get('/api/auction_bids', { query, ...options });
31
+ }
32
+ /**
33
+ * Returns a list of auctions with optional filtering and pagination.
34
+ *
35
+ * @example
36
+ * ```ts
37
+ * const response = await client.auctions.listAuctions();
38
+ * ```
39
+ */
40
+ listAuctions(options) {
41
+ return this._client.get('/api/auctions', options);
42
+ }
43
+ }
44
+ Auctions.WebsiteUserAttributes = WebsiteUserAttributes;
45
+ //# sourceMappingURL=auctions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auctions.mjs","sourceRoot":"","sources":["../../src/resources/auctions/auctions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,wBAAwB;OAC7B,EAOL,qBAAqB,GACtB;AAED,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,0BAAqB,GACnB,IAAI,wBAAwB,CAAC,qBAAqB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAuDrE,CAAC;IArDC;;;;;;;;;;;OAWG;IACH,eAAe,CACb,KAAmC,EACnC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAeD,eAAe,CACb,QAA4D,EAAE,EAC9D,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,eAAe,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SACxC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,OAA6B;QACxC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IACpD,CAAC;CACF;AA6aD,QAAQ,CAAC,qBAAqB,GAAG,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Auctions, type AuctionGetPageSectionsResponse, type AuctionListAuctionBidsResponse, type AuctionListAuctionsResponse, type AuctionGetPageSectionsParams, type AuctionListAuctionBidsParams, } from "./auctions.js";
2
+ export { WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams, } from "./website-user-attributes/index.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/auctions/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,EACnC,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EACjC,KAAK,4BAA4B,GAClC,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,qBAAqB,EACrB,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,GACtC,MAAM,iCAAiC,CAAC"}
@@ -0,0 +1,9 @@
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.WebsiteUserAttributes = exports.Auctions = void 0;
5
+ var auctions_1 = require("./auctions.js");
6
+ Object.defineProperty(exports, "Auctions", { enumerable: true, get: function () { return auctions_1.Auctions; } });
7
+ var index_1 = require("./website-user-attributes/index.js");
8
+ Object.defineProperty(exports, "WebsiteUserAttributes", { enumerable: true, get: function () { return index_1.WebsiteUserAttributes; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/auctions/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAOoB;AANlB,oGAAA,QAAQ,OAAA;AAOV,4DAQyC;AAPvC,8GAAA,qBAAqB,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Auctions, } from "./auctions.mjs";
3
+ export { WebsiteUserAttributes, } from "./website-user-attributes/index.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/auctions/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAMT;OACM,EACL,qBAAqB,GAOtB"}
@@ -0,0 +1,3 @@
1
+ export { Values, type ValueCreateResponse, type ValueListResponse, type ValueCreateParams, type ValueListParams, } from "./values.js";
2
+ export { WebsiteUserAttributes, type WebsiteUserAttributeCreateResponse, type WebsiteUserAttributeListResponse, type WebsiteUserAttributeDeleteResponse, type WebsiteUserAttributeCreateParams, type WebsiteUserAttributeListParams, type WebsiteUserAttributeDeleteParams, } from "./website-user-attributes.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/auctions/website-user-attributes/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,qBAAqB,EACrB,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,EACrC,KAAK,8BAA8B,EACnC,KAAK,gCAAgC,GACtC,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,9 @@
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.WebsiteUserAttributes = exports.Values = void 0;
5
+ var values_1 = require("./values.js");
6
+ Object.defineProperty(exports, "Values", { enumerable: true, get: function () { return values_1.Values; } });
7
+ var website_user_attributes_1 = require("./website-user-attributes.js");
8
+ Object.defineProperty(exports, "WebsiteUserAttributes", { enumerable: true, get: function () { return website_user_attributes_1.WebsiteUserAttributes; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/auctions/website-user-attributes/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,wEAQmC;AAPjC,gIAAA,qBAAqB,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Values, } from "./values.mjs";
3
+ export { WebsiteUserAttributes, } from "./website-user-attributes.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/auctions/website-user-attributes/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GAKP;OACM,EACL,qBAAqB,GAOtB"}