@moovio/sdk 25.6.1 → 25.6.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
|
|
|
@@ -1450,7 +1450,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
|
|
|
1450
1450
|
- [`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.
|
|
1451
1451
|
|
|
1452
1452
|
It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
|
|
1453
|
-
bank
|
|
1453
|
+
bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
1454
1454
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
1455
1455
|
endpoint to wait for the new payment methods to be available for use.
|
|
1456
1456
|
|
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.04.00",
|
|
52977
|
-
sdkVersion: "25.6.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.6.
|
|
52977
|
+
sdkVersion: "25.6.2",
|
|
52978
|
+
genVersion: "2.916.2",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.6.2 2.916.2 v2025.04.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -56016,6 +56016,7 @@ var init_capabilityid = __esm(() => {
|
|
|
56016
56016
|
CollectFunds: "collect-funds",
|
|
56017
56017
|
Wallet: "wallet",
|
|
56018
56018
|
CardIssuing: "card-issuing",
|
|
56019
|
+
IssuingCardholder: "issuing.cardholder",
|
|
56019
56020
|
ProductionApp: "production-app"
|
|
56020
56021
|
};
|
|
56021
56022
|
CapabilityID$inboundSchema = nativeEnumType(CapabilityID);
|
|
@@ -63217,8 +63218,6 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63217
63218
|
init_esm();
|
|
63218
63219
|
IssuedCardState = {
|
|
63219
63220
|
Active: "active",
|
|
63220
|
-
Inactive: "inactive",
|
|
63221
|
-
PendingVerification: "pending-verification",
|
|
63222
63221
|
Closed: "closed"
|
|
63223
63222
|
};
|
|
63224
63223
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -80901,7 +80900,7 @@ var init_bankAccountsLink2 = __esm(() => {
|
|
|
80901
80900
|
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.
|
|
80902
80901
|
|
|
80903
80902
|
It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
|
|
80904
|
-
bank
|
|
80903
|
+
bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
|
|
80905
80904
|
Methods](https://docs.moov.io/api/sources/payment-methods/list/)
|
|
80906
80905
|
endpoint to wait for the new payment methods to be available for use.
|
|
80907
80906
|
|
|
@@ -96481,7 +96480,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96481
96480
|
function createMCPServer(deps) {
|
|
96482
96481
|
const server = new McpServer({
|
|
96483
96482
|
name: "Moov",
|
|
96484
|
-
version: "25.6.
|
|
96483
|
+
version: "25.6.2"
|
|
96485
96484
|
});
|
|
96486
96485
|
const client = new MoovCore({
|
|
96487
96486
|
security: deps.security,
|
|
@@ -98039,7 +98038,7 @@ var routes = rn({
|
|
|
98039
98038
|
var app = Ve(routes, {
|
|
98040
98039
|
name: "mcp",
|
|
98041
98040
|
versionInfo: {
|
|
98042
|
-
currentVersion: "25.6.
|
|
98041
|
+
currentVersion: "25.6.2"
|
|
98043
98042
|
}
|
|
98044
98043
|
});
|
|
98045
98044
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98047,5 +98046,5 @@ export {
|
|
|
98047
98046
|
app
|
|
98048
98047
|
};
|
|
98049
98048
|
|
|
98050
|
-
//# debugId=
|
|
98049
|
+
//# debugId=6665D7EC7AA87A7964756E2164756E21
|
|
98051
98050
|
//# sourceMappingURL=mcp-server.js.map
|