@moovio/sdk 25.9.1 → 25.9.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/README.md +2 -2
- package/bin/mcp-server.js +8 -9
- package/bin/mcp-server.js.map +17 -17
- package/funcs/bankAccountsLink.d.ts +1 -1
- package/funcs/bankAccountsLink.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/bankAccountsLink.js +1 -1
- package/models/components/capabilityid.d.ts +1 -0
- package/models/components/capabilityid.d.ts.map +1 -1
- package/models/components/capabilityid.js +1 -0
- package/models/components/capabilityid.js.map +1 -1
- package/models/components/fullissuedcard.d.ts +1 -3
- package/models/components/fullissuedcard.d.ts.map +1 -1
- package/models/components/fullissuedcard.js.map +1 -1
- package/models/components/issuedcard.d.ts +1 -3
- package/models/components/issuedcard.d.ts.map +1 -1
- package/models/components/issuedcard.js.map +1 -1
- package/models/components/issuedcardstate.d.ts +2 -8
- package/models/components/issuedcardstate.d.ts.map +1 -1
- package/models/components/issuedcardstate.js +1 -5
- package/models/components/issuedcardstate.js.map +1 -1
- package/models/components/manualtermsofservice.d.ts +1 -1
- package/models/components/manualtermsofserviceupdate.d.ts +1 -1
- package/models/components/patchtransfer.d.ts +3 -0
- package/models/components/patchtransfer.d.ts.map +1 -1
- package/models/components/patchtransfer.js.map +1 -1
- package/models/components/termsofservice.d.ts +1 -1
- package/models/operations/linkbankaccount.d.ts +1 -1
- package/models/operations/listissuedcards.d.ts +1 -1
- package/package.json +1 -1
- package/sdk/bankaccounts.d.ts +1 -1
- package/sdk/bankaccounts.js +1 -1
- package/src/funcs/bankAccountsLink.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
- package/src/models/components/capabilityid.ts +1 -0
- package/src/models/components/fullissuedcard.ts +1 -3
- package/src/models/components/issuedcard.ts +1 -3
- package/src/models/components/issuedcardstate.ts +2 -8
- package/src/models/components/manualtermsofservice.ts +1 -1
- package/src/models/components/manualtermsofserviceupdate.ts +1 -1
- package/src/models/components/patchtransfer.ts +3 -0
- package/src/models/components/termsofservice.ts +1 -1
- package/src/models/operations/linkbankaccount.ts +1 -1
- package/src/models/operations/listissuedcards.ts +1 -1
- package/src/sdk/bankaccounts.ts +1 -1
package/README.md
CHANGED
|
@@ -433,7 +433,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
|
|
|
433
433
|
* [link](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
434
434
|
|
|
435
435
|
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
|
436
|
-
bank
|
|
436
|
+
bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
437
437
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
438
438
|
endpoint to wait for the new payment methods to be available for use.
|
|
439
439
|
|
|
@@ -1494,7 +1494,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
|
1494
1494
|
- [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
1495
1495
|
|
|
1496
1496
|
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
|
1497
|
-
bank
|
|
1497
|
+
bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
1498
1498
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
1499
1499
|
endpoint to wait for the new payment methods to be available for use.
|
|
1500
1500
|
|
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2025.07.00",
|
|
52977
|
-
sdkVersion: "25.9.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.9.
|
|
52977
|
+
sdkVersion: "25.9.2",
|
|
52978
|
+
genVersion: "2.916.2",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.9.2 2.916.2 v2025.07.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -56047,6 +56047,7 @@ var init_capabilityid = __esm(() => {
|
|
|
56047
56047
|
Wallet: "wallet",
|
|
56048
56048
|
WalletBalance: "wallet.balance",
|
|
56049
56049
|
CardIssuing: "card-issuing",
|
|
56050
|
+
IssuingCardholder: "issuing.cardholder",
|
|
56050
56051
|
ProductionApp: "production-app",
|
|
56051
56052
|
PlatformProductionApp: "platform.production-app",
|
|
56052
56053
|
PlatformWalletTransfers: "platform.wallet-transfers"
|
|
@@ -63657,8 +63658,6 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63657
63658
|
init_esm();
|
|
63658
63659
|
IssuedCardState = {
|
|
63659
63660
|
Active: "active",
|
|
63660
|
-
Inactive: "inactive",
|
|
63661
|
-
PendingVerification: "pending-verification",
|
|
63662
63661
|
Closed: "closed"
|
|
63663
63662
|
};
|
|
63664
63663
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -82285,7 +82284,7 @@ var init_bankAccountsLink2 = __esm(() => {
|
|
|
82285
82284
|
description: `Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
82286
82285
|
|
|
82287
82286
|
It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
|
|
82288
|
-
bank
|
|
82287
|
+
bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
82289
82288
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
82290
82289
|
endpoint to wait for the new payment methods to be available for use.
|
|
82291
82290
|
|
|
@@ -98577,7 +98576,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98577
98576
|
function createMCPServer(deps) {
|
|
98578
98577
|
const server = new McpServer({
|
|
98579
98578
|
name: "Moov",
|
|
98580
|
-
version: "25.9.
|
|
98579
|
+
version: "25.9.2"
|
|
98581
98580
|
});
|
|
98582
98581
|
const client = new MoovCore({
|
|
98583
98582
|
security: deps.security,
|
|
@@ -100147,7 +100146,7 @@ var routes = rn({
|
|
|
100147
100146
|
var app = Ve(routes, {
|
|
100148
100147
|
name: "mcp",
|
|
100149
100148
|
versionInfo: {
|
|
100150
|
-
currentVersion: "25.9.
|
|
100149
|
+
currentVersion: "25.9.2"
|
|
100151
100150
|
}
|
|
100152
100151
|
});
|
|
100153
100152
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100155,5 +100154,5 @@ export {
|
|
|
100155
100154
|
app
|
|
100156
100155
|
};
|
|
100157
100156
|
|
|
100158
|
-
//# debugId=
|
|
100157
|
+
//# debugId=B89EF011148E6F7E64756E2164756E21
|
|
100159
100158
|
//# sourceMappingURL=mcp-server.js.map
|