@moovio/sdk 26.5.9 → 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.9",
52978
- genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 26.5.9 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
 
@@ -60219,7 +60219,8 @@ var init_refundcardstatus = __esm(() => {
60219
60219
  Confirmed: "confirmed",
60220
60220
  Settled: "settled",
60221
60221
  Failed: "failed",
60222
- Completed: "completed"
60222
+ Completed: "completed",
60223
+ ClearedExternally: "cleared-externally"
60223
60224
  };
60224
60225
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60225
60226
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60633,6 +60634,7 @@ var init_cardtransactionstatus = __esm(() => {
60633
60634
  Settled: "settled",
60634
60635
  Failed: "failed",
60635
60636
  Completed: "completed",
60637
+ ClearedExternally: "cleared-externally",
60636
60638
  Deferred: "deferred"
60637
60639
  };
60638
60640
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
@@ -102776,7 +102778,7 @@ var init_webhooksUpdate2 = __esm(() => {
102776
102778
  function createMCPServer(deps) {
102777
102779
  const server = new McpServer({
102778
102780
  name: "Moov",
102779
- version: "26.5.9"
102781
+ version: "26.5.11"
102780
102782
  });
102781
102783
  const client = new MoovCore({
102782
102784
  security: deps.security,
@@ -104376,7 +104378,7 @@ var routes = rn({
104376
104378
  var app = Ve(routes, {
104377
104379
  name: "mcp",
104378
104380
  versionInfo: {
104379
- currentVersion: "26.5.9"
104381
+ currentVersion: "26.5.11"
104380
104382
  }
104381
104383
  });
104382
104384
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -104384,5 +104386,5 @@ export {
104384
104386
  app
104385
104387
  };
104386
104388
 
104387
- //# debugId=FC2033AA82C3D38864756E2164756E21
104389
+ //# debugId=4677BE6659A6B78764756E2164756E21
104388
104390
  //# sourceMappingURL=mcp-server.js.map