@moovio/sdk 25.11.6 → 25.11.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 CHANGED
@@ -52879,9 +52879,9 @@ var init_config = __esm(() => {
52879
52879
  SDK_METADATA = {
52880
52880
  language: "typescript",
52881
52881
  openapiDocVersion: "v2025.10.00",
52882
- sdkVersion: "25.11.6",
52883
- genVersion: "2.882.0",
52884
- userAgent: "speakeasy-sdk/typescript 25.11.6 2.882.0 v2025.10.00 @moovio/sdk"
52882
+ sdkVersion: "25.11.7",
52883
+ genVersion: "2.884.0",
52884
+ userAgent: "speakeasy-sdk/typescript 25.11.7 2.884.0 v2025.10.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.11.6"
98313
+ version: "25.11.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.11.6"
99870
+ currentVersion: "25.11.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=D78C3AB0148F55DC64756E2164756E21
99878
+ //# debugId=341882086757FB1364756E2164756E21
99876
99879
  //# sourceMappingURL=mcp-server.js.map