@moovio/sdk 26.4.4 → 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.
Files changed (45) hide show
  1. package/bin/mcp-server.js +13 -10
  2. package/bin/mcp-server.js.map +19 -19
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/mcp-server/mcp-server.js +1 -1
  7. package/mcp-server/server.js +1 -1
  8. package/models/components/createdtransfer.d.ts +1 -1
  9. package/models/components/createpaymentlink.d.ts +1 -1
  10. package/models/components/createpaymentlinklineitems.d.ts +1 -1
  11. package/models/components/createpaymentlinklineitemsupdate.d.ts +1 -1
  12. package/models/components/createtransfer.d.ts +1 -1
  13. package/models/components/createtransferlineitems.d.ts +1 -1
  14. package/models/components/paymentlink.d.ts +1 -1
  15. package/models/components/paymentlinklineitems.d.ts +1 -1
  16. package/models/components/transfer.d.ts +1 -1
  17. package/models/components/transferlineitems.d.ts +1 -1
  18. package/models/components/updatepaymentlink.d.ts +1 -1
  19. package/models/components/webhookdata.d.ts +2 -2
  20. package/models/components/webhookdata.d.ts.map +1 -1
  21. package/models/components/webhookdata.js +2 -2
  22. package/models/components/webhookdata.js.map +1 -1
  23. package/models/components/webhookdatabankaccountdeleted.d.ts +3 -0
  24. package/models/components/webhookdatabankaccountdeleted.d.ts.map +1 -1
  25. package/models/components/webhookdatabankaccountdeleted.js +3 -0
  26. package/models/components/webhookdatabankaccountdeleted.js.map +1 -1
  27. package/models/errors/transfer.d.ts +2 -2
  28. package/package.json +1 -1
  29. package/src/lib/config.ts +3 -3
  30. package/src/mcp-server/mcp-server.ts +1 -1
  31. package/src/mcp-server/server.ts +1 -1
  32. package/src/models/components/createdtransfer.ts +1 -1
  33. package/src/models/components/createpaymentlink.ts +1 -1
  34. package/src/models/components/createpaymentlinklineitems.ts +1 -1
  35. package/src/models/components/createpaymentlinklineitemsupdate.ts +1 -1
  36. package/src/models/components/createtransfer.ts +1 -1
  37. package/src/models/components/createtransferlineitems.ts +1 -1
  38. package/src/models/components/paymentlink.ts +1 -1
  39. package/src/models/components/paymentlinklineitems.ts +1 -1
  40. package/src/models/components/transfer.ts +1 -1
  41. package/src/models/components/transferlineitems.ts +1 -1
  42. package/src/models/components/updatepaymentlink.ts +1 -1
  43. package/src/models/components/webhookdata.ts +4 -4
  44. package/src/models/components/webhookdatabankaccountdeleted.ts +9 -0
  45. package/src/models/errors/transfer.ts +2 -2
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.4",
52883
- genVersion: "2.882.0",
52884
- userAgent: "speakeasy-sdk/typescript 26.4.4 2.882.0 v2026.04.00 @moovio/sdk"
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.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.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=613A51CD3F22849F64756E2164756E21
103858
+ //# debugId=E3BB168E00AD288C64756E2164756E21
103856
103859
  //# sourceMappingURL=mcp-server.js.map