@moovio/sdk 25.5.6 → 25.5.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: "v2025.04.00",
|
|
52882
|
-
sdkVersion: "25.5.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 25.5.
|
|
52882
|
+
sdkVersion: "25.5.7",
|
|
52883
|
+
genVersion: "2.884.0",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 25.5.7 2.884.0 v2025.04.00 @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -66878,13 +66878,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
|
|
|
66878
66878
|
var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
|
|
66879
66879
|
var init_webhookdatabankaccountdeleted = __esm(() => {
|
|
66880
66880
|
init_esm();
|
|
66881
|
+
init_bankaccountstatus();
|
|
66881
66882
|
WebhookDataBankAccountDeleted$inboundSchema = objectType({
|
|
66882
66883
|
bankAccountID: stringType(),
|
|
66883
|
-
accountID: stringType()
|
|
66884
|
+
accountID: stringType(),
|
|
66885
|
+
status: BankAccountStatus$inboundSchema
|
|
66884
66886
|
});
|
|
66885
66887
|
WebhookDataBankAccountDeleted$outboundSchema = objectType({
|
|
66886
66888
|
bankAccountID: stringType(),
|
|
66887
|
-
accountID: stringType()
|
|
66889
|
+
accountID: stringType(),
|
|
66890
|
+
status: BankAccountStatus$outboundSchema
|
|
66888
66891
|
});
|
|
66889
66892
|
});
|
|
66890
66893
|
|
|
@@ -67516,6 +67519,7 @@ var init_webhookdata = __esm(() => {
|
|
|
67516
67519
|
WebhookDataRefundUpdated$inboundSchema,
|
|
67517
67520
|
WebhookDataWalletTransactionUpdated$inboundSchema,
|
|
67518
67521
|
WebhookDataBankAccountCreated$inboundSchema,
|
|
67522
|
+
WebhookDataBankAccountDeleted$inboundSchema,
|
|
67519
67523
|
WebhookDataCancellationCreated$inboundSchema,
|
|
67520
67524
|
WebhookDataCancellationUpdated$inboundSchema,
|
|
67521
67525
|
WebhookDataCardAutoUpdated$inboundSchema,
|
|
@@ -67529,7 +67533,6 @@ var init_webhookdata = __esm(() => {
|
|
|
67529
67533
|
WebhookDataTransferCreated$inboundSchema,
|
|
67530
67534
|
WebhookDataWalletUpdated$inboundSchema,
|
|
67531
67535
|
WebhookDataBalanceUpdated$inboundSchema,
|
|
67532
|
-
WebhookDataBankAccountDeleted$inboundSchema,
|
|
67533
67536
|
WebhookDataCapabilityRequested$inboundSchema,
|
|
67534
67537
|
WebhookDataInvoiceCreated$inboundSchema,
|
|
67535
67538
|
WebhookDataRepresentativeCreated$inboundSchema,
|
|
@@ -67555,6 +67558,7 @@ var init_webhookdata = __esm(() => {
|
|
|
67555
67558
|
WebhookDataRefundUpdated$outboundSchema,
|
|
67556
67559
|
WebhookDataWalletTransactionUpdated$outboundSchema,
|
|
67557
67560
|
WebhookDataBankAccountCreated$outboundSchema,
|
|
67561
|
+
WebhookDataBankAccountDeleted$outboundSchema,
|
|
67558
67562
|
WebhookDataCancellationCreated$outboundSchema,
|
|
67559
67563
|
WebhookDataCancellationUpdated$outboundSchema,
|
|
67560
67564
|
WebhookDataCardAutoUpdated$outboundSchema,
|
|
@@ -67568,7 +67572,6 @@ var init_webhookdata = __esm(() => {
|
|
|
67568
67572
|
WebhookDataTransferCreated$outboundSchema,
|
|
67569
67573
|
WebhookDataWalletUpdated$outboundSchema,
|
|
67570
67574
|
WebhookDataBalanceUpdated$outboundSchema,
|
|
67571
|
-
WebhookDataBankAccountDeleted$outboundSchema,
|
|
67572
67575
|
WebhookDataCapabilityRequested$outboundSchema,
|
|
67573
67576
|
WebhookDataInvoiceCreated$outboundSchema,
|
|
67574
67577
|
WebhookDataRepresentativeCreated$outboundSchema,
|
|
@@ -96211,7 +96214,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96211
96214
|
function createMCPServer(deps) {
|
|
96212
96215
|
const server = new McpServer({
|
|
96213
96216
|
name: "Moov",
|
|
96214
|
-
version: "25.5.
|
|
96217
|
+
version: "25.5.7"
|
|
96215
96218
|
});
|
|
96216
96219
|
const client = new MoovCore({
|
|
96217
96220
|
security: deps.security,
|
|
@@ -97756,7 +97759,7 @@ var routes = rn({
|
|
|
97756
97759
|
var app = Ve(routes, {
|
|
97757
97760
|
name: "mcp",
|
|
97758
97761
|
versionInfo: {
|
|
97759
|
-
currentVersion: "25.5.
|
|
97762
|
+
currentVersion: "25.5.7"
|
|
97760
97763
|
}
|
|
97761
97764
|
});
|
|
97762
97765
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -97764,5 +97767,5 @@ export {
|
|
|
97764
97767
|
app
|
|
97765
97768
|
};
|
|
97766
97769
|
|
|
97767
|
-
//# debugId=
|
|
97770
|
+
//# debugId=158F472A67548BEE64756E2164756E21
|
|
97768
97771
|
//# sourceMappingURL=mcp-server.js.map
|