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