@runtypelabs/sdk 4.19.0 → 4.19.1

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/dist/index.d.cts CHANGED
@@ -25715,7 +25715,7 @@ interface paths {
25715
25715
  requestBody?: {
25716
25716
  content: {
25717
25717
  "application/json": {
25718
- /** @default qwen/qwen3.5-9b */
25718
+ /** @default kimi-k2.6 */
25719
25719
  model?: string;
25720
25720
  name: string;
25721
25721
  /**
@@ -25912,7 +25912,7 @@ interface paths {
25912
25912
  requestBody?: {
25913
25913
  content: {
25914
25914
  "application/json": {
25915
- /** @default qwen/qwen3.5-9b */
25915
+ /** @default kimi-k2.6 */
25916
25916
  model?: string;
25917
25917
  name?: string;
25918
25918
  /**
package/dist/index.d.ts CHANGED
@@ -25715,7 +25715,7 @@ interface paths {
25715
25715
  requestBody?: {
25716
25716
  content: {
25717
25717
  "application/json": {
25718
- /** @default qwen/qwen3.5-9b */
25718
+ /** @default kimi-k2.6 */
25719
25719
  model?: string;
25720
25720
  name: string;
25721
25721
  /**
@@ -25912,7 +25912,7 @@ interface paths {
25912
25912
  requestBody?: {
25913
25913
  content: {
25914
25914
  "application/json": {
25915
- /** @default qwen/qwen3.5-9b */
25915
+ /** @default kimi-k2.6 */
25916
25916
  model?: string;
25917
25917
  name?: string;
25918
25918
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "4.19.0",
3
+ "version": "4.19.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",