@moovio/sdk 25.6.9 → 25.6.10

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