blink 0.1.110 → 0.1.111
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/{auth-DjAEZyZZ.js → auth-CDmvBLTI.js} +17 -17
- package/dist/cli/{chat-Jjsxhu91.js → chat-01Fdrhd_.js} +1 -1
- package/dist/cli/{chat-manager-DnV2OvBw.js → chat-manager-DSqvukqL.js} +1 -1
- package/dist/cli/{dev-BvMDj_Q6.js → dev-DmKrza1v.js} +73 -69
- package/dist/cli/index.js +3 -3
- package/dist/cli/{init-EfvGBlkJ.js → init-Dw0vfw4Q.js} +1 -1
- package/dist/cli/login-GLFR9Tni.js +1 -0
- package/dist/cli/{run-Bfj_0Gkl.js → run-CXvu2dxc.js} +1 -1
- package/dist/cli/{util-8br3-4M3.js → util-CHsykutN.js} +1 -1
- package/dist/node/agent/index.node.cjs +1 -1
- package/dist/node/agent/index.node.d.cts +1 -1
- package/dist/node/agent/index.node.d.ts +1 -1
- package/dist/node/agent/index.node.js +1 -1
- package/dist/node/{index.node-B0EokVTD.js → index.node-BZbn7b9M.js} +1 -1
- package/dist/node/{index.node-GlFXJEaB.d.ts → index.node-C_bJ2rBz.d.ts} +3 -1
- package/dist/node/{index.node-ztcay7c1.d.cts → index.node-HdKpjD23.d.cts} +3 -1
- package/dist/node/{index.node-YNZMDo7o.cjs → index.node-p8Lbll65.cjs} +1 -1
- package/dist/node/react/index.node.cjs +143 -139
- package/dist/node/react/index.node.d.cts +58 -2
- package/dist/node/react/index.node.d.ts +58 -2
- package/dist/node/react/index.node.js +66 -62
- package/package.json +1 -1
- package/dist/cli/login-B84QSb5o.js +0 -1
- /package/dist/cli/{dist-BNbSDxaw.js → dist-wyfWuz5A.js} +0 -0
- /package/dist/cli/{open-DCYivxgo.js → open-S_jcQ0nw.js} +0 -0
|
@@ -62,9 +62,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
62
62
|
key: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
output:
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
output: {
|
|
66
|
+
error: string;
|
|
67
|
+
};
|
|
68
|
+
outputFormat: "json";
|
|
69
|
+
status: 400;
|
|
68
70
|
} | {
|
|
69
71
|
input: {
|
|
70
72
|
json: {
|
|
@@ -75,11 +77,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
75
77
|
key: string;
|
|
76
78
|
};
|
|
77
79
|
};
|
|
78
|
-
output:
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
outputFormat: "json";
|
|
82
|
-
status: 400;
|
|
80
|
+
output: null;
|
|
81
|
+
outputFormat: "body";
|
|
82
|
+
status: 204;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
} & {
|
|
@@ -161,9 +161,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
161
161
|
key: string;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
|
-
output:
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
output: {
|
|
165
|
+
error: string;
|
|
166
|
+
};
|
|
167
|
+
outputFormat: "json";
|
|
168
|
+
status: 400;
|
|
167
169
|
} | {
|
|
168
170
|
input: {
|
|
169
171
|
json: {
|
|
@@ -175,11 +177,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
175
177
|
key: string;
|
|
176
178
|
};
|
|
177
179
|
};
|
|
178
|
-
output:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
outputFormat: "json";
|
|
182
|
-
status: 400;
|
|
180
|
+
output: null;
|
|
181
|
+
outputFormat: "body";
|
|
182
|
+
status: 204;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
185
|
}, "/chat"> | hono_types0.MergeSchemaPath<{
|
|
@@ -62,9 +62,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
62
62
|
key: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
output:
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
output: {
|
|
66
|
+
error: string;
|
|
67
|
+
};
|
|
68
|
+
outputFormat: "json";
|
|
69
|
+
status: 400;
|
|
68
70
|
} | {
|
|
69
71
|
input: {
|
|
70
72
|
json: {
|
|
@@ -75,11 +77,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
75
77
|
key: string;
|
|
76
78
|
};
|
|
77
79
|
};
|
|
78
|
-
output:
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
outputFormat: "json";
|
|
82
|
-
status: 400;
|
|
80
|
+
output: null;
|
|
81
|
+
outputFormat: "body";
|
|
82
|
+
status: 204;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
85
|
} & {
|
|
@@ -161,9 +161,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
161
161
|
key: string;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
|
-
output:
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
output: {
|
|
165
|
+
error: string;
|
|
166
|
+
};
|
|
167
|
+
outputFormat: "json";
|
|
168
|
+
status: 400;
|
|
167
169
|
} | {
|
|
168
170
|
input: {
|
|
169
171
|
json: {
|
|
@@ -175,11 +177,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
175
177
|
key: string;
|
|
176
178
|
};
|
|
177
179
|
};
|
|
178
|
-
output:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
outputFormat: "json";
|
|
182
|
-
status: 400;
|
|
180
|
+
output: null;
|
|
181
|
+
outputFormat: "body";
|
|
182
|
+
status: 204;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
185
|
}, "/chat"> | hono_types0.MergeSchemaPath<{
|