@moovio/sdk 25.2.5 → 25.2.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.
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: "v2025.01.00",
52882
- sdkVersion: "25.2.5",
52883
- genVersion: "2.882.0",
52884
- userAgent: "speakeasy-sdk/typescript 25.2.5 2.882.0 v2025.01.00 @moovio/sdk"
52882
+ sdkVersion: "25.2.7",
52883
+ genVersion: "2.884.0",
52884
+ userAgent: "speakeasy-sdk/typescript 25.2.7 2.884.0 v2025.01.00 @moovio/sdk"
52885
52885
  };
52886
52886
  });
52887
52887
 
@@ -66735,13 +66735,16 @@ var init_webhookdatabankaccountcreated = __esm(() => {
66735
66735
  var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema;
66736
66736
  var init_webhookdatabankaccountdeleted = __esm(() => {
66737
66737
  init_esm();
66738
+ init_bankaccountstatus();
66738
66739
  WebhookDataBankAccountDeleted$inboundSchema = objectType({
66739
66740
  bankAccountID: stringType(),
66740
- accountID: stringType()
66741
+ accountID: stringType(),
66742
+ status: BankAccountStatus$inboundSchema
66741
66743
  });
66742
66744
  WebhookDataBankAccountDeleted$outboundSchema = objectType({
66743
66745
  bankAccountID: stringType(),
66744
- accountID: stringType()
66746
+ accountID: stringType(),
66747
+ status: BankAccountStatus$outboundSchema
66745
66748
  });
66746
66749
  });
66747
66750
 
@@ -67373,6 +67376,7 @@ var init_webhookdata = __esm(() => {
67373
67376
  WebhookDataRefundUpdated$inboundSchema,
67374
67377
  WebhookDataWalletTransactionUpdated$inboundSchema,
67375
67378
  WebhookDataBankAccountCreated$inboundSchema,
67379
+ WebhookDataBankAccountDeleted$inboundSchema,
67376
67380
  WebhookDataCancellationCreated$inboundSchema,
67377
67381
  WebhookDataCancellationUpdated$inboundSchema,
67378
67382
  WebhookDataCardAutoUpdated$inboundSchema,
@@ -67386,7 +67390,6 @@ var init_webhookdata = __esm(() => {
67386
67390
  WebhookDataTransferCreated$inboundSchema,
67387
67391
  WebhookDataWalletUpdated$inboundSchema,
67388
67392
  WebhookDataBalanceUpdated$inboundSchema,
67389
- WebhookDataBankAccountDeleted$inboundSchema,
67390
67393
  WebhookDataCapabilityRequested$inboundSchema,
67391
67394
  WebhookDataInvoiceCreated$inboundSchema,
67392
67395
  WebhookDataRepresentativeCreated$inboundSchema,
@@ -67412,6 +67415,7 @@ var init_webhookdata = __esm(() => {
67412
67415
  WebhookDataRefundUpdated$outboundSchema,
67413
67416
  WebhookDataWalletTransactionUpdated$outboundSchema,
67414
67417
  WebhookDataBankAccountCreated$outboundSchema,
67418
+ WebhookDataBankAccountDeleted$outboundSchema,
67415
67419
  WebhookDataCancellationCreated$outboundSchema,
67416
67420
  WebhookDataCancellationUpdated$outboundSchema,
67417
67421
  WebhookDataCardAutoUpdated$outboundSchema,
@@ -67425,7 +67429,6 @@ var init_webhookdata = __esm(() => {
67425
67429
  WebhookDataTransferCreated$outboundSchema,
67426
67430
  WebhookDataWalletUpdated$outboundSchema,
67427
67431
  WebhookDataBalanceUpdated$outboundSchema,
67428
- WebhookDataBankAccountDeleted$outboundSchema,
67429
67432
  WebhookDataCapabilityRequested$outboundSchema,
67430
67433
  WebhookDataInvoiceCreated$outboundSchema,
67431
67434
  WebhookDataRepresentativeCreated$outboundSchema,
@@ -96062,7 +96065,7 @@ var init_webhooksUpdate2 = __esm(() => {
96062
96065
  function createMCPServer(deps) {
96063
96066
  const server = new McpServer({
96064
96067
  name: "Moov",
96065
- version: "25.2.5"
96068
+ version: "25.2.7"
96066
96069
  });
96067
96070
  const client = new MoovCore({
96068
96071
  security: deps.security,
@@ -97607,7 +97610,7 @@ var routes = rn({
97607
97610
  var app = Ve(routes, {
97608
97611
  name: "mcp",
97609
97612
  versionInfo: {
97610
- currentVersion: "25.2.5"
97613
+ currentVersion: "25.2.7"
97611
97614
  }
97612
97615
  });
97613
97616
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -97615,5 +97618,5 @@ export {
97615
97618
  app
97616
97619
  };
97617
97620
 
97618
- //# debugId=AC504DC9AC97E13164756E2164756E21
97621
+ //# debugId=73498375EF374C0464756E2164756E21
97619
97622
  //# sourceMappingURL=mcp-server.js.map