modern-treasury 3.3.0 → 4.4.2
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 +193 -0
- package/LICENSE +1 -1
- package/README.md +14 -5
- package/client.d.mts +16 -6
- package/client.d.mts.map +1 -1
- package/client.d.ts +16 -6
- package/client.d.ts.map +1 -1
- package/client.js +27 -3
- package/client.js.map +1 -1
- package/client.mjs +27 -3
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/account-details.d.mts +4 -4
- package/resources/account-details.d.mts.map +1 -1
- package/resources/account-details.d.ts +4 -4
- package/resources/account-details.d.ts.map +1 -1
- package/resources/bulk-requests.d.mts +57 -4
- package/resources/bulk-requests.d.mts.map +1 -1
- package/resources/bulk-requests.d.ts +57 -4
- package/resources/bulk-requests.d.ts.map +1 -1
- package/resources/connection-legal-entities.d.mts +88 -21
- package/resources/connection-legal-entities.d.mts.map +1 -1
- package/resources/connection-legal-entities.d.ts +88 -21
- package/resources/connection-legal-entities.d.ts.map +1 -1
- package/resources/counterparties.d.mts +91 -20
- package/resources/counterparties.d.mts.map +1 -1
- package/resources/counterparties.d.ts +91 -20
- package/resources/counterparties.d.ts.map +1 -1
- package/resources/documents.d.mts +8 -8
- package/resources/documents.d.mts.map +1 -1
- package/resources/documents.d.ts +8 -8
- package/resources/documents.d.ts.map +1 -1
- package/resources/expected-payments.d.mts +60 -0
- package/resources/expected-payments.d.mts.map +1 -1
- package/resources/expected-payments.d.ts +60 -0
- package/resources/expected-payments.d.ts.map +1 -1
- package/resources/external-accounts.d.mts +1 -1
- package/resources/external-accounts.d.mts.map +1 -1
- package/resources/external-accounts.d.ts +1 -1
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/holds.d.mts +261 -0
- package/resources/holds.d.mts.map +1 -0
- package/resources/holds.d.ts +261 -0
- package/resources/holds.d.ts.map +1 -0
- package/resources/holds.js +35 -0
- package/resources/holds.js.map +1 -0
- package/resources/holds.mjs +31 -0
- package/resources/holds.mjs.map +1 -0
- package/resources/incoming-payment-details.d.mts +17 -4
- package/resources/incoming-payment-details.d.mts.map +1 -1
- package/resources/incoming-payment-details.d.ts +17 -4
- package/resources/incoming-payment-details.d.ts.map +1 -1
- package/resources/index.d.mts +4 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +4 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +7 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -1
- package/resources/internal-accounts/internal-accounts.d.mts +35 -0
- package/resources/internal-accounts/internal-accounts.d.mts.map +1 -1
- package/resources/internal-accounts/internal-accounts.d.ts +35 -0
- package/resources/internal-accounts/internal-accounts.d.ts.map +1 -1
- package/resources/internal-accounts/internal-accounts.js +12 -0
- package/resources/internal-accounts/internal-accounts.js.map +1 -1
- package/resources/internal-accounts/internal-accounts.mjs +12 -0
- package/resources/internal-accounts/internal-accounts.mjs.map +1 -1
- package/resources/invoices/invoices.d.mts +1 -21
- package/resources/invoices/invoices.d.mts.map +1 -1
- package/resources/invoices/invoices.d.ts +1 -21
- package/resources/invoices/invoices.d.ts.map +1 -1
- package/resources/invoices/invoices.js.map +1 -1
- package/resources/invoices/invoices.mjs.map +1 -1
- package/resources/journal-entries.d.mts +31 -0
- package/resources/journal-entries.d.mts.map +1 -0
- package/resources/journal-entries.d.ts +31 -0
- package/resources/journal-entries.d.ts.map +1 -0
- package/resources/journal-entries.js +30 -0
- package/resources/journal-entries.js.map +1 -0
- package/resources/journal-entries.mjs +26 -0
- package/resources/journal-entries.mjs.map +1 -0
- package/resources/journal-reports.d.mts +25 -0
- package/resources/journal-reports.d.mts.map +1 -0
- package/resources/journal-reports.d.ts +25 -0
- package/resources/journal-reports.d.ts.map +1 -0
- package/resources/journal-reports.js +39 -0
- package/resources/journal-reports.js.map +1 -0
- package/resources/journal-reports.mjs +35 -0
- package/resources/journal-reports.mjs.map +1 -0
- package/resources/ledger-account-categories.d.mts +9 -5
- package/resources/ledger-account-categories.d.mts.map +1 -1
- package/resources/ledger-account-categories.d.ts +9 -5
- package/resources/ledger-account-categories.d.ts.map +1 -1
- package/resources/ledger-accounts.d.mts +8 -0
- package/resources/ledger-accounts.d.mts.map +1 -1
- package/resources/ledger-accounts.d.ts +8 -0
- package/resources/ledger-accounts.d.ts.map +1 -1
- package/resources/ledger-entries.d.mts +6 -1
- package/resources/ledger-entries.d.mts.map +1 -1
- package/resources/ledger-entries.d.ts +6 -1
- package/resources/ledger-entries.d.ts.map +1 -1
- package/resources/ledger-transactions/ledger-transactions.d.mts +5 -0
- package/resources/ledger-transactions/ledger-transactions.d.mts.map +1 -1
- package/resources/ledger-transactions/ledger-transactions.d.ts +5 -0
- package/resources/ledger-transactions/ledger-transactions.d.ts.map +1 -1
- package/resources/ledger-transactions/ledger-transactions.js.map +1 -1
- package/resources/ledger-transactions/ledger-transactions.mjs.map +1 -1
- package/resources/ledger-transactions/versions.d.mts +5 -0
- package/resources/ledger-transactions/versions.d.mts.map +1 -1
- package/resources/ledger-transactions/versions.d.ts +5 -0
- package/resources/ledger-transactions/versions.d.ts.map +1 -1
- package/resources/legal-entities.d.mts +264 -29
- package/resources/legal-entities.d.mts.map +1 -1
- package/resources/legal-entities.d.ts +264 -29
- package/resources/legal-entities.d.ts.map +1 -1
- package/resources/legal-entities.js.map +1 -1
- package/resources/legal-entities.mjs.map +1 -1
- package/resources/legal-entity-associations.d.mts +314 -230
- package/resources/legal-entity-associations.d.mts.map +1 -1
- package/resources/legal-entity-associations.d.ts +314 -230
- package/resources/legal-entity-associations.d.ts.map +1 -1
- package/resources/legal-entity-associations.js.map +1 -1
- package/resources/legal-entity-associations.mjs.map +1 -1
- package/resources/payment-orders/payment-orders.d.mts +31 -14
- package/resources/payment-orders/payment-orders.d.mts.map +1 -1
- package/resources/payment-orders/payment-orders.d.ts +31 -14
- package/resources/payment-orders/payment-orders.d.ts.map +1 -1
- package/resources/payment-orders/payment-orders.js.map +1 -1
- package/resources/payment-orders/payment-orders.mjs.map +1 -1
- package/resources/payment-orders/reversals.d.mts +4 -0
- package/resources/payment-orders/reversals.d.mts.map +1 -1
- package/resources/payment-orders/reversals.d.ts +4 -0
- package/resources/payment-orders/reversals.d.ts.map +1 -1
- package/resources/payment-references.d.mts +1 -1
- package/resources/payment-references.d.mts.map +1 -1
- package/resources/payment-references.d.ts +1 -1
- package/resources/payment-references.d.ts.map +1 -1
- package/resources/returns.d.mts +3 -3
- package/resources/returns.d.mts.map +1 -1
- package/resources/returns.d.ts +3 -3
- package/resources/returns.d.ts.map +1 -1
- package/resources/routing-details.d.mts +2 -2
- package/resources/routing-details.d.ts +2 -2
- package/resources/shared.d.mts +112 -30
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +112 -30
- package/resources/shared.d.ts.map +1 -1
- package/resources/transactions/transactions.d.mts +1 -1
- package/resources/transactions/transactions.d.mts.map +1 -1
- package/resources/transactions/transactions.d.ts +1 -1
- package/resources/transactions/transactions.d.ts.map +1 -1
- package/resources/transactions/transactions.js.map +1 -1
- package/resources/transactions/transactions.mjs.map +1 -1
- package/resources/virtual-accounts.d.mts +1 -1
- package/resources/virtual-accounts.d.mts.map +1 -1
- package/resources/virtual-accounts.d.ts +1 -1
- package/resources/virtual-accounts.d.ts.map +1 -1
- package/src/client.ts +65 -8
- package/src/internal/parse.ts +6 -0
- package/src/resources/account-details.ts +4 -2
- package/src/resources/bulk-requests.ts +68 -2
- package/src/resources/connection-legal-entities.ts +107 -21
- package/src/resources/counterparties.ts +111 -19
- package/src/resources/documents.ts +19 -15
- package/src/resources/expected-payments.ts +72 -0
- package/src/resources/external-accounts.ts +1 -0
- package/src/resources/holds.ts +336 -0
- package/src/resources/incoming-payment-details.ts +35 -3
- package/src/resources/index.ts +14 -0
- package/src/resources/internal-accounts/internal-accounts.ts +44 -0
- package/src/resources/invoices/invoices.ts +1 -25
- package/src/resources/journal-entries.ts +51 -0
- package/src/resources/journal-reports.ts +54 -0
- package/src/resources/ledger-account-categories.ts +11 -5
- package/src/resources/ledger-accounts.ts +10 -0
- package/src/resources/ledger-entries.ts +7 -1
- package/src/resources/ledger-transactions/ledger-transactions.ts +6 -0
- package/src/resources/ledger-transactions/versions.ts +6 -0
- package/src/resources/legal-entities.ts +332 -27
- package/src/resources/legal-entity-associations.ts +502 -390
- package/src/resources/payment-orders/payment-orders.ts +48 -19
- package/src/resources/payment-orders/reversals.ts +5 -0
- package/src/resources/payment-references.ts +8 -3
- package/src/resources/returns.ts +11 -5
- package/src/resources/routing-details.ts +2 -2
- package/src/resources/shared.ts +138 -36
- package/src/resources/transactions/transactions.ts +2 -1
- package/src/resources/virtual-accounts.ts +1 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,198 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.4.2 (2026-02-25)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.4.1...v4.4.2](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.4.1...v4.4.2)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([773c7b5](https://github.com/Modern-Treasury/modern-treasury-node/commit/773c7b5f7dfe6bf7a446fa7be976def5abb63ce1))
|
|
10
|
+
|
|
11
|
+
## 4.4.1 (2026-02-24)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v4.4.0...v4.4.1](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.4.0...v4.4.1)
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
|
|
17
|
+
* **api:** publish to npm using oidc ([070d34f](https://github.com/Modern-Treasury/modern-treasury-node/commit/070d34f05817b74cda5585fd05615d9f36483bc0))
|
|
18
|
+
* **internal:** make MCP code execution location configurable via a flag ([0b0c852](https://github.com/Modern-Treasury/modern-treasury-node/commit/0b0c852c500c574f68b681057d7e34b1b5113269))
|
|
19
|
+
|
|
20
|
+
## 4.4.0 (2026-02-24)
|
|
21
|
+
|
|
22
|
+
Full Changelog: [v4.3.0...v4.4.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.3.0...v4.4.0)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **api:** api update ([df8aa4d](https://github.com/Modern-Treasury/modern-treasury-node/commit/df8aa4dce4f31927217a03b3ac97f31445337c4e))
|
|
27
|
+
|
|
28
|
+
## 4.3.0 (2026-02-24)
|
|
29
|
+
|
|
30
|
+
Full Changelog: [v4.2.0...v4.3.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.2.0...v4.3.0)
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* **api:** api update ([97fbdb1](https://github.com/Modern-Treasury/modern-treasury-node/commit/97fbdb146650d99e7039adc9b3033f3f85ace514))
|
|
35
|
+
* **api:** api update ([9f81f33](https://github.com/Modern-Treasury/modern-treasury-node/commit/9f81f33af83ab740ef01ef8424094cd3383f03d5))
|
|
36
|
+
* **api:** api update ([fbd0999](https://github.com/Modern-Treasury/modern-treasury-node/commit/fbd099916d495afa30f9f020e7c2549f47363dff))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* **docs/contributing:** correct pnpm link command ([5e89f13](https://github.com/Modern-Treasury/modern-treasury-node/commit/5e89f135fdf35797d546c6b9562f880b9c64adae))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Chores
|
|
45
|
+
|
|
46
|
+
* **internal:** upgrade @modelcontextprotocol/sdk and hono ([3ea5f40](https://github.com/Modern-Treasury/modern-treasury-node/commit/3ea5f40969f70eb61bcd4a651c11e586c6e1780d))
|
|
47
|
+
|
|
48
|
+
## 4.2.0 (2026-02-19)
|
|
49
|
+
|
|
50
|
+
Full Changelog: [v4.1.0...v4.2.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.1.0...v4.2.0)
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* **api:** api update ([70db72d](https://github.com/Modern-Treasury/modern-treasury-node/commit/70db72db0679ebac662855423244a0b87181b797))
|
|
55
|
+
* **api:** api update ([ddf74ce](https://github.com/Modern-Treasury/modern-treasury-node/commit/ddf74cea458499669ca2863fa82ad658ba64f3a3))
|
|
56
|
+
* **api:** api update ([20a1a28](https://github.com/Modern-Treasury/modern-treasury-node/commit/20a1a28a3ae9104ddecd7e8568a05bc450ed6572))
|
|
57
|
+
* **api:** api update ([1b4eae2](https://github.com/Modern-Treasury/modern-treasury-node/commit/1b4eae2aeb58bbf8f34106235a5f5bee445ed214))
|
|
58
|
+
* **api:** api update ([a7f726f](https://github.com/Modern-Treasury/modern-treasury-node/commit/a7f726f36bed1ecbe49639a316b5a63ef9e36ce0))
|
|
59
|
+
* **api:** api update ([0ab5b3d](https://github.com/Modern-Treasury/modern-treasury-node/commit/0ab5b3d09a7b692552b9eb3d905d8955acef469f))
|
|
60
|
+
* **api:** api update ([c639777](https://github.com/Modern-Treasury/modern-treasury-node/commit/c639777540b1cd4fc438ed3649e73192568b05d5))
|
|
61
|
+
* **api:** api update ([af070cc](https://github.com/Modern-Treasury/modern-treasury-node/commit/af070cc4b32c097aed7d88c29a0a63191a3437fa))
|
|
62
|
+
* **mcp:** add initial server instructions ([3d1775c](https://github.com/Modern-Treasury/modern-treasury-node/commit/3d1775c66fc3c57b75acbf54dd5bca4e33ceca93))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* **client:** avoid memory leak with abort signals ([664de60](https://github.com/Modern-Treasury/modern-treasury-node/commit/664de60c92c73fe6a1e75eca6ec0cb064aed2eaf))
|
|
68
|
+
* **client:** avoid removing abort listener too early ([b410567](https://github.com/Modern-Treasury/modern-treasury-node/commit/b4105678d7a8f2b3102dd170345f5e2ac57279ba))
|
|
69
|
+
* **docs:** fix mcp installation instructions for remote servers ([53203d1](https://github.com/Modern-Treasury/modern-treasury-node/commit/53203d1c0f3b474296a4b674f10e86ba211a7f71))
|
|
70
|
+
* **mcp:** allow falling back for required env variables ([9a728bc](https://github.com/Modern-Treasury/modern-treasury-node/commit/9a728bcf36336eb34f94dbdfd26c8828dc4d442a))
|
|
71
|
+
* **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([6f0ca2b](https://github.com/Modern-Treasury/modern-treasury-node/commit/6f0ca2bcd50d989f370fa3d283aea7b3b2e6d398))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Chores
|
|
75
|
+
|
|
76
|
+
* **ci:** upgrade `actions/github-script` ([6bf0249](https://github.com/Modern-Treasury/modern-treasury-node/commit/6bf0249def5b8966e18436367aa27948f3b3c68c))
|
|
77
|
+
* **client:** do not parse responses with empty content-length ([78ef863](https://github.com/Modern-Treasury/modern-treasury-node/commit/78ef863ac33e9994fa07e8dc2d51275c73c22d8f))
|
|
78
|
+
* **client:** restructure abort controller binding ([258df0c](https://github.com/Modern-Treasury/modern-treasury-node/commit/258df0c5b1951a4228779680857d4f072f8a2e81))
|
|
79
|
+
* **internal/client:** fix form-urlencoded requests ([bd91d1b](https://github.com/Modern-Treasury/modern-treasury-node/commit/bd91d1bfa5c37c3f76f7746cf4394557a8a9c2f5))
|
|
80
|
+
* **internal:** add health check to MCP server when running in HTTP mode ([d89a2fe](https://github.com/Modern-Treasury/modern-treasury-node/commit/d89a2fe34d1c0fdffc49bb0717dce18115e63799))
|
|
81
|
+
* **internal:** allow basic filtering of methods allowed for MCP code mode ([89d1a8d](https://github.com/Modern-Treasury/modern-treasury-node/commit/89d1a8deee479289ff442664e2a70442919754e1))
|
|
82
|
+
* **internal:** allow setting x-stainless-api-key header on mcp server requests ([2c37c28](https://github.com/Modern-Treasury/modern-treasury-node/commit/2c37c28d5cfa65834632914587a8e66b501fbdef))
|
|
83
|
+
* **internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([dcf21a0](https://github.com/Modern-Treasury/modern-treasury-node/commit/dcf21a0740523ffa0e42461374160981a4e718c0))
|
|
84
|
+
* **internal:** avoid type checking errors with ts-reset ([1bcd351](https://github.com/Modern-Treasury/modern-treasury-node/commit/1bcd351a035bab934168529ca77f4791f7feb3a8))
|
|
85
|
+
* **internal:** cache fetch instruction calls in MCP server ([cc510b7](https://github.com/Modern-Treasury/modern-treasury-node/commit/cc510b7080434d57a416491f4d2e8c9ae13afd63))
|
|
86
|
+
* **internal:** codegen related update ([433caa0](https://github.com/Modern-Treasury/modern-treasury-node/commit/433caa08b59a2467e377b694c4f72d8108397a35))
|
|
87
|
+
* **internal:** codegen related update ([cb76de5](https://github.com/Modern-Treasury/modern-treasury-node/commit/cb76de526237b9e873add16ad87c9a5f67435ce9))
|
|
88
|
+
* **internal:** codegen related update ([f47b96d](https://github.com/Modern-Treasury/modern-treasury-node/commit/f47b96df64a04095549459ec56c5be743d69d8d3))
|
|
89
|
+
* **internal:** codegen related update ([17fd655](https://github.com/Modern-Treasury/modern-treasury-node/commit/17fd65598ba9a2fc3fae58fa4df40e71c3472518))
|
|
90
|
+
* **internal:** codegen related update ([c68e333](https://github.com/Modern-Treasury/modern-treasury-node/commit/c68e333620d6227e468129dd5ed0c96b7272dc0b))
|
|
91
|
+
* **internal:** fix pagination internals not accepting option promises ([8d0383c](https://github.com/Modern-Treasury/modern-treasury-node/commit/8d0383c661845bebfc410b2ac7104af2cfb18dcb))
|
|
92
|
+
* **internal:** improve layout of generated MCP server files ([6a86e76](https://github.com/Modern-Treasury/modern-treasury-node/commit/6a86e761295be0a4378420d4c25189b196baa971))
|
|
93
|
+
* **internal:** refactor flag parsing for MCP servers and add debug flag ([57b38bc](https://github.com/Modern-Treasury/modern-treasury-node/commit/57b38bcb421a50f7a73f62b2a0a640c3fe948d00))
|
|
94
|
+
* **internal:** support oauth authorization code flow for MCP servers ([17f9577](https://github.com/Modern-Treasury/modern-treasury-node/commit/17f9577185c3711828bdd9b4596e92f142f07826))
|
|
95
|
+
* **internal:** update `actions/checkout` version ([3cbbbc2](https://github.com/Modern-Treasury/modern-treasury-node/commit/3cbbbc2bd5ef0038f632b02c36981a9981c706ee))
|
|
96
|
+
* **internal:** update lock file ([ba7cdeb](https://github.com/Modern-Treasury/modern-treasury-node/commit/ba7cdeb032ef09872d7b3b8921a4d1bc76da295c))
|
|
97
|
+
* **internal:** upgrade babel, qs, js-yaml ([10153a5](https://github.com/Modern-Treasury/modern-treasury-node/commit/10153a55c9c40ceffe04faf86b2746bade719530))
|
|
98
|
+
* **mcp:** add intent param to execute tool ([a9bddfc](https://github.com/Modern-Treasury/modern-treasury-node/commit/a9bddfc3f2f39b519f3c3683d491b0fad8645114))
|
|
99
|
+
* **mcp:** correctly update version in sync with sdk ([02ec67c](https://github.com/Modern-Treasury/modern-treasury-node/commit/02ec67ca94d56b310b5c56f8066621cb20085d30))
|
|
100
|
+
* **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([9fc0783](https://github.com/Modern-Treasury/modern-treasury-node/commit/9fc0783707139d1d0729d071f7f873cb2e7d5503))
|
|
101
|
+
* **mcp:** pass intent param to execute handler ([e56af43](https://github.com/Modern-Treasury/modern-treasury-node/commit/e56af4300608f9de22d3eb7748d93e013de3a78d))
|
|
102
|
+
* **mcp:** up tsconfig lib version to es2022 ([9e09179](https://github.com/Modern-Treasury/modern-treasury-node/commit/9e091798682af179a079349cbb48afb2e6a94404))
|
|
103
|
+
* update mock server docs ([9d056e8](https://github.com/Modern-Treasury/modern-treasury-node/commit/9d056e87b19ff72c18f140b3ce08b5ca28698355))
|
|
104
|
+
|
|
105
|
+
## 4.1.0 (2026-01-14)
|
|
106
|
+
|
|
107
|
+
Full Changelog: [v4.0.0...v4.1.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v4.0.0...v4.1.0)
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* **api:** api update ([9495fa9](https://github.com/Modern-Treasury/modern-treasury-node/commit/9495fa939b3a83d5d2d516558efc0fbebf14d125))
|
|
112
|
+
* **api:** api update ([a7b7350](https://github.com/Modern-Treasury/modern-treasury-node/commit/a7b73501245835123254799111748a7637a5f252))
|
|
113
|
+
* **api:** manual updates ([652db48](https://github.com/Modern-Treasury/modern-treasury-node/commit/652db489d0b1d64c928edf1616894e1f9a19f14b))
|
|
114
|
+
* **api:** manual updates ([3a82c3f](https://github.com/Modern-Treasury/modern-treasury-node/commit/3a82c3f5cc63bbfe1f0e38c72d6bf8e7ac35eecd))
|
|
115
|
+
* **api:** manual updates ([8e68f84](https://github.com/Modern-Treasury/modern-treasury-node/commit/8e68f8475e55b851c2a0d2aa90253498ae506623))
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* **mcp:** update code tool prompt ([784a008](https://github.com/Modern-Treasury/modern-treasury-node/commit/784a008ab4baf5d26247a261ae328180a8d3a754))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Chores
|
|
124
|
+
|
|
125
|
+
* add splat as owner of SDK PRs ([9887d4b](https://github.com/Modern-Treasury/modern-treasury-node/commit/9887d4b3032bc02d69f1da204d1904d7442ac1b3))
|
|
126
|
+
* fix typo in descriptions ([0ed9a0a](https://github.com/Modern-Treasury/modern-treasury-node/commit/0ed9a0a125c45693208ed87897d9685237f41a15))
|
|
127
|
+
* **internal:** codegen related update ([04a6538](https://github.com/Modern-Treasury/modern-treasury-node/commit/04a6538411912c3d4ea5fa81573cd9f9643a69f5))
|
|
128
|
+
* **internal:** codegen related update ([0ec82eb](https://github.com/Modern-Treasury/modern-treasury-node/commit/0ec82eb19275dd64c57fb4fb251f40e45461b239))
|
|
129
|
+
* **internal:** codegen related update ([7b9fea5](https://github.com/Modern-Treasury/modern-treasury-node/commit/7b9fea522d08c10c7e7fc013c7e10a7c4d361ab5))
|
|
130
|
+
* **internal:** codegen related update ([7689428](https://github.com/Modern-Treasury/modern-treasury-node/commit/768942828815436ef389e40978fde9bf7c1f32ff))
|
|
131
|
+
* **mcp:** upgrade dependencies ([f0d4a8f](https://github.com/Modern-Treasury/modern-treasury-node/commit/f0d4a8f13a146ef8ef213a532b0708c2727da489))
|
|
132
|
+
|
|
133
|
+
## 4.0.0 (2026-01-07)
|
|
134
|
+
|
|
135
|
+
Full Changelog: [v3.3.0...v4.0.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v3.3.0...v4.0.0)
|
|
136
|
+
|
|
137
|
+
### ⚠ BREAKING CHANGES
|
|
138
|
+
|
|
139
|
+
* **mcp:** remove deprecated tool schemes
|
|
140
|
+
* **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* **api:** api update ([1308732](https://github.com/Modern-Treasury/modern-treasury-node/commit/1308732f1398a346f1c60a0aec921c59a3019ff1))
|
|
145
|
+
* **api:** api update ([74267ca](https://github.com/Modern-Treasury/modern-treasury-node/commit/74267ca526cbce9cdb73226f14276ed19f724671))
|
|
146
|
+
* **api:** api update ([19beaf4](https://github.com/Modern-Treasury/modern-treasury-node/commit/19beaf45659b8b679cba10be67de41955d0ba357))
|
|
147
|
+
* **api:** api update ([1f894b3](https://github.com/Modern-Treasury/modern-treasury-node/commit/1f894b3b2362e1f35fa7068a390d8a0f01da4715))
|
|
148
|
+
* **api:** api update ([184c7cd](https://github.com/Modern-Treasury/modern-treasury-node/commit/184c7cdc565975616d748b739273e01ee2466276))
|
|
149
|
+
* **api:** api update ([7fe6b1c](https://github.com/Modern-Treasury/modern-treasury-node/commit/7fe6b1c15c4e9ae3ce697a3f83e2a3ebfb0f4683))
|
|
150
|
+
* **api:** manual updates ([c7517a9](https://github.com/Modern-Treasury/modern-treasury-node/commit/c7517a9a0bd658f8317f66140bc127ecfeab1ed3))
|
|
151
|
+
* **api:** manual updates ([53d89ec](https://github.com/Modern-Treasury/modern-treasury-node/commit/53d89ec385ee2bbc27dcfdca2e3172ba53737018))
|
|
152
|
+
* **api:** manual updates ([7661fa1](https://github.com/Modern-Treasury/modern-treasury-node/commit/7661fa11acd3b16ecf08ace1775094d7b09ecfcf))
|
|
153
|
+
* **api:** manual updates ([c2708fe](https://github.com/Modern-Treasury/modern-treasury-node/commit/c2708fe493fd42e8a8615bac6c7f0f1b6057e838))
|
|
154
|
+
* **mcp:** add detail field to docs search tool ([5519e11](https://github.com/Modern-Treasury/modern-treasury-node/commit/5519e116a05401f49e4e51cd71b92ec415713e9f))
|
|
155
|
+
* **mcp:** add typescript check to code execution tool ([491d6fa](https://github.com/Modern-Treasury/modern-treasury-node/commit/491d6fa180f0aedd0c14bf588ed993008de036df))
|
|
156
|
+
* **mcp:** handle code mode calls in the Stainless API ([72b1e17](https://github.com/Modern-Treasury/modern-treasury-node/commit/72b1e17bd4174e0e0c5de47ed4a91e60d485db17))
|
|
157
|
+
* **mcp:** return logs on code tool errors ([ca196a5](https://github.com/Modern-Treasury/modern-treasury-node/commit/ca196a5ccca96400e34de77b009761c20d083b59))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* **mcp:** add client instantiation options to code tool ([f3818fc](https://github.com/Modern-Treasury/modern-treasury-node/commit/f3818fc21990e2bfeafb22657e60607eb24c5f5d))
|
|
163
|
+
* **mcp:** correct code tool API endpoint ([54373a0](https://github.com/Modern-Treasury/modern-treasury-node/commit/54373a0b53e215026fcf7d104a553f90f7295942))
|
|
164
|
+
* **mcp:** correct code tool api output types ([49791fa](https://github.com/Modern-Treasury/modern-treasury-node/commit/49791fa871c6704f5152e76609402701bbcb3168))
|
|
165
|
+
* **mcp:** fix env parsing ([861b7b2](https://github.com/Modern-Treasury/modern-treasury-node/commit/861b7b2bec3401452d24738bf2e20aa4fff90df3))
|
|
166
|
+
* **mcp:** fix options parsing ([591276e](https://github.com/Modern-Treasury/modern-treasury-node/commit/591276eb9c27634002d06f15aeba1b096d344782))
|
|
167
|
+
* **mcp:** pass base url to code tool ([7029868](https://github.com/Modern-Treasury/modern-treasury-node/commit/7029868ad12e0b8c6269a3f6812af6ee04cecba1))
|
|
168
|
+
* **mcp:** return correct lines on typescript errors ([1ba48f0](https://github.com/Modern-Treasury/modern-treasury-node/commit/1ba48f0e0389d277bf83e855a8cb0ceb158d00c4))
|
|
169
|
+
* **mcp:** return tool execution error on api error ([34ce4f0](https://github.com/Modern-Treasury/modern-treasury-node/commit/34ce4f00bdc809c9673d7c1180c95e62bb9e4779))
|
|
170
|
+
* **mcp:** return tool execution error on jq failure ([cdd503a](https://github.com/Modern-Treasury/modern-treasury-node/commit/cdd503a3ac25f893229dc68f48100252a27ba31f))
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Chores
|
|
174
|
+
|
|
175
|
+
* break long lines in snippets into multiline ([5e56b8a](https://github.com/Modern-Treasury/modern-treasury-node/commit/5e56b8a76bfd4a118973ee9e2066f48f6d83f0ac))
|
|
176
|
+
* **client:** fix logger property type ([a8cabba](https://github.com/Modern-Treasury/modern-treasury-node/commit/a8cabbaae2848756c47e3b411bf0f252ce402415))
|
|
177
|
+
* **internal:** codegen related update ([e1f0fcd](https://github.com/Modern-Treasury/modern-treasury-node/commit/e1f0fcd4113aaaf5c3c276df32e2683fe7585f29))
|
|
178
|
+
* **internal:** codegen related update ([35caa89](https://github.com/Modern-Treasury/modern-treasury-node/commit/35caa8910f85d20384695c41d7e0d8a4bc701f53))
|
|
179
|
+
* **internal:** codegen related update ([dd8b1db](https://github.com/Modern-Treasury/modern-treasury-node/commit/dd8b1dbba481c683daabe9ba142c1ad718e3843a))
|
|
180
|
+
* **internal:** codegen related update ([a81ba50](https://github.com/Modern-Treasury/modern-treasury-node/commit/a81ba5083c6055f405fece571f02983bf8928a6e))
|
|
181
|
+
* **internal:** codegen related update ([0dec104](https://github.com/Modern-Treasury/modern-treasury-node/commit/0dec1045ad37f543b010b1c664bf9a720964fd88))
|
|
182
|
+
* **internal:** upgrade eslint ([2844c22](https://github.com/Modern-Treasury/modern-treasury-node/commit/2844c22f2c12aff8a6134e6648c2a138e547e49e))
|
|
183
|
+
* **mcp:** clarify http auth error ([4ca24af](https://github.com/Modern-Treasury/modern-treasury-node/commit/4ca24af9b0fce578f51fbf792b0e2f5b65c618dc))
|
|
184
|
+
* **mcp:** remove deprecated tool schemes ([926baca](https://github.com/Modern-Treasury/modern-treasury-node/commit/926baca28e75c0c9b044bf9b5cb9c7d49d3875c7))
|
|
185
|
+
* **mcp:** update lockfile ([f3d7279](https://github.com/Modern-Treasury/modern-treasury-node/commit/f3d727993a23643be5edb583bbaaadc3bbadeccc))
|
|
186
|
+
* **mcp:** upgrade jq-web ([f5111cd](https://github.com/Modern-Treasury/modern-treasury-node/commit/f5111cd4e797cb0a5652d8dbae85a8352fdf8c58))
|
|
187
|
+
* use latest @modelcontextprotocol/sdk ([73f2a3c](https://github.com/Modern-Treasury/modern-treasury-node/commit/73f2a3cf0ef91d088d51a5a2c5b6db203bfbe1e9))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Documentation
|
|
191
|
+
|
|
192
|
+
* **mcp:** add a README button for one-click add to Cursor ([eeb0d93](https://github.com/Modern-Treasury/modern-treasury-node/commit/eeb0d936f9bad1bfa00cd6ac60f430a75d5f00a1))
|
|
193
|
+
* **mcp:** add a README link to add server to VS Code or Claude Code ([9dfcc45](https://github.com/Modern-Treasury/modern-treasury-node/commit/9dfcc45720a28e04cf1520f10cb8eda64e293f1f))
|
|
194
|
+
* prominently feature MCP server setup in root SDK readmes ([1eff7c0](https://github.com/Modern-Treasury/modern-treasury-node/commit/1eff7c0df913ec8cc05047247f2f069f4f410cb1))
|
|
195
|
+
|
|
3
196
|
## 3.3.0 (2025-11-05)
|
|
4
197
|
|
|
5
198
|
Full Changelog: [v3.2.1...v3.3.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v3.2.1...v3.3.0)
|
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2026 Modern Treasury
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/README.md
CHANGED
|
@@ -6,6 +6,15 @@ This library provides convenient access to the Modern Treasury REST API from ser
|
|
|
6
6
|
|
|
7
7
|
The REST API documentation can be found on [docs.moderntreasury.com](https://docs.moderntreasury.com). The full API of this library can be found in [api.md](api.md).
|
|
8
8
|
|
|
9
|
+
## MCP Server
|
|
10
|
+
|
|
11
|
+
Use the Modern Treasury MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
12
|
+
|
|
13
|
+
[](https://cursor.com/en-US/install-mcp?name=modern-treasury-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1vZGVybi10cmVhc3VyeS1tY3AiXSwiZW52Ijp7Ik1PREVSTl9UUkVBU1VSWV9BUElfS0VZIjoiTXkgQVBJIEtleSIsIk1PREVSTl9UUkVBU1VSWV9PUkdBTklaQVRJT05fSUQiOiJteS1vcmdhbml6YXRpb24tSUQiLCJNT0RFUk5fVFJFQVNVUllfV0VCSE9PS19LRVkiOiJNeSBXZWJob29rIEtleSJ9fQ)
|
|
14
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22modern-treasury-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22modern-treasury-mcp%22%5D%2C%22env%22%3A%7B%22MODERN_TREASURY_API_KEY%22%3A%22My%20API%20Key%22%2C%22MODERN_TREASURY_ORGANIZATION_ID%22%3A%22my-organization-ID%22%2C%22MODERN_TREASURY_WEBHOOK_KEY%22%3A%22My%20Webhook%20Key%22%7D%7D)
|
|
15
|
+
|
|
16
|
+
> Note: You may need to set environment variables in your MCP client.
|
|
17
|
+
|
|
9
18
|
## Installation
|
|
10
19
|
|
|
11
20
|
```sh
|
|
@@ -66,35 +75,35 @@ const client = new ModernTreasury();
|
|
|
66
75
|
|
|
67
76
|
// If you have access to Node `fs` we recommend using `fs.createReadStream()`:
|
|
68
77
|
await client.documents.create({
|
|
78
|
+
file: fs.createReadStream('my/file.txt'),
|
|
69
79
|
documentable_id: '24c6b7a3-02...',
|
|
70
80
|
documentable_type: 'counterparties',
|
|
71
|
-
file: fs.createReadStream('my/file.txt'),
|
|
72
81
|
});
|
|
73
82
|
|
|
74
83
|
// Or if you have the web `File` API you can pass a `File` instance:
|
|
75
84
|
await client.documents.create({
|
|
85
|
+
file: new File(['my bytes'], 'file.txt'),
|
|
76
86
|
documentable_id: '24c6b7a3-02...',
|
|
77
87
|
documentable_type: 'counterparties',
|
|
78
|
-
file: new File(['my bytes'], 'file.txt'),
|
|
79
88
|
});
|
|
80
89
|
|
|
81
90
|
// You can also pass a `fetch` `Response`:
|
|
82
91
|
await client.documents.create({
|
|
92
|
+
file: await fetch('https://somesite/file.txt'),
|
|
83
93
|
documentable_id: '24c6b7a3-02...',
|
|
84
94
|
documentable_type: 'counterparties',
|
|
85
|
-
file: await fetch('https://somesite/file.txt'),
|
|
86
95
|
});
|
|
87
96
|
|
|
88
97
|
// Finally, if none of the above are convenient, you can use our `toFile` helper:
|
|
89
98
|
await client.documents.create({
|
|
99
|
+
file: await toFile(Buffer.from('my bytes'), 'file.txt'),
|
|
90
100
|
documentable_id: '24c6b7a3-02...',
|
|
91
101
|
documentable_type: 'counterparties',
|
|
92
|
-
file: await toFile(Buffer.from('my bytes'), 'file.txt'),
|
|
93
102
|
});
|
|
94
103
|
await client.documents.create({
|
|
104
|
+
file: await toFile(new Uint8Array([0, 1, 2]), 'file.txt'),
|
|
95
105
|
documentable_id: '24c6b7a3-02...',
|
|
96
106
|
documentable_type: 'counterparties',
|
|
97
|
-
file: await toFile(new Uint8Array([0, 1, 2]), 'file.txt'),
|
|
98
107
|
});
|
|
99
108
|
```
|
|
100
109
|
|
package/client.d.mts
CHANGED
|
@@ -22,7 +22,10 @@ import { Event, EventListParams, Events, EventsPage } from "./resources/events.m
|
|
|
22
22
|
import { ExpectedPayment, ExpectedPaymentCreateParams, ExpectedPaymentListParams, ExpectedPaymentType, ExpectedPaymentUpdateParams, ExpectedPayments, ExpectedPaymentsPage, ReconciliationRule } from "./resources/expected-payments.mjs";
|
|
23
23
|
import { ExternalAccount, ExternalAccountCompleteVerificationParams, ExternalAccountCreateParams, ExternalAccountListParams, ExternalAccountType, ExternalAccountUpdateParams, ExternalAccountVerifyParams, ExternalAccountVerifyResponse, ExternalAccounts, ExternalAccountsPage } from "./resources/external-accounts.mjs";
|
|
24
24
|
import { ForeignExchangeQuote, ForeignExchangeQuoteCreateParams, ForeignExchangeQuoteListParams, ForeignExchangeQuotes, ForeignExchangeQuotesPage } from "./resources/foreign-exchange-quotes.mjs";
|
|
25
|
+
import { HoldCreateParams, HoldCreateResponse, HoldListParams, HoldListResponse, HoldListResponsesPage, HoldRetrieveResponse, HoldUpdateParams, HoldUpdateResponse, Holds } from "./resources/holds.mjs";
|
|
25
26
|
import { IncomingPaymentDetail, IncomingPaymentDetailCreateAsyncParams, IncomingPaymentDetailListParams, IncomingPaymentDetailUpdateParams, IncomingPaymentDetails, IncomingPaymentDetailsPage } from "./resources/incoming-payment-details.mjs";
|
|
27
|
+
import { JournalEntries, JournalEntryListParams } from "./resources/journal-entries.mjs";
|
|
28
|
+
import { JournalReportUpdateParams, JournalReports } from "./resources/journal-reports.mjs";
|
|
26
29
|
import { LedgerAccountBalanceMonitor, LedgerAccountBalanceMonitorCreateParams, LedgerAccountBalanceMonitorListParams, LedgerAccountBalanceMonitorUpdateParams, LedgerAccountBalanceMonitors, LedgerAccountBalanceMonitorsPage } from "./resources/ledger-account-balance-monitors.mjs";
|
|
27
30
|
import { LedgerAccountCategories, LedgerAccountCategoriesPage, LedgerAccountCategory, LedgerAccountCategoryAddLedgerAccountParams, LedgerAccountCategoryAddNestedCategoryParams, LedgerAccountCategoryCreateParams, LedgerAccountCategoryListParams, LedgerAccountCategoryRemoveLedgerAccountParams, LedgerAccountCategoryRemoveNestedCategoryParams, LedgerAccountCategoryRetrieveParams, LedgerAccountCategoryUpdateParams } from "./resources/ledger-account-categories.mjs";
|
|
28
31
|
import { LedgerAccountStatementCreateParams, LedgerAccountStatementCreateResponse, LedgerAccountStatementRetrieveResponse, LedgerAccountStatements } from "./resources/ledger-account-statements.mjs";
|
|
@@ -30,7 +33,7 @@ import { LedgerAccount, LedgerAccountCreateParams, LedgerAccountListParams, Ledg
|
|
|
30
33
|
import { LedgerEntries, LedgerEntriesPage, LedgerEntry, LedgerEntryListParams, LedgerEntryRetrieveParams, LedgerEntryUpdateParams } from "./resources/ledger-entries.mjs";
|
|
31
34
|
import { Ledger, LedgerCreateParams, LedgerListParams, LedgerUpdateParams, Ledgers, LedgersPage } from "./resources/ledgers.mjs";
|
|
32
35
|
import { LegalEntities, LegalEntitiesPage, LegalEntity, LegalEntityCreateParams, LegalEntityListParams, LegalEntityUpdateParams } from "./resources/legal-entities.mjs";
|
|
33
|
-
import { LegalEntityAssociation, LegalEntityAssociationCreateParams, LegalEntityAssociations } from "./resources/legal-entity-associations.mjs";
|
|
36
|
+
import { ChildLegalEntity, LegalEntityAssociation, LegalEntityAssociationCreateParams, LegalEntityAssociations } from "./resources/legal-entity-associations.mjs";
|
|
34
37
|
import { LineItem, LineItemListParams, LineItemRetrieveParams, LineItemUpdateParams, LineItems, LineItemsPage } from "./resources/line-items.mjs";
|
|
35
38
|
import { PaymentActionCreateParams, PaymentActionCreateResponse, PaymentActionListParams, PaymentActionListResponse, PaymentActionListResponsesPage, PaymentActionRetrieveResponse, PaymentActionUpdateParams, PaymentActionUpdateResponse, PaymentActions } from "./resources/payment-actions.mjs";
|
|
36
39
|
import { PaymentFlow, PaymentFlowCreateParams, PaymentFlowListParams, PaymentFlowUpdateParams, PaymentFlows, PaymentFlowsPage } from "./resources/payment-flows.mjs";
|
|
@@ -134,7 +137,7 @@ export declare class ModernTreasury {
|
|
|
134
137
|
baseURL: string;
|
|
135
138
|
maxRetries: number;
|
|
136
139
|
timeout: number;
|
|
137
|
-
logger: Logger
|
|
140
|
+
logger: Logger;
|
|
138
141
|
logLevel: LogLevel | undefined;
|
|
139
142
|
fetchOptions: MergedRequestInit | undefined;
|
|
140
143
|
private fetch;
|
|
@@ -194,8 +197,8 @@ export declare class ModernTreasury {
|
|
|
194
197
|
private methodRequest;
|
|
195
198
|
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
196
199
|
private makeRequest;
|
|
197
|
-
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
198
|
-
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
200
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: PromiseOrValue<RequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
201
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: PromiseOrValue<FinalRequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
199
202
|
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
200
203
|
private shouldRetry;
|
|
201
204
|
private retryRequest;
|
|
@@ -208,6 +211,7 @@ export declare class ModernTreasury {
|
|
|
208
211
|
timeout: number;
|
|
209
212
|
}>;
|
|
210
213
|
private buildHeaders;
|
|
214
|
+
private _makeAbort;
|
|
211
215
|
private buildBody;
|
|
212
216
|
static ModernTreasury: typeof ModernTreasury;
|
|
213
217
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -261,6 +265,9 @@ export declare class ModernTreasury {
|
|
|
261
265
|
legalEntities: API.LegalEntities;
|
|
262
266
|
legalEntityAssociations: API.LegalEntityAssociations;
|
|
263
267
|
paymentActions: API.PaymentActions;
|
|
268
|
+
journalEntries: API.JournalEntries;
|
|
269
|
+
journalReports: API.JournalReports;
|
|
270
|
+
holds: API.Holds;
|
|
264
271
|
}
|
|
265
272
|
export declare namespace ModernTreasury {
|
|
266
273
|
export type RequestOptions = Opts.RequestOptions;
|
|
@@ -300,8 +307,11 @@ export declare namespace ModernTreasury {
|
|
|
300
307
|
export { ForeignExchangeQuotes as ForeignExchangeQuotes, type ForeignExchangeQuote as ForeignExchangeQuote, type ForeignExchangeQuotesPage as ForeignExchangeQuotesPage, type ForeignExchangeQuoteCreateParams as ForeignExchangeQuoteCreateParams, type ForeignExchangeQuoteListParams as ForeignExchangeQuoteListParams, };
|
|
301
308
|
export { ConnectionLegalEntities as ConnectionLegalEntities, type ConnectionLegalEntity as ConnectionLegalEntity, type ConnectionLegalEntitiesPage as ConnectionLegalEntitiesPage, type ConnectionLegalEntityCreateParams as ConnectionLegalEntityCreateParams, type ConnectionLegalEntityUpdateParams as ConnectionLegalEntityUpdateParams, type ConnectionLegalEntityListParams as ConnectionLegalEntityListParams, };
|
|
302
309
|
export { LegalEntities as LegalEntities, type LegalEntity as LegalEntity, type LegalEntitiesPage as LegalEntitiesPage, type LegalEntityCreateParams as LegalEntityCreateParams, type LegalEntityUpdateParams as LegalEntityUpdateParams, type LegalEntityListParams as LegalEntityListParams, };
|
|
303
|
-
export { LegalEntityAssociations as LegalEntityAssociations, type LegalEntityAssociation as LegalEntityAssociation, type LegalEntityAssociationCreateParams as LegalEntityAssociationCreateParams, };
|
|
310
|
+
export { LegalEntityAssociations as LegalEntityAssociations, type ChildLegalEntity as ChildLegalEntity, type LegalEntityAssociation as LegalEntityAssociation, type LegalEntityAssociationCreateParams as LegalEntityAssociationCreateParams, };
|
|
304
311
|
export { PaymentActions as PaymentActions, type PaymentActionCreateResponse as PaymentActionCreateResponse, type PaymentActionRetrieveResponse as PaymentActionRetrieveResponse, type PaymentActionUpdateResponse as PaymentActionUpdateResponse, type PaymentActionListResponse as PaymentActionListResponse, type PaymentActionListResponsesPage as PaymentActionListResponsesPage, type PaymentActionCreateParams as PaymentActionCreateParams, type PaymentActionUpdateParams as PaymentActionUpdateParams, type PaymentActionListParams as PaymentActionListParams, };
|
|
312
|
+
export { JournalEntries as JournalEntries, type JournalEntryListParams as JournalEntryListParams };
|
|
313
|
+
export { JournalReports as JournalReports, type JournalReportUpdateParams as JournalReportUpdateParams };
|
|
314
|
+
export { Holds as Holds, type HoldCreateResponse as HoldCreateResponse, type HoldRetrieveResponse as HoldRetrieveResponse, type HoldUpdateResponse as HoldUpdateResponse, type HoldListResponse as HoldListResponse, type HoldListResponsesPage as HoldListResponsesPage, type HoldCreateParams as HoldCreateParams, type HoldUpdateParams as HoldUpdateParams, type HoldListParams as HoldListParams, };
|
|
305
315
|
export type AccountsType = API.AccountsType;
|
|
306
316
|
export type Address = API.Address;
|
|
307
317
|
export type AddressRequest = API.AddressRequest;
|
|
@@ -317,7 +327,7 @@ export declare namespace ModernTreasury {
|
|
|
317
327
|
export type LedgerEntryCreateRequest = API.LedgerEntryCreateRequest;
|
|
318
328
|
export type LedgerTransactionCreateRequest = API.LedgerTransactionCreateRequest;
|
|
319
329
|
export type LegalEntityAddressCreateRequest = API.LegalEntityAddressCreateRequest;
|
|
320
|
-
export type
|
|
330
|
+
export type LegalEntityAssociationInlineCreate = API.LegalEntityAssociationInlineCreate;
|
|
321
331
|
export type LegalEntityIndustryClassification = API.LegalEntityIndustryClassification;
|
|
322
332
|
export type TransactionDirection = API.TransactionDirection;
|
|
323
333
|
}
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -22,7 +22,10 @@ import { Event, EventListParams, Events, EventsPage } from "./resources/events.j
|
|
|
22
22
|
import { ExpectedPayment, ExpectedPaymentCreateParams, ExpectedPaymentListParams, ExpectedPaymentType, ExpectedPaymentUpdateParams, ExpectedPayments, ExpectedPaymentsPage, ReconciliationRule } from "./resources/expected-payments.js";
|
|
23
23
|
import { ExternalAccount, ExternalAccountCompleteVerificationParams, ExternalAccountCreateParams, ExternalAccountListParams, ExternalAccountType, ExternalAccountUpdateParams, ExternalAccountVerifyParams, ExternalAccountVerifyResponse, ExternalAccounts, ExternalAccountsPage } from "./resources/external-accounts.js";
|
|
24
24
|
import { ForeignExchangeQuote, ForeignExchangeQuoteCreateParams, ForeignExchangeQuoteListParams, ForeignExchangeQuotes, ForeignExchangeQuotesPage } from "./resources/foreign-exchange-quotes.js";
|
|
25
|
+
import { HoldCreateParams, HoldCreateResponse, HoldListParams, HoldListResponse, HoldListResponsesPage, HoldRetrieveResponse, HoldUpdateParams, HoldUpdateResponse, Holds } from "./resources/holds.js";
|
|
25
26
|
import { IncomingPaymentDetail, IncomingPaymentDetailCreateAsyncParams, IncomingPaymentDetailListParams, IncomingPaymentDetailUpdateParams, IncomingPaymentDetails, IncomingPaymentDetailsPage } from "./resources/incoming-payment-details.js";
|
|
27
|
+
import { JournalEntries, JournalEntryListParams } from "./resources/journal-entries.js";
|
|
28
|
+
import { JournalReportUpdateParams, JournalReports } from "./resources/journal-reports.js";
|
|
26
29
|
import { LedgerAccountBalanceMonitor, LedgerAccountBalanceMonitorCreateParams, LedgerAccountBalanceMonitorListParams, LedgerAccountBalanceMonitorUpdateParams, LedgerAccountBalanceMonitors, LedgerAccountBalanceMonitorsPage } from "./resources/ledger-account-balance-monitors.js";
|
|
27
30
|
import { LedgerAccountCategories, LedgerAccountCategoriesPage, LedgerAccountCategory, LedgerAccountCategoryAddLedgerAccountParams, LedgerAccountCategoryAddNestedCategoryParams, LedgerAccountCategoryCreateParams, LedgerAccountCategoryListParams, LedgerAccountCategoryRemoveLedgerAccountParams, LedgerAccountCategoryRemoveNestedCategoryParams, LedgerAccountCategoryRetrieveParams, LedgerAccountCategoryUpdateParams } from "./resources/ledger-account-categories.js";
|
|
28
31
|
import { LedgerAccountStatementCreateParams, LedgerAccountStatementCreateResponse, LedgerAccountStatementRetrieveResponse, LedgerAccountStatements } from "./resources/ledger-account-statements.js";
|
|
@@ -30,7 +33,7 @@ import { LedgerAccount, LedgerAccountCreateParams, LedgerAccountListParams, Ledg
|
|
|
30
33
|
import { LedgerEntries, LedgerEntriesPage, LedgerEntry, LedgerEntryListParams, LedgerEntryRetrieveParams, LedgerEntryUpdateParams } from "./resources/ledger-entries.js";
|
|
31
34
|
import { Ledger, LedgerCreateParams, LedgerListParams, LedgerUpdateParams, Ledgers, LedgersPage } from "./resources/ledgers.js";
|
|
32
35
|
import { LegalEntities, LegalEntitiesPage, LegalEntity, LegalEntityCreateParams, LegalEntityListParams, LegalEntityUpdateParams } from "./resources/legal-entities.js";
|
|
33
|
-
import { LegalEntityAssociation, LegalEntityAssociationCreateParams, LegalEntityAssociations } from "./resources/legal-entity-associations.js";
|
|
36
|
+
import { ChildLegalEntity, LegalEntityAssociation, LegalEntityAssociationCreateParams, LegalEntityAssociations } from "./resources/legal-entity-associations.js";
|
|
34
37
|
import { LineItem, LineItemListParams, LineItemRetrieveParams, LineItemUpdateParams, LineItems, LineItemsPage } from "./resources/line-items.js";
|
|
35
38
|
import { PaymentActionCreateParams, PaymentActionCreateResponse, PaymentActionListParams, PaymentActionListResponse, PaymentActionListResponsesPage, PaymentActionRetrieveResponse, PaymentActionUpdateParams, PaymentActionUpdateResponse, PaymentActions } from "./resources/payment-actions.js";
|
|
36
39
|
import { PaymentFlow, PaymentFlowCreateParams, PaymentFlowListParams, PaymentFlowUpdateParams, PaymentFlows, PaymentFlowsPage } from "./resources/payment-flows.js";
|
|
@@ -134,7 +137,7 @@ export declare class ModernTreasury {
|
|
|
134
137
|
baseURL: string;
|
|
135
138
|
maxRetries: number;
|
|
136
139
|
timeout: number;
|
|
137
|
-
logger: Logger
|
|
140
|
+
logger: Logger;
|
|
138
141
|
logLevel: LogLevel | undefined;
|
|
139
142
|
fetchOptions: MergedRequestInit | undefined;
|
|
140
143
|
private fetch;
|
|
@@ -194,8 +197,8 @@ export declare class ModernTreasury {
|
|
|
194
197
|
private methodRequest;
|
|
195
198
|
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
196
199
|
private makeRequest;
|
|
197
|
-
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
198
|
-
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
200
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: PromiseOrValue<RequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
201
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: PromiseOrValue<FinalRequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
199
202
|
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
200
203
|
private shouldRetry;
|
|
201
204
|
private retryRequest;
|
|
@@ -208,6 +211,7 @@ export declare class ModernTreasury {
|
|
|
208
211
|
timeout: number;
|
|
209
212
|
}>;
|
|
210
213
|
private buildHeaders;
|
|
214
|
+
private _makeAbort;
|
|
211
215
|
private buildBody;
|
|
212
216
|
static ModernTreasury: typeof ModernTreasury;
|
|
213
217
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -261,6 +265,9 @@ export declare class ModernTreasury {
|
|
|
261
265
|
legalEntities: API.LegalEntities;
|
|
262
266
|
legalEntityAssociations: API.LegalEntityAssociations;
|
|
263
267
|
paymentActions: API.PaymentActions;
|
|
268
|
+
journalEntries: API.JournalEntries;
|
|
269
|
+
journalReports: API.JournalReports;
|
|
270
|
+
holds: API.Holds;
|
|
264
271
|
}
|
|
265
272
|
export declare namespace ModernTreasury {
|
|
266
273
|
export type RequestOptions = Opts.RequestOptions;
|
|
@@ -300,8 +307,11 @@ export declare namespace ModernTreasury {
|
|
|
300
307
|
export { ForeignExchangeQuotes as ForeignExchangeQuotes, type ForeignExchangeQuote as ForeignExchangeQuote, type ForeignExchangeQuotesPage as ForeignExchangeQuotesPage, type ForeignExchangeQuoteCreateParams as ForeignExchangeQuoteCreateParams, type ForeignExchangeQuoteListParams as ForeignExchangeQuoteListParams, };
|
|
301
308
|
export { ConnectionLegalEntities as ConnectionLegalEntities, type ConnectionLegalEntity as ConnectionLegalEntity, type ConnectionLegalEntitiesPage as ConnectionLegalEntitiesPage, type ConnectionLegalEntityCreateParams as ConnectionLegalEntityCreateParams, type ConnectionLegalEntityUpdateParams as ConnectionLegalEntityUpdateParams, type ConnectionLegalEntityListParams as ConnectionLegalEntityListParams, };
|
|
302
309
|
export { LegalEntities as LegalEntities, type LegalEntity as LegalEntity, type LegalEntitiesPage as LegalEntitiesPage, type LegalEntityCreateParams as LegalEntityCreateParams, type LegalEntityUpdateParams as LegalEntityUpdateParams, type LegalEntityListParams as LegalEntityListParams, };
|
|
303
|
-
export { LegalEntityAssociations as LegalEntityAssociations, type LegalEntityAssociation as LegalEntityAssociation, type LegalEntityAssociationCreateParams as LegalEntityAssociationCreateParams, };
|
|
310
|
+
export { LegalEntityAssociations as LegalEntityAssociations, type ChildLegalEntity as ChildLegalEntity, type LegalEntityAssociation as LegalEntityAssociation, type LegalEntityAssociationCreateParams as LegalEntityAssociationCreateParams, };
|
|
304
311
|
export { PaymentActions as PaymentActions, type PaymentActionCreateResponse as PaymentActionCreateResponse, type PaymentActionRetrieveResponse as PaymentActionRetrieveResponse, type PaymentActionUpdateResponse as PaymentActionUpdateResponse, type PaymentActionListResponse as PaymentActionListResponse, type PaymentActionListResponsesPage as PaymentActionListResponsesPage, type PaymentActionCreateParams as PaymentActionCreateParams, type PaymentActionUpdateParams as PaymentActionUpdateParams, type PaymentActionListParams as PaymentActionListParams, };
|
|
312
|
+
export { JournalEntries as JournalEntries, type JournalEntryListParams as JournalEntryListParams };
|
|
313
|
+
export { JournalReports as JournalReports, type JournalReportUpdateParams as JournalReportUpdateParams };
|
|
314
|
+
export { Holds as Holds, type HoldCreateResponse as HoldCreateResponse, type HoldRetrieveResponse as HoldRetrieveResponse, type HoldUpdateResponse as HoldUpdateResponse, type HoldListResponse as HoldListResponse, type HoldListResponsesPage as HoldListResponsesPage, type HoldCreateParams as HoldCreateParams, type HoldUpdateParams as HoldUpdateParams, type HoldListParams as HoldListParams, };
|
|
305
315
|
export type AccountsType = API.AccountsType;
|
|
306
316
|
export type Address = API.Address;
|
|
307
317
|
export type AddressRequest = API.AddressRequest;
|
|
@@ -317,7 +327,7 @@ export declare namespace ModernTreasury {
|
|
|
317
327
|
export type LedgerEntryCreateRequest = API.LedgerEntryCreateRequest;
|
|
318
328
|
export type LedgerTransactionCreateRequest = API.LedgerTransactionCreateRequest;
|
|
319
329
|
export type LegalEntityAddressCreateRequest = API.LegalEntityAddressCreateRequest;
|
|
320
|
-
export type
|
|
330
|
+
export type LegalEntityAssociationInlineCreate = API.LegalEntityAssociationInlineCreate;
|
|
321
331
|
export type LegalEntityIndustryClassification = API.LegalEntityIndustryClassification;
|
|
322
332
|
export type TransactionDirection = API.TransactionDirection;
|
|
323
333
|
}
|