@moovio/sdk 26.7.0-dev.0 → 26.7.0-dev.1

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
@@ -53586,9 +53586,9 @@ var init_config = __esm(() => {
53586
53586
  SDK_METADATA = {
53587
53587
  language: "typescript",
53588
53588
  openapiDocVersion: "v2026.07.00",
53589
- sdkVersion: "26.7.0-dev.0",
53589
+ sdkVersion: "26.7.0-dev.1",
53590
53590
  genVersion: "2.884.0",
53591
- userAgent: "speakeasy-sdk/typescript 26.7.0-dev.0 2.884.0 v2026.07.00 @moovio/sdk"
53591
+ userAgent: "speakeasy-sdk/typescript 26.7.0-dev.1 2.884.0 v2026.07.00 @moovio/sdk"
53592
53592
  };
53593
53593
  });
53594
53594
 
@@ -70538,13 +70538,16 @@ var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$o
70538
70538
  var init_webhookdatabankaccountdeleted = __esm(() => {
70539
70539
  init_v3();
70540
70540
  init_primitives2();
70541
+ init_bankaccountstatus();
70541
70542
  WebhookDataBankAccountDeleted$inboundSchema = objectType({
70542
70543
  bankAccountID: string4(),
70543
- accountID: string4()
70544
+ accountID: string4(),
70545
+ status: BankAccountStatus$inboundSchema
70544
70546
  });
70545
70547
  WebhookDataBankAccountDeleted$outboundSchema = objectType({
70546
70548
  bankAccountID: stringType(),
70547
- accountID: stringType()
70549
+ accountID: stringType(),
70550
+ status: BankAccountStatus$outboundSchema
70548
70551
  });
70549
70552
  });
70550
70553
 
@@ -71207,6 +71210,7 @@ var init_webhookdata = __esm(() => {
71207
71210
  WebhookDataRefundUpdated$inboundSchema,
71208
71211
  WebhookDataWalletTransactionUpdated$inboundSchema,
71209
71212
  WebhookDataBankAccountCreated$inboundSchema,
71213
+ WebhookDataBankAccountDeleted$inboundSchema,
71210
71214
  WebhookDataCancellationCreated$inboundSchema,
71211
71215
  WebhookDataCancellationUpdated$inboundSchema,
71212
71216
  WebhookDataCardAutoUpdated$inboundSchema,
@@ -71220,7 +71224,6 @@ var init_webhookdata = __esm(() => {
71220
71224
  WebhookDataTransferCreated$inboundSchema,
71221
71225
  WebhookDataWalletUpdated$inboundSchema,
71222
71226
  WebhookDataBalanceUpdated$inboundSchema,
71223
- WebhookDataBankAccountDeleted$inboundSchema,
71224
71227
  WebhookDataCapabilityRequested$inboundSchema,
71225
71228
  WebhookDataInvoiceCreated$inboundSchema,
71226
71229
  WebhookDataRepresentativeCreated$inboundSchema,
@@ -71246,6 +71249,7 @@ var init_webhookdata = __esm(() => {
71246
71249
  WebhookDataRefundUpdated$outboundSchema,
71247
71250
  WebhookDataWalletTransactionUpdated$outboundSchema,
71248
71251
  WebhookDataBankAccountCreated$outboundSchema,
71252
+ WebhookDataBankAccountDeleted$outboundSchema,
71249
71253
  WebhookDataCancellationCreated$outboundSchema,
71250
71254
  WebhookDataCancellationUpdated$outboundSchema,
71251
71255
  WebhookDataCardAutoUpdated$outboundSchema,
@@ -71259,7 +71263,6 @@ var init_webhookdata = __esm(() => {
71259
71263
  WebhookDataTransferCreated$outboundSchema,
71260
71264
  WebhookDataWalletUpdated$outboundSchema,
71261
71265
  WebhookDataBalanceUpdated$outboundSchema,
71262
- WebhookDataBankAccountDeleted$outboundSchema,
71263
71266
  WebhookDataCapabilityRequested$outboundSchema,
71264
71267
  WebhookDataInvoiceCreated$outboundSchema,
71265
71268
  WebhookDataRepresentativeCreated$outboundSchema,
@@ -104293,7 +104296,7 @@ var init_webhooksUpdate2 = __esm(() => {
104293
104296
  function createMCPServer(deps) {
104294
104297
  const server = new McpServer({
104295
104298
  name: "Moov",
104296
- version: "26.7.0-dev.0"
104299
+ version: "26.7.0-dev.1"
104297
104300
  });
104298
104301
  const client = new MoovCore({
104299
104302
  security: deps.security,
@@ -105893,7 +105896,7 @@ var routes = rn({
105893
105896
  var app = Ve(routes, {
105894
105897
  name: "mcp",
105895
105898
  versionInfo: {
105896
- currentVersion: "26.7.0-dev.0"
105899
+ currentVersion: "26.7.0-dev.1"
105897
105900
  }
105898
105901
  });
105899
105902
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -105901,5 +105904,5 @@ export {
105901
105904
  app
105902
105905
  };
105903
105906
 
105904
- //# debugId=1877E65E44F4E99F64756E2164756E21
105907
+ //# debugId=C688786A19037AF564756E2164756E21
105905
105908
  //# sourceMappingURL=mcp-server.js.map