@moovio/sdk 26.5.10 → 26.5.11

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
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
52974
52974
  SDK_METADATA = {
52975
52975
  language: "typescript",
52976
52976
  openapiDocVersion: "v2026.04.00",
52977
- sdkVersion: "26.5.10",
52978
- genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 26.5.10 2.935.1 v2026.04.00 @moovio/sdk"
52977
+ sdkVersion: "26.5.11",
52978
+ genVersion: "2.937.18",
52979
+ userAgent: "speakeasy-sdk/typescript 26.5.11 2.937.18 v2026.04.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -60220,7 +60220,7 @@ var init_refundcardstatus = __esm(() => {
60220
60220
  Settled: "settled",
60221
60221
  Failed: "failed",
60222
60222
  Completed: "completed",
60223
- ClearedExternal: "cleared-external"
60223
+ ClearedExternally: "cleared-externally"
60224
60224
  };
60225
60225
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60226
60226
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60634,7 +60634,7 @@ var init_cardtransactionstatus = __esm(() => {
60634
60634
  Settled: "settled",
60635
60635
  Failed: "failed",
60636
60636
  Completed: "completed",
60637
- ClearedExternal: "cleared-external",
60637
+ ClearedExternally: "cleared-externally",
60638
60638
  Deferred: "deferred"
60639
60639
  };
60640
60640
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
@@ -102778,7 +102778,7 @@ var init_webhooksUpdate2 = __esm(() => {
102778
102778
  function createMCPServer(deps) {
102779
102779
  const server = new McpServer({
102780
102780
  name: "Moov",
102781
- version: "26.5.10"
102781
+ version: "26.5.11"
102782
102782
  });
102783
102783
  const client = new MoovCore({
102784
102784
  security: deps.security,
@@ -104378,7 +104378,7 @@ var routes = rn({
104378
104378
  var app = Ve(routes, {
104379
104379
  name: "mcp",
104380
104380
  versionInfo: {
104381
- currentVersion: "26.5.10"
104381
+ currentVersion: "26.5.11"
104382
104382
  }
104383
104383
  });
104384
104384
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -104386,5 +104386,5 @@ export {
104386
104386
  app
104387
104387
  };
104388
104388
 
104389
- //# debugId=6903331D3909D88464756E2164756E21
104389
+ //# debugId=4677BE6659A6B78764756E2164756E21
104390
104390
  //# sourceMappingURL=mcp-server.js.map