@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -25715,7 +25715,7 @@ interface paths {
|
|
|
25715
25715
|
requestBody?: {
|
|
25716
25716
|
content: {
|
|
25717
25717
|
"application/json": {
|
|
25718
|
-
/** @default
|
|
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
|
|
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
|
|
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
|
|
25915
|
+
/** @default kimi-k2.6 */
|
|
25916
25916
|
model?: string;
|
|
25917
25917
|
name?: string;
|
|
25918
25918
|
/**
|
package/package.json
CHANGED