@moovio/sdk 25.8.5 → 25.8.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 +13 -10
- package/bin/mcp-server.js.map +19 -19
- 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/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/paymentlink.d.ts +1 -1
- package/models/components/paymentlinklineitems.d.ts +1 -1
- package/models/components/transfer.d.ts +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/paymentlink.ts +1 -1
- package/src/models/components/paymentlinklineitems.ts +1 -1
- package/src/models/components/transfer.ts +1 -1
- 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: "v2025.07.00",
|
|
52882
|
-
sdkVersion: "25.8.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 25.8.
|
|
52882
|
+
sdkVersion: "25.8.7",
|
|
52883
|
+
genVersion: "2.884.0",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 25.8.7 2.884.0 v2025.07.00 @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -67766,13 +67766,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
|
|
|
67766
67766
|
var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
|
|
67767
67767
|
var init_webhookdatabankaccountdeleted = __esm(() => {
|
|
67768
67768
|
init_esm();
|
|
67769
|
+
init_bankaccountstatus();
|
|
67769
67770
|
WebhookDataBankAccountDeleted$inboundSchema = objectType({
|
|
67770
67771
|
bankAccountID: stringType(),
|
|
67771
|
-
accountID: stringType()
|
|
67772
|
+
accountID: stringType(),
|
|
67773
|
+
status: BankAccountStatus$inboundSchema
|
|
67772
67774
|
});
|
|
67773
67775
|
WebhookDataBankAccountDeleted$outboundSchema = objectType({
|
|
67774
67776
|
bankAccountID: stringType(),
|
|
67775
|
-
accountID: stringType()
|
|
67777
|
+
accountID: stringType(),
|
|
67778
|
+
status: BankAccountStatus$outboundSchema
|
|
67776
67779
|
});
|
|
67777
67780
|
});
|
|
67778
67781
|
|
|
@@ -68404,6 +68407,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68404
68407
|
WebhookDataRefundUpdated$inboundSchema,
|
|
68405
68408
|
WebhookDataWalletTransactionUpdated$inboundSchema,
|
|
68406
68409
|
WebhookDataBankAccountCreated$inboundSchema,
|
|
68410
|
+
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68407
68411
|
WebhookDataCancellationCreated$inboundSchema,
|
|
68408
68412
|
WebhookDataCancellationUpdated$inboundSchema,
|
|
68409
68413
|
WebhookDataCardAutoUpdated$inboundSchema,
|
|
@@ -68417,7 +68421,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68417
68421
|
WebhookDataTransferCreated$inboundSchema,
|
|
68418
68422
|
WebhookDataWalletUpdated$inboundSchema,
|
|
68419
68423
|
WebhookDataBalanceUpdated$inboundSchema,
|
|
68420
|
-
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68421
68424
|
WebhookDataCapabilityRequested$inboundSchema,
|
|
68422
68425
|
WebhookDataInvoiceCreated$inboundSchema,
|
|
68423
68426
|
WebhookDataRepresentativeCreated$inboundSchema,
|
|
@@ -68443,6 +68446,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68443
68446
|
WebhookDataRefundUpdated$outboundSchema,
|
|
68444
68447
|
WebhookDataWalletTransactionUpdated$outboundSchema,
|
|
68445
68448
|
WebhookDataBankAccountCreated$outboundSchema,
|
|
68449
|
+
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68446
68450
|
WebhookDataCancellationCreated$outboundSchema,
|
|
68447
68451
|
WebhookDataCancellationUpdated$outboundSchema,
|
|
68448
68452
|
WebhookDataCardAutoUpdated$outboundSchema,
|
|
@@ -68456,7 +68460,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68456
68460
|
WebhookDataTransferCreated$outboundSchema,
|
|
68457
68461
|
WebhookDataWalletUpdated$outboundSchema,
|
|
68458
68462
|
WebhookDataBalanceUpdated$outboundSchema,
|
|
68459
|
-
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68460
68463
|
WebhookDataCapabilityRequested$outboundSchema,
|
|
68461
68464
|
WebhookDataInvoiceCreated$outboundSchema,
|
|
68462
68465
|
WebhookDataRepresentativeCreated$outboundSchema,
|
|
@@ -98307,7 +98310,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98307
98310
|
function createMCPServer(deps) {
|
|
98308
98311
|
const server = new McpServer({
|
|
98309
98312
|
name: "Moov",
|
|
98310
|
-
version: "25.8.
|
|
98313
|
+
version: "25.8.7"
|
|
98311
98314
|
});
|
|
98312
98315
|
const client = new MoovCore({
|
|
98313
98316
|
security: deps.security,
|
|
@@ -99864,7 +99867,7 @@ var routes = rn({
|
|
|
99864
99867
|
var app = Ve(routes, {
|
|
99865
99868
|
name: "mcp",
|
|
99866
99869
|
versionInfo: {
|
|
99867
|
-
currentVersion: "25.8.
|
|
99870
|
+
currentVersion: "25.8.7"
|
|
99868
99871
|
}
|
|
99869
99872
|
});
|
|
99870
99873
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -99872,5 +99875,5 @@ export {
|
|
|
99872
99875
|
app
|
|
99873
99876
|
};
|
|
99874
99877
|
|
|
99875
|
-
//# debugId=
|
|
99878
|
+
//# debugId=D5D99B4AE7EAB01F64756E2164756E21
|
|
99876
99879
|
//# sourceMappingURL=mcp-server.js.map
|