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