@moovio/sdk 0.22.14 → 0.22.15

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
@@ -52413,9 +52413,9 @@ var init_config = __esm(() => {
52413
52413
  SDK_METADATA = {
52414
52414
  language: "typescript",
52415
52415
  openapiDocVersion: "latest",
52416
- sdkVersion: "0.22.14",
52417
- genVersion: "2.793.0",
52418
- userAgent: "speakeasy-sdk/typescript 0.22.14 2.793.0 latest @moovio/sdk"
52416
+ sdkVersion: "0.22.15",
52417
+ genVersion: "2.794.1",
52418
+ userAgent: "speakeasy-sdk/typescript 0.22.15 2.794.1 latest @moovio/sdk"
52419
52419
  };
52420
52420
  });
52421
52421
 
@@ -53353,8 +53353,8 @@ var init_sdks = __esm(() => {
53353
53353
  gt = typeof globalThis === "undefined" ? null : globalThis;
53354
53354
  webWorkerLike = typeof gt === "object" && gt != null && "importScripts" in gt && typeof gt["importScripts"] === "function";
53355
53355
  isBrowserLike = webWorkerLike || typeof navigator !== "undefined" && "serviceWorker" in navigator || typeof window === "object" && typeof window.document !== "undefined";
53356
- jsonLikeContentTypeRE = /(application|text)\/([^+]+\+)*json.*/;
53357
- jsonlLikeContentTypeRE = /(application|text)\/(([^+]+\+)*jsonl\b.*|([^+]+\+)*x-ndjson\b.*)/;
53356
+ jsonLikeContentTypeRE = /^(application|text)\/([^+]+\+)*json.*/;
53357
+ jsonlLikeContentTypeRE = /^(application|text)\/([^+]+\+)*(jsonl|x-ndjson)\b.*/;
53358
53358
  });
53359
53359
 
53360
53360
  // src/core.ts
@@ -102209,7 +102209,7 @@ var init_webhooksUpdate2 = __esm(() => {
102209
102209
  function createMCPServer(deps) {
102210
102210
  const server = new McpServer({
102211
102211
  name: "Moov",
102212
- version: "0.22.14"
102212
+ version: "0.22.15"
102213
102213
  });
102214
102214
  const client = new MoovCore({
102215
102215
  security: deps.security,
@@ -103789,7 +103789,7 @@ var routes = rn({
103789
103789
  var app = Ve(routes, {
103790
103790
  name: "mcp",
103791
103791
  versionInfo: {
103792
- currentVersion: "0.22.14"
103792
+ currentVersion: "0.22.15"
103793
103793
  }
103794
103794
  });
103795
103795
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -103797,5 +103797,5 @@ export {
103797
103797
  app
103798
103798
  };
103799
103799
 
103800
- //# debugId=4CD23FE65CD7BEBC64756E2164756E21
103800
+ //# debugId=A50999C03BA636A564756E2164756E21
103801
103801
  //# sourceMappingURL=mcp-server.js.map