blink 1.1.27 → 1.1.28
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-D0Abeajj.js → dev-DPBL2HKx.js} +1 -1
- package/dist/cli/index.js +2 -2
- package/dist/node/react/index.node.cjs +1 -1
- package/dist/node/react/index.node.js +1 -1
- package/package.json +1 -1
|
@@ -65,11 +65,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
65
65
|
key: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
output:
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
outputFormat: "json";
|
|
72
|
-
status: 400;
|
|
68
|
+
output: null;
|
|
69
|
+
outputFormat: "body";
|
|
70
|
+
status: 204;
|
|
73
71
|
} | {
|
|
74
72
|
input: {
|
|
75
73
|
json: {
|
|
@@ -80,9 +78,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
80
78
|
key: string;
|
|
81
79
|
};
|
|
82
80
|
};
|
|
83
|
-
output:
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
output: {
|
|
82
|
+
error: string;
|
|
83
|
+
};
|
|
84
|
+
outputFormat: "json";
|
|
85
|
+
status: 400;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
} & {
|
|
@@ -340,11 +340,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
340
340
|
id: string;
|
|
341
341
|
};
|
|
342
342
|
};
|
|
343
|
-
output:
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
outputFormat: "json";
|
|
347
|
-
status: 400;
|
|
343
|
+
output: null;
|
|
344
|
+
outputFormat: "body";
|
|
345
|
+
status: 204;
|
|
348
346
|
} | {
|
|
349
347
|
input: {
|
|
350
348
|
json: {
|
|
@@ -357,9 +355,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
357
355
|
id: string;
|
|
358
356
|
};
|
|
359
357
|
};
|
|
360
|
-
output:
|
|
361
|
-
|
|
362
|
-
|
|
358
|
+
output: {
|
|
359
|
+
error: string;
|
|
360
|
+
};
|
|
361
|
+
outputFormat: "json";
|
|
362
|
+
status: 400;
|
|
363
363
|
};
|
|
364
364
|
};
|
|
365
365
|
} & {
|
|
@@ -65,11 +65,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
65
65
|
key: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
output:
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
outputFormat: "json";
|
|
72
|
-
status: 400;
|
|
68
|
+
output: null;
|
|
69
|
+
outputFormat: "body";
|
|
70
|
+
status: 204;
|
|
73
71
|
} | {
|
|
74
72
|
input: {
|
|
75
73
|
json: {
|
|
@@ -80,9 +78,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
80
78
|
key: string;
|
|
81
79
|
};
|
|
82
80
|
};
|
|
83
|
-
output:
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
output: {
|
|
82
|
+
error: string;
|
|
83
|
+
};
|
|
84
|
+
outputFormat: "json";
|
|
85
|
+
status: 400;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
88
88
|
} & {
|
|
@@ -340,11 +340,9 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
340
340
|
id: string;
|
|
341
341
|
};
|
|
342
342
|
};
|
|
343
|
-
output:
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
outputFormat: "json";
|
|
347
|
-
status: 400;
|
|
343
|
+
output: null;
|
|
344
|
+
outputFormat: "body";
|
|
345
|
+
status: 204;
|
|
348
346
|
} | {
|
|
349
347
|
input: {
|
|
350
348
|
json: {
|
|
@@ -357,9 +355,11 @@ declare const api: hono_hono_base0.HonoBase<{
|
|
|
357
355
|
id: string;
|
|
358
356
|
};
|
|
359
357
|
};
|
|
360
|
-
output:
|
|
361
|
-
|
|
362
|
-
|
|
358
|
+
output: {
|
|
359
|
+
error: string;
|
|
360
|
+
};
|
|
361
|
+
outputFormat: "json";
|
|
362
|
+
status: 400;
|
|
363
363
|
};
|
|
364
364
|
};
|
|
365
365
|
} & {
|