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