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