@moovio/sdk 26.2.4 → 26.2.7
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/bin/mcp-server.js +44 -33
- package/bin/mcp-server.js.map +23 -22
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/createdtransfer.d.ts +1 -1
- package/models/components/createpaymentlink.d.ts +1 -1
- package/models/components/createpaymentlinklineitems.d.ts +1 -1
- package/models/components/createpaymentlinklineitemsupdate.d.ts +1 -1
- package/models/components/createtransfer.d.ts +1 -1
- package/models/components/createtransferlineitems.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/paymentlink.d.ts +1 -1
- package/models/components/paymentlinklineitems.d.ts +1 -1
- package/models/components/rtptransactiondetails.d.ts +45 -0
- package/models/components/rtptransactiondetails.d.ts.map +1 -0
- package/models/components/rtptransactiondetails.js +75 -0
- package/models/components/rtptransactiondetails.js.map +1 -0
- package/models/components/transfer.d.ts +1 -1
- package/models/components/transferdestination.d.ts +5 -43
- package/models/components/transferdestination.d.ts.map +1 -1
- package/models/components/transferdestination.js +4 -36
- package/models/components/transferdestination.js.map +1 -1
- package/models/components/transferlineitems.d.ts +1 -1
- package/models/components/updatepaymentlink.d.ts +1 -1
- package/models/components/webhookdata.d.ts +2 -2
- package/models/components/webhookdata.d.ts.map +1 -1
- package/models/components/webhookdata.js +2 -2
- package/models/components/webhookdata.js.map +1 -1
- package/models/components/webhookdatabankaccountdeleted.d.ts +3 -0
- package/models/components/webhookdatabankaccountdeleted.d.ts.map +1 -1
- package/models/components/webhookdatabankaccountdeleted.js +3 -0
- package/models/components/webhookdatabankaccountdeleted.js.map +1 -1
- package/models/errors/transfer.d.ts +2 -2
- package/package.json +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/models/components/createdtransfer.ts +1 -1
- package/src/models/components/createpaymentlink.ts +1 -1
- package/src/models/components/createpaymentlinklineitems.ts +1 -1
- package/src/models/components/createpaymentlinklineitemsupdate.ts +1 -1
- package/src/models/components/createtransfer.ts +1 -1
- package/src/models/components/createtransferlineitems.ts +1 -1
- package/src/models/components/index.ts +1 -0
- package/src/models/components/paymentlink.ts +1 -1
- package/src/models/components/paymentlinklineitems.ts +1 -1
- package/src/models/components/rtptransactiondetails.ts +104 -0
- package/src/models/components/transfer.ts +1 -1
- package/src/models/components/transferdestination.ts +11 -95
- package/src/models/components/transferlineitems.ts +1 -1
- package/src/models/components/updatepaymentlink.ts +1 -1
- package/src/models/components/webhookdata.ts +4 -4
- package/src/models/components/webhookdatabankaccountdeleted.ts +9 -0
- package/src/models/errors/transfer.ts +2 -2
package/bin/mcp-server.js
CHANGED
|
@@ -52879,9 +52879,9 @@ var init_config = __esm(() => {
|
|
|
52879
52879
|
SDK_METADATA = {
|
|
52880
52880
|
language: "typescript",
|
|
52881
52881
|
openapiDocVersion: "v2026.01.00",
|
|
52882
|
-
sdkVersion: "26.2.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 26.2.
|
|
52882
|
+
sdkVersion: "26.2.7",
|
|
52883
|
+
genVersion: "2.884.0",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 26.2.7 2.884.0 v2026.01.00 @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -61362,6 +61362,32 @@ var init_rtptransactionstatus = __esm(() => {
|
|
|
61362
61362
|
RTPTransactionStatus$outboundSchema = RTPTransactionStatus$inboundSchema;
|
|
61363
61363
|
});
|
|
61364
61364
|
|
|
61365
|
+
// src/models/components/rtptransactiondetails.ts
|
|
61366
|
+
var RTPTransactionDetails$inboundSchema, RTPTransactionDetails$outboundSchema;
|
|
61367
|
+
var init_rtptransactiondetails = __esm(() => {
|
|
61368
|
+
init_esm();
|
|
61369
|
+
init_rtpfailurecode();
|
|
61370
|
+
init_rtptransactionstatus();
|
|
61371
|
+
RTPTransactionDetails$inboundSchema = objectType({
|
|
61372
|
+
status: RTPTransactionStatus$inboundSchema.optional(),
|
|
61373
|
+
networkResponseCode: stringType().optional(),
|
|
61374
|
+
failureCode: RTPFailureCode$inboundSchema.optional(),
|
|
61375
|
+
initiatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61376
|
+
completedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61377
|
+
failedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61378
|
+
acceptedWithoutPostingOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
61379
|
+
});
|
|
61380
|
+
RTPTransactionDetails$outboundSchema = objectType({
|
|
61381
|
+
status: RTPTransactionStatus$outboundSchema.optional(),
|
|
61382
|
+
networkResponseCode: stringType().optional(),
|
|
61383
|
+
failureCode: RTPFailureCode$outboundSchema.optional(),
|
|
61384
|
+
initiatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61385
|
+
completedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61386
|
+
failedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61387
|
+
acceptedWithoutPostingOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
61388
|
+
});
|
|
61389
|
+
});
|
|
61390
|
+
|
|
61365
61391
|
// src/models/components/transferaccount.ts
|
|
61366
61392
|
var TransferAccount$inboundSchema, TransferAccount$outboundSchema;
|
|
61367
61393
|
var init_transferaccount = __esm(() => {
|
|
@@ -61430,38 +61456,19 @@ var init_transferpaymentmethodtype = __esm(() => {
|
|
|
61430
61456
|
});
|
|
61431
61457
|
|
|
61432
61458
|
// src/models/components/transferdestination.ts
|
|
61433
|
-
var
|
|
61459
|
+
var TransferDestination$inboundSchema, TransferDestination$outboundSchema;
|
|
61434
61460
|
var init_transferdestination = __esm(() => {
|
|
61435
61461
|
init_esm();
|
|
61436
61462
|
init_achtransactiondetails();
|
|
61437
61463
|
init_applepayresponse();
|
|
61438
61464
|
init_cardtransactiondetails();
|
|
61439
61465
|
init_instantbanktransactiondetails();
|
|
61440
|
-
|
|
61441
|
-
init_rtptransactionstatus();
|
|
61466
|
+
init_rtptransactiondetails();
|
|
61442
61467
|
init_transferaccount();
|
|
61443
61468
|
init_transferpaymentmethodsbankaccount();
|
|
61444
61469
|
init_transferpaymentmethodscard();
|
|
61445
61470
|
init_transferpaymentmethodswallet();
|
|
61446
61471
|
init_transferpaymentmethodtype();
|
|
61447
|
-
RtpDetails$inboundSchema = objectType({
|
|
61448
|
-
status: RTPTransactionStatus$inboundSchema.optional(),
|
|
61449
|
-
networkResponseCode: stringType().optional(),
|
|
61450
|
-
failureCode: RTPFailureCode$inboundSchema.optional(),
|
|
61451
|
-
initiatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61452
|
-
completedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61453
|
-
failedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61454
|
-
acceptedWithoutPostingOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
61455
|
-
});
|
|
61456
|
-
RtpDetails$outboundSchema = objectType({
|
|
61457
|
-
status: RTPTransactionStatus$outboundSchema.optional(),
|
|
61458
|
-
networkResponseCode: stringType().optional(),
|
|
61459
|
-
failureCode: RTPFailureCode$outboundSchema.optional(),
|
|
61460
|
-
initiatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61461
|
-
completedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61462
|
-
failedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61463
|
-
acceptedWithoutPostingOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
61464
|
-
});
|
|
61465
61472
|
TransferDestination$inboundSchema = objectType({
|
|
61466
61473
|
paymentMethodID: stringType(),
|
|
61467
61474
|
paymentMethodType: TransferPaymentMethodType$inboundSchema,
|
|
@@ -61472,7 +61479,7 @@ var init_transferdestination = __esm(() => {
|
|
|
61472
61479
|
achDetails: ACHTransactionDetails$inboundSchema.optional(),
|
|
61473
61480
|
applePay: ApplePayResponse$inboundSchema.optional(),
|
|
61474
61481
|
cardDetails: CardTransactionDetails$inboundSchema.optional(),
|
|
61475
|
-
rtpDetails:
|
|
61482
|
+
rtpDetails: RTPTransactionDetails$inboundSchema.optional(),
|
|
61476
61483
|
instantBankDetails: InstantBankTransactionDetails$inboundSchema.optional()
|
|
61477
61484
|
});
|
|
61478
61485
|
TransferDestination$outboundSchema = objectType({
|
|
@@ -61485,7 +61492,7 @@ var init_transferdestination = __esm(() => {
|
|
|
61485
61492
|
achDetails: ACHTransactionDetails$outboundSchema.optional(),
|
|
61486
61493
|
applePay: ApplePayResponse$outboundSchema.optional(),
|
|
61487
61494
|
cardDetails: CardTransactionDetails$outboundSchema.optional(),
|
|
61488
|
-
rtpDetails:
|
|
61495
|
+
rtpDetails: RTPTransactionDetails$outboundSchema.optional(),
|
|
61489
61496
|
instantBankDetails: InstantBankTransactionDetails$outboundSchema.optional()
|
|
61490
61497
|
});
|
|
61491
61498
|
});
|
|
@@ -67801,13 +67808,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
|
|
|
67801
67808
|
var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
|
|
67802
67809
|
var init_webhookdatabankaccountdeleted = __esm(() => {
|
|
67803
67810
|
init_esm();
|
|
67811
|
+
init_bankaccountstatus();
|
|
67804
67812
|
WebhookDataBankAccountDeleted$inboundSchema = objectType({
|
|
67805
67813
|
bankAccountID: stringType(),
|
|
67806
|
-
accountID: stringType()
|
|
67814
|
+
accountID: stringType(),
|
|
67815
|
+
status: BankAccountStatus$inboundSchema
|
|
67807
67816
|
});
|
|
67808
67817
|
WebhookDataBankAccountDeleted$outboundSchema = objectType({
|
|
67809
67818
|
bankAccountID: stringType(),
|
|
67810
|
-
accountID: stringType()
|
|
67819
|
+
accountID: stringType(),
|
|
67820
|
+
status: BankAccountStatus$outboundSchema
|
|
67811
67821
|
});
|
|
67812
67822
|
});
|
|
67813
67823
|
|
|
@@ -68439,6 +68449,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68439
68449
|
WebhookDataRefundUpdated$inboundSchema,
|
|
68440
68450
|
WebhookDataWalletTransactionUpdated$inboundSchema,
|
|
68441
68451
|
WebhookDataBankAccountCreated$inboundSchema,
|
|
68452
|
+
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68442
68453
|
WebhookDataCancellationCreated$inboundSchema,
|
|
68443
68454
|
WebhookDataCancellationUpdated$inboundSchema,
|
|
68444
68455
|
WebhookDataCardAutoUpdated$inboundSchema,
|
|
@@ -68452,7 +68463,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68452
68463
|
WebhookDataTransferCreated$inboundSchema,
|
|
68453
68464
|
WebhookDataWalletUpdated$inboundSchema,
|
|
68454
68465
|
WebhookDataBalanceUpdated$inboundSchema,
|
|
68455
|
-
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68456
68466
|
WebhookDataCapabilityRequested$inboundSchema,
|
|
68457
68467
|
WebhookDataInvoiceCreated$inboundSchema,
|
|
68458
68468
|
WebhookDataRepresentativeCreated$inboundSchema,
|
|
@@ -68478,6 +68488,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68478
68488
|
WebhookDataRefundUpdated$outboundSchema,
|
|
68479
68489
|
WebhookDataWalletTransactionUpdated$outboundSchema,
|
|
68480
68490
|
WebhookDataBankAccountCreated$outboundSchema,
|
|
68491
|
+
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68481
68492
|
WebhookDataCancellationCreated$outboundSchema,
|
|
68482
68493
|
WebhookDataCancellationUpdated$outboundSchema,
|
|
68483
68494
|
WebhookDataCardAutoUpdated$outboundSchema,
|
|
@@ -68491,7 +68502,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68491
68502
|
WebhookDataTransferCreated$outboundSchema,
|
|
68492
68503
|
WebhookDataWalletUpdated$outboundSchema,
|
|
68493
68504
|
WebhookDataBalanceUpdated$outboundSchema,
|
|
68494
|
-
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68495
68505
|
WebhookDataCapabilityRequested$outboundSchema,
|
|
68496
68506
|
WebhookDataInvoiceCreated$outboundSchema,
|
|
68497
68507
|
WebhookDataRepresentativeCreated$outboundSchema,
|
|
@@ -68949,6 +68959,7 @@ var init_components = __esm(() => {
|
|
|
68949
68959
|
init_rtpinstitution();
|
|
68950
68960
|
init_rtprejectioncode();
|
|
68951
68961
|
init_rtpservices();
|
|
68962
|
+
init_rtptransactiondetails();
|
|
68952
68963
|
init_rtptransactionstatus();
|
|
68953
68964
|
init_runtransfer();
|
|
68954
68965
|
init_scheduledtransferimagemetadata();
|
|
@@ -98343,7 +98354,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98343
98354
|
function createMCPServer(deps) {
|
|
98344
98355
|
const server = new McpServer({
|
|
98345
98356
|
name: "Moov",
|
|
98346
|
-
version: "26.2.
|
|
98357
|
+
version: "26.2.7"
|
|
98347
98358
|
});
|
|
98348
98359
|
const client = new MoovCore({
|
|
98349
98360
|
security: deps.security,
|
|
@@ -99900,7 +99911,7 @@ var routes = rn({
|
|
|
99900
99911
|
var app = Ve(routes, {
|
|
99901
99912
|
name: "mcp",
|
|
99902
99913
|
versionInfo: {
|
|
99903
|
-
currentVersion: "26.2.
|
|
99914
|
+
currentVersion: "26.2.7"
|
|
99904
99915
|
}
|
|
99905
99916
|
});
|
|
99906
99917
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -99908,5 +99919,5 @@ export {
|
|
|
99908
99919
|
app
|
|
99909
99920
|
};
|
|
99910
99921
|
|
|
99911
|
-
//# debugId=
|
|
99922
|
+
//# debugId=16036F6BB02E0BF364756E2164756E21
|
|
99912
99923
|
//# sourceMappingURL=mcp-server.js.map
|