@moovio/sdk 25.6.4 → 25.6.6
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 +8 -8
- package/bin/mcp-server.js +53 -17
- package/bin/mcp-server.js.map +26 -25
- package/funcs/transfersList.js +2 -0
- package/funcs/transfersList.js.map +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/avatarsGet.js +1 -1
- package/mcp-server/tools/enrichedAddressGet.js +1 -1
- package/mcp-server/tools/enrichedProfileGet.js +1 -1
- package/mcp-server/tools/institutionsSearch.js +1 -1
- package/models/components/createdtransfer.d.ts +6 -0
- package/models/components/createdtransfer.d.ts.map +1 -1
- package/models/components/createdtransfer.js +3 -0
- package/models/components/createdtransfer.js.map +1 -1
- package/models/components/createrefund.d.ts +2 -2
- package/models/components/createreversal.d.ts +1 -1
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/issuingintervallimit.d.ts +2 -2
- package/models/components/issuingintervallimit.js +1 -1
- package/models/components/issuingvelocitylimit.d.ts +1 -1
- package/models/components/paymentmethodswallet.d.ts +1 -0
- package/models/components/paymentmethodswallet.d.ts.map +1 -1
- package/models/components/paymentmethodswallet.js.map +1 -1
- package/models/components/transfer.d.ts +6 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +3 -0
- package/models/components/transfer.js.map +1 -1
- package/models/components/transfercapture.d.ts +28 -0
- package/models/components/transfercapture.d.ts.map +1 -0
- package/models/components/transfercapture.js +60 -0
- package/models/components/transfercapture.js.map +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
- package/models/components/transferpaymentmethodswallet.js.map +1 -1
- package/models/components/wallet.d.ts +1 -0
- package/models/components/wallet.d.ts.map +1 -1
- package/models/components/wallet.js.map +1 -1
- package/models/components/wallettype.d.ts +3 -0
- package/models/components/wallettype.d.ts.map +1 -1
- package/models/components/wallettype.js +2 -0
- package/models/components/wallettype.js.map +1 -1
- package/models/components/webhookdatatransferstatus.d.ts +3 -0
- package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
- package/models/components/webhookdatatransferstatus.js +3 -0
- package/models/components/webhookdatatransferstatus.js.map +1 -1
- package/models/errors/transfer.d.ts +9 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +4 -0
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listtransfers.d.ts +10 -0
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +4 -0
- package/models/operations/listtransfers.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/transfersList.ts +2 -0
- 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/avatarsGet.ts +1 -1
- package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
- package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +1 -1
- package/src/models/components/createdtransfer.ts +13 -0
- package/src/models/components/createrefund.ts +2 -2
- package/src/models/components/createreversal.ts +1 -1
- package/src/models/components/index.ts +1 -0
- package/src/models/components/issuingintervallimit.ts +2 -2
- package/src/models/components/issuingvelocitylimit.ts +1 -1
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/transfer.ts +13 -0
- package/src/models/components/transfercapture.ts +62 -0
- package/src/models/components/transferpaymentmethodswallet.ts +1 -0
- package/src/models/components/wallet.ts +1 -0
- package/src/models/components/wallettype.ts +3 -0
- package/src/models/components/webhookdatatransferstatus.ts +3 -0
- package/src/models/errors/transfer.ts +12 -0
- package/src/models/operations/listtransfers.ts +14 -0
package/README.md
CHANGED
|
@@ -425,7 +425,7 @@ Allows clients to notify the authorization server that a previously obtained ref
|
|
|
425
425
|
|
|
426
426
|
* [get](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
|
|
427
427
|
|
|
428
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
428
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
429
429
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
430
430
|
|
|
431
431
|
### [BankAccounts](docs/sdks/bankaccounts/README.md)
|
|
@@ -713,14 +713,14 @@ you'll need to specify the `/ping.read` scope.
|
|
|
713
713
|
|
|
714
714
|
* [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
|
|
715
715
|
|
|
716
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
716
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
717
717
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
718
718
|
|
|
719
719
|
### [EnrichedProfile](docs/sdks/enrichedprofile/README.md)
|
|
720
720
|
|
|
721
721
|
* [get](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
722
722
|
|
|
723
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
723
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
724
724
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
725
725
|
|
|
726
726
|
### [FeePlans](docs/sdks/feeplans/README.md)
|
|
@@ -823,7 +823,7 @@ you'll need to specify the `/institutions.read` scope.
|
|
|
823
823
|
|
|
824
824
|
Search for institutions by either their name or routing number.
|
|
825
825
|
|
|
826
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
826
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
827
827
|
you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
|
|
828
828
|
|
|
829
829
|
### [IssuingTransactions](docs/sdks/issuingtransactions/README.md)
|
|
@@ -1373,7 +1373,7 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
|
|
|
1373
1373
|
Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
|
|
1374
1374
|
- [`avatarsGet`](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
|
|
1375
1375
|
|
|
1376
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1376
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1377
1377
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1378
1378
|
- [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
|
|
1379
1379
|
|
|
@@ -1637,11 +1637,11 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
|
|
|
1637
1637
|
you'll need to specify the `/ping.read` scope.
|
|
1638
1638
|
- [`enrichedAddressGet`](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
|
|
1639
1639
|
|
|
1640
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1640
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1641
1641
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1642
1642
|
- [`enrichedProfileGet`](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
1643
1643
|
|
|
1644
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1644
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
1645
1645
|
you'll need to specify the `/profile-enrichment.read` scope.
|
|
1646
1646
|
- [`feePlansCreateFeePlanAgreements`](docs/sdks/feeplans/README.md#createfeeplanagreements) - Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
|
|
1647
1647
|
|
|
@@ -2071,7 +2071,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
|
|
|
2071
2071
|
|
|
2072
2072
|
Search for institutions by either their name or routing number.
|
|
2073
2073
|
|
|
2074
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2074
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
2075
2075
|
you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
|
|
2076
2076
|
|
|
2077
2077
|
</details>
|
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.6",
|
|
52978
|
+
genVersion: "2.924.0",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.6.6 2.924.0 v2025.04.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -60926,6 +60926,20 @@ var init_moovfeedetails = __esm(() => {
|
|
|
60926
60926
|
});
|
|
60927
60927
|
});
|
|
60928
60928
|
|
|
60929
|
+
// src/models/components/transfercapture.ts
|
|
60930
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
60931
|
+
var init_transfercapture = __esm(() => {
|
|
60932
|
+
init_esm();
|
|
60933
|
+
TransferCapture$inboundSchema = objectType({
|
|
60934
|
+
authorizationID: stringType(),
|
|
60935
|
+
captureID: stringType()
|
|
60936
|
+
});
|
|
60937
|
+
TransferCapture$outboundSchema = objectType({
|
|
60938
|
+
authorizationID: stringType(),
|
|
60939
|
+
captureID: stringType()
|
|
60940
|
+
});
|
|
60941
|
+
});
|
|
60942
|
+
|
|
60929
60943
|
// src/models/components/instantbankfailurecode.ts
|
|
60930
60944
|
var InstantBankFailureCode, InstantBankFailureCode$inboundSchema, InstantBankFailureCode$outboundSchema;
|
|
60931
60945
|
var init_instantbankfailurecode = __esm(() => {
|
|
@@ -61086,7 +61100,8 @@ var init_wallettype = __esm(() => {
|
|
|
61086
61100
|
init_esm();
|
|
61087
61101
|
WalletType = {
|
|
61088
61102
|
Default: "default",
|
|
61089
|
-
General: "general"
|
|
61103
|
+
General: "general",
|
|
61104
|
+
CardIssuing: "card-issuing"
|
|
61090
61105
|
};
|
|
61091
61106
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61092
61107
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61333,6 +61348,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61333
61348
|
init_cardacquiringrefund();
|
|
61334
61349
|
init_facilitatorfee();
|
|
61335
61350
|
init_moovfeedetails();
|
|
61351
|
+
init_transfercapture();
|
|
61336
61352
|
init_transferdestination();
|
|
61337
61353
|
init_transferfailurereason();
|
|
61338
61354
|
init_transferlineitems();
|
|
@@ -61365,7 +61381,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61365
61381
|
paymentLinkCode: stringType().optional(),
|
|
61366
61382
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61367
61383
|
foreignID: stringType().optional(),
|
|
61368
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
61384
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61385
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61369
61386
|
});
|
|
61370
61387
|
CreatedTransfer$outboundSchema = objectType({
|
|
61371
61388
|
transferID: stringType(),
|
|
@@ -61394,7 +61411,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61394
61411
|
paymentLinkCode: stringType().optional(),
|
|
61395
61412
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61396
61413
|
foreignID: stringType().optional(),
|
|
61397
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
61414
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61415
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61398
61416
|
});
|
|
61399
61417
|
});
|
|
61400
61418
|
|
|
@@ -66209,6 +66227,7 @@ var init_transfer = __esm(() => {
|
|
|
66209
66227
|
init_facilitatorfee();
|
|
66210
66228
|
init_moovfee();
|
|
66211
66229
|
init_moovfeedetails();
|
|
66230
|
+
init_transfercapture();
|
|
66212
66231
|
init_transferdestination();
|
|
66213
66232
|
init_transferfailurereason();
|
|
66214
66233
|
init_transferlineitems();
|
|
@@ -66242,7 +66261,8 @@ var init_transfer = __esm(() => {
|
|
|
66242
66261
|
paymentLinkCode: stringType().optional(),
|
|
66243
66262
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
66244
66263
|
foreignID: stringType().optional(),
|
|
66245
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
66264
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
66265
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
66246
66266
|
});
|
|
66247
66267
|
Transfer$outboundSchema = objectType({
|
|
66248
66268
|
transferID: stringType(),
|
|
@@ -66272,7 +66292,8 @@ var init_transfer = __esm(() => {
|
|
|
66272
66292
|
paymentLinkCode: stringType().optional(),
|
|
66273
66293
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
66274
66294
|
foreignID: stringType().optional(),
|
|
66275
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
66295
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
66296
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
66276
66297
|
});
|
|
66277
66298
|
});
|
|
66278
66299
|
|
|
@@ -67468,8 +67489,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
67468
67489
|
DestinationReturned: "destination.returned",
|
|
67469
67490
|
DestinationOriginated: "destination.originated",
|
|
67470
67491
|
DestinationConfirmed: "destination.confirmed",
|
|
67492
|
+
DestinationSettled: "destination.settled",
|
|
67471
67493
|
DestinationFailed: "destination.failed",
|
|
67472
|
-
|
|
67494
|
+
DestinationCanceled: "destination.canceled",
|
|
67495
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
67496
|
+
DestinationDeferred: "destination.deferred"
|
|
67473
67497
|
};
|
|
67474
67498
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
67475
67499
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -68153,6 +68177,7 @@ var init_components = __esm(() => {
|
|
|
68153
68177
|
init_transfer();
|
|
68154
68178
|
init_transferaccount();
|
|
68155
68179
|
init_transferachaddendarecord();
|
|
68180
|
+
init_transfercapture();
|
|
68156
68181
|
init_transferdestination();
|
|
68157
68182
|
init_transferentrymode();
|
|
68158
68183
|
init_transferfailurereason();
|
|
@@ -70057,6 +70082,7 @@ var init_transfer2 = __esm(() => {
|
|
|
70057
70082
|
salesTaxAmount;
|
|
70058
70083
|
foreignID;
|
|
70059
70084
|
lineItems;
|
|
70085
|
+
capture;
|
|
70060
70086
|
data$;
|
|
70061
70087
|
constructor(err, httpMeta) {
|
|
70062
70088
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -70112,6 +70138,8 @@ var init_transfer2 = __esm(() => {
|
|
|
70112
70138
|
this.foreignID = err.foreignID;
|
|
70113
70139
|
if (err.lineItems != null)
|
|
70114
70140
|
this.lineItems = err.lineItems;
|
|
70141
|
+
if (err.capture != null)
|
|
70142
|
+
this.capture = err.capture;
|
|
70115
70143
|
this.name = "Transfer";
|
|
70116
70144
|
}
|
|
70117
70145
|
};
|
|
@@ -70144,6 +70172,7 @@ var init_transfer2 = __esm(() => {
|
|
|
70144
70172
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
70145
70173
|
foreignID: stringType().optional(),
|
|
70146
70174
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
70175
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
70147
70176
|
request$: instanceOfType(Request),
|
|
70148
70177
|
response$: instanceOfType(Response),
|
|
70149
70178
|
body$: stringType()
|
|
@@ -70182,7 +70211,8 @@ var init_transfer2 = __esm(() => {
|
|
|
70182
70211
|
paymentLinkCode: stringType().optional(),
|
|
70183
70212
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
70184
70213
|
foreignID: stringType().optional(),
|
|
70185
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
70214
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
70215
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
70186
70216
|
}));
|
|
70187
70217
|
});
|
|
70188
70218
|
|
|
@@ -75472,6 +75502,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75472
75502
|
refunded: booleanType().optional(),
|
|
75473
75503
|
disputed: booleanType().optional(),
|
|
75474
75504
|
foreignID: stringType().optional(),
|
|
75505
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75506
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75475
75507
|
skip: numberType().int().optional(),
|
|
75476
75508
|
count: numberType().int().optional(),
|
|
75477
75509
|
accountID: stringType()
|
|
@@ -75487,6 +75519,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75487
75519
|
refunded: booleanType().optional(),
|
|
75488
75520
|
disputed: booleanType().optional(),
|
|
75489
75521
|
foreignID: stringType().optional(),
|
|
75522
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75523
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75490
75524
|
skip: numberType().int().optional(),
|
|
75491
75525
|
count: numberType().int().optional(),
|
|
75492
75526
|
accountID: stringType()
|
|
@@ -79930,7 +79964,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
79930
79964
|
name: "avatars-get",
|
|
79931
79965
|
description: `Get avatar image for an account using a unique ID.
|
|
79932
79966
|
|
|
79933
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
79967
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
79934
79968
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
79935
79969
|
args: args25,
|
|
79936
79970
|
tool: async (client, args26, ctx) => {
|
|
@@ -84735,7 +84769,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
84735
84769
|
name: "enriched-address-get",
|
|
84736
84770
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
84737
84771
|
|
|
84738
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84772
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84739
84773
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84740
84774
|
args: args64,
|
|
84741
84775
|
tool: async (client, args65, ctx) => {
|
|
@@ -84844,7 +84878,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
84844
84878
|
name: "enriched-profile-get",
|
|
84845
84879
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
84846
84880
|
|
|
84847
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84881
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84848
84882
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84849
84883
|
args: args65,
|
|
84850
84884
|
tool: async (client, args66, ctx) => {
|
|
@@ -87437,7 +87471,7 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
87437
87471
|
|
|
87438
87472
|
Search for institutions by either their name or routing number.
|
|
87439
87473
|
|
|
87440
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87474
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87441
87475
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
87442
87476
|
args: args86,
|
|
87443
87477
|
tool: async (client, args87, ctx) => {
|
|
@@ -94223,6 +94257,8 @@ async function $do148(client, request, options) {
|
|
|
94223
94257
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
94224
94258
|
const query = encodeFormQuery({
|
|
94225
94259
|
accountIDs: payload.accountIDs,
|
|
94260
|
+
authorizationIDs: payload.authorizationIDs,
|
|
94261
|
+
captureIDs: payload.captureIDs,
|
|
94226
94262
|
count: payload.count,
|
|
94227
94263
|
disputed: payload.disputed,
|
|
94228
94264
|
endDateTime: payload.endDateTime,
|
|
@@ -96486,7 +96522,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96486
96522
|
function createMCPServer(deps) {
|
|
96487
96523
|
const server = new McpServer({
|
|
96488
96524
|
name: "Moov",
|
|
96489
|
-
version: "25.6.
|
|
96525
|
+
version: "25.6.6"
|
|
96490
96526
|
});
|
|
96491
96527
|
const client = new MoovCore({
|
|
96492
96528
|
security: deps.security,
|
|
@@ -98044,7 +98080,7 @@ var routes = rn({
|
|
|
98044
98080
|
var app = Ve(routes, {
|
|
98045
98081
|
name: "mcp",
|
|
98046
98082
|
versionInfo: {
|
|
98047
|
-
currentVersion: "25.6.
|
|
98083
|
+
currentVersion: "25.6.6"
|
|
98048
98084
|
}
|
|
98049
98085
|
});
|
|
98050
98086
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98052,5 +98088,5 @@ export {
|
|
|
98052
98088
|
app
|
|
98053
98089
|
};
|
|
98054
98090
|
|
|
98055
|
-
//# debugId=
|
|
98091
|
+
//# debugId=FED1ECDB0F5036F864756E2164756E21
|
|
98056
98092
|
//# sourceMappingURL=mcp-server.js.map
|