@moovio/sdk 26.7.4 → 26.7.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.07.00",
53654
- sdkVersion: "26.7.4",
53655
- genVersion: "2.935.1",
53656
- userAgent: "speakeasy-sdk/typescript 26.7.4 2.935.1 v2026.07.00 @moovio/sdk"
53654
+ sdkVersion: "26.7.5",
53655
+ genVersion: "2.937.18",
53656
+ userAgent: "speakeasy-sdk/typescript 26.7.5 2.937.18 v2026.07.00 @moovio/sdk"
53657
53657
  };
53658
53658
  });
53659
53659
 
@@ -61352,7 +61352,7 @@ var init_refundcardstatus = __esm(() => {
61352
61352
  Settled: "settled",
61353
61353
  Failed: "failed",
61354
61354
  Completed: "completed",
61355
- ClearedExternal: "cleared-external"
61355
+ ClearedExternally: "cleared-externally"
61356
61356
  };
61357
61357
  RefundCardStatus$inboundSchema = inboundSchema(RefundCardStatus);
61358
61358
  RefundCardStatus$outboundSchema = outboundSchema(RefundCardStatus);
@@ -61852,7 +61852,7 @@ var init_cardtransactionstatus = __esm(() => {
61852
61852
  Settled: "settled",
61853
61853
  Failed: "failed",
61854
61854
  Completed: "completed",
61855
- ClearedExternal: "cleared-external",
61855
+ ClearedExternally: "cleared-externally",
61856
61856
  Deferred: "deferred"
61857
61857
  };
61858
61858
  CardTransactionStatus$inboundSchema = inboundSchema(CardTransactionStatus);
@@ -106226,7 +106226,7 @@ var init_webhooksUpdate2 = __esm(() => {
106226
106226
  function createMCPServer(deps) {
106227
106227
  const server = new McpServer({
106228
106228
  name: "Moov",
106229
- version: "26.7.4"
106229
+ version: "26.7.5"
106230
106230
  });
106231
106231
  const client = new MoovCore({
106232
106232
  security: deps.security,
@@ -107834,7 +107834,7 @@ var routes = rn({
107834
107834
  var app = Ve(routes, {
107835
107835
  name: "mcp",
107836
107836
  versionInfo: {
107837
- currentVersion: "26.7.4"
107837
+ currentVersion: "26.7.5"
107838
107838
  }
107839
107839
  });
107840
107840
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -107842,5 +107842,5 @@ export {
107842
107842
  app
107843
107843
  };
107844
107844
 
107845
- //# debugId=0F7F0CE494441E7E64756E2164756E21
107845
+ //# debugId=D0F4D8AB6413CD8A64756E2164756E21
107846
107846
  //# sourceMappingURL=mcp-server.js.map