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.
@@ -65,11 +65,9 @@ declare const api: hono_hono_base0.HonoBase<{
65
65
  key: string;
66
66
  };
67
67
  };
68
- output: {
69
- error: string;
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: null;
84
- outputFormat: "body";
85
- status: 204;
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
- error: string;
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: null;
361
- outputFormat: "body";
362
- status: 204;
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
- error: string;
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: null;
84
- outputFormat: "body";
85
- status: 204;
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
- error: string;
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: null;
361
- outputFormat: "body";
362
- status: 204;
358
+ output: {
359
+ error: string;
360
+ };
361
+ outputFormat: "json";
362
+ status: 400;
363
363
  };
364
364
  };
365
365
  } & {