@snagsolutions/sdk 0.1.0-alpha.25 → 0.1.0-alpha.250
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 +80 -172
- 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 +30 -28
- package/core.js.map +1 -1
- package/core.mjs +30 -28
- 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 +356 -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 +884 -135
- 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 +2358 -344
- 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 -248
- 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 +164 -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 +142 -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 +160 -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 +202 -35
- 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 +14 -90
- package/resources/websites/websites.d.ts.map +1 -1
- package/resources/websites/websites.js +7 -0
- package/resources/websites/websites.js.map +1 -1
- package/resources/websites/websites.mjs +8 -1
- package/resources/websites/websites.mjs.map +1 -1
- package/src/core.ts +34 -31
- 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 +544 -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 +1057 -145
- 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 +472 -64
- package/src/resources/loyalty/rules.ts +3694 -401
- 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 +928 -0
- package/src/resources/loyalty/transactions.ts +1 -440
- package/src/resources/minting/allowlist.ts +116 -0
- package/src/resources/minting/contracts.ts +413 -0
- package/src/resources/minting/index.ts +29 -0
- package/src/resources/minting/minting.ts +280 -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 +307 -0
- package/src/resources/users/index.ts +4 -0
- package/src/resources/users/metadatas.ts +66 -3
- package/src/resources/users/users.ts +276 -38
- 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 +14 -116
- 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,295 +1,203 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.0-alpha.
|
|
3
|
+
## 0.1.0-alpha.250 (2026-03-03)
|
|
4
4
|
|
|
5
|
-
Full Changelog: [v0.1.0-alpha.
|
|
5
|
+
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)
|
|
6
6
|
|
|
7
|
-
###
|
|
8
|
-
|
|
9
|
-
* **internal:** add aliases for Record and Array ([#222](https://github.com/Snag-Solutions/node-sdk/issues/222)) ([31c797f](https://github.com/Snag-Solutions/node-sdk/commit/31c797fa27ffca6b55a5ed1f7cb0f623f58b4487))
|
|
7
|
+
### Features
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
* **api:** open api update ([007b6a6](https://github.com/Snag-Solutions/node-sdk/commit/007b6a6755110b5b28e8ca1b2be8783518c873bf))
|
|
12
10
|
|
|
13
|
-
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
|
|
14
11
|
|
|
15
|
-
###
|
|
12
|
+
### Chores
|
|
16
13
|
|
|
17
|
-
* **
|
|
14
|
+
* **internal:** move stringifyQuery implementation to internal function ([ecfbeb8](https://github.com/Snag-Solutions/node-sdk/commit/ecfbeb83330e2503b641f7dd3e2369f5acb31275))
|
|
18
15
|
|
|
19
|
-
## 0.1.0-alpha.
|
|
16
|
+
## 0.1.0-alpha.249 (2026-02-25)
|
|
20
17
|
|
|
21
|
-
Full Changelog: [v0.1.0-alpha.
|
|
18
|
+
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)
|
|
22
19
|
|
|
23
20
|
### Features
|
|
24
21
|
|
|
25
|
-
* **api:**
|
|
22
|
+
* **api:** open api update ([8d650aa](https://github.com/Snag-Solutions/node-sdk/commit/8d650aa974d815727f115e4c58ef44084f21d0e9))
|
|
26
23
|
|
|
27
|
-
## 0.1.0-alpha.
|
|
24
|
+
## 0.1.0-alpha.248 (2026-02-24)
|
|
28
25
|
|
|
29
|
-
Full Changelog: [v0.1.0-alpha.
|
|
26
|
+
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)
|
|
30
27
|
|
|
31
28
|
### Features
|
|
32
29
|
|
|
33
|
-
* **api:** open api update ([
|
|
30
|
+
* **api:** open api update ([9e088cb](https://github.com/Snag-Solutions/node-sdk/commit/9e088cbbb3f63265ee0fcda23d54e114b29c51ca))
|
|
34
31
|
|
|
35
|
-
## 0.1.0-alpha.
|
|
32
|
+
## 0.1.0-alpha.247 (2026-02-24)
|
|
36
33
|
|
|
37
|
-
Full Changelog: [v0.1.0-alpha.
|
|
34
|
+
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)
|
|
38
35
|
|
|
39
36
|
### Features
|
|
40
37
|
|
|
41
|
-
* **api:** open api update ([
|
|
38
|
+
* **api:** open api update ([16776a5](https://github.com/Snag-Solutions/node-sdk/commit/16776a5a7236eadb5857a2ba08221c8fe0ff2bd5))
|
|
42
39
|
|
|
43
|
-
## 0.1.0-alpha.
|
|
40
|
+
## 0.1.0-alpha.246 (2026-02-24)
|
|
44
41
|
|
|
45
|
-
Full Changelog: [v0.1.0-alpha.
|
|
42
|
+
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)
|
|
46
43
|
|
|
47
|
-
###
|
|
44
|
+
### Bug Fixes
|
|
48
45
|
|
|
49
|
-
* **
|
|
46
|
+
* **docs/contributing:** correct pnpm link command ([5b2d31f](https://github.com/Snag-Solutions/node-sdk/commit/5b2d31f952d830f6766bfe57f842aaa18b68790d))
|
|
50
47
|
|
|
51
|
-
## 0.1.0-alpha.
|
|
48
|
+
## 0.1.0-alpha.245 (2026-02-24)
|
|
52
49
|
|
|
53
|
-
Full Changelog: [v0.1.0-alpha.
|
|
50
|
+
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)
|
|
54
51
|
|
|
55
52
|
### Features
|
|
56
53
|
|
|
57
|
-
* **api:** open api update ([
|
|
54
|
+
* **api:** open api update ([21dfe83](https://github.com/Snag-Solutions/node-sdk/commit/21dfe8313906129cfbed1461a1b3fb7765471bcd))
|
|
58
55
|
|
|
59
|
-
## 0.1.0-alpha.
|
|
56
|
+
## 0.1.0-alpha.244 (2026-02-23)
|
|
60
57
|
|
|
61
|
-
Full Changelog: [v0.1.0-alpha.
|
|
58
|
+
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)
|
|
62
59
|
|
|
63
60
|
### Features
|
|
64
61
|
|
|
65
|
-
* **api:**
|
|
62
|
+
* **api:** open api update ([b10c697](https://github.com/Snag-Solutions/node-sdk/commit/b10c6971ba98d38c925ea67d7fbac885f4ff362b))
|
|
66
63
|
|
|
67
|
-
## 0.1.0-alpha.
|
|
64
|
+
## 0.1.0-alpha.243 (2026-02-23)
|
|
68
65
|
|
|
69
|
-
Full Changelog: [v0.1.0-alpha.
|
|
66
|
+
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)
|
|
70
67
|
|
|
71
68
|
### Features
|
|
72
69
|
|
|
73
|
-
* **api:**
|
|
70
|
+
* **api:** open api update ([29ff355](https://github.com/Snag-Solutions/node-sdk/commit/29ff3551ad0d1decf1a7d3a8ed9e3c920f0733bb))
|
|
74
71
|
|
|
75
|
-
## 0.1.0-alpha.
|
|
72
|
+
## 0.1.0-alpha.242 (2026-02-23)
|
|
76
73
|
|
|
77
|
-
Full Changelog: [v0.1.0-alpha.
|
|
74
|
+
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)
|
|
78
75
|
|
|
79
76
|
### Features
|
|
80
77
|
|
|
81
|
-
* **api:**
|
|
78
|
+
* **api:** open api update ([f15fa7b](https://github.com/Snag-Solutions/node-sdk/commit/f15fa7bc429e91263f3fea21c4099d694be84132))
|
|
82
79
|
|
|
83
|
-
## 0.1.0-alpha.
|
|
80
|
+
## 0.1.0-alpha.241 (2026-02-20)
|
|
84
81
|
|
|
85
|
-
Full Changelog: [v0.1.0-alpha.
|
|
82
|
+
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)
|
|
86
83
|
|
|
87
84
|
### Features
|
|
88
85
|
|
|
89
|
-
* **api:** api update ([
|
|
90
|
-
* **api:** manual updates ([2fc7269](https://github.com/Snag-Solutions/node-sdk/commit/2fc7269c5b2e9b0bd92daef6674bcc69df5146da))
|
|
91
|
-
* **api:** manual updates ([0762ae6](https://github.com/Snag-Solutions/node-sdk/commit/0762ae6de81aec708b7f52f4ffabaa0402f8bb9e))
|
|
92
|
-
* **api:** manual updates ([#184](https://github.com/Snag-Solutions/node-sdk/issues/184)) ([17322ff](https://github.com/Snag-Solutions/node-sdk/commit/17322ff407b4be58a3480caa09ebf4003ceb4c82))
|
|
93
|
-
* **api:** manual updates ([#186](https://github.com/Snag-Solutions/node-sdk/issues/186)) ([15df7ea](https://github.com/Snag-Solutions/node-sdk/commit/15df7ea7963f1b3055a0b2cabd9ca05f6bbcd3a0))
|
|
94
|
-
* **api:** manual updates ([#187](https://github.com/Snag-Solutions/node-sdk/issues/187)) ([885252c](https://github.com/Snag-Solutions/node-sdk/commit/885252c933cbbc3c6252b7732c79ffc9988ecc40))
|
|
95
|
-
* **api:** manual updates ([#188](https://github.com/Snag-Solutions/node-sdk/issues/188)) ([f1876d2](https://github.com/Snag-Solutions/node-sdk/commit/f1876d20a25c454f66a6b2995dcadd50b69e18f3))
|
|
96
|
-
* **api:** manual updates ([#189](https://github.com/Snag-Solutions/node-sdk/issues/189)) ([136e91b](https://github.com/Snag-Solutions/node-sdk/commit/136e91be906bcc4db9ffe56d8a9829e12c0bdfdd))
|
|
97
|
-
* **api:** manual updates ([#191](https://github.com/Snag-Solutions/node-sdk/issues/191)) ([1e38dd4](https://github.com/Snag-Solutions/node-sdk/commit/1e38dd4bf56fed4acc2b7af1f962ee2e5e90281d))
|
|
98
|
-
* **api:** open api update ([3cedd3a](https://github.com/Snag-Solutions/node-sdk/commit/3cedd3aad63131914204154fd95d73e988dce3ea))
|
|
99
|
-
* **api:** open api update ([#190](https://github.com/Snag-Solutions/node-sdk/issues/190)) ([dfa1302](https://github.com/Snag-Solutions/node-sdk/commit/dfa13021f8f81105d5fdcb477b83f48b2c9cc0d0))
|
|
86
|
+
* **api:** open api update ([fa2f57c](https://github.com/Snag-Solutions/node-sdk/commit/fa2f57c170f01493a8a7bead50fc39a7effe4297))
|
|
100
87
|
|
|
101
88
|
|
|
102
89
|
### Chores
|
|
103
90
|
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
* update SDK settings ([#183](https://github.com/Snag-Solutions/node-sdk/issues/183)) ([7241769](https://github.com/Snag-Solutions/node-sdk/commit/7241769a40ae875b5ea525935ec8bbcd58677a0b))
|
|
91
|
+
* **internal:** remove mock server code ([a76e4bf](https://github.com/Snag-Solutions/node-sdk/commit/a76e4bf0efcd30230407f249b090bde214ce885a))
|
|
92
|
+
* update mock server docs ([2a7962d](https://github.com/Snag-Solutions/node-sdk/commit/2a7962d55efff86a12c665dc92f91b525226447b))
|
|
107
93
|
|
|
108
|
-
## 0.1.0-alpha.
|
|
94
|
+
## 0.1.0-alpha.240 (2026-02-20)
|
|
109
95
|
|
|
110
|
-
Full Changelog: [v0.1.0-alpha.
|
|
96
|
+
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)
|
|
111
97
|
|
|
112
98
|
### Features
|
|
113
99
|
|
|
114
|
-
* **api:** api update ([
|
|
115
|
-
* **api:** api update ([
|
|
116
|
-
* **api:** api update ([#119](https://github.com/Snag-Solutions/node-sdk/issues/119)) ([352c998](https://github.com/Snag-Solutions/node-sdk/commit/352c998a44006a4b441e30249995f824df992f54))
|
|
117
|
-
* **api:** api update ([#122](https://github.com/Snag-Solutions/node-sdk/issues/122)) ([40d7797](https://github.com/Snag-Solutions/node-sdk/commit/40d77976bad778ae3f9dda115c117df5c2b0fcf8))
|
|
118
|
-
* **api:** api update ([#123](https://github.com/Snag-Solutions/node-sdk/issues/123)) ([b165255](https://github.com/Snag-Solutions/node-sdk/commit/b1652556767548121e2b9a6866eb67e5a5092a2e))
|
|
119
|
-
* **api:** api update ([#125](https://github.com/Snag-Solutions/node-sdk/issues/125)) ([1ecfaba](https://github.com/Snag-Solutions/node-sdk/commit/1ecfaba5c59f9427703478d9634d40421fa4778a))
|
|
120
|
-
* **api:** api update ([#126](https://github.com/Snag-Solutions/node-sdk/issues/126)) ([2d91502](https://github.com/Snag-Solutions/node-sdk/commit/2d915022abc2316684b2b4b808c703b6946ec4c1))
|
|
121
|
-
* **api:** api update ([#130](https://github.com/Snag-Solutions/node-sdk/issues/130)) ([b83eef2](https://github.com/Snag-Solutions/node-sdk/commit/b83eef21a458c3e244f09abe6f9e37b3f8046f88))
|
|
122
|
-
* **api:** api update ([#131](https://github.com/Snag-Solutions/node-sdk/issues/131)) ([27924b3](https://github.com/Snag-Solutions/node-sdk/commit/27924b3a164f93ff03ea10e4d01fd1482bd96878))
|
|
123
|
-
* **api:** api update ([#134](https://github.com/Snag-Solutions/node-sdk/issues/134)) ([95cb142](https://github.com/Snag-Solutions/node-sdk/commit/95cb142031f21744873bc16c5c96203c7a45d688))
|
|
124
|
-
* **api:** manual updates ([#136](https://github.com/Snag-Solutions/node-sdk/issues/136)) ([e216c85](https://github.com/Snag-Solutions/node-sdk/commit/e216c85b407adaa055baf44bc144bad49eacae92))
|
|
125
|
-
* **api:** open api update ([#112](https://github.com/Snag-Solutions/node-sdk/issues/112)) ([b54d088](https://github.com/Snag-Solutions/node-sdk/commit/b54d08880fd075ae7c1c3e4b46998159a1353d74))
|
|
126
|
-
* **api:** open api update ([#114](https://github.com/Snag-Solutions/node-sdk/issues/114)) ([1e5919a](https://github.com/Snag-Solutions/node-sdk/commit/1e5919af64bdcfa8693b923bf5d0c508e46f0511))
|
|
127
|
-
* **api:** open api update ([#115](https://github.com/Snag-Solutions/node-sdk/issues/115)) ([15058b1](https://github.com/Snag-Solutions/node-sdk/commit/15058b1dba2109a3389977ac6b300b9d24ec566f))
|
|
128
|
-
* **api:** open api update ([#117](https://github.com/Snag-Solutions/node-sdk/issues/117)) ([39d1db6](https://github.com/Snag-Solutions/node-sdk/commit/39d1db673d4e7e2233fe573e6fdadeb57efa807d))
|
|
129
|
-
* **api:** open api update ([#118](https://github.com/Snag-Solutions/node-sdk/issues/118)) ([45d4b4b](https://github.com/Snag-Solutions/node-sdk/commit/45d4b4b7d9f995929fd948e94ed5075429a98f14))
|
|
130
|
-
* **api:** open api update ([#120](https://github.com/Snag-Solutions/node-sdk/issues/120)) ([be69e9f](https://github.com/Snag-Solutions/node-sdk/commit/be69e9f39785eebf584ed20df63d3c5920d12646))
|
|
131
|
-
* **api:** open api update ([#121](https://github.com/Snag-Solutions/node-sdk/issues/121)) ([2a4d94b](https://github.com/Snag-Solutions/node-sdk/commit/2a4d94bb0ca881f72668e470b9c45e5ae7e61d8c))
|
|
132
|
-
* **api:** open api update ([#124](https://github.com/Snag-Solutions/node-sdk/issues/124)) ([e733b06](https://github.com/Snag-Solutions/node-sdk/commit/e733b06b96d397655843d7bbf020a28d0527daea))
|
|
133
|
-
* **api:** open api update ([#128](https://github.com/Snag-Solutions/node-sdk/issues/128)) ([f77dcfb](https://github.com/Snag-Solutions/node-sdk/commit/f77dcfb820b65dd4095e88a5c7e4476ee9ee22b2))
|
|
134
|
-
* **api:** open api update ([#129](https://github.com/Snag-Solutions/node-sdk/issues/129)) ([8940ee9](https://github.com/Snag-Solutions/node-sdk/commit/8940ee9041a17c096b0306cea509e1b5dcef6c7a))
|
|
135
|
-
* **api:** open api update ([#133](https://github.com/Snag-Solutions/node-sdk/issues/133)) ([bc17b3f](https://github.com/Snag-Solutions/node-sdk/commit/bc17b3fa6ceaf2924b03e7e9b1f1f2462d471327))
|
|
136
|
-
* **api:** open api update ([#135](https://github.com/Snag-Solutions/node-sdk/issues/135)) ([41a93d9](https://github.com/Snag-Solutions/node-sdk/commit/41a93d941dba7d40502c1ef28daa387965e0896c))
|
|
100
|
+
* **api:** open api update ([c253ad3](https://github.com/Snag-Solutions/node-sdk/commit/c253ad38558d86560cda99c171f3e8e5046abc97))
|
|
101
|
+
* **api:** open api update ([b5a98e4](https://github.com/Snag-Solutions/node-sdk/commit/b5a98e4f9ace731cf380568679a81ef782a04699))
|
|
137
102
|
|
|
103
|
+
## 0.1.0-alpha.239 (2026-02-18)
|
|
138
104
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
* **internal:** fix devcontainers setup ([#127](https://github.com/Snag-Solutions/node-sdk/issues/127)) ([05365bd](https://github.com/Snag-Solutions/node-sdk/commit/05365bd6d319a82b01396c9dd6a5098ccb60432d))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Documentation
|
|
145
|
-
|
|
146
|
-
* update URLs from stainlessapi.com to stainless.com ([#132](https://github.com/Snag-Solutions/node-sdk/issues/132)) ([4f8844e](https://github.com/Snag-Solutions/node-sdk/commit/4f8844ea2ec5b0bc5dfe129a6ce6e5d50909c026))
|
|
147
|
-
|
|
148
|
-
## 0.1.0-alpha.13 (2025-01-19)
|
|
149
|
-
|
|
150
|
-
Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
|
|
105
|
+
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)
|
|
151
106
|
|
|
152
107
|
### Features
|
|
153
108
|
|
|
154
|
-
* **api:** open api update ([
|
|
109
|
+
* **api:** open api update ([9af911b](https://github.com/Snag-Solutions/node-sdk/commit/9af911b88b5cf3fe8cee1bfaa139111ba5f19e4a))
|
|
155
110
|
|
|
156
|
-
## 0.1.0-alpha.
|
|
111
|
+
## 0.1.0-alpha.238 (2026-02-18)
|
|
157
112
|
|
|
158
|
-
Full Changelog: [v0.1.0-alpha.
|
|
113
|
+
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)
|
|
159
114
|
|
|
160
115
|
### Features
|
|
161
116
|
|
|
162
|
-
* **api:** open api update ([
|
|
163
|
-
|
|
164
|
-
## 0.1.0-alpha.11 (2025-01-19)
|
|
165
|
-
|
|
166
|
-
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
|
|
167
|
-
|
|
168
|
-
### Chores
|
|
169
|
-
|
|
170
|
-
* update SDK settings ([#69](https://github.com/Snag-Solutions/node-sdk/issues/69)) ([5558d09](https://github.com/Snag-Solutions/node-sdk/commit/5558d09c342935eb2dafa1821349b4c2088768c9))
|
|
171
|
-
* update SDK settings ([#71](https://github.com/Snag-Solutions/node-sdk/issues/71)) ([f13dc92](https://github.com/Snag-Solutions/node-sdk/commit/f13dc9266757e82b1398cc4ebd0a4c01b0b8269d))
|
|
117
|
+
* **api:** open api update ([d80318a](https://github.com/Snag-Solutions/node-sdk/commit/d80318ac38532f0eb01fec1505fb2ebe49d65e70))
|
|
172
118
|
|
|
173
|
-
## 0.1.0-alpha.
|
|
119
|
+
## 0.1.0-alpha.237 (2026-02-16)
|
|
174
120
|
|
|
175
|
-
Full Changelog: [v0.1.0-alpha.
|
|
121
|
+
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)
|
|
176
122
|
|
|
177
123
|
### Features
|
|
178
124
|
|
|
179
|
-
* **api:**
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
### Chores
|
|
125
|
+
* **api:** open api update ([7a57cdc](https://github.com/Snag-Solutions/node-sdk/commit/7a57cdc4fe541feb5d2c4f1ffcc027060ab99a62))
|
|
126
|
+
* **api:** open api update ([dd34e5b](https://github.com/Snag-Solutions/node-sdk/commit/dd34e5b4378300b3e50480b20085bfdb666a2d0f))
|
|
183
127
|
|
|
184
|
-
|
|
128
|
+
## 0.1.0-alpha.236 (2026-02-11)
|
|
185
129
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
|
130
|
+
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)
|
|
189
131
|
|
|
190
132
|
### Features
|
|
191
133
|
|
|
192
|
-
* **api:** api update ([
|
|
193
|
-
* **api:** api update ([#43](https://github.com/Snag-Solutions/node-sdk/issues/43)) ([d772569](https://github.com/Snag-Solutions/node-sdk/commit/d77256957b5441ca8878ff871bf331c5a301daf1))
|
|
194
|
-
* **api:** api update ([#44](https://github.com/Snag-Solutions/node-sdk/issues/44)) ([5f8c1af](https://github.com/Snag-Solutions/node-sdk/commit/5f8c1af21d44360eacede294efedba2749a6f628))
|
|
195
|
-
* **api:** api update ([#51](https://github.com/Snag-Solutions/node-sdk/issues/51)) ([c87475e](https://github.com/Snag-Solutions/node-sdk/commit/c87475e7497c1da9281cfb2eeb151c79e0d50cbe))
|
|
196
|
-
* **api:** api update ([#57](https://github.com/Snag-Solutions/node-sdk/issues/57)) ([4e9eba0](https://github.com/Snag-Solutions/node-sdk/commit/4e9eba027a7eabfb59ddc76890248ce3ded772e6))
|
|
197
|
-
* **api:** api update ([#58](https://github.com/Snag-Solutions/node-sdk/issues/58)) ([1cf1d9a](https://github.com/Snag-Solutions/node-sdk/commit/1cf1d9ac7f86c59c57538640e4738ba83fcf2bfd))
|
|
198
|
-
* **api:** open api update ([#50](https://github.com/Snag-Solutions/node-sdk/issues/50)) ([048be25](https://github.com/Snag-Solutions/node-sdk/commit/048be2501cf994253d36866b246670d01f7ef498))
|
|
199
|
-
* **api:** open api update ([#52](https://github.com/Snag-Solutions/node-sdk/issues/52)) ([6502084](https://github.com/Snag-Solutions/node-sdk/commit/6502084a0297431c2014c7c0d1eefafbe78d890b))
|
|
200
|
-
* **api:** open api update ([#54](https://github.com/Snag-Solutions/node-sdk/issues/54)) ([e6a4548](https://github.com/Snag-Solutions/node-sdk/commit/e6a4548754a6b4a6da6517bdf8151197f77e3c19))
|
|
201
|
-
* **api:** open api update ([#55](https://github.com/Snag-Solutions/node-sdk/issues/55)) ([3483621](https://github.com/Snag-Solutions/node-sdk/commit/3483621ad5e35def2e10c24efcc342307b9798f9))
|
|
202
|
-
* **api:** open api update ([#56](https://github.com/Snag-Solutions/node-sdk/issues/56)) ([0015403](https://github.com/Snag-Solutions/node-sdk/commit/001540368909a3e6de6ce184f6429b6301c09c1b))
|
|
203
|
-
* **api:** open api update ([#60](https://github.com/Snag-Solutions/node-sdk/issues/60)) ([d37c04c](https://github.com/Snag-Solutions/node-sdk/commit/d37c04ce76de779286620f25d04d3e0fa210c2bb))
|
|
204
|
-
* **api:** open api update ([#61](https://github.com/Snag-Solutions/node-sdk/issues/61)) ([7be2c09](https://github.com/Snag-Solutions/node-sdk/commit/7be2c09e28bf47e47092e4c850fe660487fac97a))
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Chores
|
|
134
|
+
* **api:** open api update ([d68aa6b](https://github.com/Snag-Solutions/node-sdk/commit/d68aa6b4d9cdc2f4a32d514c09b99ddd03074063))
|
|
208
135
|
|
|
209
|
-
|
|
210
|
-
* **internal:** codegen related update ([#48](https://github.com/Snag-Solutions/node-sdk/issues/48)) ([7be5577](https://github.com/Snag-Solutions/node-sdk/commit/7be5577a10139def97777fe3fc9183b16d2150a0))
|
|
211
|
-
* **internal:** codegen related update ([#59](https://github.com/Snag-Solutions/node-sdk/issues/59)) ([78785ea](https://github.com/Snag-Solutions/node-sdk/commit/78785ea055d6d49313a79cd204174e1d039ddf7d))
|
|
212
|
-
* **internal:** codegen related update ([#62](https://github.com/Snag-Solutions/node-sdk/issues/62)) ([78e6c12](https://github.com/Snag-Solutions/node-sdk/commit/78e6c12c11eeda88894bd87a79e8332a54d18ab8))
|
|
213
|
-
* **internal:** fix some typos ([#45](https://github.com/Snag-Solutions/node-sdk/issues/45)) ([0f0d61a](https://github.com/Snag-Solutions/node-sdk/commit/0f0d61af3d255360727f9681ea48f5eaa1a47193))
|
|
214
|
-
* **internal:** fix some typos ([#47](https://github.com/Snag-Solutions/node-sdk/issues/47)) ([47dc89e](https://github.com/Snag-Solutions/node-sdk/commit/47dc89e909ac05b5ce0e6eb8016b9b1049072889))
|
|
215
|
-
* **internal:** fix some typos ([#49](https://github.com/Snag-Solutions/node-sdk/issues/49)) ([1e0446a](https://github.com/Snag-Solutions/node-sdk/commit/1e0446a04c2ed791e7bfb00943e4ac80d6cd6923))
|
|
216
|
-
* **internal:** update isAbsoluteURL ([#41](https://github.com/Snag-Solutions/node-sdk/issues/41)) ([df5ec7b](https://github.com/Snag-Solutions/node-sdk/commit/df5ec7bf4980e406e1392f99ba18c1fb7fcc00f5))
|
|
136
|
+
## 0.1.0-alpha.235 (2026-02-11)
|
|
217
137
|
|
|
138
|
+
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)
|
|
218
139
|
|
|
219
|
-
###
|
|
140
|
+
### Features
|
|
220
141
|
|
|
221
|
-
*
|
|
142
|
+
* **api:** open api update ([ad2c3a9](https://github.com/Snag-Solutions/node-sdk/commit/ad2c3a97741a6af014be9ff17677903124147e98))
|
|
222
143
|
|
|
223
|
-
## 0.1.0-alpha.
|
|
144
|
+
## 0.1.0-alpha.234 (2026-02-11)
|
|
224
145
|
|
|
225
|
-
Full Changelog: [v0.1.0-alpha.
|
|
146
|
+
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)
|
|
226
147
|
|
|
227
148
|
### Features
|
|
228
149
|
|
|
229
|
-
* **api:** api update ([
|
|
150
|
+
* **api:** open api update ([e17d4be](https://github.com/Snag-Solutions/node-sdk/commit/e17d4be4e166ef055f5507f0a0fe916b5e3e67f6))
|
|
230
151
|
|
|
231
|
-
## 0.1.0-alpha.
|
|
152
|
+
## 0.1.0-alpha.233 (2026-02-11)
|
|
232
153
|
|
|
233
|
-
Full Changelog: [v0.1.0-alpha.
|
|
154
|
+
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)
|
|
234
155
|
|
|
235
156
|
### Features
|
|
236
157
|
|
|
237
|
-
* **api:** api update ([
|
|
238
|
-
* **api:** manual updates ([#24](https://github.com/Snag-Solutions/node-sdk/issues/24)) ([633af8d](https://github.com/Snag-Solutions/node-sdk/commit/633af8d21132d89b01159066c4eecffbf323b697))
|
|
158
|
+
* **api:** open api update ([cbc5c2d](https://github.com/Snag-Solutions/node-sdk/commit/cbc5c2db49637c64d27e8801d6f8c5de86636ad9))
|
|
239
159
|
|
|
240
|
-
## 0.1.0-alpha.
|
|
160
|
+
## 0.1.0-alpha.232 (2026-02-11)
|
|
241
161
|
|
|
242
|
-
Full Changelog: [v0.1.0-alpha.
|
|
162
|
+
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)
|
|
243
163
|
|
|
244
164
|
### Features
|
|
245
165
|
|
|
246
|
-
* **api:** api update ([
|
|
247
|
-
* **api:** manual updates ([#17](https://github.com/Snag-Solutions/node-sdk/issues/17)) ([cf16f38](https://github.com/Snag-Solutions/node-sdk/commit/cf16f38e8ef707c5a7770b54c0d7d0d051882077))
|
|
166
|
+
* **api:** open api update ([ca1ac81](https://github.com/Snag-Solutions/node-sdk/commit/ca1ac81508f393436dc1daca7d5e10cbbb878a21))
|
|
248
167
|
|
|
249
|
-
## 0.1.0-alpha.
|
|
168
|
+
## 0.1.0-alpha.231 (2026-02-11)
|
|
250
169
|
|
|
251
|
-
Full Changelog: [v0.1.0-alpha.
|
|
170
|
+
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)
|
|
252
171
|
|
|
253
|
-
###
|
|
172
|
+
### Chores
|
|
254
173
|
|
|
255
|
-
*
|
|
256
|
-
* **api:** api update ([#15](https://github.com/Snag-Solutions/node-sdk/issues/15)) ([ec14b9d](https://github.com/Snag-Solutions/node-sdk/commit/ec14b9d0964f8beceda60a09fd2c9c2cfffd17da))
|
|
257
|
-
* **api:** api update ([#16](https://github.com/Snag-Solutions/node-sdk/issues/16)) ([3123dc6](https://github.com/Snag-Solutions/node-sdk/commit/3123dc6e29d239580f6d3a800801f9ad50dbabc5))
|
|
174
|
+
* remove custom code ([827479d](https://github.com/Snag-Solutions/node-sdk/commit/827479dd478fb4eb18af479930ada2451531cbd3))
|
|
258
175
|
|
|
259
|
-
## 0.1.0-alpha.
|
|
176
|
+
## 0.1.0-alpha.230 (2026-02-10)
|
|
260
177
|
|
|
261
|
-
Full Changelog: [v0.1.0-alpha.
|
|
178
|
+
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)
|
|
262
179
|
|
|
263
180
|
### Features
|
|
264
181
|
|
|
265
|
-
* **api:**
|
|
182
|
+
* **api:** open api update ([809b17b](https://github.com/Snag-Solutions/node-sdk/commit/809b17b7d61858a813dc805d0ce291d06770f0e4))
|
|
266
183
|
|
|
267
|
-
## 0.1.0-alpha.
|
|
184
|
+
## 0.1.0-alpha.229 (2026-02-09)
|
|
268
185
|
|
|
269
|
-
Full Changelog: [v0.1.0-alpha.
|
|
186
|
+
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)
|
|
270
187
|
|
|
271
188
|
### Chores
|
|
272
189
|
|
|
273
|
-
* update SDK settings ([
|
|
274
|
-
|
|
275
|
-
## 0.1.0-alpha.2 (2024-11-22)
|
|
276
|
-
|
|
277
|
-
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
|
|
278
|
-
|
|
279
|
-
### Features
|
|
280
|
-
|
|
281
|
-
* **api:** api update ([#4](https://github.com/Snag-Solutions/node-sdk/issues/4)) ([496a04f](https://github.com/Snag-Solutions/node-sdk/commit/496a04fa714d9a9f474504b8b95e217c40c60b50))
|
|
190
|
+
* update SDK settings ([93c1400](https://github.com/Snag-Solutions/node-sdk/commit/93c1400a6f17d633f02fc6064107f5f7d1e193ec))
|
|
282
191
|
|
|
283
|
-
## 0.1.0-alpha.
|
|
192
|
+
## 0.1.0-alpha.228 (2026-02-09)
|
|
284
193
|
|
|
285
|
-
Full Changelog: [v0.0
|
|
194
|
+
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)
|
|
286
195
|
|
|
287
196
|
### Features
|
|
288
197
|
|
|
289
|
-
* **api:**
|
|
198
|
+
* **api:** manual updates ([96c1460](https://github.com/Snag-Solutions/node-sdk/commit/96c14601067bd1e9ca0bb6fd7141e1f3671324d3))
|
|
290
199
|
|
|
291
200
|
|
|
292
201
|
### Chores
|
|
293
202
|
|
|
294
|
-
*
|
|
295
|
-
* update SDK settings ([cb45f83](https://github.com/Snag-Solutions/node-sdk/commit/cb45f83f653ab83ecf062e3bead73f7335bfd0ac))
|
|
203
|
+
* 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
|
},
|
package/core.d.ts
CHANGED
|
@@ -70,15 +70,17 @@ export declare class APIPromise<T> extends Promise<T> {
|
|
|
70
70
|
finally(onfinally?: (() => void) | undefined | null): Promise<T>;
|
|
71
71
|
}
|
|
72
72
|
export declare abstract class APIClient {
|
|
73
|
+
#private;
|
|
73
74
|
baseURL: string;
|
|
74
75
|
maxRetries: number;
|
|
75
76
|
timeout: number;
|
|
76
77
|
httpAgent: Agent | undefined;
|
|
77
78
|
private fetch;
|
|
78
79
|
protected idempotencyHeader?: string;
|
|
79
|
-
constructor({ baseURL, maxRetries, timeout, // 1 minute
|
|
80
|
+
constructor({ baseURL, baseURLOverridden, maxRetries, timeout, // 1 minute
|
|
80
81
|
httpAgent, fetch: overriddenFetch, }: {
|
|
81
82
|
baseURL: string;
|
|
83
|
+
baseURLOverridden: boolean;
|
|
82
84
|
maxRetries?: number | undefined;
|
|
83
85
|
timeout: number | undefined;
|
|
84
86
|
httpAgent: Agent | undefined;
|
|
@@ -108,13 +110,13 @@ export declare abstract class APIClient {
|
|
|
108
110
|
private methodRequest;
|
|
109
111
|
getAPIList<Item, PageClass extends AbstractPage<Item> = AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions<any>): PagePromise<PageClass, Item>;
|
|
110
112
|
private calculateContentLength;
|
|
111
|
-
buildRequest<Req>(
|
|
113
|
+
buildRequest<Req>(inputOptions: FinalRequestOptions<Req>, { retryCount }?: {
|
|
112
114
|
retryCount?: number;
|
|
113
|
-
}): {
|
|
115
|
+
}): Promise<{
|
|
114
116
|
req: RequestInit;
|
|
115
117
|
url: string;
|
|
116
118
|
timeout: number;
|
|
117
|
-
}
|
|
119
|
+
}>;
|
|
118
120
|
private buildHeaders;
|
|
119
121
|
/**
|
|
120
122
|
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
@@ -135,8 +137,8 @@ export declare abstract class APIClient {
|
|
|
135
137
|
request<Req, Rsp>(options: PromiseOrValue<FinalRequestOptions<Req>>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
136
138
|
private makeRequest;
|
|
137
139
|
requestAPIList<Item = unknown, PageClass extends AbstractPage<Item> = AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof AbstractPage>) => PageClass, options: FinalRequestOptions): PagePromise<PageClass, Item>;
|
|
138
|
-
buildURL<Req>(path: string, query: Req | null | undefined): string;
|
|
139
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
140
|
+
buildURL<Req>(path: string, query: Req | null | undefined, defaultBaseURL?: string | undefined): string;
|
|
141
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
140
142
|
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
141
143
|
private shouldRetry;
|
|
142
144
|
private retryRequest;
|
|
@@ -201,6 +203,7 @@ export type RequestOptions<Req = unknown | Record<string, unknown> | Readable |
|
|
|
201
203
|
query?: Req | undefined;
|
|
202
204
|
body?: Req | null | undefined;
|
|
203
205
|
headers?: Headers | undefined;
|
|
206
|
+
defaultBaseURL?: string | undefined;
|
|
204
207
|
maxRetries?: number;
|
|
205
208
|
stream?: boolean | undefined;
|
|
206
209
|
timeout?: number;
|
package/core.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["src/core.ts"],"names":[],"mappings":";;AACA,OAAO,EAEL,QAAQ,EAIT,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["src/core.ts"],"names":[],"mappings":"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"}
|