@meetkai/mka1 0.51.21 → 0.51.22

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.
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "1.1.0";
34
- readonly sdkVersion: "0.51.21";
34
+ readonly sdkVersion: "0.51.22";
35
35
  readonly genVersion: "2.924.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.51.21 2.924.0 1.1.0 @meetkai/mka1";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -35,8 +35,8 @@ function serverURLFromOptions(options) {
35
35
  exports.SDK_METADATA = {
36
36
  language: "typescript",
37
37
  openapiDocVersion: "1.1.0",
38
- sdkVersion: "0.51.21",
38
+ sdkVersion: "0.51.22",
39
39
  genVersion: "2.924.0",
40
- userAgent: "speakeasy-sdk/typescript 0.51.21 2.924.0 1.1.0 @meetkai/mka1",
40
+ userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1",
41
41
  };
42
42
  //# sourceMappingURL=config.js.map
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
22
22
  exports.app = (0, core_1.buildApplication)(routes, {
23
23
  name: "mcp",
24
24
  versionInfo: {
25
- currentVersion: "0.51.21",
25
+ currentVersion: "0.51.22",
26
26
  },
27
27
  });
28
28
  (0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
@@ -359,7 +359,7 @@ const usageSandbox_js_1 = require("./tools/usageSandbox.js");
359
359
  function createMCPServer(deps) {
360
360
  const server = new mcp_js_1.McpServer({
361
361
  name: "SDK",
362
- version: "0.51.21",
362
+ version: "0.51.22",
363
363
  });
364
364
  const client = new core_js_1.SDKCore({
365
365
  bearerAuth: deps.bearerAuth,
@@ -6,14 +6,14 @@ import { AcceleratorPriceBand, AcceleratorPriceBand$Outbound } from "./accelerat
6
6
  import { AcceleratorWorkloadAffinity, AcceleratorWorkloadAffinity$Outbound } from "./acceleratorworkloadaffinity.js";
7
7
  import { Acquirability } from "./acquirability.js";
8
8
  /**
9
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
9
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
10
10
  */
11
11
  export declare const Class: {
12
12
  readonly Gpu: "gpu";
13
13
  readonly Cpu: "cpu";
14
14
  };
15
15
  /**
16
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
16
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
17
17
  */
18
18
  export type Class = ClosedEnum<typeof Class>;
19
19
  /**
@@ -51,7 +51,7 @@ export type AcceleratorType = {
51
51
  */
52
52
  acquirableCount?: number | undefined;
53
53
  /**
54
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
54
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
55
55
  */
56
56
  class: Class;
57
57
  /**
@@ -61,11 +61,11 @@ export type AcceleratorType = {
61
61
  */
62
62
  kind?: Kind | undefined;
63
63
  /**
64
- * Max accelerators of this type per replica. For class cpu the unit is vCPUs: the maximum rentable vCPU count per replica.
64
+ * Max accelerators of this type per replica.
65
65
  */
66
66
  maxCount: number;
67
67
  /**
68
- * Per-accelerator memory in GB. Absent for class cpu: CPU capacity is sized per request (min_vcpus/min_mem_gb), not by a fixed module.
68
+ * Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
69
69
  */
70
70
  memoryGb?: number | undefined;
71
71
  name: string;
@@ -46,7 +46,7 @@ const acceleratorpriceband_js_1 = require("./acceleratorpriceband.js");
46
46
  const acceleratorworkloadaffinity_js_1 = require("./acceleratorworkloadaffinity.js");
47
47
  const acquirability_js_1 = require("./acquirability.js");
48
48
  /**
49
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
49
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
50
50
  */
51
51
  exports.Class = {
52
52
  Gpu: "gpu",
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "1.1.0";
34
- readonly sdkVersion: "0.51.21";
34
+ readonly sdkVersion: "0.51.22";
35
35
  readonly genVersion: "2.924.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.51.21 2.924.0 1.1.0 @meetkai/mka1";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -31,8 +31,8 @@ export function serverURLFromOptions(options) {
31
31
  export const SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "1.1.0",
34
- sdkVersion: "0.51.21",
34
+ sdkVersion: "0.51.22",
35
35
  genVersion: "2.924.0",
36
- userAgent: "speakeasy-sdk/typescript 0.51.21 2.924.0 1.1.0 @meetkai/mka1",
36
+ userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -16,7 +16,7 @@ const routes = buildRouteMap({
16
16
  export const app = buildApplication(routes, {
17
17
  name: "mcp",
18
18
  versionInfo: {
19
- currentVersion: "0.51.21",
19
+ currentVersion: "0.51.22",
20
20
  },
21
21
  });
22
22
  run(app, process.argv.slice(2), buildContext(process));
@@ -356,7 +356,7 @@ import { tool$usageSandbox } from "./tools/usageSandbox.js";
356
356
  export function createMCPServer(deps) {
357
357
  const server = new McpServer({
358
358
  name: "SDK",
359
- version: "0.51.21",
359
+ version: "0.51.22",
360
360
  });
361
361
  const client = new SDKCore({
362
362
  bearerAuth: deps.bearerAuth,
@@ -6,14 +6,14 @@ import { AcceleratorPriceBand, AcceleratorPriceBand$Outbound } from "./accelerat
6
6
  import { AcceleratorWorkloadAffinity, AcceleratorWorkloadAffinity$Outbound } from "./acceleratorworkloadaffinity.js";
7
7
  import { Acquirability } from "./acquirability.js";
8
8
  /**
9
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
9
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
10
10
  */
11
11
  export declare const Class: {
12
12
  readonly Gpu: "gpu";
13
13
  readonly Cpu: "cpu";
14
14
  };
15
15
  /**
16
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
16
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
17
17
  */
18
18
  export type Class = ClosedEnum<typeof Class>;
19
19
  /**
@@ -51,7 +51,7 @@ export type AcceleratorType = {
51
51
  */
52
52
  acquirableCount?: number | undefined;
53
53
  /**
54
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
54
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
55
55
  */
56
56
  class: Class;
57
57
  /**
@@ -61,11 +61,11 @@ export type AcceleratorType = {
61
61
  */
62
62
  kind?: Kind | undefined;
63
63
  /**
64
- * Max accelerators of this type per replica. For class cpu the unit is vCPUs: the maximum rentable vCPU count per replica.
64
+ * Max accelerators of this type per replica.
65
65
  */
66
66
  maxCount: number;
67
67
  /**
68
- * Per-accelerator memory in GB. Absent for class cpu: CPU capacity is sized per request (min_vcpus/min_mem_gb), not by a fixed module.
68
+ * Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
69
69
  */
70
70
  memoryGb?: number | undefined;
71
71
  name: string;
@@ -8,7 +8,7 @@ import { AcceleratorPriceBand$inboundSchema, AcceleratorPriceBand$outboundSchema
8
8
  import { AcceleratorWorkloadAffinity$inboundSchema, AcceleratorWorkloadAffinity$outboundSchema, } from "./acceleratorworkloadaffinity.js";
9
9
  import { Acquirability$inboundSchema, Acquirability$outboundSchema, } from "./acquirability.js";
10
10
  /**
11
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
11
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
12
12
  */
13
13
  export const Class = {
14
14
  Gpu: "gpu",
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@meetkai/mka1",
5
- "version": "0.51.21",
5
+ "version": "0.51.22",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetkai/mka1",
3
- "version": "0.51.21",
3
+ "version": "0.51.22",
4
4
  "author": "Daniel Wilder <dauncy@gmail.com>",
5
5
  "homepage": "https://docs.mka1.com",
6
6
  "publishConfig": {
package/src/lib/config.ts CHANGED
@@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
65
65
  export const SDK_METADATA = {
66
66
  language: "typescript",
67
67
  openapiDocVersion: "1.1.0",
68
- sdkVersion: "0.51.21",
68
+ sdkVersion: "0.51.22",
69
69
  genVersion: "2.924.0",
70
- userAgent: "speakeasy-sdk/typescript 0.51.21 2.924.0 1.1.0 @meetkai/mka1",
70
+ userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1",
71
71
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "0.51.21",
22
+ currentVersion: "0.51.22",
23
23
  },
24
24
  });
25
25
 
@@ -371,7 +371,7 @@ export function createMCPServer(deps: {
371
371
  }) {
372
372
  const server = new McpServer({
373
373
  name: "SDK",
374
- version: "0.51.21",
374
+ version: "0.51.22",
375
375
  });
376
376
 
377
377
  const client = new SDKCore({
@@ -27,14 +27,14 @@ import {
27
27
  } from "./acquirability.js";
28
28
 
29
29
  /**
30
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
30
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
31
31
  */
32
32
  export const Class = {
33
33
  Gpu: "gpu",
34
34
  Cpu: "cpu",
35
35
  } as const;
36
36
  /**
37
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
37
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
38
38
  */
39
39
  export type Class = ClosedEnum<typeof Class>;
40
40
 
@@ -75,7 +75,7 @@ export type AcceleratorType = {
75
75
  */
76
76
  acquirableCount?: number | undefined;
77
77
  /**
78
- * Coarse accelerator class. npu/tpu are reserved for future catalog entries.
78
+ * Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
79
79
  */
80
80
  class: Class;
81
81
  /**
@@ -85,11 +85,11 @@ export type AcceleratorType = {
85
85
  */
86
86
  kind?: Kind | undefined;
87
87
  /**
88
- * Max accelerators of this type per replica. For class cpu the unit is vCPUs: the maximum rentable vCPU count per replica.
88
+ * Max accelerators of this type per replica.
89
89
  */
90
90
  maxCount: number;
91
91
  /**
92
- * Per-accelerator memory in GB. Absent for class cpu: CPU capacity is sized per request (min_vcpus/min_mem_gb), not by a fixed module.
92
+ * Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
93
93
  */
94
94
  memoryGb?: number | undefined;
95
95
  name: string;