@meetkai/mka1 0.49.16 → 0.49.17

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
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
52876
52876
  SDK_METADATA = {
52877
52877
  language: "typescript",
52878
52878
  openapiDocVersion: "1.1.0",
52879
- sdkVersion: "0.49.16",
52879
+ sdkVersion: "0.49.17",
52880
52880
  genVersion: "2.918.4",
52881
- userAgent: "speakeasy-sdk/typescript 0.49.16 2.918.4 1.1.0 @meetkai/mka1"
52881
+ userAgent: "speakeasy-sdk/typescript 0.49.17 2.918.4 1.1.0 @meetkai/mka1"
52882
52882
  };
52883
52883
  });
52884
52884
 
@@ -97061,12 +97061,12 @@ var init_updateorgratelimit2 = __esm(() => {
97061
97061
  UpdateOrgRateLimitRequestBody$inboundSchema = objectType({
97062
97062
  rateLimitEnabled: booleanType().optional(),
97063
97063
  rateLimitTimeWindow: numberType().optional(),
97064
- rateLimitMax: numberType().int().optional()
97064
+ rateLimitMax: nullableType(numberType().int()).optional()
97065
97065
  });
97066
97066
  UpdateOrgRateLimitRequestBody$outboundSchema = objectType({
97067
97067
  rateLimitEnabled: booleanType().optional(),
97068
97068
  rateLimitTimeWindow: numberType().optional(),
97069
- rateLimitMax: numberType().int().optional()
97069
+ rateLimitMax: nullableType(numberType().int()).optional()
97070
97070
  });
97071
97071
  UpdateOrgRateLimitRequest$inboundSchema = objectType({
97072
97072
  orgId: stringType(),
@@ -135941,7 +135941,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
135941
135941
  function createMCPServer(deps) {
135942
135942
  const server = new McpServer({
135943
135943
  name: "SDK",
135944
- version: "0.49.16"
135944
+ version: "0.49.17"
135945
135945
  });
135946
135946
  const client = new SDKCore({
135947
135947
  bearerAuth: deps.bearerAuth,
@@ -137781,7 +137781,7 @@ var routes = rn({
137781
137781
  var app = Ve(routes, {
137782
137782
  name: "mcp",
137783
137783
  versionInfo: {
137784
- currentVersion: "0.49.16"
137784
+ currentVersion: "0.49.17"
137785
137785
  }
137786
137786
  });
137787
137787
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -137789,5 +137789,5 @@ export {
137789
137789
  app
137790
137790
  };
137791
137791
 
137792
- //# debugId=D380FCAC5132D48F64756E2164756E21
137792
+ //# debugId=4021B2ACCE40ACF964756E2164756E21
137793
137793
  //# sourceMappingURL=mcp-server.js.map