@moovio/sdk 26.2.6 → 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 +13 -10
- package/bin/mcp-server.js.map +7 -7
- 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/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/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/webhookdata.ts +4 -4
- package/src/models/components/webhookdatabankaccountdeleted.ts +9 -0
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
|
|
|
@@ -67808,13 +67808,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
|
|
|
67808
67808
|
var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
|
|
67809
67809
|
var init_webhookdatabankaccountdeleted = __esm(() => {
|
|
67810
67810
|
init_esm();
|
|
67811
|
+
init_bankaccountstatus();
|
|
67811
67812
|
WebhookDataBankAccountDeleted$inboundSchema = objectType({
|
|
67812
67813
|
bankAccountID: stringType(),
|
|
67813
|
-
accountID: stringType()
|
|
67814
|
+
accountID: stringType(),
|
|
67815
|
+
status: BankAccountStatus$inboundSchema
|
|
67814
67816
|
});
|
|
67815
67817
|
WebhookDataBankAccountDeleted$outboundSchema = objectType({
|
|
67816
67818
|
bankAccountID: stringType(),
|
|
67817
|
-
accountID: stringType()
|
|
67819
|
+
accountID: stringType(),
|
|
67820
|
+
status: BankAccountStatus$outboundSchema
|
|
67818
67821
|
});
|
|
67819
67822
|
});
|
|
67820
67823
|
|
|
@@ -68446,6 +68449,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68446
68449
|
WebhookDataRefundUpdated$inboundSchema,
|
|
68447
68450
|
WebhookDataWalletTransactionUpdated$inboundSchema,
|
|
68448
68451
|
WebhookDataBankAccountCreated$inboundSchema,
|
|
68452
|
+
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68449
68453
|
WebhookDataCancellationCreated$inboundSchema,
|
|
68450
68454
|
WebhookDataCancellationUpdated$inboundSchema,
|
|
68451
68455
|
WebhookDataCardAutoUpdated$inboundSchema,
|
|
@@ -68459,7 +68463,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68459
68463
|
WebhookDataTransferCreated$inboundSchema,
|
|
68460
68464
|
WebhookDataWalletUpdated$inboundSchema,
|
|
68461
68465
|
WebhookDataBalanceUpdated$inboundSchema,
|
|
68462
|
-
WebhookDataBankAccountDeleted$inboundSchema,
|
|
68463
68466
|
WebhookDataCapabilityRequested$inboundSchema,
|
|
68464
68467
|
WebhookDataInvoiceCreated$inboundSchema,
|
|
68465
68468
|
WebhookDataRepresentativeCreated$inboundSchema,
|
|
@@ -68485,6 +68488,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68485
68488
|
WebhookDataRefundUpdated$outboundSchema,
|
|
68486
68489
|
WebhookDataWalletTransactionUpdated$outboundSchema,
|
|
68487
68490
|
WebhookDataBankAccountCreated$outboundSchema,
|
|
68491
|
+
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68488
68492
|
WebhookDataCancellationCreated$outboundSchema,
|
|
68489
68493
|
WebhookDataCancellationUpdated$outboundSchema,
|
|
68490
68494
|
WebhookDataCardAutoUpdated$outboundSchema,
|
|
@@ -68498,7 +68502,6 @@ var init_webhookdata = __esm(() => {
|
|
|
68498
68502
|
WebhookDataTransferCreated$outboundSchema,
|
|
68499
68503
|
WebhookDataWalletUpdated$outboundSchema,
|
|
68500
68504
|
WebhookDataBalanceUpdated$outboundSchema,
|
|
68501
|
-
WebhookDataBankAccountDeleted$outboundSchema,
|
|
68502
68505
|
WebhookDataCapabilityRequested$outboundSchema,
|
|
68503
68506
|
WebhookDataInvoiceCreated$outboundSchema,
|
|
68504
68507
|
WebhookDataRepresentativeCreated$outboundSchema,
|
|
@@ -98351,7 +98354,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98351
98354
|
function createMCPServer(deps) {
|
|
98352
98355
|
const server = new McpServer({
|
|
98353
98356
|
name: "Moov",
|
|
98354
|
-
version: "26.2.
|
|
98357
|
+
version: "26.2.7"
|
|
98355
98358
|
});
|
|
98356
98359
|
const client = new MoovCore({
|
|
98357
98360
|
security: deps.security,
|
|
@@ -99908,7 +99911,7 @@ var routes = rn({
|
|
|
99908
99911
|
var app = Ve(routes, {
|
|
99909
99912
|
name: "mcp",
|
|
99910
99913
|
versionInfo: {
|
|
99911
|
-
currentVersion: "26.2.
|
|
99914
|
+
currentVersion: "26.2.7"
|
|
99912
99915
|
}
|
|
99913
99916
|
});
|
|
99914
99917
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -99916,5 +99919,5 @@ export {
|
|
|
99916
99919
|
app
|
|
99917
99920
|
};
|
|
99918
99921
|
|
|
99919
|
-
//# debugId=
|
|
99922
|
+
//# debugId=16036F6BB02E0BF364756E2164756E21
|
|
99920
99923
|
//# sourceMappingURL=mcp-server.js.map
|