@moovio/sdk 26.3.8 → 26.3.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: "v2026.01.00",
52977
- sdkVersion: "26.3.8",
52978
- genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 26.3.8 2.935.1 v2026.01.00 @moovio/sdk"
52977
+ sdkVersion: "26.3.10",
52978
+ genVersion: "2.937.18",
52979
+ userAgent: "speakeasy-sdk/typescript 26.3.10 2.937.18 v2026.01.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -60199,7 +60199,8 @@ var init_refundcardstatus = __esm(() => {
60199
60199
  Confirmed: "confirmed",
60200
60200
  Settled: "settled",
60201
60201
  Failed: "failed",
60202
- Completed: "completed"
60202
+ Completed: "completed",
60203
+ ClearedExternally: "cleared-externally"
60203
60204
  };
60204
60205
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60205
60206
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60601,7 +60602,8 @@ var init_cardtransactionstatus = __esm(() => {
60601
60602
  Canceled: "canceled",
60602
60603
  Settled: "settled",
60603
60604
  Failed: "failed",
60604
- Completed: "completed"
60605
+ Completed: "completed",
60606
+ ClearedExternally: "cleared-externally"
60605
60607
  };
60606
60608
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
60607
60609
  CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
@@ -98768,7 +98770,7 @@ var init_webhooksUpdate2 = __esm(() => {
98768
98770
  function createMCPServer(deps) {
98769
98771
  const server = new McpServer({
98770
98772
  name: "Moov",
98771
- version: "26.3.8"
98773
+ version: "26.3.10"
98772
98774
  });
98773
98775
  const client = new MoovCore({
98774
98776
  security: deps.security,
@@ -100338,7 +100340,7 @@ var routes = rn({
100338
100340
  var app = Ve(routes, {
100339
100341
  name: "mcp",
100340
100342
  versionInfo: {
100341
- currentVersion: "26.3.8"
100343
+ currentVersion: "26.3.10"
100342
100344
  }
100343
100345
  });
100344
100346
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -100346,5 +100348,5 @@ export {
100346
100348
  app
100347
100349
  };
100348
100350
 
100349
- //# debugId=3D7C526B7F21306D64756E2164756E21
100351
+ //# debugId=4DFD9C3BE353860E64756E2164756E21
100350
100352
  //# sourceMappingURL=mcp-server.js.map