@moovio/sdk 26.10.0-dev.4 → 26.10.0-dev.5

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
@@ -53651,9 +53651,9 @@ var init_config = __esm(() => {
53651
53651
  SDK_METADATA = {
53652
53652
  language: "typescript",
53653
53653
  openapiDocVersion: "v2026.10.00",
53654
- sdkVersion: "26.10.0-dev.4",
53654
+ sdkVersion: "26.10.0-dev.5",
53655
53655
  genVersion: "2.935.1",
53656
- userAgent: "speakeasy-sdk/typescript 26.10.0-dev.4 2.935.1 v2026.10.00 @moovio/sdk"
53656
+ userAgent: "speakeasy-sdk/typescript 26.10.0-dev.5 2.935.1 v2026.10.00 @moovio/sdk"
53657
53657
  };
53658
53658
  });
53659
53659
 
@@ -62020,7 +62020,8 @@ var init_cardpaymenttransactionstatus = __esm(() => {
62020
62020
  Canceled: "canceled",
62021
62021
  Settled: "settled",
62022
62022
  Failed: "failed",
62023
- Completed: "completed"
62023
+ Completed: "completed",
62024
+ ClearedExternal: "cleared-external"
62024
62025
  };
62025
62026
  CardPaymentTransactionStatus$inboundSchema = inboundSchema(CardPaymentTransactionStatus);
62026
62027
  CardPaymentTransactionStatus$outboundSchema = outboundSchema(CardPaymentTransactionStatus);
@@ -108163,7 +108164,7 @@ var init_webhooksUpdate2 = __esm(() => {
108163
108164
  function createMCPServer(deps) {
108164
108165
  const server = new McpServer({
108165
108166
  name: "Moov",
108166
- version: "26.10.0-dev.4"
108167
+ version: "26.10.0-dev.5"
108167
108168
  });
108168
108169
  const client = new MoovCore({
108169
108170
  security: deps.security,
@@ -109785,7 +109786,7 @@ var routes = rn({
109785
109786
  var app = Ve(routes, {
109786
109787
  name: "mcp",
109787
109788
  versionInfo: {
109788
- currentVersion: "26.10.0-dev.4"
109789
+ currentVersion: "26.10.0-dev.5"
109789
109790
  }
109790
109791
  });
109791
109792
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -109793,5 +109794,5 @@ export {
109793
109794
  app
109794
109795
  };
109795
109796
 
109796
- //# debugId=FD74BAF14696034464756E2164756E21
109797
+ //# debugId=DE4B46752DA96DD664756E2164756E21
109797
109798
  //# sourceMappingURL=mcp-server.js.map