@moovio/sdk 24.3.9 → 24.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: "v2024.01.00",
52977
- sdkVersion: "24.3.9",
52978
- genVersion: "2.935.1",
52979
- userAgent: "speakeasy-sdk/typescript 24.3.9 2.935.1 v2024.01.00 @moovio/sdk"
52977
+ sdkVersion: "24.3.10",
52978
+ genVersion: "2.937.18",
52979
+ userAgent: "speakeasy-sdk/typescript 24.3.10 2.937.18 v2024.01.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -60056,7 +60056,7 @@ var init_refundcardstatus = __esm(() => {
60056
60056
  Settled: "settled",
60057
60057
  Failed: "failed",
60058
60058
  Completed: "completed",
60059
- ClearedExternal: "cleared-external"
60059
+ ClearedExternally: "cleared-externally"
60060
60060
  };
60061
60061
  RefundCardStatus$inboundSchema = nativeEnumType(RefundCardStatus);
60062
60062
  RefundCardStatus$outboundSchema = RefundCardStatus$inboundSchema;
@@ -60327,7 +60327,7 @@ var init_cardtransactionstatus = __esm(() => {
60327
60327
  Settled: "settled",
60328
60328
  Failed: "failed",
60329
60329
  Completed: "completed",
60330
- ClearedExternal: "cleared-external"
60330
+ ClearedExternally: "cleared-externally"
60331
60331
  };
60332
60332
  CardTransactionStatus$inboundSchema = nativeEnumType(CardTransactionStatus);
60333
60333
  CardTransactionStatus$outboundSchema = CardTransactionStatus$inboundSchema;
@@ -96474,7 +96474,7 @@ var init_webhooksUpdate2 = __esm(() => {
96474
96474
  function createMCPServer(deps) {
96475
96475
  const server = new McpServer({
96476
96476
  name: "Moov",
96477
- version: "24.3.9"
96477
+ version: "24.3.10"
96478
96478
  });
96479
96479
  const client = new MoovCore({
96480
96480
  security: deps.security,
@@ -98032,7 +98032,7 @@ var routes = rn({
98032
98032
  var app = Ve(routes, {
98033
98033
  name: "mcp",
98034
98034
  versionInfo: {
98035
- currentVersion: "24.3.9"
98035
+ currentVersion: "24.3.10"
98036
98036
  }
98037
98037
  });
98038
98038
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -98040,5 +98040,5 @@ export {
98040
98040
  app
98041
98041
  };
98042
98042
 
98043
- //# debugId=C1446ACBC56CB7A164756E2164756E21
98043
+ //# debugId=76F9CF54E27FECF764756E2164756E21
98044
98044
  //# sourceMappingURL=mcp-server.js.map