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.
@@ -62,11 +62,9 @@ declare const api: hono_hono_base0.HonoBase<{
62
62
  key: string;
63
63
  };
64
64
  };
65
- output: {
66
- error: string;
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: null;
81
- outputFormat: "body";
82
- status: 204;
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
- error: string;
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: null;
181
- outputFormat: "body";
182
- status: 204;
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
- error: string;
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: null;
81
- outputFormat: "body";
82
- status: 204;
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
- error: string;
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: null;
181
- outputFormat: "body";
182
- status: 204;
178
+ output: {
179
+ error: string;
180
+ };
181
+ outputFormat: "json";
182
+ status: 400;
183
183
  };
184
184
  };
185
185
  }, "/chat"> | hono_types0.MergeSchemaPath<{