@moovio/sdk 26.4.5 → 26.4.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/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.04.00",
|
|
52882
|
-
sdkVersion: "26.4.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 26.4.
|
|
52882
|
+
sdkVersion: "26.4.6",
|
|
52883
|
+
genVersion: "2.884.0",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 26.4.6 2.884.0 v2026.04.00 @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -68933,13 +68933,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
|
|
|
68933
68933
|
var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
|
|
68934
68934
|
var init_webhookdatabankaccountdeleted = __esm(() => {
|
|
68935
68935
|
init_esm();
|
|
68936
|
+
init_bankaccountstatus();
|
|
68936
68937
|
WebhookDataBankAccountDeleted$inboundSchema = objectType({
|
|
68937
68938
|
bankAccountID: stringType(),
|
|
68938
|
-
accountID: stringType()
|
|
68939
|
+
accountID: stringType(),
|
|
68940
|
+
status: BankAccountStatus$inboundSchema
|
|
68939
68941
|
});
|
|
68940
68942
|
WebhookDataBankAccountDeleted$outboundSchema = objectType({
|
|
68941
68943
|
bankAccountID: stringType(),
|
|
68942
|
-
accountID: stringType()
|
|
68944
|
+
accountID: stringType(),
|
|
68945
|
+
status: BankAccountStatus$outboundSchema
|
|
68943
68946
|
});
|
|
68944
68947
|
});
|
|
68945
68948
|
|
|
@@ -69571,6 +69574,7 @@ var init_webhookdata = __esm(() => {
|
|
|
69571
69574
|
WebhookDataRefundUpdated$inboundSchema,
|
|
69572
69575
|
WebhookDataWalletTransactionUpdated$inboundSchema,
|
|
69573
69576
|
WebhookDataBankAccountCreated$inboundSchema,
|
|
69577
|
+
WebhookDataBankAccountDeleted$inboundSchema,
|
|
69574
69578
|
WebhookDataCancellationCreated$inboundSchema,
|
|
69575
69579
|
WebhookDataCancellationUpdated$inboundSchema,
|
|
69576
69580
|
WebhookDataCardAutoUpdated$inboundSchema,
|
|
@@ -69584,7 +69588,6 @@ var init_webhookdata = __esm(() => {
|
|
|
69584
69588
|
WebhookDataTransferCreated$inboundSchema,
|
|
69585
69589
|
WebhookDataWalletUpdated$inboundSchema,
|
|
69586
69590
|
WebhookDataBalanceUpdated$inboundSchema,
|
|
69587
|
-
WebhookDataBankAccountDeleted$inboundSchema,
|
|
69588
69591
|
WebhookDataCapabilityRequested$inboundSchema,
|
|
69589
69592
|
WebhookDataInvoiceCreated$inboundSchema,
|
|
69590
69593
|
WebhookDataRepresentativeCreated$inboundSchema,
|
|
@@ -69610,6 +69613,7 @@ var init_webhookdata = __esm(() => {
|
|
|
69610
69613
|
WebhookDataRefundUpdated$outboundSchema,
|
|
69611
69614
|
WebhookDataWalletTransactionUpdated$outboundSchema,
|
|
69612
69615
|
WebhookDataBankAccountCreated$outboundSchema,
|
|
69616
|
+
WebhookDataBankAccountDeleted$outboundSchema,
|
|
69613
69617
|
WebhookDataCancellationCreated$outboundSchema,
|
|
69614
69618
|
WebhookDataCancellationUpdated$outboundSchema,
|
|
69615
69619
|
WebhookDataCardAutoUpdated$outboundSchema,
|
|
@@ -69623,7 +69627,6 @@ var init_webhookdata = __esm(() => {
|
|
|
69623
69627
|
WebhookDataTransferCreated$outboundSchema,
|
|
69624
69628
|
WebhookDataWalletUpdated$outboundSchema,
|
|
69625
69629
|
WebhookDataBalanceUpdated$outboundSchema,
|
|
69626
|
-
WebhookDataBankAccountDeleted$outboundSchema,
|
|
69627
69630
|
WebhookDataCapabilityRequested$outboundSchema,
|
|
69628
69631
|
WebhookDataInvoiceCreated$outboundSchema,
|
|
69629
69632
|
WebhookDataRepresentativeCreated$outboundSchema,
|
|
@@ -102257,7 +102260,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102257
102260
|
function createMCPServer(deps) {
|
|
102258
102261
|
const server = new McpServer({
|
|
102259
102262
|
name: "Moov",
|
|
102260
|
-
version: "26.4.
|
|
102263
|
+
version: "26.4.6"
|
|
102261
102264
|
});
|
|
102262
102265
|
const client = new MoovCore({
|
|
102263
102266
|
security: deps.security,
|
|
@@ -103844,7 +103847,7 @@ var routes = rn({
|
|
|
103844
103847
|
var app = Ve(routes, {
|
|
103845
103848
|
name: "mcp",
|
|
103846
103849
|
versionInfo: {
|
|
103847
|
-
currentVersion: "26.4.
|
|
103850
|
+
currentVersion: "26.4.6"
|
|
103848
103851
|
}
|
|
103849
103852
|
});
|
|
103850
103853
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -103852,5 +103855,5 @@ export {
|
|
|
103852
103855
|
app
|
|
103853
103856
|
};
|
|
103854
103857
|
|
|
103855
|
-
//# debugId=
|
|
103858
|
+
//# debugId=E3BB168E00AD288C64756E2164756E21
|
|
103856
103859
|
//# sourceMappingURL=mcp-server.js.map
|