@moovio/sdk 25.12.9 → 25.12.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.10.00",
52977
- sdkVersion: "25.12.9",
52978
- genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 25.12.9 2.935.1 v2025.10.00 @moovio/sdk"
52977
+ sdkVersion: "25.12.10",
52978
+ genVersion: "2.937.18",
52979
+ userAgent: "speakeasy-sdk/typescript 25.12.10 2.937.18 v2025.10.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -60199,7 +60199,7 @@ var init_refundcardstatus = __esm(() => {
60199
60199
  Settled: "settled",
60200
60200
  Failed: "failed",
60201
60201
  Completed: "completed",
60202
- ClearedExternal: "cleared-external"
60202
+ ClearedExternally: "cleared-externally"
60203
60203
  };
60204
60204
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60205
60205
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60602,7 +60602,7 @@ var init_cardtransactionstatus = __esm(() => {
60602
60602
  Settled: "settled",
60603
60603
  Failed: "failed",
60604
60604
  Completed: "completed",
60605
- ClearedExternal: "cleared-external"
60605
+ ClearedExternally: "cleared-externally"
60606
60606
  };
60607
60607
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
60608
60608
  CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
@@ -98726,7 +98726,7 @@ var init_webhooksUpdate2 = __esm(() => {
98726
98726
  function createMCPServer(deps) {
98727
98727
  const server = new McpServer({
98728
98728
  name: "Moov",
98729
- version: "25.12.9"
98729
+ version: "25.12.10"
98730
98730
  });
98731
98731
  const client = new MoovCore({
98732
98732
  security: deps.security,
@@ -100296,7 +100296,7 @@ var routes = rn({
100296
100296
  var app = Ve(routes, {
100297
100297
  name: "mcp",
100298
100298
  versionInfo: {
100299
- currentVersion: "25.12.9"
100299
+ currentVersion: "25.12.10"
100300
100300
  }
100301
100301
  });
100302
100302
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -100304,5 +100304,5 @@ export {
100304
100304
  app
100305
100305
  };
100306
100306
 
100307
- //# debugId=5504BB828DA2E67964756E2164756E21
100307
+ //# debugId=91D207247097670364756E2164756E21
100308
100308
  //# sourceMappingURL=mcp-server.js.map