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.
Files changed (27) hide show
  1. package/dist/browser/control/index.d.cts +16 -16
  2. package/dist/browser/control/index.d.ts +16 -16
  3. package/dist/cli/{auth-DjAEZyZZ.js → auth-CDmvBLTI.js} +17 -17
  4. package/dist/cli/{chat-Jjsxhu91.js → chat-01Fdrhd_.js} +1 -1
  5. package/dist/cli/{chat-manager-DnV2OvBw.js → chat-manager-DSqvukqL.js} +1 -1
  6. package/dist/cli/{dev-BvMDj_Q6.js → dev-DmKrza1v.js} +73 -69
  7. package/dist/cli/index.js +3 -3
  8. package/dist/cli/{init-EfvGBlkJ.js → init-Dw0vfw4Q.js} +1 -1
  9. package/dist/cli/login-GLFR9Tni.js +1 -0
  10. package/dist/cli/{run-Bfj_0Gkl.js → run-CXvu2dxc.js} +1 -1
  11. package/dist/cli/{util-8br3-4M3.js → util-CHsykutN.js} +1 -1
  12. package/dist/node/agent/index.node.cjs +1 -1
  13. package/dist/node/agent/index.node.d.cts +1 -1
  14. package/dist/node/agent/index.node.d.ts +1 -1
  15. package/dist/node/agent/index.node.js +1 -1
  16. package/dist/node/{index.node-B0EokVTD.js → index.node-BZbn7b9M.js} +1 -1
  17. package/dist/node/{index.node-GlFXJEaB.d.ts → index.node-C_bJ2rBz.d.ts} +3 -1
  18. package/dist/node/{index.node-ztcay7c1.d.cts → index.node-HdKpjD23.d.cts} +3 -1
  19. package/dist/node/{index.node-YNZMDo7o.cjs → index.node-p8Lbll65.cjs} +1 -1
  20. package/dist/node/react/index.node.cjs +143 -139
  21. package/dist/node/react/index.node.d.cts +58 -2
  22. package/dist/node/react/index.node.d.ts +58 -2
  23. package/dist/node/react/index.node.js +66 -62
  24. package/package.json +1 -1
  25. package/dist/cli/login-B84QSb5o.js +0 -1
  26. /package/dist/cli/{dist-BNbSDxaw.js → dist-wyfWuz5A.js} +0 -0
  27. /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: null;
66
- outputFormat: "body";
67
- status: 204;
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
- error: string;
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: null;
165
- outputFormat: "body";
166
- status: 204;
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
- error: string;
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: null;
66
- outputFormat: "body";
67
- status: 204;
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
- error: string;
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: null;
165
- outputFormat: "body";
166
- status: 204;
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
- error: string;
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<{