latitudesh-typescript-sdk 0.8.23 → 0.8.24

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
@@ -46316,9 +46316,9 @@ var init_config = __esm(() => {
46316
46316
  SDK_METADATA = {
46317
46317
  language: "typescript",
46318
46318
  openapiDocVersion: "2023-06-01",
46319
- sdkVersion: "0.8.23",
46319
+ sdkVersion: "0.8.24",
46320
46320
  genVersion: "2.935.1",
46321
- userAgent: "speakeasy-sdk/typescript 0.8.23 2.935.1 2023-06-01 latitudesh-typescript-sdk"
46321
+ userAgent: "speakeasy-sdk/typescript 0.8.24 2.935.1 2023-06-01 latitudesh-typescript-sdk"
46322
46322
  };
46323
46323
  });
46324
46324
 
@@ -68014,7 +68014,7 @@ async function $do50(client, request, options) {
68014
68014
  queries: payload.queries
68015
68015
  });
68016
68016
  const headers = new Headers(compactMap({
68017
- Accept: "application/json"
68017
+ Accept: "application/vnd.api+json"
68018
68018
  }));
68019
68019
  const secConfig = await extractSecurity(client._options.bearer);
68020
68020
  const securityInput = secConfig == null ? {} : { bearer: secConfig };
@@ -68054,7 +68054,9 @@ async function $do50(client, request, options) {
68054
68054
  return [doResult, { status: "request-error", request: req }];
68055
68055
  }
68056
68056
  const response = doResult.value;
68057
- const [result] = await match(json(200, ShowManagedDatabaseMetricsResponse$inboundSchema), fail("4XX"), fail("5XX"))(response, req);
68057
+ const [result] = await match(json(200, ShowManagedDatabaseMetricsResponse$inboundSchema, {
68058
+ ctype: "application/vnd.api+json"
68059
+ }), fail("4XX"), fail("5XX"))(response, req);
68058
68060
  if (!result.ok) {
68059
68061
  return [result, { status: "complete", request: req, response }];
68060
68062
  }
@@ -82025,7 +82027,7 @@ Refreshing an existing VPN Session will create new credentials for that session
82025
82027
  function createMCPServer(deps) {
82026
82028
  const server2 = new McpServer({
82027
82029
  name: "Latitudesh",
82028
- version: "0.8.23"
82030
+ version: "0.8.24"
82029
82031
  });
82030
82032
  const client = new LatitudeshCore({
82031
82033
  bearer: deps.bearer,
@@ -84664,7 +84666,7 @@ var routes = buildRouteMap({
84664
84666
  var app = buildApplication(routes, {
84665
84667
  name: "mcp",
84666
84668
  versionInfo: {
84667
- currentVersion: "0.8.23"
84669
+ currentVersion: "0.8.24"
84668
84670
  }
84669
84671
  });
84670
84672
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -84672,5 +84674,5 @@ export {
84672
84674
  app
84673
84675
  };
84674
84676
 
84675
- //# debugId=89A4F02B7FC3E59664756E2164756E21
84677
+ //# debugId=35EE14C4D28E54DB64756E2164756E21
84676
84678
  //# sourceMappingURL=mcp-server.js.map