@snagsolutions/sdk 0.1.0-alpha.26 → 0.1.0-alpha.260
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.
- package/CHANGELOG.md +140 -153
- package/LICENSE +1 -1
- package/README.md +15 -23
- package/core.d.ts +9 -6
- package/core.d.ts.map +1 -1
- package/core.js +36 -33
- package/core.js.map +1 -1
- package/core.mjs +36 -33
- package/core.mjs.map +1 -1
- package/index.d.mts +15 -9
- package/index.d.ts +15 -9
- package/index.d.ts.map +1 -1
- package/index.js +13 -6
- package/index.js.map +1 -1
- package/index.mjs +14 -7
- package/index.mjs.map +1 -1
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +33 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/package.json +4 -5
- package/resource.d.ts +1 -1
- package/resource.d.ts.map +1 -1
- package/resource.js.map +1 -1
- package/resource.mjs.map +1 -1
- package/resources/assets.d.ts +16 -2
- package/resources/assets.d.ts.map +1 -1
- package/resources/assets.js +8 -0
- package/resources/assets.js.map +1 -1
- package/resources/assets.mjs +8 -0
- package/resources/assets.mjs.map +1 -1
- package/resources/auctions/auctions.d.ts +341 -0
- package/resources/auctions/auctions.d.ts.map +1 -0
- package/resources/auctions/auctions.js +72 -0
- package/resources/auctions/auctions.js.map +1 -0
- package/resources/auctions/auctions.mjs +45 -0
- package/resources/auctions/auctions.mjs.map +1 -0
- package/resources/auctions/index.d.ts +3 -0
- package/resources/auctions/index.d.ts.map +1 -0
- package/resources/auctions/index.js +9 -0
- package/resources/auctions/index.js.map +1 -0
- package/resources/auctions/index.mjs +4 -0
- package/resources/auctions/index.mjs.map +1 -0
- package/resources/auctions/website-user-attributes/index.d.ts +3 -0
- package/resources/auctions/website-user-attributes/index.d.ts.map +1 -0
- package/resources/auctions/website-user-attributes/index.js +9 -0
- package/resources/auctions/website-user-attributes/index.js.map +1 -0
- package/resources/auctions/website-user-attributes/index.mjs +4 -0
- package/resources/auctions/website-user-attributes/index.mjs.map +1 -0
- package/resources/auctions/website-user-attributes/values.d.ts +126 -0
- package/resources/auctions/website-user-attributes/values.d.ts.map +1 -0
- package/resources/auctions/website-user-attributes/values.js +49 -0
- package/resources/auctions/website-user-attributes/values.js.map +1 -0
- package/resources/auctions/website-user-attributes/values.mjs +45 -0
- package/resources/auctions/website-user-attributes/values.mjs.map +1 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.d.ts +136 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.d.ts.map +1 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.js +76 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.js.map +1 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.mjs +49 -0
- package/resources/auctions/website-user-attributes/website-user-attributes.mjs.map +1 -0
- package/resources/auctions/website-user-attributes.d.ts +2 -0
- package/resources/auctions/website-user-attributes.d.ts.map +1 -0
- package/resources/auctions/website-user-attributes.js +19 -0
- package/resources/auctions/website-user-attributes.js.map +1 -0
- package/resources/auctions/website-user-attributes.mjs +3 -0
- package/resources/auctions/website-user-attributes.mjs.map +1 -0
- package/resources/auctions.d.ts +1 -133
- package/resources/auctions.d.ts.map +1 -1
- package/resources/auctions.js +15 -22
- package/resources/auctions.js.map +1 -1
- package/resources/auctions.mjs +1 -20
- package/resources/auctions.mjs.map +1 -1
- package/resources/auth.d.ts +66 -6
- package/resources/auth.d.ts.map +1 -1
- package/resources/auth.js +6 -0
- package/resources/auth.js.map +1 -1
- package/resources/auth.mjs +6 -0
- package/resources/auth.mjs.map +1 -1
- package/resources/index.d.ts +5 -4
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +4 -3
- package/resources/index.mjs.map +1 -1
- package/resources/loyalty/account-streaks.d.ts +96 -0
- package/resources/loyalty/account-streaks.d.ts.map +1 -0
- package/resources/loyalty/account-streaks.js +24 -0
- package/resources/loyalty/account-streaks.js.map +1 -0
- package/resources/loyalty/account-streaks.mjs +20 -0
- package/resources/loyalty/account-streaks.mjs.map +1 -0
- package/resources/loyalty/accounts.d.ts +60 -16
- package/resources/loyalty/accounts.d.ts.map +1 -1
- package/resources/loyalty/accounts.js +14 -0
- package/resources/loyalty/accounts.js.map +1 -1
- package/resources/loyalty/accounts.mjs +14 -0
- package/resources/loyalty/accounts.mjs.map +1 -1
- package/resources/loyalty/badges.d.ts +885 -136
- package/resources/loyalty/badges.d.ts.map +1 -1
- package/resources/loyalty/badges.js +19 -1
- package/resources/loyalty/badges.js.map +1 -1
- package/resources/loyalty/badges.mjs +19 -1
- package/resources/loyalty/badges.mjs.map +1 -1
- package/resources/loyalty/currencies.d.ts +19 -0
- package/resources/loyalty/currencies.d.ts.map +1 -1
- package/resources/loyalty/currencies.js +19 -0
- package/resources/loyalty/currencies.js.map +1 -1
- package/resources/loyalty/currencies.mjs +19 -0
- package/resources/loyalty/currencies.mjs.map +1 -1
- package/resources/loyalty/index.d.ts +3 -3
- package/resources/loyalty/index.d.ts.map +1 -1
- package/resources/loyalty/index.js +5 -5
- package/resources/loyalty/index.js.map +1 -1
- package/resources/loyalty/index.mjs +2 -2
- package/resources/loyalty/index.mjs.map +1 -1
- package/resources/loyalty/loyalty.d.ts +9 -9
- package/resources/loyalty/loyalty.d.ts.map +1 -1
- package/resources/loyalty/loyalty.js +6 -6
- package/resources/loyalty/loyalty.js.map +1 -1
- package/resources/loyalty/loyalty.mjs +6 -6
- package/resources/loyalty/loyalty.mjs.map +1 -1
- package/resources/loyalty/multipliers.d.ts +39 -2
- package/resources/loyalty/multipliers.d.ts.map +1 -1
- package/resources/loyalty/multipliers.js +23 -0
- package/resources/loyalty/multipliers.js.map +1 -1
- package/resources/loyalty/multipliers.mjs +23 -0
- package/resources/loyalty/multipliers.mjs.map +1 -1
- package/resources/loyalty/questions-responses.d.ts +55 -4
- package/resources/loyalty/questions-responses.d.ts.map +1 -1
- package/resources/loyalty/questions-responses.js +9 -0
- package/resources/loyalty/questions-responses.js.map +1 -1
- package/resources/loyalty/questions-responses.mjs +9 -0
- package/resources/loyalty/questions-responses.mjs.map +1 -1
- package/resources/loyalty/questions.d.ts +60 -6
- package/resources/loyalty/questions.d.ts.map +1 -1
- package/resources/loyalty/questions.js +39 -0
- package/resources/loyalty/questions.js.map +1 -1
- package/resources/loyalty/questions.mjs +39 -0
- package/resources/loyalty/questions.mjs.map +1 -1
- package/resources/loyalty/rule-edits.d.ts +2898 -8
- package/resources/loyalty/rule-edits.d.ts.map +1 -1
- package/resources/loyalty/rule-edits.js +14 -0
- package/resources/loyalty/rule-edits.js.map +1 -1
- package/resources/loyalty/rule-edits.mjs +14 -0
- package/resources/loyalty/rule-edits.mjs.map +1 -1
- package/resources/loyalty/rule-groups.d.ts +284 -56
- package/resources/loyalty/rule-groups.d.ts.map +1 -1
- package/resources/loyalty/rule-groups.js +18 -0
- package/resources/loyalty/rule-groups.js.map +1 -1
- package/resources/loyalty/rule-groups.mjs +18 -0
- package/resources/loyalty/rule-groups.mjs.map +1 -1
- package/resources/loyalty/rules.d.ts +2368 -346
- package/resources/loyalty/rules.d.ts.map +1 -1
- package/resources/loyalty/rules.js +40 -9
- package/resources/loyalty/rules.js.map +1 -1
- package/resources/loyalty/rules.mjs +40 -9
- package/resources/loyalty/rules.mjs.map +1 -1
- package/resources/loyalty/transactions/index.d.ts +4 -0
- package/resources/loyalty/transactions/index.d.ts.map +1 -0
- package/resources/loyalty/transactions/index.js +11 -0
- package/resources/loyalty/transactions/index.js.map +1 -0
- package/resources/loyalty/transactions/index.mjs +5 -0
- package/resources/loyalty/transactions/index.mjs.map +1 -0
- package/resources/loyalty/transactions/posts.d.ts +145 -0
- package/resources/loyalty/transactions/posts.d.ts.map +1 -0
- package/resources/loyalty/transactions/posts.js +32 -0
- package/resources/loyalty/transactions/posts.js.map +1 -0
- package/resources/loyalty/transactions/posts.mjs +28 -0
- package/resources/loyalty/transactions/posts.mjs.map +1 -0
- package/resources/loyalty/transactions/rule-statuses.d.ts +121 -0
- package/resources/loyalty/transactions/rule-statuses.d.ts.map +1 -0
- package/resources/loyalty/transactions/rule-statuses.js +30 -0
- package/resources/loyalty/transactions/rule-statuses.js.map +1 -0
- package/resources/loyalty/transactions/rule-statuses.mjs +26 -0
- package/resources/loyalty/transactions/rule-statuses.mjs.map +1 -0
- package/resources/loyalty/transactions/transactions.d.ts +566 -0
- package/resources/loyalty/transactions/transactions.d.ts.map +1 -0
- package/resources/loyalty/transactions/transactions.js +110 -0
- package/resources/loyalty/transactions/transactions.js.map +1 -0
- package/resources/loyalty/transactions/transactions.mjs +83 -0
- package/resources/loyalty/transactions/transactions.mjs.map +1 -0
- package/resources/loyalty/transactions.d.ts +1 -253
- package/resources/loyalty/transactions.d.ts.map +1 -1
- package/resources/loyalty/transactions.js +15 -18
- package/resources/loyalty/transactions.js.map +1 -1
- package/resources/loyalty/transactions.mjs +1 -16
- package/resources/loyalty/transactions.mjs.map +1 -1
- package/resources/minting/allowlist.d.ts +84 -0
- package/resources/minting/allowlist.d.ts.map +1 -0
- package/resources/minting/allowlist.js +42 -0
- package/resources/minting/allowlist.js.map +1 -0
- package/resources/minting/allowlist.mjs +38 -0
- package/resources/minting/allowlist.mjs.map +1 -0
- package/resources/minting/contracts.d.ts +165 -0
- package/resources/minting/contracts.d.ts.map +1 -0
- package/resources/minting/contracts.js +30 -0
- package/resources/minting/contracts.js.map +1 -0
- package/resources/minting/contracts.mjs +26 -0
- package/resources/minting/contracts.mjs.map +1 -0
- package/resources/minting/index.d.ts +5 -0
- package/resources/minting/index.d.ts.map +1 -0
- package/resources/minting/index.js +13 -0
- package/resources/minting/index.js.map +1 -0
- package/resources/minting/index.mjs +6 -0
- package/resources/minting/index.mjs.map +1 -0
- package/resources/minting/minting.d.ts +146 -0
- package/resources/minting/minting.d.ts.map +1 -0
- package/resources/minting/minting.js +79 -0
- package/resources/minting/minting.js.map +1 -0
- package/resources/minting/minting.mjs +52 -0
- package/resources/minting/minting.mjs.map +1 -0
- package/resources/minting/status.d.ts +44 -0
- package/resources/minting/status.d.ts.map +1 -0
- package/resources/minting/status.js +33 -0
- package/resources/minting/status.js.map +1 -0
- package/resources/minting/status.mjs +29 -0
- package/resources/minting/status.mjs.map +1 -0
- package/resources/minting.d.ts +1 -94
- package/resources/minting.d.ts.map +1 -1
- package/resources/minting.js +15 -11
- package/resources/minting.js.map +1 -1
- package/resources/minting.mjs +1 -9
- package/resources/minting.mjs.map +1 -1
- package/resources/referral/referral.d.ts +12 -3
- package/resources/referral/referral.d.ts.map +1 -1
- package/resources/referral/referral.js +11 -5
- package/resources/referral/referral.js.map +1 -1
- package/resources/referral/referral.mjs +11 -5
- package/resources/referral/referral.mjs.map +1 -1
- package/resources/referral/users.d.ts +30 -3
- package/resources/referral/users.d.ts.map +1 -1
- package/resources/referral/users.js +12 -4
- package/resources/referral/users.js.map +1 -1
- package/resources/referral/users.mjs +12 -4
- package/resources/referral/users.mjs.map +1 -1
- package/resources/token-claims.d.ts +162 -0
- package/resources/token-claims.d.ts.map +1 -0
- package/resources/token-claims.js +46 -0
- package/resources/token-claims.js.map +1 -0
- package/resources/token-claims.mjs +42 -0
- package/resources/token-claims.mjs.map +1 -0
- package/resources/users/index.d.ts +1 -1
- package/resources/users/index.d.ts.map +1 -1
- package/resources/users/index.js.map +1 -1
- package/resources/users/index.mjs.map +1 -1
- package/resources/users/metadatas.d.ts +40 -3
- package/resources/users/metadatas.d.ts.map +1 -1
- package/resources/users/metadatas.js.map +1 -1
- package/resources/users/metadatas.mjs.map +1 -1
- package/resources/users/users.d.ts +203 -36
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js +58 -1
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs +58 -1
- package/resources/users/users.mjs.map +1 -1
- package/resources/websites/index.d.ts +1 -1
- package/resources/websites/index.d.ts.map +1 -1
- package/resources/websites/index.js.map +1 -1
- package/resources/websites/index.mjs +1 -1
- package/resources/websites/index.mjs.map +1 -1
- package/resources/websites/website-collections.d.ts +0 -69
- package/resources/websites/website-collections.d.ts.map +1 -1
- package/resources/websites/website-collections.js +0 -16
- package/resources/websites/website-collections.js.map +1 -1
- package/resources/websites/website-collections.mjs +0 -16
- package/resources/websites/website-collections.mjs.map +1 -1
- package/resources/websites/website-user-roles.d.ts +24 -1
- package/resources/websites/website-user-roles.d.ts.map +1 -1
- package/resources/websites/website-user-roles.js +23 -0
- package/resources/websites/website-user-roles.js.map +1 -1
- package/resources/websites/website-user-roles.mjs +23 -0
- package/resources/websites/website-user-roles.mjs.map +1 -1
- package/resources/websites/websites.d.ts +21 -99
- package/resources/websites/websites.d.ts.map +1 -1
- package/resources/websites/websites.js +9 -1
- package/resources/websites/websites.js.map +1 -1
- package/resources/websites/websites.mjs +10 -2
- package/resources/websites/websites.mjs.map +1 -1
- package/src/core.ts +40 -36
- package/src/index.ts +84 -6
- package/src/internal/utils/query.ts +7 -0
- package/src/resource.ts +1 -1
- package/src/resources/assets.ts +18 -3
- package/src/resources/auctions/auctions.ts +523 -0
- package/src/resources/auctions/index.ts +19 -0
- package/src/resources/auctions/website-user-attributes/index.ts +18 -0
- package/src/resources/auctions/website-user-attributes/values.ts +170 -0
- package/src/resources/auctions/website-user-attributes/website-user-attributes.ts +212 -0
- package/src/resources/auctions/website-user-attributes.ts +3 -0
- package/src/resources/auctions.ts +1 -207
- package/src/resources/auth.ts +124 -6
- package/src/resources/index.ts +41 -3
- package/src/resources/loyalty/account-streaks.ts +128 -0
- package/src/resources/loyalty/accounts.ts +65 -18
- package/src/resources/loyalty/badges.ts +1058 -146
- package/src/resources/loyalty/currencies.ts +19 -0
- package/src/resources/loyalty/index.ts +13 -2
- package/src/resources/loyalty/loyalty.ts +30 -12
- package/src/resources/loyalty/multipliers.ts +43 -4
- package/src/resources/loyalty/questions-responses.ts +64 -4
- package/src/resources/loyalty/questions.ts +64 -6
- package/src/resources/loyalty/rule-edits.ts +4208 -94
- package/src/resources/loyalty/rule-groups.ts +473 -64
- package/src/resources/loyalty/rules.ts +3706 -403
- package/src/resources/loyalty/transactions/index.ts +29 -0
- package/src/resources/loyalty/transactions/posts.ts +221 -0
- package/src/resources/loyalty/transactions/rule-statuses.ts +179 -0
- package/src/resources/loyalty/transactions/transactions.ts +930 -0
- package/src/resources/loyalty/transactions.ts +1 -446
- package/src/resources/minting/allowlist.ts +116 -0
- package/src/resources/minting/contracts.ts +415 -0
- package/src/resources/minting/index.ts +29 -0
- package/src/resources/minting/minting.ts +285 -0
- package/src/resources/minting/status.ts +70 -0
- package/src/resources/minting.ts +1 -157
- package/src/resources/referral/referral.ts +15 -11
- package/src/resources/referral/users.ts +45 -5
- package/src/resources/token-claims.ts +311 -0
- package/src/resources/users/index.ts +4 -0
- package/src/resources/users/metadatas.ts +66 -3
- package/src/resources/users/users.ts +277 -39
- package/src/resources/websites/index.ts +1 -6
- package/src/resources/websites/website-collections.ts +1 -146
- package/src/resources/websites/website-user-roles.ts +26 -1
- package/src/resources/websites/websites.ts +22 -127
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/resources/loyalty/rule-chains.d.ts +0 -34
- package/resources/loyalty/rule-chains.d.ts.map +0 -1
- package/resources/loyalty/rule-chains.js +0 -15
- package/resources/loyalty/rule-chains.js.map +0 -1
- package/resources/loyalty/rule-chains.mjs +0 -11
- package/resources/loyalty/rule-chains.mjs.map +0 -1
- package/src/resources/loyalty/rule-chains.ts +0 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,303 +1,290 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.0-alpha.
|
|
3
|
+
## 0.1.0-alpha.260 (2026-03-13)
|
|
4
4
|
|
|
5
|
-
Full Changelog: [v0.1.0-alpha.
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.259...v0.1.0-alpha.260](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.259...v0.1.0-alpha.260)
|
|
6
6
|
|
|
7
7
|
### Features
|
|
8
8
|
|
|
9
|
-
* **api:** open api update ([
|
|
9
|
+
* **api:** open api update ([cde1a95](https://github.com/Snag-Solutions/node-sdk/commit/cde1a95a161ac9ab831dfe156f83af0180d4017d))
|
|
10
10
|
|
|
11
|
-
## 0.1.0-alpha.
|
|
11
|
+
## 0.1.0-alpha.259 (2026-03-12)
|
|
12
12
|
|
|
13
|
-
Full Changelog: [v0.1.0-alpha.
|
|
13
|
+
Full Changelog: [v0.1.0-alpha.258...v0.1.0-alpha.259](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.258...v0.1.0-alpha.259)
|
|
14
14
|
|
|
15
|
-
###
|
|
15
|
+
### Features
|
|
16
16
|
|
|
17
|
-
* **
|
|
17
|
+
* **api:** open api update ([262db07](https://github.com/Snag-Solutions/node-sdk/commit/262db0795e7d3d942e3429054e2f3e70eb3ddf14))
|
|
18
18
|
|
|
19
|
-
## 0.1.0-alpha.
|
|
19
|
+
## 0.1.0-alpha.258 (2026-03-10)
|
|
20
20
|
|
|
21
|
-
Full Changelog: [v0.1.0-alpha.
|
|
21
|
+
Full Changelog: [v0.1.0-alpha.257...v0.1.0-alpha.258](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.257...v0.1.0-alpha.258)
|
|
22
22
|
|
|
23
|
-
###
|
|
23
|
+
### Features
|
|
24
24
|
|
|
25
|
-
* **
|
|
25
|
+
* **api:** open api update ([8800221](https://github.com/Snag-Solutions/node-sdk/commit/8800221165df9b7ef53a99040d74054030c76d27))
|
|
26
26
|
|
|
27
|
-
## 0.1.0-alpha.
|
|
27
|
+
## 0.1.0-alpha.257 (2026-03-10)
|
|
28
28
|
|
|
29
|
-
Full Changelog: [v0.1.0-alpha.
|
|
29
|
+
Full Changelog: [v0.1.0-alpha.256...v0.1.0-alpha.257](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.256...v0.1.0-alpha.257)
|
|
30
30
|
|
|
31
31
|
### Features
|
|
32
32
|
|
|
33
|
-
* **api:**
|
|
33
|
+
* **api:** open api update ([b5247fe](https://github.com/Snag-Solutions/node-sdk/commit/b5247feec782a16afd75bcc0c336cb90bf5c2582))
|
|
34
34
|
|
|
35
|
-
## 0.1.0-alpha.
|
|
35
|
+
## 0.1.0-alpha.256 (2026-03-10)
|
|
36
36
|
|
|
37
|
-
Full Changelog: [v0.1.0-alpha.
|
|
37
|
+
Full Changelog: [v0.1.0-alpha.255...v0.1.0-alpha.256](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.255...v0.1.0-alpha.256)
|
|
38
38
|
|
|
39
39
|
### Features
|
|
40
40
|
|
|
41
|
-
* **api:** open api update ([
|
|
41
|
+
* **api:** open api update ([6cca55b](https://github.com/Snag-Solutions/node-sdk/commit/6cca55bd539cab6983b8d5ff3e7aa54eb77047fb))
|
|
42
42
|
|
|
43
|
-
## 0.1.0-alpha.
|
|
43
|
+
## 0.1.0-alpha.255 (2026-03-10)
|
|
44
44
|
|
|
45
|
-
Full Changelog: [v0.1.0-alpha.
|
|
45
|
+
Full Changelog: [v0.1.0-alpha.254...v0.1.0-alpha.255](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.254...v0.1.0-alpha.255)
|
|
46
46
|
|
|
47
47
|
### Features
|
|
48
48
|
|
|
49
|
-
* **api:** open api update ([
|
|
49
|
+
* **api:** open api update ([6929399](https://github.com/Snag-Solutions/node-sdk/commit/69293993424144695baf5434ef5b3e057bdb6ec8))
|
|
50
50
|
|
|
51
|
-
## 0.1.0-alpha.
|
|
51
|
+
## 0.1.0-alpha.254 (2026-03-08)
|
|
52
52
|
|
|
53
|
-
Full Changelog: [v0.1.0-alpha.
|
|
53
|
+
Full Changelog: [v0.1.0-alpha.253...v0.1.0-alpha.254](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.253...v0.1.0-alpha.254)
|
|
54
54
|
|
|
55
|
-
###
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* **client:** preserve URL params already embedded in path ([5a5a8c0](https://github.com/Snag-Solutions/node-sdk/commit/5a5a8c05ecd287fef6e03e16b1bc795370592cda))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Chores
|
|
56
61
|
|
|
57
|
-
* **
|
|
62
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([b969856](https://github.com/Snag-Solutions/node-sdk/commit/b969856c11b47d54fd5b9c2ef85f3bbc065b9d54))
|
|
63
|
+
* **internal:** codegen related update ([69bcad5](https://github.com/Snag-Solutions/node-sdk/commit/69bcad5a6ca9bb5d12c26031eed678c92dea21ad))
|
|
64
|
+
* **internal:** codegen related update ([4ebb8a5](https://github.com/Snag-Solutions/node-sdk/commit/4ebb8a50537f05d69366e0a9dfd55d9e7e0c75c6))
|
|
58
65
|
|
|
59
|
-
## 0.1.0-alpha.
|
|
66
|
+
## 0.1.0-alpha.253 (2026-03-05)
|
|
60
67
|
|
|
61
|
-
Full Changelog: [v0.1.0-alpha.
|
|
68
|
+
Full Changelog: [v0.1.0-alpha.252...v0.1.0-alpha.253](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.252...v0.1.0-alpha.253)
|
|
62
69
|
|
|
63
70
|
### Features
|
|
64
71
|
|
|
65
|
-
* **api:** open api update ([
|
|
72
|
+
* **api:** open api update ([c3c8f69](https://github.com/Snag-Solutions/node-sdk/commit/c3c8f69c2f71baaa70013f2ac9acaaa91c71a3a8))
|
|
66
73
|
|
|
67
|
-
## 0.1.0-alpha.
|
|
74
|
+
## 0.1.0-alpha.252 (2026-03-04)
|
|
68
75
|
|
|
69
|
-
Full Changelog: [v0.1.0-alpha.
|
|
76
|
+
Full Changelog: [v0.1.0-alpha.251...v0.1.0-alpha.252](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.251...v0.1.0-alpha.252)
|
|
70
77
|
|
|
71
78
|
### Features
|
|
72
79
|
|
|
73
|
-
* **api:**
|
|
80
|
+
* **api:** open api update ([6a13b3f](https://github.com/Snag-Solutions/node-sdk/commit/6a13b3f54b9d64904d66d71361621028863f9830))
|
|
74
81
|
|
|
75
|
-
## 0.1.0-alpha.
|
|
82
|
+
## 0.1.0-alpha.251 (2026-03-03)
|
|
76
83
|
|
|
77
|
-
Full Changelog: [v0.1.0-alpha.
|
|
84
|
+
Full Changelog: [v0.1.0-alpha.250...v0.1.0-alpha.251](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.250...v0.1.0-alpha.251)
|
|
78
85
|
|
|
79
86
|
### Features
|
|
80
87
|
|
|
81
|
-
* **api:**
|
|
88
|
+
* **api:** open api update ([bc50c04](https://github.com/Snag-Solutions/node-sdk/commit/bc50c04fddac85adc71eeb53452c4724ebeeff8f))
|
|
82
89
|
|
|
83
|
-
## 0.1.0-alpha.
|
|
90
|
+
## 0.1.0-alpha.250 (2026-03-03)
|
|
84
91
|
|
|
85
|
-
Full Changelog: [v0.1.0-alpha.
|
|
92
|
+
Full Changelog: [v0.1.0-alpha.249...v0.1.0-alpha.250](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.249...v0.1.0-alpha.250)
|
|
86
93
|
|
|
87
94
|
### Features
|
|
88
95
|
|
|
89
|
-
* **api:**
|
|
96
|
+
* **api:** open api update ([007b6a6](https://github.com/Snag-Solutions/node-sdk/commit/007b6a6755110b5b28e8ca1b2be8783518c873bf))
|
|
90
97
|
|
|
91
|
-
## 0.1.0-alpha.15 (2025-03-28)
|
|
92
98
|
|
|
93
|
-
|
|
99
|
+
### Chores
|
|
100
|
+
|
|
101
|
+
* **internal:** move stringifyQuery implementation to internal function ([ecfbeb8](https://github.com/Snag-Solutions/node-sdk/commit/ecfbeb83330e2503b641f7dd3e2369f5acb31275))
|
|
102
|
+
|
|
103
|
+
## 0.1.0-alpha.249 (2026-02-25)
|
|
104
|
+
|
|
105
|
+
Full Changelog: [v0.1.0-alpha.248...v0.1.0-alpha.249](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.248...v0.1.0-alpha.249)
|
|
94
106
|
|
|
95
107
|
### Features
|
|
96
108
|
|
|
97
|
-
* **api:** api update ([
|
|
98
|
-
* **api:** manual updates ([2fc7269](https://github.com/Snag-Solutions/node-sdk/commit/2fc7269c5b2e9b0bd92daef6674bcc69df5146da))
|
|
99
|
-
* **api:** manual updates ([0762ae6](https://github.com/Snag-Solutions/node-sdk/commit/0762ae6de81aec708b7f52f4ffabaa0402f8bb9e))
|
|
100
|
-
* **api:** manual updates ([#184](https://github.com/Snag-Solutions/node-sdk/issues/184)) ([17322ff](https://github.com/Snag-Solutions/node-sdk/commit/17322ff407b4be58a3480caa09ebf4003ceb4c82))
|
|
101
|
-
* **api:** manual updates ([#186](https://github.com/Snag-Solutions/node-sdk/issues/186)) ([15df7ea](https://github.com/Snag-Solutions/node-sdk/commit/15df7ea7963f1b3055a0b2cabd9ca05f6bbcd3a0))
|
|
102
|
-
* **api:** manual updates ([#187](https://github.com/Snag-Solutions/node-sdk/issues/187)) ([885252c](https://github.com/Snag-Solutions/node-sdk/commit/885252c933cbbc3c6252b7732c79ffc9988ecc40))
|
|
103
|
-
* **api:** manual updates ([#188](https://github.com/Snag-Solutions/node-sdk/issues/188)) ([f1876d2](https://github.com/Snag-Solutions/node-sdk/commit/f1876d20a25c454f66a6b2995dcadd50b69e18f3))
|
|
104
|
-
* **api:** manual updates ([#189](https://github.com/Snag-Solutions/node-sdk/issues/189)) ([136e91b](https://github.com/Snag-Solutions/node-sdk/commit/136e91be906bcc4db9ffe56d8a9829e12c0bdfdd))
|
|
105
|
-
* **api:** manual updates ([#191](https://github.com/Snag-Solutions/node-sdk/issues/191)) ([1e38dd4](https://github.com/Snag-Solutions/node-sdk/commit/1e38dd4bf56fed4acc2b7af1f962ee2e5e90281d))
|
|
106
|
-
* **api:** open api update ([3cedd3a](https://github.com/Snag-Solutions/node-sdk/commit/3cedd3aad63131914204154fd95d73e988dce3ea))
|
|
107
|
-
* **api:** open api update ([#190](https://github.com/Snag-Solutions/node-sdk/issues/190)) ([dfa1302](https://github.com/Snag-Solutions/node-sdk/commit/dfa13021f8f81105d5fdcb477b83f48b2c9cc0d0))
|
|
109
|
+
* **api:** open api update ([8d650aa](https://github.com/Snag-Solutions/node-sdk/commit/8d650aa974d815727f115e4c58ef44084f21d0e9))
|
|
108
110
|
|
|
111
|
+
## 0.1.0-alpha.248 (2026-02-24)
|
|
109
112
|
|
|
110
|
-
|
|
113
|
+
Full Changelog: [v0.1.0-alpha.247...v0.1.0-alpha.248](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.247...v0.1.0-alpha.248)
|
|
111
114
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* **api:** open api update ([9e088cb](https://github.com/Snag-Solutions/node-sdk/commit/9e088cbbb3f63265ee0fcda23d54e114b29c51ca))
|
|
115
118
|
|
|
116
|
-
## 0.1.0-alpha.
|
|
119
|
+
## 0.1.0-alpha.247 (2026-02-24)
|
|
117
120
|
|
|
118
|
-
Full Changelog: [v0.1.0-alpha.
|
|
121
|
+
Full Changelog: [v0.1.0-alpha.246...v0.1.0-alpha.247](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.246...v0.1.0-alpha.247)
|
|
119
122
|
|
|
120
123
|
### Features
|
|
121
124
|
|
|
122
|
-
* **api:** api update ([
|
|
123
|
-
* **api:** api update ([#116](https://github.com/Snag-Solutions/node-sdk/issues/116)) ([49d5ec1](https://github.com/Snag-Solutions/node-sdk/commit/49d5ec13a70f3d7167fd24a2103f5f1d5ef82fe0))
|
|
124
|
-
* **api:** api update ([#119](https://github.com/Snag-Solutions/node-sdk/issues/119)) ([352c998](https://github.com/Snag-Solutions/node-sdk/commit/352c998a44006a4b441e30249995f824df992f54))
|
|
125
|
-
* **api:** api update ([#122](https://github.com/Snag-Solutions/node-sdk/issues/122)) ([40d7797](https://github.com/Snag-Solutions/node-sdk/commit/40d77976bad778ae3f9dda115c117df5c2b0fcf8))
|
|
126
|
-
* **api:** api update ([#123](https://github.com/Snag-Solutions/node-sdk/issues/123)) ([b165255](https://github.com/Snag-Solutions/node-sdk/commit/b1652556767548121e2b9a6866eb67e5a5092a2e))
|
|
127
|
-
* **api:** api update ([#125](https://github.com/Snag-Solutions/node-sdk/issues/125)) ([1ecfaba](https://github.com/Snag-Solutions/node-sdk/commit/1ecfaba5c59f9427703478d9634d40421fa4778a))
|
|
128
|
-
* **api:** api update ([#126](https://github.com/Snag-Solutions/node-sdk/issues/126)) ([2d91502](https://github.com/Snag-Solutions/node-sdk/commit/2d915022abc2316684b2b4b808c703b6946ec4c1))
|
|
129
|
-
* **api:** api update ([#130](https://github.com/Snag-Solutions/node-sdk/issues/130)) ([b83eef2](https://github.com/Snag-Solutions/node-sdk/commit/b83eef21a458c3e244f09abe6f9e37b3f8046f88))
|
|
130
|
-
* **api:** api update ([#131](https://github.com/Snag-Solutions/node-sdk/issues/131)) ([27924b3](https://github.com/Snag-Solutions/node-sdk/commit/27924b3a164f93ff03ea10e4d01fd1482bd96878))
|
|
131
|
-
* **api:** api update ([#134](https://github.com/Snag-Solutions/node-sdk/issues/134)) ([95cb142](https://github.com/Snag-Solutions/node-sdk/commit/95cb142031f21744873bc16c5c96203c7a45d688))
|
|
132
|
-
* **api:** manual updates ([#136](https://github.com/Snag-Solutions/node-sdk/issues/136)) ([e216c85](https://github.com/Snag-Solutions/node-sdk/commit/e216c85b407adaa055baf44bc144bad49eacae92))
|
|
133
|
-
* **api:** open api update ([#112](https://github.com/Snag-Solutions/node-sdk/issues/112)) ([b54d088](https://github.com/Snag-Solutions/node-sdk/commit/b54d08880fd075ae7c1c3e4b46998159a1353d74))
|
|
134
|
-
* **api:** open api update ([#114](https://github.com/Snag-Solutions/node-sdk/issues/114)) ([1e5919a](https://github.com/Snag-Solutions/node-sdk/commit/1e5919af64bdcfa8693b923bf5d0c508e46f0511))
|
|
135
|
-
* **api:** open api update ([#115](https://github.com/Snag-Solutions/node-sdk/issues/115)) ([15058b1](https://github.com/Snag-Solutions/node-sdk/commit/15058b1dba2109a3389977ac6b300b9d24ec566f))
|
|
136
|
-
* **api:** open api update ([#117](https://github.com/Snag-Solutions/node-sdk/issues/117)) ([39d1db6](https://github.com/Snag-Solutions/node-sdk/commit/39d1db673d4e7e2233fe573e6fdadeb57efa807d))
|
|
137
|
-
* **api:** open api update ([#118](https://github.com/Snag-Solutions/node-sdk/issues/118)) ([45d4b4b](https://github.com/Snag-Solutions/node-sdk/commit/45d4b4b7d9f995929fd948e94ed5075429a98f14))
|
|
138
|
-
* **api:** open api update ([#120](https://github.com/Snag-Solutions/node-sdk/issues/120)) ([be69e9f](https://github.com/Snag-Solutions/node-sdk/commit/be69e9f39785eebf584ed20df63d3c5920d12646))
|
|
139
|
-
* **api:** open api update ([#121](https://github.com/Snag-Solutions/node-sdk/issues/121)) ([2a4d94b](https://github.com/Snag-Solutions/node-sdk/commit/2a4d94bb0ca881f72668e470b9c45e5ae7e61d8c))
|
|
140
|
-
* **api:** open api update ([#124](https://github.com/Snag-Solutions/node-sdk/issues/124)) ([e733b06](https://github.com/Snag-Solutions/node-sdk/commit/e733b06b96d397655843d7bbf020a28d0527daea))
|
|
141
|
-
* **api:** open api update ([#128](https://github.com/Snag-Solutions/node-sdk/issues/128)) ([f77dcfb](https://github.com/Snag-Solutions/node-sdk/commit/f77dcfb820b65dd4095e88a5c7e4476ee9ee22b2))
|
|
142
|
-
* **api:** open api update ([#129](https://github.com/Snag-Solutions/node-sdk/issues/129)) ([8940ee9](https://github.com/Snag-Solutions/node-sdk/commit/8940ee9041a17c096b0306cea509e1b5dcef6c7a))
|
|
143
|
-
* **api:** open api update ([#133](https://github.com/Snag-Solutions/node-sdk/issues/133)) ([bc17b3f](https://github.com/Snag-Solutions/node-sdk/commit/bc17b3fa6ceaf2924b03e7e9b1f1f2462d471327))
|
|
144
|
-
* **api:** open api update ([#135](https://github.com/Snag-Solutions/node-sdk/issues/135)) ([41a93d9](https://github.com/Snag-Solutions/node-sdk/commit/41a93d941dba7d40502c1ef28daa387965e0896c))
|
|
125
|
+
* **api:** open api update ([16776a5](https://github.com/Snag-Solutions/node-sdk/commit/16776a5a7236eadb5857a2ba08221c8fe0ff2bd5))
|
|
145
126
|
|
|
127
|
+
## 0.1.0-alpha.246 (2026-02-24)
|
|
146
128
|
|
|
147
|
-
|
|
129
|
+
Full Changelog: [v0.1.0-alpha.245...v0.1.0-alpha.246](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.245...v0.1.0-alpha.246)
|
|
148
130
|
|
|
149
|
-
|
|
131
|
+
### Bug Fixes
|
|
150
132
|
|
|
133
|
+
* **docs/contributing:** correct pnpm link command ([5b2d31f](https://github.com/Snag-Solutions/node-sdk/commit/5b2d31f952d830f6766bfe57f842aaa18b68790d))
|
|
151
134
|
|
|
152
|
-
|
|
135
|
+
## 0.1.0-alpha.245 (2026-02-24)
|
|
153
136
|
|
|
154
|
-
|
|
137
|
+
Full Changelog: [v0.1.0-alpha.244...v0.1.0-alpha.245](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.244...v0.1.0-alpha.245)
|
|
155
138
|
|
|
156
|
-
|
|
139
|
+
### Features
|
|
157
140
|
|
|
158
|
-
|
|
141
|
+
* **api:** open api update ([21dfe83](https://github.com/Snag-Solutions/node-sdk/commit/21dfe8313906129cfbed1461a1b3fb7765471bcd))
|
|
142
|
+
|
|
143
|
+
## 0.1.0-alpha.244 (2026-02-23)
|
|
144
|
+
|
|
145
|
+
Full Changelog: [v0.1.0-alpha.243...v0.1.0-alpha.244](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.243...v0.1.0-alpha.244)
|
|
159
146
|
|
|
160
147
|
### Features
|
|
161
148
|
|
|
162
|
-
* **api:** open api update ([
|
|
149
|
+
* **api:** open api update ([b10c697](https://github.com/Snag-Solutions/node-sdk/commit/b10c6971ba98d38c925ea67d7fbac885f4ff362b))
|
|
163
150
|
|
|
164
|
-
## 0.1.0-alpha.
|
|
151
|
+
## 0.1.0-alpha.243 (2026-02-23)
|
|
165
152
|
|
|
166
|
-
Full Changelog: [v0.1.0-alpha.
|
|
153
|
+
Full Changelog: [v0.1.0-alpha.242...v0.1.0-alpha.243](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.242...v0.1.0-alpha.243)
|
|
167
154
|
|
|
168
155
|
### Features
|
|
169
156
|
|
|
170
|
-
* **api:** open api update ([
|
|
157
|
+
* **api:** open api update ([29ff355](https://github.com/Snag-Solutions/node-sdk/commit/29ff3551ad0d1decf1a7d3a8ed9e3c920f0733bb))
|
|
171
158
|
|
|
172
|
-
## 0.1.0-alpha.
|
|
159
|
+
## 0.1.0-alpha.242 (2026-02-23)
|
|
173
160
|
|
|
174
|
-
Full Changelog: [v0.1.0-alpha.
|
|
161
|
+
Full Changelog: [v0.1.0-alpha.241...v0.1.0-alpha.242](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.241...v0.1.0-alpha.242)
|
|
175
162
|
|
|
176
|
-
###
|
|
163
|
+
### Features
|
|
177
164
|
|
|
178
|
-
*
|
|
179
|
-
* update SDK settings ([#71](https://github.com/Snag-Solutions/node-sdk/issues/71)) ([f13dc92](https://github.com/Snag-Solutions/node-sdk/commit/f13dc9266757e82b1398cc4ebd0a4c01b0b8269d))
|
|
165
|
+
* **api:** open api update ([f15fa7b](https://github.com/Snag-Solutions/node-sdk/commit/f15fa7bc429e91263f3fea21c4099d694be84132))
|
|
180
166
|
|
|
181
|
-
## 0.1.0-alpha.
|
|
167
|
+
## 0.1.0-alpha.241 (2026-02-20)
|
|
182
168
|
|
|
183
|
-
Full Changelog: [v0.1.0-alpha.
|
|
169
|
+
Full Changelog: [v0.1.0-alpha.240...v0.1.0-alpha.241](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.240...v0.1.0-alpha.241)
|
|
184
170
|
|
|
185
171
|
### Features
|
|
186
172
|
|
|
187
|
-
* **api:**
|
|
173
|
+
* **api:** open api update ([fa2f57c](https://github.com/Snag-Solutions/node-sdk/commit/fa2f57c170f01493a8a7bead50fc39a7effe4297))
|
|
188
174
|
|
|
189
175
|
|
|
190
176
|
### Chores
|
|
191
177
|
|
|
192
|
-
*
|
|
178
|
+
* **internal:** remove mock server code ([a76e4bf](https://github.com/Snag-Solutions/node-sdk/commit/a76e4bf0efcd30230407f249b090bde214ce885a))
|
|
179
|
+
* update mock server docs ([2a7962d](https://github.com/Snag-Solutions/node-sdk/commit/2a7962d55efff86a12c665dc92f91b525226447b))
|
|
193
180
|
|
|
194
|
-
## 0.1.0-alpha.
|
|
181
|
+
## 0.1.0-alpha.240 (2026-02-20)
|
|
195
182
|
|
|
196
|
-
Full Changelog: [v0.1.0-alpha.
|
|
183
|
+
Full Changelog: [v0.1.0-alpha.239...v0.1.0-alpha.240](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.239...v0.1.0-alpha.240)
|
|
197
184
|
|
|
198
185
|
### Features
|
|
199
186
|
|
|
200
|
-
* **api:** api update ([
|
|
201
|
-
* **api:** api update ([
|
|
202
|
-
* **api:** api update ([#44](https://github.com/Snag-Solutions/node-sdk/issues/44)) ([5f8c1af](https://github.com/Snag-Solutions/node-sdk/commit/5f8c1af21d44360eacede294efedba2749a6f628))
|
|
203
|
-
* **api:** api update ([#51](https://github.com/Snag-Solutions/node-sdk/issues/51)) ([c87475e](https://github.com/Snag-Solutions/node-sdk/commit/c87475e7497c1da9281cfb2eeb151c79e0d50cbe))
|
|
204
|
-
* **api:** api update ([#57](https://github.com/Snag-Solutions/node-sdk/issues/57)) ([4e9eba0](https://github.com/Snag-Solutions/node-sdk/commit/4e9eba027a7eabfb59ddc76890248ce3ded772e6))
|
|
205
|
-
* **api:** api update ([#58](https://github.com/Snag-Solutions/node-sdk/issues/58)) ([1cf1d9a](https://github.com/Snag-Solutions/node-sdk/commit/1cf1d9ac7f86c59c57538640e4738ba83fcf2bfd))
|
|
206
|
-
* **api:** open api update ([#50](https://github.com/Snag-Solutions/node-sdk/issues/50)) ([048be25](https://github.com/Snag-Solutions/node-sdk/commit/048be2501cf994253d36866b246670d01f7ef498))
|
|
207
|
-
* **api:** open api update ([#52](https://github.com/Snag-Solutions/node-sdk/issues/52)) ([6502084](https://github.com/Snag-Solutions/node-sdk/commit/6502084a0297431c2014c7c0d1eefafbe78d890b))
|
|
208
|
-
* **api:** open api update ([#54](https://github.com/Snag-Solutions/node-sdk/issues/54)) ([e6a4548](https://github.com/Snag-Solutions/node-sdk/commit/e6a4548754a6b4a6da6517bdf8151197f77e3c19))
|
|
209
|
-
* **api:** open api update ([#55](https://github.com/Snag-Solutions/node-sdk/issues/55)) ([3483621](https://github.com/Snag-Solutions/node-sdk/commit/3483621ad5e35def2e10c24efcc342307b9798f9))
|
|
210
|
-
* **api:** open api update ([#56](https://github.com/Snag-Solutions/node-sdk/issues/56)) ([0015403](https://github.com/Snag-Solutions/node-sdk/commit/001540368909a3e6de6ce184f6429b6301c09c1b))
|
|
211
|
-
* **api:** open api update ([#60](https://github.com/Snag-Solutions/node-sdk/issues/60)) ([d37c04c](https://github.com/Snag-Solutions/node-sdk/commit/d37c04ce76de779286620f25d04d3e0fa210c2bb))
|
|
212
|
-
* **api:** open api update ([#61](https://github.com/Snag-Solutions/node-sdk/issues/61)) ([7be2c09](https://github.com/Snag-Solutions/node-sdk/commit/7be2c09e28bf47e47092e4c850fe660487fac97a))
|
|
187
|
+
* **api:** open api update ([c253ad3](https://github.com/Snag-Solutions/node-sdk/commit/c253ad38558d86560cda99c171f3e8e5046abc97))
|
|
188
|
+
* **api:** open api update ([b5a98e4](https://github.com/Snag-Solutions/node-sdk/commit/b5a98e4f9ace731cf380568679a81ef782a04699))
|
|
213
189
|
|
|
190
|
+
## 0.1.0-alpha.239 (2026-02-18)
|
|
214
191
|
|
|
215
|
-
|
|
192
|
+
Full Changelog: [v0.1.0-alpha.238...v0.1.0-alpha.239](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.238...v0.1.0-alpha.239)
|
|
216
193
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
* **
|
|
220
|
-
* **internal:** codegen related update ([#62](https://github.com/Snag-Solutions/node-sdk/issues/62)) ([78e6c12](https://github.com/Snag-Solutions/node-sdk/commit/78e6c12c11eeda88894bd87a79e8332a54d18ab8))
|
|
221
|
-
* **internal:** fix some typos ([#45](https://github.com/Snag-Solutions/node-sdk/issues/45)) ([0f0d61a](https://github.com/Snag-Solutions/node-sdk/commit/0f0d61af3d255360727f9681ea48f5eaa1a47193))
|
|
222
|
-
* **internal:** fix some typos ([#47](https://github.com/Snag-Solutions/node-sdk/issues/47)) ([47dc89e](https://github.com/Snag-Solutions/node-sdk/commit/47dc89e909ac05b5ce0e6eb8016b9b1049072889))
|
|
223
|
-
* **internal:** fix some typos ([#49](https://github.com/Snag-Solutions/node-sdk/issues/49)) ([1e0446a](https://github.com/Snag-Solutions/node-sdk/commit/1e0446a04c2ed791e7bfb00943e4ac80d6cd6923))
|
|
224
|
-
* **internal:** update isAbsoluteURL ([#41](https://github.com/Snag-Solutions/node-sdk/issues/41)) ([df5ec7b](https://github.com/Snag-Solutions/node-sdk/commit/df5ec7bf4980e406e1392f99ba18c1fb7fcc00f5))
|
|
194
|
+
### Features
|
|
195
|
+
|
|
196
|
+
* **api:** open api update ([9af911b](https://github.com/Snag-Solutions/node-sdk/commit/9af911b88b5cf3fe8cee1bfaa139111ba5f19e4a))
|
|
225
197
|
|
|
198
|
+
## 0.1.0-alpha.238 (2026-02-18)
|
|
226
199
|
|
|
227
|
-
|
|
200
|
+
Full Changelog: [v0.1.0-alpha.237...v0.1.0-alpha.238](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.237...v0.1.0-alpha.238)
|
|
228
201
|
|
|
229
|
-
|
|
202
|
+
### Features
|
|
230
203
|
|
|
231
|
-
|
|
204
|
+
* **api:** open api update ([d80318a](https://github.com/Snag-Solutions/node-sdk/commit/d80318ac38532f0eb01fec1505fb2ebe49d65e70))
|
|
232
205
|
|
|
233
|
-
|
|
206
|
+
## 0.1.0-alpha.237 (2026-02-16)
|
|
207
|
+
|
|
208
|
+
Full Changelog: [v0.1.0-alpha.236...v0.1.0-alpha.237](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.236...v0.1.0-alpha.237)
|
|
234
209
|
|
|
235
210
|
### Features
|
|
236
211
|
|
|
237
|
-
* **api:** api update ([
|
|
212
|
+
* **api:** open api update ([7a57cdc](https://github.com/Snag-Solutions/node-sdk/commit/7a57cdc4fe541feb5d2c4f1ffcc027060ab99a62))
|
|
213
|
+
* **api:** open api update ([dd34e5b](https://github.com/Snag-Solutions/node-sdk/commit/dd34e5b4378300b3e50480b20085bfdb666a2d0f))
|
|
238
214
|
|
|
239
|
-
## 0.1.0-alpha.
|
|
215
|
+
## 0.1.0-alpha.236 (2026-02-11)
|
|
240
216
|
|
|
241
|
-
Full Changelog: [v0.1.0-alpha.
|
|
217
|
+
Full Changelog: [v0.1.0-alpha.235...v0.1.0-alpha.236](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.235...v0.1.0-alpha.236)
|
|
242
218
|
|
|
243
219
|
### Features
|
|
244
220
|
|
|
245
|
-
* **api:** api update ([
|
|
246
|
-
* **api:** manual updates ([#24](https://github.com/Snag-Solutions/node-sdk/issues/24)) ([633af8d](https://github.com/Snag-Solutions/node-sdk/commit/633af8d21132d89b01159066c4eecffbf323b697))
|
|
221
|
+
* **api:** open api update ([d68aa6b](https://github.com/Snag-Solutions/node-sdk/commit/d68aa6b4d9cdc2f4a32d514c09b99ddd03074063))
|
|
247
222
|
|
|
248
|
-
## 0.1.0-alpha.
|
|
223
|
+
## 0.1.0-alpha.235 (2026-02-11)
|
|
249
224
|
|
|
250
|
-
Full Changelog: [v0.1.0-alpha.
|
|
225
|
+
Full Changelog: [v0.1.0-alpha.234...v0.1.0-alpha.235](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.234...v0.1.0-alpha.235)
|
|
251
226
|
|
|
252
227
|
### Features
|
|
253
228
|
|
|
254
|
-
* **api:** api update ([
|
|
255
|
-
* **api:** manual updates ([#17](https://github.com/Snag-Solutions/node-sdk/issues/17)) ([cf16f38](https://github.com/Snag-Solutions/node-sdk/commit/cf16f38e8ef707c5a7770b54c0d7d0d051882077))
|
|
229
|
+
* **api:** open api update ([ad2c3a9](https://github.com/Snag-Solutions/node-sdk/commit/ad2c3a97741a6af014be9ff17677903124147e98))
|
|
256
230
|
|
|
257
|
-
## 0.1.0-alpha.
|
|
231
|
+
## 0.1.0-alpha.234 (2026-02-11)
|
|
258
232
|
|
|
259
|
-
Full Changelog: [v0.1.0-alpha.
|
|
233
|
+
Full Changelog: [v0.1.0-alpha.233...v0.1.0-alpha.234](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.233...v0.1.0-alpha.234)
|
|
260
234
|
|
|
261
235
|
### Features
|
|
262
236
|
|
|
263
|
-
* **api:** api update ([
|
|
264
|
-
* **api:** api update ([#15](https://github.com/Snag-Solutions/node-sdk/issues/15)) ([ec14b9d](https://github.com/Snag-Solutions/node-sdk/commit/ec14b9d0964f8beceda60a09fd2c9c2cfffd17da))
|
|
265
|
-
* **api:** api update ([#16](https://github.com/Snag-Solutions/node-sdk/issues/16)) ([3123dc6](https://github.com/Snag-Solutions/node-sdk/commit/3123dc6e29d239580f6d3a800801f9ad50dbabc5))
|
|
237
|
+
* **api:** open api update ([e17d4be](https://github.com/Snag-Solutions/node-sdk/commit/e17d4be4e166ef055f5507f0a0fe916b5e3e67f6))
|
|
266
238
|
|
|
267
|
-
## 0.1.0-alpha.
|
|
239
|
+
## 0.1.0-alpha.233 (2026-02-11)
|
|
268
240
|
|
|
269
|
-
Full Changelog: [v0.1.0-alpha.
|
|
241
|
+
Full Changelog: [v0.1.0-alpha.232...v0.1.0-alpha.233](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.232...v0.1.0-alpha.233)
|
|
270
242
|
|
|
271
243
|
### Features
|
|
272
244
|
|
|
273
|
-
* **api:**
|
|
245
|
+
* **api:** open api update ([cbc5c2d](https://github.com/Snag-Solutions/node-sdk/commit/cbc5c2db49637c64d27e8801d6f8c5de86636ad9))
|
|
274
246
|
|
|
275
|
-
## 0.1.0-alpha.
|
|
247
|
+
## 0.1.0-alpha.232 (2026-02-11)
|
|
276
248
|
|
|
277
|
-
Full Changelog: [v0.1.0-alpha.
|
|
249
|
+
Full Changelog: [v0.1.0-alpha.231...v0.1.0-alpha.232](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.231...v0.1.0-alpha.232)
|
|
250
|
+
|
|
251
|
+
### Features
|
|
252
|
+
|
|
253
|
+
* **api:** open api update ([ca1ac81](https://github.com/Snag-Solutions/node-sdk/commit/ca1ac81508f393436dc1daca7d5e10cbbb878a21))
|
|
254
|
+
|
|
255
|
+
## 0.1.0-alpha.231 (2026-02-11)
|
|
256
|
+
|
|
257
|
+
Full Changelog: [v0.1.0-alpha.230...v0.1.0-alpha.231](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.230...v0.1.0-alpha.231)
|
|
278
258
|
|
|
279
259
|
### Chores
|
|
280
260
|
|
|
281
|
-
*
|
|
261
|
+
* remove custom code ([827479d](https://github.com/Snag-Solutions/node-sdk/commit/827479dd478fb4eb18af479930ada2451531cbd3))
|
|
282
262
|
|
|
283
|
-
## 0.1.0-alpha.
|
|
263
|
+
## 0.1.0-alpha.230 (2026-02-10)
|
|
284
264
|
|
|
285
|
-
Full Changelog: [v0.1.0-alpha.
|
|
265
|
+
Full Changelog: [v0.1.0-alpha.229...v0.1.0-alpha.230](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.229...v0.1.0-alpha.230)
|
|
286
266
|
|
|
287
267
|
### Features
|
|
288
268
|
|
|
289
|
-
* **api:** api update ([
|
|
269
|
+
* **api:** open api update ([809b17b](https://github.com/Snag-Solutions/node-sdk/commit/809b17b7d61858a813dc805d0ce291d06770f0e4))
|
|
270
|
+
|
|
271
|
+
## 0.1.0-alpha.229 (2026-02-09)
|
|
272
|
+
|
|
273
|
+
Full Changelog: [v0.1.0-alpha.228...v0.1.0-alpha.229](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.228...v0.1.0-alpha.229)
|
|
274
|
+
|
|
275
|
+
### Chores
|
|
276
|
+
|
|
277
|
+
* update SDK settings ([93c1400](https://github.com/Snag-Solutions/node-sdk/commit/93c1400a6f17d633f02fc6064107f5f7d1e193ec))
|
|
290
278
|
|
|
291
|
-
## 0.1.0-alpha.
|
|
279
|
+
## 0.1.0-alpha.228 (2026-02-09)
|
|
292
280
|
|
|
293
|
-
Full Changelog: [v0.0
|
|
281
|
+
Full Changelog: [v0.1.0-alpha.227...v0.1.0-alpha.228](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.227...v0.1.0-alpha.228)
|
|
294
282
|
|
|
295
283
|
### Features
|
|
296
284
|
|
|
297
|
-
* **api:**
|
|
285
|
+
* **api:** manual updates ([96c1460](https://github.com/Snag-Solutions/node-sdk/commit/96c14601067bd1e9ca0bb6fd7141e1f3671324d3))
|
|
298
286
|
|
|
299
287
|
|
|
300
288
|
### Chores
|
|
301
289
|
|
|
302
|
-
*
|
|
303
|
-
* update SDK settings ([cb45f83](https://github.com/Snag-Solutions/node-sdk/commit/cb45f83f653ab83ecf062e3bead73f7335bfd0ac))
|
|
290
|
+
* sync repo ([ff6444b](https://github.com/Snag-Solutions/node-sdk/commit/ff6444b274115c37b467dbf653428ace3a179a48))
|
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2026 Snag Solutions
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -26,13 +26,9 @@ const client = new SnagSolutions({
|
|
|
26
26
|
apiKey: process.env['X_API_KEY'], // This is the default and can be omitted
|
|
27
27
|
});
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
const response = await client.assets.createAsset({ fileName: 'REPLACE_ME' });
|
|
29
|
+
const response = await client.assets.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 });
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
main();
|
|
31
|
+
console.log(response.signedUrl);
|
|
36
32
|
```
|
|
37
33
|
|
|
38
34
|
### Request & Response types
|
|
@@ -47,12 +43,8 @@ const client = new SnagSolutions({
|
|
|
47
43
|
apiKey: process.env['X_API_KEY'], // This is the default and can be omitted
|
|
48
44
|
});
|
|
49
45
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
const response: SnagSolutions.AssetCreateAssetResponse = await client.assets.createAsset(params);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
main();
|
|
46
|
+
const params: SnagSolutions.AssetCreateAssetParams = { fileName: 'REPLACE_ME', fileSize: 1024 };
|
|
47
|
+
const response: SnagSolutions.AssetCreateAssetResponse = await client.assets.createAsset(params);
|
|
56
48
|
```
|
|
57
49
|
|
|
58
50
|
Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.
|
|
@@ -65,8 +57,9 @@ a subclass of `APIError` will be thrown:
|
|
|
65
57
|
|
|
66
58
|
<!-- prettier-ignore -->
|
|
67
59
|
```ts
|
|
68
|
-
|
|
69
|
-
|
|
60
|
+
const response = await client.assets
|
|
61
|
+
.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 })
|
|
62
|
+
.catch(async (err) => {
|
|
70
63
|
if (err instanceof SnagSolutions.APIError) {
|
|
71
64
|
console.log(err.status); // 400
|
|
72
65
|
console.log(err.name); // BadRequestError
|
|
@@ -75,12 +68,9 @@ async function main() {
|
|
|
75
68
|
throw err;
|
|
76
69
|
}
|
|
77
70
|
});
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
main();
|
|
81
71
|
```
|
|
82
72
|
|
|
83
|
-
Error codes are as
|
|
73
|
+
Error codes are as follows:
|
|
84
74
|
|
|
85
75
|
| Status Code | Error Type |
|
|
86
76
|
| ----------- | -------------------------- |
|
|
@@ -109,7 +99,7 @@ const client = new SnagSolutions({
|
|
|
109
99
|
});
|
|
110
100
|
|
|
111
101
|
// Or, configure per-request:
|
|
112
|
-
await client.assets.createAsset({ fileName: 'REPLACE_ME' }, {
|
|
102
|
+
await client.assets.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 }, {
|
|
113
103
|
maxRetries: 5,
|
|
114
104
|
});
|
|
115
105
|
```
|
|
@@ -126,7 +116,7 @@ const client = new SnagSolutions({
|
|
|
126
116
|
});
|
|
127
117
|
|
|
128
118
|
// Override per-request:
|
|
129
|
-
await client.assets.createAsset({ fileName: 'REPLACE_ME' }, {
|
|
119
|
+
await client.assets.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 }, {
|
|
130
120
|
timeout: 5 * 1000,
|
|
131
121
|
});
|
|
132
122
|
```
|
|
@@ -147,12 +137,14 @@ You can also use the `.withResponse()` method to get the raw `Response` along wi
|
|
|
147
137
|
```ts
|
|
148
138
|
const client = new SnagSolutions();
|
|
149
139
|
|
|
150
|
-
const response = await client.assets
|
|
140
|
+
const response = await client.assets
|
|
141
|
+
.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 })
|
|
142
|
+
.asResponse();
|
|
151
143
|
console.log(response.headers.get('X-My-Header'));
|
|
152
144
|
console.log(response.statusText); // access the underlying Response object
|
|
153
145
|
|
|
154
146
|
const { data: response, response: raw } = await client.assets
|
|
155
|
-
.createAsset({ fileName: 'REPLACE_ME' })
|
|
147
|
+
.createAsset({ fileName: 'REPLACE_ME', fileSize: 1024 })
|
|
156
148
|
.withResponse();
|
|
157
149
|
console.log(raw.headers.get('X-My-Header'));
|
|
158
150
|
console.log(response.signedUrl);
|
|
@@ -260,7 +252,7 @@ const client = new SnagSolutions({
|
|
|
260
252
|
|
|
261
253
|
// Override per-request:
|
|
262
254
|
await client.assets.createAsset(
|
|
263
|
-
{ fileName: 'REPLACE_ME' },
|
|
255
|
+
{ fileName: 'REPLACE_ME', fileSize: 1024 },
|
|
264
256
|
{
|
|
265
257
|
httpAgent: new http.Agent({ keepAlive: false }),
|
|
266
258
|
},
|