@moovio/sdk 25.6.8 → 25.6.9

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: "v2025.04.00",
52977
- sdkVersion: "25.6.8",
52977
+ sdkVersion: "25.6.9",
52978
52978
  genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 25.6.8 2.935.1 v2025.04.00 @moovio/sdk"
52979
+ userAgent: "speakeasy-sdk/typescript 25.6.9 2.935.1 v2025.04.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -60056,7 +60056,8 @@ var init_refundcardstatus = __esm(() => {
60056
60056
  Confirmed: "confirmed",
60057
60057
  Settled: "settled",
60058
60058
  Failed: "failed",
60059
- Completed: "completed"
60059
+ Completed: "completed",
60060
+ ClearedExternal: "cleared-external"
60060
60061
  };
60061
60062
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60062
60063
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60458,7 +60459,8 @@ var init_cardtransactionstatus = __esm(() => {
60458
60459
  Canceled: "canceled",
60459
60460
  Settled: "settled",
60460
60461
  Failed: "failed",
60461
- Completed: "completed"
60462
+ Completed: "completed",
60463
+ ClearedExternal: "cleared-external"
60462
60464
  };
60463
60465
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
60464
60466
  CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
@@ -96621,7 +96623,7 @@ var init_webhooksUpdate2 = __esm(() => {
96621
96623
  function createMCPServer(deps) {
96622
96624
  const server = new McpServer({
96623
96625
  name: "Moov",
96624
- version: "25.6.8"
96626
+ version: "25.6.9"
96625
96627
  });
96626
96628
  const client = new MoovCore({
96627
96629
  security: deps.security,
@@ -98179,7 +98181,7 @@ var routes = rn({
98179
98181
  var app = Ve(routes, {
98180
98182
  name: "mcp",
98181
98183
  versionInfo: {
98182
- currentVersion: "25.6.8"
98184
+ currentVersion: "25.6.9"
98183
98185
  }
98184
98186
  });
98185
98187
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -98187,5 +98189,5 @@ export {
98187
98189
  app
98188
98190
  };
98189
98191
 
98190
- //# debugId=FF9358ECB7AE53F864756E2164756E21
98192
+ //# debugId=C280133C43D78B0464756E2164756E21
98191
98193
  //# sourceMappingURL=mcp-server.js.map