blink 0.1.102 → 0.1.103
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/browser/control/index.d.cts +16 -16
- package/dist/browser/control/index.d.ts +16 -16
- package/dist/cli/{dev-CaAdFW8n.js → dev-BatLoJtN.js} +3 -3
- package/dist/cli/index.js +2 -2
- package/dist/node/react/index.node.cjs +2 -2
- package/dist/node/react/index.node.d.cts +1 -0
- package/dist/node/react/index.node.d.ts +1 -0
- package/dist/node/react/index.node.js +2 -2
- package/package.json +1 -1
|
@@ -62,11 +62,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
62
62
|
key: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
output:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
outputFormat: "json";
|
|
69
|
-
status: 400;
|
|
65
|
+
output: null;
|
|
66
|
+
outputFormat: "body";
|
|
67
|
+
status: 204;
|
|
70
68
|
} | {
|
|
71
69
|
input: {
|
|
72
70
|
json: {
|
|
@@ -77,9 +75,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
77
75
|
key: string;
|
|
78
76
|
};
|
|
79
77
|
};
|
|
80
|
-
output:
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
output: {
|
|
79
|
+
error: string;
|
|
80
|
+
};
|
|
81
|
+
outputFormat: "json";
|
|
82
|
+
status: 400;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
} & {
|
|
@@ -161,11 +161,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
161
161
|
key: string;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
|
-
output:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
outputFormat: "json";
|
|
168
|
-
status: 400;
|
|
164
|
+
output: null;
|
|
165
|
+
outputFormat: "body";
|
|
166
|
+
status: 204;
|
|
169
167
|
} | {
|
|
170
168
|
input: {
|
|
171
169
|
json: {
|
|
@@ -177,9 +175,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
177
175
|
key: string;
|
|
178
176
|
};
|
|
179
177
|
};
|
|
180
|
-
output:
|
|
181
|
-
|
|
182
|
-
|
|
178
|
+
output: {
|
|
179
|
+
error: string;
|
|
180
|
+
};
|
|
181
|
+
outputFormat: "json";
|
|
182
|
+
status: 400;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
185
|
}, "/chat"> | hono_types0.MergeSchemaPath<{
|
|
@@ -62,11 +62,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
62
62
|
key: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
output:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
outputFormat: "json";
|
|
69
|
-
status: 400;
|
|
65
|
+
output: null;
|
|
66
|
+
outputFormat: "body";
|
|
67
|
+
status: 204;
|
|
70
68
|
} | {
|
|
71
69
|
input: {
|
|
72
70
|
json: {
|
|
@@ -77,9 +75,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
77
75
|
key: string;
|
|
78
76
|
};
|
|
79
77
|
};
|
|
80
|
-
output:
|
|
81
|
-
|
|
82
|
-
|
|
78
|
+
output: {
|
|
79
|
+
error: string;
|
|
80
|
+
};
|
|
81
|
+
outputFormat: "json";
|
|
82
|
+
status: 400;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
} & {
|
|
@@ -161,11 +161,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
161
161
|
key: string;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
|
-
output:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
outputFormat: "json";
|
|
168
|
-
status: 400;
|
|
164
|
+
output: null;
|
|
165
|
+
outputFormat: "body";
|
|
166
|
+
status: 204;
|
|
169
167
|
} | {
|
|
170
168
|
input: {
|
|
171
169
|
json: {
|
|
@@ -177,9 +175,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
177
175
|
key: string;
|
|
178
176
|
};
|
|
179
177
|
};
|
|
180
|
-
output:
|
|
181
|
-
|
|
182
|
-
|
|
178
|
+
output: {
|
|
179
|
+
error: string;
|
|
180
|
+
};
|
|
181
|
+
outputFormat: "json";
|
|
182
|
+
status: 400;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
185
|
}, "/chat"> | hono_types0.MergeSchemaPath<{
|