@pcontext/api 0.0.1 → 0.0.3
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/app.d.mts +5276 -5276
- package/dist/app.d.mts.map +1 -1
- package/dist/client.d.mts +9826 -9826
- package/dist/modules/doc/doc.route.d.mts +9309 -9309
- package/dist/modules/doc/doc.route.d.mts.map +1 -1
- package/dist/modules/rank/rank.route.d.mts +1524 -1524
- package/dist/modules/rank/rank.route.d.mts.map +1 -1
- package/dist/modules/task/task.route.d.mts +3023 -3023
- package/dist/modules/task/task.route.d.mts.map +1 -1
- package/dist/modules/user/interfaces/admin.route.d.mts +5485 -5485
- package/dist/modules/user/interfaces/admin.route.d.mts.map +1 -1
- package/dist/modules/user/interfaces/user.dto.d.mts +5 -5
- package/dist/modules/user/interfaces/user.route.d.mts +1524 -1524
- package/dist/modules/user/interfaces/user.route.d.mts.map +1 -1
- package/dist/shared/utils/validator.d.mts +4336 -4336
- package/dist/shared/utils/validator.d.mts.map +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AppBindings } from "../../../shared/types.mjs";
|
|
2
2
|
import * as hono_utils_types0 from "hono/utils/types";
|
|
3
3
|
import * as hono_utils_http_status0 from "hono/utils/http-status";
|
|
4
|
-
import * as zod_v30 from "zod/v3";
|
|
5
4
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
import * as zod_v30 from "zod/v3";
|
|
6
6
|
import * as hono_hono_base0 from "hono/hono-base";
|
|
7
7
|
|
|
8
8
|
//#region src/modules/user/interfaces/user.route.d.ts
|
|
@@ -16,845 +16,810 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
16
16
|
code: number;
|
|
17
17
|
message: string;
|
|
18
18
|
data: ({
|
|
19
|
-
code: "
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
message: string;
|
|
25
|
-
fatal?: boolean | undefined | undefined;
|
|
19
|
+
readonly code: "invalid_type";
|
|
20
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
21
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
22
|
+
readonly path: (string | number | null)[];
|
|
23
|
+
readonly message: string;
|
|
26
24
|
} | {
|
|
27
|
-
code: "
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
readonly code: "too_big";
|
|
26
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
27
|
+
readonly maximum: number;
|
|
28
|
+
readonly inclusive?: boolean | undefined;
|
|
29
|
+
readonly exact?: boolean | undefined;
|
|
30
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
31
|
+
readonly path: (string | number | null)[];
|
|
32
|
+
readonly message: string;
|
|
33
33
|
} | {
|
|
34
|
-
code: "
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
readonly code: "too_small";
|
|
35
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
36
|
+
readonly minimum: number;
|
|
37
|
+
readonly inclusive?: boolean | undefined;
|
|
38
|
+
readonly exact?: boolean | undefined;
|
|
39
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
40
|
+
readonly path: (string | number | null)[];
|
|
41
|
+
readonly message: string;
|
|
40
42
|
} | {
|
|
41
|
-
code: "
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
readonly code: "invalid_format";
|
|
44
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
45
|
+
readonly pattern?: string | undefined;
|
|
46
|
+
readonly input?: string | undefined;
|
|
47
|
+
readonly path: (string | number | null)[];
|
|
48
|
+
readonly message: string;
|
|
46
49
|
} | {
|
|
47
|
-
code: "
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
50
|
+
readonly code: "not_multiple_of";
|
|
51
|
+
readonly divisor: number;
|
|
52
|
+
readonly input?: number | undefined;
|
|
53
|
+
readonly path: (string | number | null)[];
|
|
54
|
+
readonly message: string;
|
|
55
|
+
} | {
|
|
56
|
+
readonly code: "unrecognized_keys";
|
|
57
|
+
readonly keys: string[];
|
|
58
|
+
readonly input?: {
|
|
59
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
60
|
+
} | undefined;
|
|
61
|
+
readonly path: (string | number | null)[];
|
|
62
|
+
readonly message: string;
|
|
63
|
+
} | {
|
|
64
|
+
readonly code: "invalid_union";
|
|
65
|
+
readonly errors: ({
|
|
66
|
+
readonly code: "invalid_type";
|
|
67
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
68
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
69
|
+
readonly path: (string | number | null)[];
|
|
70
|
+
readonly message: string;
|
|
71
|
+
} | {
|
|
72
|
+
readonly code: "too_big";
|
|
73
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
74
|
+
readonly maximum: number;
|
|
75
|
+
readonly inclusive?: boolean | undefined;
|
|
76
|
+
readonly exact?: boolean | undefined;
|
|
77
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
78
|
+
readonly path: (string | number | null)[];
|
|
79
|
+
readonly message: string;
|
|
80
|
+
} | {
|
|
81
|
+
readonly code: "too_small";
|
|
82
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
83
|
+
readonly minimum: number;
|
|
84
|
+
readonly inclusive?: boolean | undefined;
|
|
85
|
+
readonly exact?: boolean | undefined;
|
|
86
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
87
|
+
readonly path: (string | number | null)[];
|
|
88
|
+
readonly message: string;
|
|
89
|
+
} | {
|
|
90
|
+
readonly code: "invalid_format";
|
|
91
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
92
|
+
readonly pattern?: string | undefined;
|
|
93
|
+
readonly input?: string | undefined;
|
|
94
|
+
readonly path: (string | number | null)[];
|
|
95
|
+
readonly message: string;
|
|
96
|
+
} | {
|
|
97
|
+
readonly code: "not_multiple_of";
|
|
98
|
+
readonly divisor: number;
|
|
99
|
+
readonly input?: number | undefined;
|
|
100
|
+
readonly path: (string | number | null)[];
|
|
101
|
+
readonly message: string;
|
|
102
|
+
} | {
|
|
103
|
+
readonly code: "unrecognized_keys";
|
|
104
|
+
readonly keys: string[];
|
|
105
|
+
readonly input?: {
|
|
106
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
107
|
+
} | undefined;
|
|
108
|
+
readonly path: (string | number | null)[];
|
|
109
|
+
readonly message: string;
|
|
110
|
+
} | /*elided*/any | {
|
|
111
|
+
readonly code: "invalid_union";
|
|
112
|
+
readonly errors: [];
|
|
113
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
114
|
+
readonly discriminator?: string | undefined | undefined;
|
|
115
|
+
readonly inclusive: false;
|
|
116
|
+
readonly path: (string | number | null)[];
|
|
117
|
+
readonly message: string;
|
|
118
|
+
} | {
|
|
119
|
+
readonly code: "invalid_key";
|
|
120
|
+
readonly origin: "map" | "record";
|
|
121
|
+
readonly issues: ({
|
|
122
|
+
readonly code: "invalid_type";
|
|
123
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
124
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
125
|
+
readonly path: (string | number | null)[];
|
|
126
|
+
readonly message: string;
|
|
83
127
|
} | {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
128
|
+
readonly code: "too_big";
|
|
129
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
130
|
+
readonly maximum: number;
|
|
131
|
+
readonly inclusive?: boolean | undefined;
|
|
132
|
+
readonly exact?: boolean | undefined;
|
|
133
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
134
|
+
readonly path: (string | number | null)[];
|
|
135
|
+
readonly message: string;
|
|
90
136
|
} | {
|
|
91
|
-
code: "
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
137
|
+
readonly code: "too_small";
|
|
138
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
139
|
+
readonly minimum: number;
|
|
140
|
+
readonly inclusive?: boolean | undefined;
|
|
141
|
+
readonly exact?: boolean | undefined;
|
|
142
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
143
|
+
readonly path: (string | number | null)[];
|
|
144
|
+
readonly message: string;
|
|
96
145
|
} | {
|
|
97
|
-
code: "
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
146
|
+
readonly code: "invalid_format";
|
|
147
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
148
|
+
readonly pattern?: string | undefined;
|
|
149
|
+
readonly input?: string | undefined;
|
|
150
|
+
readonly path: (string | number | null)[];
|
|
151
|
+
readonly message: string;
|
|
102
152
|
} | {
|
|
103
|
-
code: "
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
153
|
+
readonly code: "not_multiple_of";
|
|
154
|
+
readonly divisor: number;
|
|
155
|
+
readonly input?: number | undefined;
|
|
156
|
+
readonly path: (string | number | null)[];
|
|
157
|
+
readonly message: string;
|
|
107
158
|
} | {
|
|
108
|
-
code: "
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
159
|
+
readonly code: "unrecognized_keys";
|
|
160
|
+
readonly keys: string[];
|
|
161
|
+
readonly input?: {
|
|
162
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
163
|
+
} | undefined;
|
|
164
|
+
readonly path: (string | number | null)[];
|
|
165
|
+
readonly message: string;
|
|
166
|
+
} | /*elided*/any | {
|
|
167
|
+
readonly code: "invalid_union";
|
|
168
|
+
readonly errors: [];
|
|
169
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
170
|
+
readonly discriminator?: string | undefined | undefined;
|
|
171
|
+
readonly inclusive: false;
|
|
172
|
+
readonly path: (string | number | null)[];
|
|
173
|
+
readonly message: string;
|
|
174
|
+
} | /*elided*/any | {
|
|
175
|
+
readonly code: "invalid_element";
|
|
176
|
+
readonly origin: "map" | "set";
|
|
177
|
+
readonly key: hono_utils_types0.JSONValue;
|
|
178
|
+
readonly issues: ({
|
|
179
|
+
readonly code: "invalid_type";
|
|
180
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
181
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
182
|
+
readonly path: (string | number | null)[];
|
|
183
|
+
readonly message: string;
|
|
112
184
|
} | {
|
|
113
|
-
|
|
185
|
+
readonly code: "too_big";
|
|
186
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
187
|
+
readonly maximum: number;
|
|
188
|
+
readonly inclusive?: boolean | undefined;
|
|
189
|
+
readonly exact?: boolean | undefined;
|
|
190
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
191
|
+
readonly path: (string | number | null)[];
|
|
192
|
+
readonly message: string;
|
|
114
193
|
} | {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
194
|
+
readonly code: "too_small";
|
|
195
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
196
|
+
readonly minimum: number;
|
|
197
|
+
readonly inclusive?: boolean | undefined;
|
|
198
|
+
readonly exact?: boolean | undefined;
|
|
199
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
200
|
+
readonly path: (string | number | null)[];
|
|
201
|
+
readonly message: string;
|
|
202
|
+
} | {
|
|
203
|
+
readonly code: "invalid_format";
|
|
204
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
205
|
+
readonly pattern?: string | undefined;
|
|
206
|
+
readonly input?: string | undefined;
|
|
207
|
+
readonly path: (string | number | null)[];
|
|
208
|
+
readonly message: string;
|
|
209
|
+
} | {
|
|
210
|
+
readonly code: "not_multiple_of";
|
|
211
|
+
readonly divisor: number;
|
|
212
|
+
readonly input?: number | undefined;
|
|
213
|
+
readonly path: (string | number | null)[];
|
|
214
|
+
readonly message: string;
|
|
215
|
+
} | {
|
|
216
|
+
readonly code: "unrecognized_keys";
|
|
217
|
+
readonly keys: string[];
|
|
218
|
+
readonly input?: {
|
|
219
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
220
|
+
} | undefined;
|
|
221
|
+
readonly path: (string | number | null)[];
|
|
222
|
+
readonly message: string;
|
|
223
|
+
} | /*elided*/any | {
|
|
224
|
+
readonly code: "invalid_union";
|
|
225
|
+
readonly errors: [];
|
|
226
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
227
|
+
readonly discriminator?: string | undefined | undefined;
|
|
228
|
+
readonly inclusive: false;
|
|
229
|
+
readonly path: (string | number | null)[];
|
|
230
|
+
readonly message: string;
|
|
231
|
+
} | /*elided*/any | /*elided*/any | {
|
|
232
|
+
readonly code: "invalid_value";
|
|
233
|
+
readonly values: (string | number | boolean | null)[];
|
|
234
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
235
|
+
readonly path: (string | number | null)[];
|
|
236
|
+
readonly message: string;
|
|
237
|
+
} | {
|
|
238
|
+
readonly code: "custom";
|
|
239
|
+
readonly params?: {
|
|
240
|
+
[x: string]: any;
|
|
241
|
+
} | undefined;
|
|
242
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
243
|
+
readonly path: (string | number | null)[];
|
|
244
|
+
readonly message: string;
|
|
245
|
+
})[];
|
|
246
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
247
|
+
readonly path: (string | number | null)[];
|
|
248
|
+
readonly message: string;
|
|
143
249
|
} | {
|
|
144
|
-
code: "
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
250
|
+
readonly code: "invalid_value";
|
|
251
|
+
readonly values: (string | number | boolean | null)[];
|
|
252
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
253
|
+
readonly path: (string | number | null)[];
|
|
254
|
+
readonly message: string;
|
|
149
255
|
} | {
|
|
150
|
-
code: "
|
|
151
|
-
|
|
152
|
-
message: string;
|
|
153
|
-
fatal?: boolean | undefined | undefined;
|
|
154
|
-
})[];
|
|
155
|
-
readonly errors: ({
|
|
156
|
-
code: "custom";
|
|
157
|
-
params?: {
|
|
256
|
+
readonly code: "custom";
|
|
257
|
+
readonly params?: {
|
|
158
258
|
[x: string]: any;
|
|
159
259
|
} | undefined;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
260
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
261
|
+
readonly path: (string | number | null)[];
|
|
262
|
+
readonly message: string;
|
|
263
|
+
})[];
|
|
264
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
265
|
+
readonly path: (string | number | null)[];
|
|
266
|
+
readonly message: string;
|
|
267
|
+
} | {
|
|
268
|
+
readonly code: "invalid_element";
|
|
269
|
+
readonly origin: "map" | "set";
|
|
270
|
+
readonly key: hono_utils_types0.JSONValue;
|
|
271
|
+
readonly issues: ({
|
|
272
|
+
readonly code: "invalid_type";
|
|
273
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
274
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
275
|
+
readonly path: (string | number | null)[];
|
|
276
|
+
readonly message: string;
|
|
177
277
|
} | {
|
|
178
|
-
code: "
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
path: (string | number)[];
|
|
187
|
-
message: string;
|
|
188
|
-
fatal?: boolean | undefined | undefined;
|
|
278
|
+
readonly code: "too_big";
|
|
279
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
280
|
+
readonly maximum: number;
|
|
281
|
+
readonly inclusive?: boolean | undefined;
|
|
282
|
+
readonly exact?: boolean | undefined;
|
|
283
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
284
|
+
readonly path: (string | number | null)[];
|
|
285
|
+
readonly message: string;
|
|
189
286
|
} | {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
287
|
+
readonly code: "too_small";
|
|
288
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
289
|
+
readonly minimum: number;
|
|
290
|
+
readonly inclusive?: boolean | undefined;
|
|
291
|
+
readonly exact?: boolean | undefined;
|
|
292
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
293
|
+
readonly path: (string | number | null)[];
|
|
294
|
+
readonly message: string;
|
|
196
295
|
} | {
|
|
197
|
-
code: "
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
296
|
+
readonly code: "invalid_format";
|
|
297
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
298
|
+
readonly pattern?: string | undefined;
|
|
299
|
+
readonly input?: string | undefined;
|
|
300
|
+
readonly path: (string | number | null)[];
|
|
301
|
+
readonly message: string;
|
|
202
302
|
} | {
|
|
203
|
-
code: "
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
303
|
+
readonly code: "not_multiple_of";
|
|
304
|
+
readonly divisor: number;
|
|
305
|
+
readonly input?: number | undefined;
|
|
306
|
+
readonly path: (string | number | null)[];
|
|
307
|
+
readonly message: string;
|
|
208
308
|
} | {
|
|
209
|
-
code: "
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
309
|
+
readonly code: "unrecognized_keys";
|
|
310
|
+
readonly keys: string[];
|
|
311
|
+
readonly input?: {
|
|
312
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
313
|
+
} | undefined;
|
|
314
|
+
readonly path: (string | number | null)[];
|
|
315
|
+
readonly message: string;
|
|
316
|
+
} | /*elided*/any | {
|
|
317
|
+
readonly code: "invalid_union";
|
|
318
|
+
readonly errors: [];
|
|
319
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
320
|
+
readonly discriminator?: string | undefined | undefined;
|
|
321
|
+
readonly inclusive: false;
|
|
322
|
+
readonly path: (string | number | null)[];
|
|
323
|
+
readonly message: string;
|
|
213
324
|
} | {
|
|
214
|
-
code: "
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
325
|
+
readonly code: "invalid_key";
|
|
326
|
+
readonly origin: "map" | "record";
|
|
327
|
+
readonly issues: ({
|
|
328
|
+
readonly code: "invalid_type";
|
|
329
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
330
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
331
|
+
readonly path: (string | number | null)[];
|
|
332
|
+
readonly message: string;
|
|
218
333
|
} | {
|
|
219
|
-
|
|
334
|
+
readonly code: "too_big";
|
|
335
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
336
|
+
readonly maximum: number;
|
|
337
|
+
readonly inclusive?: boolean | undefined;
|
|
338
|
+
readonly exact?: boolean | undefined;
|
|
339
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
340
|
+
readonly path: (string | number | null)[];
|
|
341
|
+
readonly message: string;
|
|
220
342
|
} | {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
343
|
+
readonly code: "too_small";
|
|
344
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
345
|
+
readonly minimum: number;
|
|
346
|
+
readonly inclusive?: boolean | undefined;
|
|
347
|
+
readonly exact?: boolean | undefined;
|
|
348
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
349
|
+
readonly path: (string | number | null)[];
|
|
350
|
+
readonly message: string;
|
|
351
|
+
} | {
|
|
352
|
+
readonly code: "invalid_format";
|
|
353
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
354
|
+
readonly pattern?: string | undefined;
|
|
355
|
+
readonly input?: string | undefined;
|
|
356
|
+
readonly path: (string | number | null)[];
|
|
357
|
+
readonly message: string;
|
|
358
|
+
} | {
|
|
359
|
+
readonly code: "not_multiple_of";
|
|
360
|
+
readonly divisor: number;
|
|
361
|
+
readonly input?: number | undefined;
|
|
362
|
+
readonly path: (string | number | null)[];
|
|
363
|
+
readonly message: string;
|
|
364
|
+
} | {
|
|
365
|
+
readonly code: "unrecognized_keys";
|
|
366
|
+
readonly keys: string[];
|
|
367
|
+
readonly input?: {
|
|
368
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
369
|
+
} | undefined;
|
|
370
|
+
readonly path: (string | number | null)[];
|
|
371
|
+
readonly message: string;
|
|
372
|
+
} | /*elided*/any | {
|
|
373
|
+
readonly code: "invalid_union";
|
|
374
|
+
readonly errors: [];
|
|
375
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
376
|
+
readonly discriminator?: string | undefined | undefined;
|
|
377
|
+
readonly inclusive: false;
|
|
378
|
+
readonly path: (string | number | null)[];
|
|
379
|
+
readonly message: string;
|
|
380
|
+
} | /*elided*/any | /*elided*/any | {
|
|
381
|
+
readonly code: "invalid_value";
|
|
382
|
+
readonly values: (string | number | boolean | null)[];
|
|
383
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
384
|
+
readonly path: (string | number | null)[];
|
|
385
|
+
readonly message: string;
|
|
386
|
+
} | {
|
|
387
|
+
readonly code: "custom";
|
|
388
|
+
readonly params?: {
|
|
389
|
+
[x: string]: any;
|
|
390
|
+
} | undefined;
|
|
391
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
392
|
+
readonly path: (string | number | null)[];
|
|
393
|
+
readonly message: string;
|
|
394
|
+
})[];
|
|
395
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
396
|
+
readonly path: (string | number | null)[];
|
|
397
|
+
readonly message: string;
|
|
398
|
+
} | /*elided*/any | {
|
|
399
|
+
readonly code: "invalid_value";
|
|
400
|
+
readonly values: (string | number | boolean | null)[];
|
|
401
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
402
|
+
readonly path: (string | number | null)[];
|
|
403
|
+
readonly message: string;
|
|
255
404
|
} | {
|
|
256
|
-
code: "
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
405
|
+
readonly code: "custom";
|
|
406
|
+
readonly params?: {
|
|
407
|
+
[x: string]: any;
|
|
408
|
+
} | undefined;
|
|
409
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
410
|
+
readonly path: (string | number | null)[];
|
|
411
|
+
readonly message: string;
|
|
260
412
|
})[];
|
|
413
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
414
|
+
readonly path: (string | number | null)[];
|
|
261
415
|
readonly message: string;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
readonly
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
path: (string | number)[];
|
|
283
|
-
message: string;
|
|
284
|
-
fatal?: boolean | undefined | undefined;
|
|
416
|
+
} | {
|
|
417
|
+
readonly code: "invalid_value";
|
|
418
|
+
readonly values: (string | number | boolean | null)[];
|
|
419
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
420
|
+
readonly path: (string | number | null)[];
|
|
421
|
+
readonly message: string;
|
|
422
|
+
} | {
|
|
423
|
+
readonly code: "custom";
|
|
424
|
+
readonly params?: {
|
|
425
|
+
[x: string]: any;
|
|
426
|
+
} | undefined;
|
|
427
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
428
|
+
readonly path: (string | number | null)[];
|
|
429
|
+
readonly message: string;
|
|
430
|
+
})[][];
|
|
431
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
432
|
+
readonly discriminator?: string | undefined | undefined;
|
|
433
|
+
readonly inclusive?: true | undefined;
|
|
434
|
+
readonly path: (string | number | null)[];
|
|
435
|
+
readonly message: string;
|
|
285
436
|
} | {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
437
|
+
readonly code: "invalid_union";
|
|
438
|
+
readonly errors: [];
|
|
439
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
440
|
+
readonly discriminator?: string | undefined | undefined;
|
|
441
|
+
readonly inclusive: false;
|
|
442
|
+
readonly path: (string | number | null)[];
|
|
443
|
+
readonly message: string;
|
|
292
444
|
} | {
|
|
293
|
-
code: "
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
445
|
+
readonly code: "invalid_key";
|
|
446
|
+
readonly origin: "map" | "record";
|
|
447
|
+
readonly issues: ({
|
|
448
|
+
readonly code: "invalid_type";
|
|
449
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
450
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
451
|
+
readonly path: (string | number | null)[];
|
|
452
|
+
readonly message: string;
|
|
453
|
+
} | {
|
|
454
|
+
readonly code: "too_big";
|
|
455
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
456
|
+
readonly maximum: number;
|
|
457
|
+
readonly inclusive?: boolean | undefined;
|
|
458
|
+
readonly exact?: boolean | undefined;
|
|
459
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
460
|
+
readonly path: (string | number | null)[];
|
|
461
|
+
readonly message: string;
|
|
462
|
+
} | {
|
|
463
|
+
readonly code: "too_small";
|
|
464
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
465
|
+
readonly minimum: number;
|
|
466
|
+
readonly inclusive?: boolean | undefined;
|
|
467
|
+
readonly exact?: boolean | undefined;
|
|
468
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
469
|
+
readonly path: (string | number | null)[];
|
|
470
|
+
readonly message: string;
|
|
471
|
+
} | {
|
|
472
|
+
readonly code: "invalid_format";
|
|
473
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
474
|
+
readonly pattern?: string | undefined;
|
|
475
|
+
readonly input?: string | undefined;
|
|
476
|
+
readonly path: (string | number | null)[];
|
|
477
|
+
readonly message: string;
|
|
478
|
+
} | {
|
|
479
|
+
readonly code: "not_multiple_of";
|
|
480
|
+
readonly divisor: number;
|
|
481
|
+
readonly input?: number | undefined;
|
|
482
|
+
readonly path: (string | number | null)[];
|
|
483
|
+
readonly message: string;
|
|
484
|
+
} | {
|
|
485
|
+
readonly code: "unrecognized_keys";
|
|
486
|
+
readonly keys: string[];
|
|
487
|
+
readonly input?: {
|
|
488
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
489
|
+
} | undefined;
|
|
490
|
+
readonly path: (string | number | null)[];
|
|
491
|
+
readonly message: string;
|
|
492
|
+
} | {
|
|
493
|
+
readonly code: "invalid_union";
|
|
494
|
+
readonly errors: ({
|
|
495
|
+
readonly code: "invalid_type";
|
|
496
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
497
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
498
|
+
readonly path: (string | number | null)[];
|
|
499
|
+
readonly message: string;
|
|
310
500
|
} | {
|
|
311
|
-
code: "
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
501
|
+
readonly code: "too_big";
|
|
502
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
503
|
+
readonly maximum: number;
|
|
504
|
+
readonly inclusive?: boolean | undefined;
|
|
505
|
+
readonly exact?: boolean | undefined;
|
|
506
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
507
|
+
readonly path: (string | number | null)[];
|
|
508
|
+
readonly message: string;
|
|
317
509
|
} | {
|
|
318
|
-
code: "
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
510
|
+
readonly code: "too_small";
|
|
511
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
512
|
+
readonly minimum: number;
|
|
513
|
+
readonly inclusive?: boolean | undefined;
|
|
514
|
+
readonly exact?: boolean | undefined;
|
|
515
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
516
|
+
readonly path: (string | number | null)[];
|
|
517
|
+
readonly message: string;
|
|
323
518
|
} | {
|
|
324
|
-
code: "
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
519
|
+
readonly code: "invalid_format";
|
|
520
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
521
|
+
readonly pattern?: string | undefined;
|
|
522
|
+
readonly input?: string | undefined;
|
|
523
|
+
readonly path: (string | number | null)[];
|
|
524
|
+
readonly message: string;
|
|
329
525
|
} | {
|
|
330
|
-
code: "
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
526
|
+
readonly code: "not_multiple_of";
|
|
527
|
+
readonly divisor: number;
|
|
528
|
+
readonly input?: number | undefined;
|
|
529
|
+
readonly path: (string | number | null)[];
|
|
530
|
+
readonly message: string;
|
|
335
531
|
} | {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
532
|
+
readonly code: "unrecognized_keys";
|
|
533
|
+
readonly keys: string[];
|
|
534
|
+
readonly input?: {
|
|
535
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
536
|
+
} | undefined;
|
|
537
|
+
readonly path: (string | number | null)[];
|
|
538
|
+
readonly message: string;
|
|
342
539
|
} | /*elided*/any | {
|
|
343
|
-
code: "
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
540
|
+
readonly code: "invalid_union";
|
|
541
|
+
readonly errors: [];
|
|
542
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
543
|
+
readonly discriminator?: string | undefined | undefined;
|
|
544
|
+
readonly inclusive: false;
|
|
545
|
+
readonly path: (string | number | null)[];
|
|
546
|
+
readonly message: string;
|
|
547
|
+
} | /*elided*/any | {
|
|
548
|
+
readonly code: "invalid_element";
|
|
549
|
+
readonly origin: "map" | "set";
|
|
550
|
+
readonly key: hono_utils_types0.JSONValue;
|
|
551
|
+
readonly issues: ({
|
|
552
|
+
readonly code: "invalid_type";
|
|
553
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
554
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
555
|
+
readonly path: (string | number | null)[];
|
|
556
|
+
readonly message: string;
|
|
358
557
|
} | {
|
|
359
|
-
|
|
558
|
+
readonly code: "too_big";
|
|
559
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
560
|
+
readonly maximum: number;
|
|
561
|
+
readonly inclusive?: boolean | undefined;
|
|
562
|
+
readonly exact?: boolean | undefined;
|
|
563
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
564
|
+
readonly path: (string | number | null)[];
|
|
565
|
+
readonly message: string;
|
|
360
566
|
} | {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
567
|
+
readonly code: "too_small";
|
|
568
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
569
|
+
readonly minimum: number;
|
|
570
|
+
readonly inclusive?: boolean | undefined;
|
|
571
|
+
readonly exact?: boolean | undefined;
|
|
572
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
573
|
+
readonly path: (string | number | null)[];
|
|
574
|
+
readonly message: string;
|
|
575
|
+
} | {
|
|
576
|
+
readonly code: "invalid_format";
|
|
577
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
578
|
+
readonly pattern?: string | undefined;
|
|
579
|
+
readonly input?: string | undefined;
|
|
580
|
+
readonly path: (string | number | null)[];
|
|
581
|
+
readonly message: string;
|
|
582
|
+
} | {
|
|
583
|
+
readonly code: "not_multiple_of";
|
|
584
|
+
readonly divisor: number;
|
|
585
|
+
readonly input?: number | undefined;
|
|
586
|
+
readonly path: (string | number | null)[];
|
|
587
|
+
readonly message: string;
|
|
588
|
+
} | {
|
|
589
|
+
readonly code: "unrecognized_keys";
|
|
590
|
+
readonly keys: string[];
|
|
591
|
+
readonly input?: {
|
|
592
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
593
|
+
} | undefined;
|
|
594
|
+
readonly path: (string | number | null)[];
|
|
595
|
+
readonly message: string;
|
|
596
|
+
} | /*elided*/any | {
|
|
597
|
+
readonly code: "invalid_union";
|
|
598
|
+
readonly errors: [];
|
|
599
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
600
|
+
readonly discriminator?: string | undefined | undefined;
|
|
601
|
+
readonly inclusive: false;
|
|
602
|
+
readonly path: (string | number | null)[];
|
|
603
|
+
readonly message: string;
|
|
604
|
+
} | /*elided*/any | /*elided*/any | {
|
|
605
|
+
readonly code: "invalid_value";
|
|
606
|
+
readonly values: (string | number | boolean | null)[];
|
|
607
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
608
|
+
readonly path: (string | number | null)[];
|
|
609
|
+
readonly message: string;
|
|
610
|
+
} | {
|
|
611
|
+
readonly code: "custom";
|
|
612
|
+
readonly params?: {
|
|
613
|
+
[x: string]: any;
|
|
614
|
+
} | undefined;
|
|
615
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
616
|
+
readonly path: (string | number | null)[];
|
|
617
|
+
readonly message: string;
|
|
618
|
+
})[];
|
|
619
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
620
|
+
readonly path: (string | number | null)[];
|
|
621
|
+
readonly message: string;
|
|
389
622
|
} | {
|
|
390
|
-
code: "
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
623
|
+
readonly code: "invalid_value";
|
|
624
|
+
readonly values: (string | number | boolean | null)[];
|
|
625
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
626
|
+
readonly path: (string | number | null)[];
|
|
627
|
+
readonly message: string;
|
|
395
628
|
} | {
|
|
396
|
-
code: "
|
|
397
|
-
|
|
398
|
-
message: string;
|
|
399
|
-
fatal?: boolean | undefined | undefined;
|
|
400
|
-
})[];
|
|
401
|
-
readonly errors: ({
|
|
402
|
-
code: "custom";
|
|
403
|
-
params?: {
|
|
629
|
+
readonly code: "custom";
|
|
630
|
+
readonly params?: {
|
|
404
631
|
[x: string]: any;
|
|
405
632
|
} | undefined;
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
633
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
634
|
+
readonly path: (string | number | null)[];
|
|
635
|
+
readonly message: string;
|
|
636
|
+
})[][];
|
|
637
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
638
|
+
readonly discriminator?: string | undefined | undefined;
|
|
639
|
+
readonly inclusive?: true | undefined;
|
|
640
|
+
readonly path: (string | number | null)[];
|
|
641
|
+
readonly message: string;
|
|
642
|
+
} | {
|
|
643
|
+
readonly code: "invalid_union";
|
|
644
|
+
readonly errors: [];
|
|
645
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
646
|
+
readonly discriminator?: string | undefined | undefined;
|
|
647
|
+
readonly inclusive: false;
|
|
648
|
+
readonly path: (string | number | null)[];
|
|
649
|
+
readonly message: string;
|
|
650
|
+
} | /*elided*/any | {
|
|
651
|
+
readonly code: "invalid_element";
|
|
652
|
+
readonly origin: "map" | "set";
|
|
653
|
+
readonly key: hono_utils_types0.JSONValue;
|
|
654
|
+
readonly issues: ({
|
|
655
|
+
readonly code: "invalid_type";
|
|
656
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
657
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
658
|
+
readonly path: (string | number | null)[];
|
|
659
|
+
readonly message: string;
|
|
416
660
|
} | {
|
|
417
|
-
code: "
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
661
|
+
readonly code: "too_big";
|
|
662
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
663
|
+
readonly maximum: number;
|
|
664
|
+
readonly inclusive?: boolean | undefined;
|
|
665
|
+
readonly exact?: boolean | undefined;
|
|
666
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
667
|
+
readonly path: (string | number | null)[];
|
|
668
|
+
readonly message: string;
|
|
423
669
|
} | {
|
|
424
|
-
code: "
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
670
|
+
readonly code: "too_small";
|
|
671
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
672
|
+
readonly minimum: number;
|
|
673
|
+
readonly inclusive?: boolean | undefined;
|
|
674
|
+
readonly exact?: boolean | undefined;
|
|
675
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
676
|
+
readonly path: (string | number | null)[];
|
|
677
|
+
readonly message: string;
|
|
429
678
|
} | {
|
|
430
|
-
code: "
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
679
|
+
readonly code: "invalid_format";
|
|
680
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
681
|
+
readonly pattern?: string | undefined;
|
|
682
|
+
readonly input?: string | undefined;
|
|
683
|
+
readonly path: (string | number | null)[];
|
|
684
|
+
readonly message: string;
|
|
435
685
|
} | {
|
|
436
|
-
code: "
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
686
|
+
readonly code: "not_multiple_of";
|
|
687
|
+
readonly divisor: number;
|
|
688
|
+
readonly input?: number | undefined;
|
|
689
|
+
readonly path: (string | number | null)[];
|
|
690
|
+
readonly message: string;
|
|
441
691
|
} | {
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
code: "invalid_return_type";
|
|
450
|
-
returnTypeError: /*elided*/any;
|
|
451
|
-
path: (string | number)[];
|
|
452
|
-
message: string;
|
|
453
|
-
fatal?: boolean | undefined | undefined;
|
|
692
|
+
readonly code: "unrecognized_keys";
|
|
693
|
+
readonly keys: string[];
|
|
694
|
+
readonly input?: {
|
|
695
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
696
|
+
} | undefined;
|
|
697
|
+
readonly path: (string | number | null)[];
|
|
698
|
+
readonly message: string;
|
|
454
699
|
} | {
|
|
455
|
-
code: "
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
includes: string;
|
|
463
|
-
position?: number | undefined | undefined;
|
|
700
|
+
readonly code: "invalid_union";
|
|
701
|
+
readonly errors: ({
|
|
702
|
+
readonly code: "invalid_type";
|
|
703
|
+
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
704
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
705
|
+
readonly path: (string | number | null)[];
|
|
706
|
+
readonly message: string;
|
|
464
707
|
} | {
|
|
465
|
-
|
|
708
|
+
readonly code: "too_big";
|
|
709
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
710
|
+
readonly maximum: number;
|
|
711
|
+
readonly inclusive?: boolean | undefined;
|
|
712
|
+
readonly exact?: boolean | undefined;
|
|
713
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
714
|
+
readonly path: (string | number | null)[];
|
|
715
|
+
readonly message: string;
|
|
466
716
|
} | {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
inclusive: boolean;
|
|
476
|
-
exact?: boolean | undefined;
|
|
477
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
478
|
-
path: (string | number)[];
|
|
479
|
-
message: string;
|
|
480
|
-
fatal?: boolean | undefined | undefined;
|
|
481
|
-
} | {
|
|
482
|
-
code: "too_big";
|
|
483
|
-
maximum: number;
|
|
484
|
-
inclusive: boolean;
|
|
485
|
-
exact?: boolean | undefined;
|
|
486
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
487
|
-
path: (string | number)[];
|
|
488
|
-
message: string;
|
|
489
|
-
fatal?: boolean | undefined | undefined;
|
|
490
|
-
} | {
|
|
491
|
-
code: "invalid_intersection_types";
|
|
492
|
-
path: (string | number)[];
|
|
493
|
-
message: string;
|
|
494
|
-
fatal?: boolean | undefined | undefined;
|
|
495
|
-
} | {
|
|
496
|
-
code: "not_multiple_of";
|
|
497
|
-
multipleOf: number;
|
|
498
|
-
path: (string | number)[];
|
|
499
|
-
message: string;
|
|
500
|
-
fatal?: boolean | undefined | undefined;
|
|
501
|
-
} | {
|
|
502
|
-
code: "not_finite";
|
|
503
|
-
path: (string | number)[];
|
|
504
|
-
message: string;
|
|
505
|
-
fatal?: boolean | undefined | undefined;
|
|
506
|
-
})[];
|
|
507
|
-
readonly message: string;
|
|
508
|
-
readonly isEmpty: boolean;
|
|
509
|
-
addIssue: never;
|
|
510
|
-
addIssues: never;
|
|
511
|
-
readonly formErrors: {
|
|
512
|
-
formErrors: string[];
|
|
513
|
-
fieldErrors: {
|
|
514
|
-
[x: string]: string[] | undefined;
|
|
515
|
-
[x: number]: string[] | undefined;
|
|
516
|
-
};
|
|
517
|
-
};
|
|
518
|
-
name: string;
|
|
519
|
-
stack?: string | undefined;
|
|
520
|
-
cause?: hono_utils_types0.JSONValue | undefined;
|
|
521
|
-
};
|
|
522
|
-
path: (string | number)[];
|
|
523
|
-
message: string;
|
|
524
|
-
fatal?: boolean | undefined | undefined;
|
|
525
|
-
} | {
|
|
526
|
-
code: "invalid_return_type";
|
|
527
|
-
returnTypeError: {
|
|
528
|
-
issues: ({
|
|
529
|
-
code: "custom";
|
|
530
|
-
params?: {
|
|
531
|
-
[x: string]: any;
|
|
532
|
-
} | undefined;
|
|
533
|
-
path: (string | number)[];
|
|
534
|
-
message: string;
|
|
535
|
-
fatal?: boolean | undefined | undefined;
|
|
536
|
-
} | {
|
|
537
|
-
code: "invalid_type";
|
|
538
|
-
expected: zod_v30.ZodParsedType;
|
|
539
|
-
received: zod_v30.ZodParsedType;
|
|
540
|
-
path: (string | number)[];
|
|
541
|
-
message: string;
|
|
542
|
-
fatal?: boolean | undefined | undefined;
|
|
543
|
-
} | {
|
|
544
|
-
code: "invalid_literal";
|
|
545
|
-
expected: hono_utils_types0.JSONValue;
|
|
546
|
-
received: hono_utils_types0.JSONValue;
|
|
547
|
-
path: (string | number)[];
|
|
548
|
-
message: string;
|
|
549
|
-
fatal?: boolean | undefined | undefined;
|
|
550
|
-
} | {
|
|
551
|
-
code: "unrecognized_keys";
|
|
552
|
-
keys: string[];
|
|
553
|
-
path: (string | number)[];
|
|
554
|
-
message: string;
|
|
555
|
-
fatal?: boolean | undefined | undefined;
|
|
556
|
-
} | {
|
|
557
|
-
code: "invalid_union";
|
|
558
|
-
unionErrors: /*elided*/any[];
|
|
559
|
-
path: (string | number)[];
|
|
560
|
-
message: string;
|
|
561
|
-
fatal?: boolean | undefined | undefined;
|
|
562
|
-
} | {
|
|
563
|
-
code: "invalid_union_discriminator";
|
|
564
|
-
options: (string | number | boolean | null)[];
|
|
565
|
-
path: (string | number)[];
|
|
566
|
-
message: string;
|
|
567
|
-
fatal?: boolean | undefined | undefined;
|
|
568
|
-
} | {
|
|
569
|
-
received: string | number;
|
|
570
|
-
code: "invalid_enum_value";
|
|
571
|
-
options: (string | number)[];
|
|
572
|
-
path: (string | number)[];
|
|
573
|
-
message: string;
|
|
574
|
-
fatal?: boolean | undefined | undefined;
|
|
575
|
-
} | {
|
|
576
|
-
code: "invalid_arguments";
|
|
577
|
-
argumentsError: /*elided*/any;
|
|
578
|
-
path: (string | number)[];
|
|
579
|
-
message: string;
|
|
580
|
-
fatal?: boolean | undefined | undefined;
|
|
581
|
-
} | /*elided*/any | {
|
|
582
|
-
code: "invalid_date";
|
|
583
|
-
path: (string | number)[];
|
|
584
|
-
message: string;
|
|
585
|
-
fatal?: boolean | undefined | undefined;
|
|
586
|
-
} | {
|
|
587
|
-
code: "invalid_string";
|
|
588
|
-
validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
|
|
589
|
-
includes: string;
|
|
590
|
-
position?: number | undefined | undefined;
|
|
717
|
+
readonly code: "too_small";
|
|
718
|
+
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
719
|
+
readonly minimum: number;
|
|
720
|
+
readonly inclusive?: boolean | undefined;
|
|
721
|
+
readonly exact?: boolean | undefined;
|
|
722
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
723
|
+
readonly path: (string | number | null)[];
|
|
724
|
+
readonly message: string;
|
|
591
725
|
} | {
|
|
592
|
-
|
|
726
|
+
readonly code: "invalid_format";
|
|
727
|
+
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
728
|
+
readonly pattern?: string | undefined;
|
|
729
|
+
readonly input?: string | undefined;
|
|
730
|
+
readonly path: (string | number | null)[];
|
|
731
|
+
readonly message: string;
|
|
593
732
|
} | {
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
} | {
|
|
600
|
-
code: "too_small";
|
|
601
|
-
minimum: number;
|
|
602
|
-
inclusive: boolean;
|
|
603
|
-
exact?: boolean | undefined;
|
|
604
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
605
|
-
path: (string | number)[];
|
|
606
|
-
message: string;
|
|
607
|
-
fatal?: boolean | undefined | undefined;
|
|
608
|
-
} | {
|
|
609
|
-
code: "too_big";
|
|
610
|
-
maximum: number;
|
|
611
|
-
inclusive: boolean;
|
|
612
|
-
exact?: boolean | undefined;
|
|
613
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
614
|
-
path: (string | number)[];
|
|
615
|
-
message: string;
|
|
616
|
-
fatal?: boolean | undefined | undefined;
|
|
617
|
-
} | {
|
|
618
|
-
code: "invalid_intersection_types";
|
|
619
|
-
path: (string | number)[];
|
|
620
|
-
message: string;
|
|
621
|
-
fatal?: boolean | undefined | undefined;
|
|
622
|
-
} | {
|
|
623
|
-
code: "not_multiple_of";
|
|
624
|
-
multipleOf: number;
|
|
625
|
-
path: (string | number)[];
|
|
626
|
-
message: string;
|
|
627
|
-
fatal?: boolean | undefined | undefined;
|
|
628
|
-
} | {
|
|
629
|
-
code: "not_finite";
|
|
630
|
-
path: (string | number)[];
|
|
631
|
-
message: string;
|
|
632
|
-
fatal?: boolean | undefined | undefined;
|
|
633
|
-
})[];
|
|
634
|
-
readonly errors: ({
|
|
635
|
-
code: "custom";
|
|
636
|
-
params?: {
|
|
637
|
-
[x: string]: any;
|
|
638
|
-
} | undefined;
|
|
639
|
-
path: (string | number)[];
|
|
640
|
-
message: string;
|
|
641
|
-
fatal?: boolean | undefined | undefined;
|
|
642
|
-
} | {
|
|
643
|
-
code: "invalid_type";
|
|
644
|
-
expected: zod_v30.ZodParsedType;
|
|
645
|
-
received: zod_v30.ZodParsedType;
|
|
646
|
-
path: (string | number)[];
|
|
647
|
-
message: string;
|
|
648
|
-
fatal?: boolean | undefined | undefined;
|
|
649
|
-
} | {
|
|
650
|
-
code: "invalid_literal";
|
|
651
|
-
expected: hono_utils_types0.JSONValue;
|
|
652
|
-
received: hono_utils_types0.JSONValue;
|
|
653
|
-
path: (string | number)[];
|
|
654
|
-
message: string;
|
|
655
|
-
fatal?: boolean | undefined | undefined;
|
|
656
|
-
} | {
|
|
657
|
-
code: "unrecognized_keys";
|
|
658
|
-
keys: string[];
|
|
659
|
-
path: (string | number)[];
|
|
660
|
-
message: string;
|
|
661
|
-
fatal?: boolean | undefined | undefined;
|
|
662
|
-
} | {
|
|
663
|
-
code: "invalid_union";
|
|
664
|
-
unionErrors: /*elided*/any[];
|
|
665
|
-
path: (string | number)[];
|
|
666
|
-
message: string;
|
|
667
|
-
fatal?: boolean | undefined | undefined;
|
|
668
|
-
} | {
|
|
669
|
-
code: "invalid_union_discriminator";
|
|
670
|
-
options: (string | number | boolean | null)[];
|
|
671
|
-
path: (string | number)[];
|
|
672
|
-
message: string;
|
|
673
|
-
fatal?: boolean | undefined | undefined;
|
|
674
|
-
} | {
|
|
675
|
-
received: string | number;
|
|
676
|
-
code: "invalid_enum_value";
|
|
677
|
-
options: (string | number)[];
|
|
678
|
-
path: (string | number)[];
|
|
679
|
-
message: string;
|
|
680
|
-
fatal?: boolean | undefined | undefined;
|
|
681
|
-
} | {
|
|
682
|
-
code: "invalid_arguments";
|
|
683
|
-
argumentsError: /*elided*/any;
|
|
684
|
-
path: (string | number)[];
|
|
685
|
-
message: string;
|
|
686
|
-
fatal?: boolean | undefined | undefined;
|
|
687
|
-
} | /*elided*/any | {
|
|
688
|
-
code: "invalid_date";
|
|
689
|
-
path: (string | number)[];
|
|
690
|
-
message: string;
|
|
691
|
-
fatal?: boolean | undefined | undefined;
|
|
692
|
-
} | {
|
|
693
|
-
code: "invalid_string";
|
|
694
|
-
validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
|
|
695
|
-
includes: string;
|
|
696
|
-
position?: number | undefined | undefined;
|
|
733
|
+
readonly code: "not_multiple_of";
|
|
734
|
+
readonly divisor: number;
|
|
735
|
+
readonly input?: number | undefined;
|
|
736
|
+
readonly path: (string | number | null)[];
|
|
737
|
+
readonly message: string;
|
|
697
738
|
} | {
|
|
698
|
-
|
|
739
|
+
readonly code: "unrecognized_keys";
|
|
740
|
+
readonly keys: string[];
|
|
741
|
+
readonly input?: {
|
|
742
|
+
[x: string]: hono_utils_types0.JSONValue;
|
|
743
|
+
} | undefined;
|
|
744
|
+
readonly path: (string | number | null)[];
|
|
745
|
+
readonly message: string;
|
|
746
|
+
} | /*elided*/any | {
|
|
747
|
+
readonly code: "invalid_union";
|
|
748
|
+
readonly errors: [];
|
|
749
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
750
|
+
readonly discriminator?: string | undefined | undefined;
|
|
751
|
+
readonly inclusive: false;
|
|
752
|
+
readonly path: (string | number | null)[];
|
|
753
|
+
readonly message: string;
|
|
754
|
+
} | /*elided*/any | /*elided*/any | {
|
|
755
|
+
readonly code: "invalid_value";
|
|
756
|
+
readonly values: (string | number | boolean | null)[];
|
|
757
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
758
|
+
readonly path: (string | number | null)[];
|
|
759
|
+
readonly message: string;
|
|
699
760
|
} | {
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
path: (string | number)[];
|
|
712
|
-
message: string;
|
|
713
|
-
fatal?: boolean | undefined | undefined;
|
|
714
|
-
} | {
|
|
715
|
-
code: "too_big";
|
|
716
|
-
maximum: number;
|
|
717
|
-
inclusive: boolean;
|
|
718
|
-
exact?: boolean | undefined;
|
|
719
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
720
|
-
path: (string | number)[];
|
|
721
|
-
message: string;
|
|
722
|
-
fatal?: boolean | undefined | undefined;
|
|
723
|
-
} | {
|
|
724
|
-
code: "invalid_intersection_types";
|
|
725
|
-
path: (string | number)[];
|
|
726
|
-
message: string;
|
|
727
|
-
fatal?: boolean | undefined | undefined;
|
|
761
|
+
readonly code: "custom";
|
|
762
|
+
readonly params?: {
|
|
763
|
+
[x: string]: any;
|
|
764
|
+
} | undefined;
|
|
765
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
766
|
+
readonly path: (string | number | null)[];
|
|
767
|
+
readonly message: string;
|
|
768
|
+
})[][];
|
|
769
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
770
|
+
readonly discriminator?: string | undefined | undefined;
|
|
771
|
+
readonly inclusive?: true | undefined;
|
|
772
|
+
readonly path: (string | number | null)[];
|
|
773
|
+
readonly message: string;
|
|
728
774
|
} | {
|
|
729
|
-
code: "
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
775
|
+
readonly code: "invalid_union";
|
|
776
|
+
readonly errors: [];
|
|
777
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
778
|
+
readonly discriminator?: string | undefined | undefined;
|
|
779
|
+
readonly inclusive: false;
|
|
780
|
+
readonly path: (string | number | null)[];
|
|
781
|
+
readonly message: string;
|
|
782
|
+
} | /*elided*/any | /*elided*/any | {
|
|
783
|
+
readonly code: "invalid_value";
|
|
784
|
+
readonly values: (string | number | boolean | null)[];
|
|
785
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
786
|
+
readonly path: (string | number | null)[];
|
|
787
|
+
readonly message: string;
|
|
734
788
|
} | {
|
|
735
|
-
code: "
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
789
|
+
readonly code: "custom";
|
|
790
|
+
readonly params?: {
|
|
791
|
+
[x: string]: any;
|
|
792
|
+
} | undefined;
|
|
793
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
794
|
+
readonly path: (string | number | null)[];
|
|
795
|
+
readonly message: string;
|
|
739
796
|
})[];
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
readonly
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
code: "invalid_date";
|
|
760
|
-
path: (string | number)[];
|
|
761
|
-
message: string;
|
|
762
|
-
fatal?: boolean | undefined | undefined;
|
|
763
|
-
} | {
|
|
764
|
-
code: "invalid_string";
|
|
765
|
-
validation: "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "date" | "time" | "duration" | "base64" | "base64url" | "jwt" | "regex" | "datetime" | "ip" | "cidr" | {
|
|
766
|
-
includes: string;
|
|
767
|
-
position?: number | undefined | undefined;
|
|
768
|
-
} | {
|
|
769
|
-
startsWith: string;
|
|
770
|
-
} | {
|
|
771
|
-
endsWith: string;
|
|
772
|
-
};
|
|
773
|
-
path: (string | number)[];
|
|
774
|
-
message: string;
|
|
775
|
-
fatal?: boolean | undefined | undefined;
|
|
776
|
-
} | {
|
|
777
|
-
code: "too_small";
|
|
778
|
-
minimum: number;
|
|
779
|
-
inclusive: boolean;
|
|
780
|
-
exact?: boolean | undefined;
|
|
781
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
782
|
-
path: (string | number)[];
|
|
783
|
-
message: string;
|
|
784
|
-
fatal?: boolean | undefined | undefined;
|
|
785
|
-
} | {
|
|
786
|
-
code: "too_big";
|
|
787
|
-
maximum: number;
|
|
788
|
-
inclusive: boolean;
|
|
789
|
-
exact?: boolean | undefined;
|
|
790
|
-
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
791
|
-
path: (string | number)[];
|
|
792
|
-
message: string;
|
|
793
|
-
fatal?: boolean | undefined | undefined;
|
|
794
|
-
} | {
|
|
795
|
-
code: "invalid_intersection_types";
|
|
796
|
-
path: (string | number)[];
|
|
797
|
-
message: string;
|
|
798
|
-
fatal?: boolean | undefined | undefined;
|
|
799
|
-
} | {
|
|
800
|
-
code: "not_multiple_of";
|
|
801
|
-
multipleOf: number;
|
|
802
|
-
path: (string | number)[];
|
|
803
|
-
message: string;
|
|
804
|
-
fatal?: boolean | undefined | undefined;
|
|
805
|
-
} | {
|
|
806
|
-
code: "not_finite";
|
|
807
|
-
path: (string | number)[];
|
|
808
|
-
message: string;
|
|
809
|
-
fatal?: boolean | undefined | undefined;
|
|
810
|
-
})[] | ({
|
|
811
|
-
readonly code: "invalid_type";
|
|
812
|
-
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
813
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
814
|
-
readonly path: (string | number | null)[];
|
|
815
|
-
readonly message: string;
|
|
816
|
-
} | {
|
|
817
|
-
readonly code: "too_big";
|
|
818
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
819
|
-
readonly maximum: number;
|
|
820
|
-
readonly inclusive?: boolean | undefined;
|
|
821
|
-
readonly exact?: boolean | undefined;
|
|
822
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
823
|
-
readonly path: (string | number | null)[];
|
|
824
|
-
readonly message: string;
|
|
825
|
-
} | {
|
|
826
|
-
readonly code: "too_small";
|
|
827
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
828
|
-
readonly minimum: number;
|
|
829
|
-
readonly inclusive?: boolean | undefined;
|
|
830
|
-
readonly exact?: boolean | undefined;
|
|
831
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
832
|
-
readonly path: (string | number | null)[];
|
|
833
|
-
readonly message: string;
|
|
834
|
-
} | {
|
|
835
|
-
readonly code: "invalid_format";
|
|
836
|
-
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
837
|
-
readonly pattern?: string | undefined;
|
|
838
|
-
readonly input?: string | undefined;
|
|
839
|
-
readonly path: (string | number | null)[];
|
|
840
|
-
readonly message: string;
|
|
841
|
-
} | {
|
|
842
|
-
readonly code: "not_multiple_of";
|
|
843
|
-
readonly divisor: number;
|
|
844
|
-
readonly input?: number | undefined;
|
|
845
|
-
readonly path: (string | number | null)[];
|
|
846
|
-
readonly message: string;
|
|
847
|
-
} | {
|
|
848
|
-
readonly code: "unrecognized_keys";
|
|
849
|
-
readonly keys: string[];
|
|
850
|
-
readonly input?: {
|
|
851
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
852
|
-
} | undefined;
|
|
797
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
798
|
+
readonly path: (string | number | null)[];
|
|
799
|
+
readonly message: string;
|
|
800
|
+
} | {
|
|
801
|
+
readonly code: "invalid_value";
|
|
802
|
+
readonly values: (string | number | boolean | null)[];
|
|
803
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
804
|
+
readonly path: (string | number | null)[];
|
|
805
|
+
readonly message: string;
|
|
806
|
+
} | {
|
|
807
|
+
readonly code: "custom";
|
|
808
|
+
readonly params?: {
|
|
809
|
+
[x: string]: any;
|
|
810
|
+
} | undefined;
|
|
811
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
812
|
+
readonly path: (string | number | null)[];
|
|
813
|
+
readonly message: string;
|
|
814
|
+
})[];
|
|
815
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
853
816
|
readonly path: (string | number | null)[];
|
|
854
817
|
readonly message: string;
|
|
855
818
|
} | {
|
|
856
|
-
readonly code: "
|
|
857
|
-
readonly
|
|
819
|
+
readonly code: "invalid_element";
|
|
820
|
+
readonly origin: "map" | "set";
|
|
821
|
+
readonly key: hono_utils_types0.JSONValue;
|
|
822
|
+
readonly issues: ({
|
|
858
823
|
readonly code: "invalid_type";
|
|
859
824
|
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
860
825
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -899,18 +864,9 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
899
864
|
} | undefined;
|
|
900
865
|
readonly path: (string | number | null)[];
|
|
901
866
|
readonly message: string;
|
|
902
|
-
} | /*elided*/any | {
|
|
903
|
-
readonly code: "invalid_union";
|
|
904
|
-
readonly errors: [];
|
|
905
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
906
|
-
readonly discriminator?: string | undefined | undefined;
|
|
907
|
-
readonly inclusive: false;
|
|
908
|
-
readonly path: (string | number | null)[];
|
|
909
|
-
readonly message: string;
|
|
910
867
|
} | {
|
|
911
|
-
readonly code: "
|
|
912
|
-
readonly
|
|
913
|
-
readonly issues: ({
|
|
868
|
+
readonly code: "invalid_union";
|
|
869
|
+
readonly errors: ({
|
|
914
870
|
readonly code: "invalid_type";
|
|
915
871
|
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
916
872
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -963,10 +919,9 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
963
919
|
readonly inclusive: false;
|
|
964
920
|
readonly path: (string | number | null)[];
|
|
965
921
|
readonly message: string;
|
|
966
|
-
} |
|
|
967
|
-
readonly code: "
|
|
968
|
-
readonly origin: "map" | "
|
|
969
|
-
readonly key: hono_utils_types0.JSONValue;
|
|
922
|
+
} | {
|
|
923
|
+
readonly code: "invalid_key";
|
|
924
|
+
readonly origin: "map" | "record";
|
|
970
925
|
readonly issues: ({
|
|
971
926
|
readonly code: "invalid_type";
|
|
972
927
|
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
@@ -1038,7 +993,7 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1038
993
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1039
994
|
readonly path: (string | number | null)[];
|
|
1040
995
|
readonly message: string;
|
|
1041
|
-
} | {
|
|
996
|
+
} | /*elided*/any | {
|
|
1042
997
|
readonly code: "invalid_value";
|
|
1043
998
|
readonly values: (string | number | boolean | null)[];
|
|
1044
999
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -1052,14 +1007,23 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1052
1007
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1053
1008
|
readonly path: (string | number | null)[];
|
|
1054
1009
|
readonly message: string;
|
|
1055
|
-
})[];
|
|
1010
|
+
})[][];
|
|
1056
1011
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1012
|
+
readonly discriminator?: string | undefined | undefined;
|
|
1013
|
+
readonly inclusive?: true | undefined;
|
|
1057
1014
|
readonly path: (string | number | null)[];
|
|
1058
1015
|
readonly message: string;
|
|
1059
1016
|
} | {
|
|
1060
|
-
readonly code: "
|
|
1061
|
-
readonly
|
|
1062
|
-
readonly
|
|
1017
|
+
readonly code: "invalid_union";
|
|
1018
|
+
readonly errors: [];
|
|
1019
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1020
|
+
readonly discriminator?: string | undefined | undefined;
|
|
1021
|
+
readonly inclusive: false;
|
|
1022
|
+
readonly path: (string | number | null)[];
|
|
1023
|
+
readonly message: string;
|
|
1024
|
+
} | {
|
|
1025
|
+
readonly code: "invalid_key";
|
|
1026
|
+
readonly origin: "map" | "record";
|
|
1063
1027
|
readonly issues: ({
|
|
1064
1028
|
readonly code: "invalid_type";
|
|
1065
1029
|
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
@@ -1105,18 +1069,9 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1105
1069
|
} | undefined;
|
|
1106
1070
|
readonly path: (string | number | null)[];
|
|
1107
1071
|
readonly message: string;
|
|
1108
|
-
} | /*elided*/any | {
|
|
1109
|
-
readonly code: "invalid_union";
|
|
1110
|
-
readonly errors: [];
|
|
1111
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1112
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1113
|
-
readonly inclusive: false;
|
|
1114
|
-
readonly path: (string | number | null)[];
|
|
1115
|
-
readonly message: string;
|
|
1116
1072
|
} | {
|
|
1117
|
-
readonly code: "
|
|
1118
|
-
readonly
|
|
1119
|
-
readonly issues: ({
|
|
1073
|
+
readonly code: "invalid_union";
|
|
1074
|
+
readonly errors: ({
|
|
1120
1075
|
readonly code: "invalid_type";
|
|
1121
1076
|
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
1122
1077
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -1183,11 +1138,21 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1183
1138
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1184
1139
|
readonly path: (string | number | null)[];
|
|
1185
1140
|
readonly message: string;
|
|
1186
|
-
})[];
|
|
1141
|
+
})[][];
|
|
1142
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1143
|
+
readonly discriminator?: string | undefined | undefined;
|
|
1144
|
+
readonly inclusive?: true | undefined;
|
|
1145
|
+
readonly path: (string | number | null)[];
|
|
1146
|
+
readonly message: string;
|
|
1147
|
+
} | {
|
|
1148
|
+
readonly code: "invalid_union";
|
|
1149
|
+
readonly errors: [];
|
|
1187
1150
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1151
|
+
readonly discriminator?: string | undefined | undefined;
|
|
1152
|
+
readonly inclusive: false;
|
|
1188
1153
|
readonly path: (string | number | null)[];
|
|
1189
1154
|
readonly message: string;
|
|
1190
|
-
} | /*elided*/any | {
|
|
1155
|
+
} | /*elided*/any | /*elided*/any | {
|
|
1191
1156
|
readonly code: "invalid_value";
|
|
1192
1157
|
readonly values: (string | number | boolean | null)[];
|
|
1193
1158
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -1205,7 +1170,7 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1205
1170
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1206
1171
|
readonly path: (string | number | null)[];
|
|
1207
1172
|
readonly message: string;
|
|
1208
|
-
} | {
|
|
1173
|
+
} | /*elided*/any | {
|
|
1209
1174
|
readonly code: "invalid_value";
|
|
1210
1175
|
readonly values: (string | number | boolean | null)[];
|
|
1211
1176
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
@@ -1219,781 +1184,816 @@ declare const router: hono_hono_base0.HonoBase<AppBindings, {
|
|
|
1219
1184
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1220
1185
|
readonly path: (string | number | null)[];
|
|
1221
1186
|
readonly message: string;
|
|
1222
|
-
})[]
|
|
1187
|
+
})[];
|
|
1223
1188
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1224
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1225
|
-
readonly inclusive?: true | undefined;
|
|
1226
1189
|
readonly path: (string | number | null)[];
|
|
1227
1190
|
readonly message: string;
|
|
1228
1191
|
} | {
|
|
1229
|
-
readonly code: "
|
|
1230
|
-
readonly
|
|
1192
|
+
readonly code: "invalid_value";
|
|
1193
|
+
readonly values: (string | number | boolean | null)[];
|
|
1231
1194
|
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1232
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1233
|
-
readonly inclusive: false;
|
|
1234
1195
|
readonly path: (string | number | null)[];
|
|
1235
1196
|
readonly message: string;
|
|
1236
1197
|
} | {
|
|
1237
|
-
readonly code: "
|
|
1238
|
-
readonly
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
} |
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1198
|
+
readonly code: "custom";
|
|
1199
|
+
readonly params?: {
|
|
1200
|
+
[x: string]: any;
|
|
1201
|
+
} | undefined;
|
|
1202
|
+
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1203
|
+
readonly path: (string | number | null)[];
|
|
1204
|
+
readonly message: string;
|
|
1205
|
+
})[] | ({
|
|
1206
|
+
code: "invalid_type";
|
|
1207
|
+
expected: zod_v30.ZodParsedType;
|
|
1208
|
+
received: zod_v30.ZodParsedType;
|
|
1209
|
+
path: (string | number)[];
|
|
1210
|
+
message: string;
|
|
1211
|
+
fatal?: boolean | undefined | undefined;
|
|
1212
|
+
} | {
|
|
1213
|
+
code: "invalid_literal";
|
|
1214
|
+
expected: hono_utils_types0.JSONValue;
|
|
1215
|
+
received: hono_utils_types0.JSONValue;
|
|
1216
|
+
path: (string | number)[];
|
|
1217
|
+
message: string;
|
|
1218
|
+
fatal?: boolean | undefined | undefined;
|
|
1219
|
+
} | {
|
|
1220
|
+
code: "unrecognized_keys";
|
|
1221
|
+
keys: string[];
|
|
1222
|
+
path: (string | number)[];
|
|
1223
|
+
message: string;
|
|
1224
|
+
fatal?: boolean | undefined | undefined;
|
|
1225
|
+
} | {
|
|
1226
|
+
code: "invalid_union";
|
|
1227
|
+
unionErrors: {
|
|
1228
|
+
issues: ({
|
|
1229
|
+
code: "invalid_type";
|
|
1230
|
+
expected: zod_v30.ZodParsedType;
|
|
1231
|
+
received: zod_v30.ZodParsedType;
|
|
1232
|
+
path: (string | number)[];
|
|
1233
|
+
message: string;
|
|
1234
|
+
fatal?: boolean | undefined | undefined;
|
|
1235
|
+
} | {
|
|
1236
|
+
code: "invalid_literal";
|
|
1237
|
+
expected: hono_utils_types0.JSONValue;
|
|
1238
|
+
received: hono_utils_types0.JSONValue;
|
|
1239
|
+
path: (string | number)[];
|
|
1240
|
+
message: string;
|
|
1241
|
+
fatal?: boolean | undefined | undefined;
|
|
1242
|
+
} | {
|
|
1243
|
+
code: "unrecognized_keys";
|
|
1244
|
+
keys: string[];
|
|
1245
|
+
path: (string | number)[];
|
|
1246
|
+
message: string;
|
|
1247
|
+
fatal?: boolean | undefined | undefined;
|
|
1248
|
+
} | /*elided*/any | {
|
|
1249
|
+
code: "invalid_union_discriminator";
|
|
1250
|
+
options: (string | number | boolean | null)[];
|
|
1251
|
+
path: (string | number)[];
|
|
1252
|
+
message: string;
|
|
1253
|
+
fatal?: boolean | undefined | undefined;
|
|
1254
|
+
} | {
|
|
1255
|
+
received: string | number;
|
|
1256
|
+
code: "invalid_enum_value";
|
|
1257
|
+
options: (string | number)[];
|
|
1258
|
+
path: (string | number)[];
|
|
1259
|
+
message: string;
|
|
1260
|
+
fatal?: boolean | undefined | undefined;
|
|
1261
|
+
} | {
|
|
1262
|
+
code: "invalid_arguments";
|
|
1263
|
+
argumentsError: /*elided*/any;
|
|
1264
|
+
path: (string | number)[];
|
|
1265
|
+
message: string;
|
|
1266
|
+
fatal?: boolean | undefined | undefined;
|
|
1267
|
+
} | {
|
|
1268
|
+
code: "invalid_return_type";
|
|
1269
|
+
returnTypeError: /*elided*/any;
|
|
1270
|
+
path: (string | number)[];
|
|
1271
|
+
message: string;
|
|
1272
|
+
fatal?: boolean | undefined | undefined;
|
|
1273
|
+
} | {
|
|
1274
|
+
code: "invalid_date";
|
|
1275
|
+
path: (string | number)[];
|
|
1276
|
+
message: string;
|
|
1277
|
+
fatal?: boolean | undefined | undefined;
|
|
1278
|
+
} | {
|
|
1279
|
+
code: "invalid_string";
|
|
1280
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1281
|
+
includes: string;
|
|
1282
|
+
position?: number | undefined | undefined;
|
|
1283
|
+
} | {
|
|
1284
|
+
startsWith: string;
|
|
1285
|
+
} | {
|
|
1286
|
+
endsWith: string;
|
|
1287
|
+
};
|
|
1288
|
+
path: (string | number)[];
|
|
1289
|
+
message: string;
|
|
1290
|
+
fatal?: boolean | undefined | undefined;
|
|
1291
|
+
} | {
|
|
1292
|
+
code: "too_small";
|
|
1293
|
+
minimum: number;
|
|
1294
|
+
inclusive: boolean;
|
|
1295
|
+
exact?: boolean | undefined;
|
|
1296
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1297
|
+
path: (string | number)[];
|
|
1298
|
+
message: string;
|
|
1299
|
+
fatal?: boolean | undefined | undefined;
|
|
1292
1300
|
} | {
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
+
code: "too_big";
|
|
1302
|
+
maximum: number;
|
|
1303
|
+
inclusive: boolean;
|
|
1304
|
+
exact?: boolean | undefined;
|
|
1305
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1306
|
+
path: (string | number)[];
|
|
1307
|
+
message: string;
|
|
1308
|
+
fatal?: boolean | undefined | undefined;
|
|
1301
1309
|
} | {
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
readonly exact?: boolean | undefined;
|
|
1307
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1308
|
-
readonly path: (string | number | null)[];
|
|
1309
|
-
readonly message: string;
|
|
1310
|
+
code: "invalid_intersection_types";
|
|
1311
|
+
path: (string | number)[];
|
|
1312
|
+
message: string;
|
|
1313
|
+
fatal?: boolean | undefined | undefined;
|
|
1310
1314
|
} | {
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
readonly message: string;
|
|
1315
|
+
code: "not_multiple_of";
|
|
1316
|
+
multipleOf: number;
|
|
1317
|
+
path: (string | number)[];
|
|
1318
|
+
message: string;
|
|
1319
|
+
fatal?: boolean | undefined | undefined;
|
|
1317
1320
|
} | {
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
readonly message: string;
|
|
1321
|
+
code: "not_finite";
|
|
1322
|
+
path: (string | number)[];
|
|
1323
|
+
message: string;
|
|
1324
|
+
fatal?: boolean | undefined | undefined;
|
|
1323
1325
|
} | {
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1326
|
+
code: "custom";
|
|
1327
|
+
params?: {
|
|
1328
|
+
[x: string]: any;
|
|
1328
1329
|
} | undefined;
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1330
|
+
path: (string | number)[];
|
|
1331
|
+
message: string;
|
|
1332
|
+
fatal?: boolean | undefined | undefined;
|
|
1333
|
+
})[];
|
|
1334
|
+
readonly errors: ({
|
|
1335
|
+
code: "invalid_type";
|
|
1336
|
+
expected: zod_v30.ZodParsedType;
|
|
1337
|
+
received: zod_v30.ZodParsedType;
|
|
1338
|
+
path: (string | number)[];
|
|
1339
|
+
message: string;
|
|
1340
|
+
fatal?: boolean | undefined | undefined;
|
|
1341
|
+
} | {
|
|
1342
|
+
code: "invalid_literal";
|
|
1343
|
+
expected: hono_utils_types0.JSONValue;
|
|
1344
|
+
received: hono_utils_types0.JSONValue;
|
|
1345
|
+
path: (string | number)[];
|
|
1346
|
+
message: string;
|
|
1347
|
+
fatal?: boolean | undefined | undefined;
|
|
1348
|
+
} | {
|
|
1349
|
+
code: "unrecognized_keys";
|
|
1350
|
+
keys: string[];
|
|
1351
|
+
path: (string | number)[];
|
|
1352
|
+
message: string;
|
|
1353
|
+
fatal?: boolean | undefined | undefined;
|
|
1339
1354
|
} | /*elided*/any | {
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1355
|
+
code: "invalid_union_discriminator";
|
|
1356
|
+
options: (string | number | boolean | null)[];
|
|
1357
|
+
path: (string | number)[];
|
|
1358
|
+
message: string;
|
|
1359
|
+
fatal?: boolean | undefined | undefined;
|
|
1360
|
+
} | {
|
|
1361
|
+
received: string | number;
|
|
1362
|
+
code: "invalid_enum_value";
|
|
1363
|
+
options: (string | number)[];
|
|
1364
|
+
path: (string | number)[];
|
|
1365
|
+
message: string;
|
|
1366
|
+
fatal?: boolean | undefined | undefined;
|
|
1367
|
+
} | {
|
|
1368
|
+
code: "invalid_arguments";
|
|
1369
|
+
argumentsError: /*elided*/any;
|
|
1370
|
+
path: (string | number)[];
|
|
1371
|
+
message: string;
|
|
1372
|
+
fatal?: boolean | undefined | undefined;
|
|
1373
|
+
} | {
|
|
1374
|
+
code: "invalid_return_type";
|
|
1375
|
+
returnTypeError: /*elided*/any;
|
|
1376
|
+
path: (string | number)[];
|
|
1377
|
+
message: string;
|
|
1378
|
+
fatal?: boolean | undefined | undefined;
|
|
1379
|
+
} | {
|
|
1380
|
+
code: "invalid_date";
|
|
1381
|
+
path: (string | number)[];
|
|
1382
|
+
message: string;
|
|
1383
|
+
fatal?: boolean | undefined | undefined;
|
|
1384
|
+
} | {
|
|
1385
|
+
code: "invalid_string";
|
|
1386
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1387
|
+
includes: string;
|
|
1388
|
+
position?: number | undefined | undefined;
|
|
1367
1389
|
} | {
|
|
1368
|
-
|
|
1369
|
-
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
1370
|
-
readonly pattern?: string | undefined;
|
|
1371
|
-
readonly input?: string | undefined;
|
|
1372
|
-
readonly path: (string | number | null)[];
|
|
1373
|
-
readonly message: string;
|
|
1390
|
+
startsWith: string;
|
|
1374
1391
|
} | {
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1392
|
+
endsWith: string;
|
|
1393
|
+
};
|
|
1394
|
+
path: (string | number)[];
|
|
1395
|
+
message: string;
|
|
1396
|
+
fatal?: boolean | undefined | undefined;
|
|
1397
|
+
} | {
|
|
1398
|
+
code: "too_small";
|
|
1399
|
+
minimum: number;
|
|
1400
|
+
inclusive: boolean;
|
|
1401
|
+
exact?: boolean | undefined;
|
|
1402
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1403
|
+
path: (string | number)[];
|
|
1404
|
+
message: string;
|
|
1405
|
+
fatal?: boolean | undefined | undefined;
|
|
1406
|
+
} | {
|
|
1407
|
+
code: "too_big";
|
|
1408
|
+
maximum: number;
|
|
1409
|
+
inclusive: boolean;
|
|
1410
|
+
exact?: boolean | undefined;
|
|
1411
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1412
|
+
path: (string | number)[];
|
|
1413
|
+
message: string;
|
|
1414
|
+
fatal?: boolean | undefined | undefined;
|
|
1415
|
+
} | {
|
|
1416
|
+
code: "invalid_intersection_types";
|
|
1417
|
+
path: (string | number)[];
|
|
1418
|
+
message: string;
|
|
1419
|
+
fatal?: boolean | undefined | undefined;
|
|
1420
|
+
} | {
|
|
1421
|
+
code: "not_multiple_of";
|
|
1422
|
+
multipleOf: number;
|
|
1423
|
+
path: (string | number)[];
|
|
1424
|
+
message: string;
|
|
1425
|
+
fatal?: boolean | undefined | undefined;
|
|
1426
|
+
} | {
|
|
1427
|
+
code: "not_finite";
|
|
1428
|
+
path: (string | number)[];
|
|
1429
|
+
message: string;
|
|
1430
|
+
fatal?: boolean | undefined | undefined;
|
|
1431
|
+
} | {
|
|
1432
|
+
code: "custom";
|
|
1433
|
+
params?: {
|
|
1434
|
+
[x: string]: any;
|
|
1435
|
+
} | undefined;
|
|
1436
|
+
path: (string | number)[];
|
|
1437
|
+
message: string;
|
|
1438
|
+
fatal?: boolean | undefined | undefined;
|
|
1439
|
+
})[];
|
|
1440
|
+
readonly message: string;
|
|
1441
|
+
readonly isEmpty: boolean;
|
|
1442
|
+
addIssue: never;
|
|
1443
|
+
addIssues: never;
|
|
1444
|
+
readonly formErrors: {
|
|
1445
|
+
formErrors: string[];
|
|
1446
|
+
fieldErrors: {
|
|
1447
|
+
[x: string]: string[] | undefined;
|
|
1448
|
+
[x: number]: string[] | undefined;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
name: string;
|
|
1452
|
+
stack?: string | undefined;
|
|
1453
|
+
cause?: hono_utils_types0.JSONValue | undefined;
|
|
1454
|
+
}[];
|
|
1455
|
+
path: (string | number)[];
|
|
1456
|
+
message: string;
|
|
1457
|
+
fatal?: boolean | undefined | undefined;
|
|
1458
|
+
} | {
|
|
1459
|
+
code: "invalid_union_discriminator";
|
|
1460
|
+
options: (string | number | boolean | null)[];
|
|
1461
|
+
path: (string | number)[];
|
|
1462
|
+
message: string;
|
|
1463
|
+
fatal?: boolean | undefined | undefined;
|
|
1464
|
+
} | {
|
|
1465
|
+
received: string | number;
|
|
1466
|
+
code: "invalid_enum_value";
|
|
1467
|
+
options: (string | number)[];
|
|
1468
|
+
path: (string | number)[];
|
|
1469
|
+
message: string;
|
|
1470
|
+
fatal?: boolean | undefined | undefined;
|
|
1471
|
+
} | {
|
|
1472
|
+
code: "invalid_arguments";
|
|
1473
|
+
argumentsError: {
|
|
1474
|
+
issues: ({
|
|
1475
|
+
code: "invalid_type";
|
|
1476
|
+
expected: zod_v30.ZodParsedType;
|
|
1477
|
+
received: zod_v30.ZodParsedType;
|
|
1478
|
+
path: (string | number)[];
|
|
1479
|
+
message: string;
|
|
1480
|
+
fatal?: boolean | undefined | undefined;
|
|
1481
|
+
} | {
|
|
1482
|
+
code: "invalid_literal";
|
|
1483
|
+
expected: hono_utils_types0.JSONValue;
|
|
1484
|
+
received: hono_utils_types0.JSONValue;
|
|
1485
|
+
path: (string | number)[];
|
|
1486
|
+
message: string;
|
|
1487
|
+
fatal?: boolean | undefined | undefined;
|
|
1488
|
+
} | {
|
|
1489
|
+
code: "unrecognized_keys";
|
|
1490
|
+
keys: string[];
|
|
1491
|
+
path: (string | number)[];
|
|
1492
|
+
message: string;
|
|
1493
|
+
fatal?: boolean | undefined | undefined;
|
|
1494
|
+
} | {
|
|
1495
|
+
code: "invalid_union";
|
|
1496
|
+
unionErrors: /*elided*/any[];
|
|
1497
|
+
path: (string | number)[];
|
|
1498
|
+
message: string;
|
|
1499
|
+
fatal?: boolean | undefined | undefined;
|
|
1500
|
+
} | {
|
|
1501
|
+
code: "invalid_union_discriminator";
|
|
1502
|
+
options: (string | number | boolean | null)[];
|
|
1503
|
+
path: (string | number)[];
|
|
1504
|
+
message: string;
|
|
1505
|
+
fatal?: boolean | undefined | undefined;
|
|
1506
|
+
} | {
|
|
1507
|
+
received: string | number;
|
|
1508
|
+
code: "invalid_enum_value";
|
|
1509
|
+
options: (string | number)[];
|
|
1510
|
+
path: (string | number)[];
|
|
1511
|
+
message: string;
|
|
1512
|
+
fatal?: boolean | undefined | undefined;
|
|
1513
|
+
} | /*elided*/any | {
|
|
1514
|
+
code: "invalid_return_type";
|
|
1515
|
+
returnTypeError: /*elided*/any;
|
|
1516
|
+
path: (string | number)[];
|
|
1517
|
+
message: string;
|
|
1518
|
+
fatal?: boolean | undefined | undefined;
|
|
1519
|
+
} | {
|
|
1520
|
+
code: "invalid_date";
|
|
1521
|
+
path: (string | number)[];
|
|
1522
|
+
message: string;
|
|
1523
|
+
fatal?: boolean | undefined | undefined;
|
|
1524
|
+
} | {
|
|
1525
|
+
code: "invalid_string";
|
|
1526
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1527
|
+
includes: string;
|
|
1528
|
+
position?: number | undefined | undefined;
|
|
1380
1529
|
} | {
|
|
1381
|
-
|
|
1382
|
-
readonly keys: string[];
|
|
1383
|
-
readonly input?: {
|
|
1384
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1385
|
-
} | undefined;
|
|
1386
|
-
readonly path: (string | number | null)[];
|
|
1387
|
-
readonly message: string;
|
|
1388
|
-
} | /*elided*/any | {
|
|
1389
|
-
readonly code: "invalid_union";
|
|
1390
|
-
readonly errors: [];
|
|
1391
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1392
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1393
|
-
readonly inclusive: false;
|
|
1394
|
-
readonly path: (string | number | null)[];
|
|
1395
|
-
readonly message: string;
|
|
1396
|
-
} | /*elided*/any | /*elided*/any | {
|
|
1397
|
-
readonly code: "invalid_value";
|
|
1398
|
-
readonly values: (string | number | boolean | null)[];
|
|
1399
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1400
|
-
readonly path: (string | number | null)[];
|
|
1401
|
-
readonly message: string;
|
|
1530
|
+
startsWith: string;
|
|
1402
1531
|
} | {
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
readonly path: (string | number | null)[];
|
|
1409
|
-
readonly message: string;
|
|
1410
|
-
})[];
|
|
1411
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1412
|
-
readonly path: (string | number | null)[];
|
|
1413
|
-
readonly message: string;
|
|
1414
|
-
} | {
|
|
1415
|
-
readonly code: "invalid_value";
|
|
1416
|
-
readonly values: (string | number | boolean | null)[];
|
|
1417
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1418
|
-
readonly path: (string | number | null)[];
|
|
1419
|
-
readonly message: string;
|
|
1532
|
+
endsWith: string;
|
|
1533
|
+
};
|
|
1534
|
+
path: (string | number)[];
|
|
1535
|
+
message: string;
|
|
1536
|
+
fatal?: boolean | undefined | undefined;
|
|
1420
1537
|
} | {
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1430
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1431
|
-
readonly inclusive?: true | undefined;
|
|
1432
|
-
readonly path: (string | number | null)[];
|
|
1433
|
-
readonly message: string;
|
|
1434
|
-
} | {
|
|
1435
|
-
readonly code: "invalid_union";
|
|
1436
|
-
readonly errors: [];
|
|
1437
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1438
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1439
|
-
readonly inclusive: false;
|
|
1440
|
-
readonly path: (string | number | null)[];
|
|
1441
|
-
readonly message: string;
|
|
1442
|
-
} | /*elided*/any | {
|
|
1443
|
-
readonly code: "invalid_element";
|
|
1444
|
-
readonly origin: "map" | "set";
|
|
1445
|
-
readonly key: hono_utils_types0.JSONValue;
|
|
1446
|
-
readonly issues: ({
|
|
1447
|
-
readonly code: "invalid_type";
|
|
1448
|
-
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
1449
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1450
|
-
readonly path: (string | number | null)[];
|
|
1451
|
-
readonly message: string;
|
|
1538
|
+
code: "too_small";
|
|
1539
|
+
minimum: number;
|
|
1540
|
+
inclusive: boolean;
|
|
1541
|
+
exact?: boolean | undefined;
|
|
1542
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1543
|
+
path: (string | number)[];
|
|
1544
|
+
message: string;
|
|
1545
|
+
fatal?: boolean | undefined | undefined;
|
|
1452
1546
|
} | {
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1547
|
+
code: "too_big";
|
|
1548
|
+
maximum: number;
|
|
1549
|
+
inclusive: boolean;
|
|
1550
|
+
exact?: boolean | undefined;
|
|
1551
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1552
|
+
path: (string | number)[];
|
|
1553
|
+
message: string;
|
|
1554
|
+
fatal?: boolean | undefined | undefined;
|
|
1461
1555
|
} | {
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
readonly exact?: boolean | undefined;
|
|
1467
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1468
|
-
readonly path: (string | number | null)[];
|
|
1469
|
-
readonly message: string;
|
|
1556
|
+
code: "invalid_intersection_types";
|
|
1557
|
+
path: (string | number)[];
|
|
1558
|
+
message: string;
|
|
1559
|
+
fatal?: boolean | undefined | undefined;
|
|
1470
1560
|
} | {
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
readonly message: string;
|
|
1561
|
+
code: "not_multiple_of";
|
|
1562
|
+
multipleOf: number;
|
|
1563
|
+
path: (string | number)[];
|
|
1564
|
+
message: string;
|
|
1565
|
+
fatal?: boolean | undefined | undefined;
|
|
1477
1566
|
} | {
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
readonly message: string;
|
|
1567
|
+
code: "not_finite";
|
|
1568
|
+
path: (string | number)[];
|
|
1569
|
+
message: string;
|
|
1570
|
+
fatal?: boolean | undefined | undefined;
|
|
1483
1571
|
} | {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1572
|
+
code: "custom";
|
|
1573
|
+
params?: {
|
|
1574
|
+
[x: string]: any;
|
|
1488
1575
|
} | undefined;
|
|
1489
|
-
|
|
1490
|
-
|
|
1576
|
+
path: (string | number)[];
|
|
1577
|
+
message: string;
|
|
1578
|
+
fatal?: boolean | undefined | undefined;
|
|
1579
|
+
})[];
|
|
1580
|
+
readonly errors: ({
|
|
1581
|
+
code: "invalid_type";
|
|
1582
|
+
expected: zod_v30.ZodParsedType;
|
|
1583
|
+
received: zod_v30.ZodParsedType;
|
|
1584
|
+
path: (string | number)[];
|
|
1585
|
+
message: string;
|
|
1586
|
+
fatal?: boolean | undefined | undefined;
|
|
1491
1587
|
} | {
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1588
|
+
code: "invalid_literal";
|
|
1589
|
+
expected: hono_utils_types0.JSONValue;
|
|
1590
|
+
received: hono_utils_types0.JSONValue;
|
|
1591
|
+
path: (string | number)[];
|
|
1592
|
+
message: string;
|
|
1593
|
+
fatal?: boolean | undefined | undefined;
|
|
1594
|
+
} | {
|
|
1595
|
+
code: "unrecognized_keys";
|
|
1596
|
+
keys: string[];
|
|
1597
|
+
path: (string | number)[];
|
|
1598
|
+
message: string;
|
|
1599
|
+
fatal?: boolean | undefined | undefined;
|
|
1600
|
+
} | {
|
|
1601
|
+
code: "invalid_union";
|
|
1602
|
+
unionErrors: /*elided*/any[];
|
|
1603
|
+
path: (string | number)[];
|
|
1604
|
+
message: string;
|
|
1605
|
+
fatal?: boolean | undefined | undefined;
|
|
1606
|
+
} | {
|
|
1607
|
+
code: "invalid_union_discriminator";
|
|
1608
|
+
options: (string | number | boolean | null)[];
|
|
1609
|
+
path: (string | number)[];
|
|
1610
|
+
message: string;
|
|
1611
|
+
fatal?: boolean | undefined | undefined;
|
|
1612
|
+
} | {
|
|
1613
|
+
received: string | number;
|
|
1614
|
+
code: "invalid_enum_value";
|
|
1615
|
+
options: (string | number)[];
|
|
1616
|
+
path: (string | number)[];
|
|
1617
|
+
message: string;
|
|
1618
|
+
fatal?: boolean | undefined | undefined;
|
|
1619
|
+
} | /*elided*/any | {
|
|
1620
|
+
code: "invalid_return_type";
|
|
1621
|
+
returnTypeError: /*elided*/any;
|
|
1622
|
+
path: (string | number)[];
|
|
1623
|
+
message: string;
|
|
1624
|
+
fatal?: boolean | undefined | undefined;
|
|
1625
|
+
} | {
|
|
1626
|
+
code: "invalid_date";
|
|
1627
|
+
path: (string | number)[];
|
|
1628
|
+
message: string;
|
|
1629
|
+
fatal?: boolean | undefined | undefined;
|
|
1630
|
+
} | {
|
|
1631
|
+
code: "invalid_string";
|
|
1632
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1633
|
+
includes: string;
|
|
1634
|
+
position?: number | undefined | undefined;
|
|
1530
1635
|
} | {
|
|
1531
|
-
|
|
1532
|
-
readonly keys: string[];
|
|
1533
|
-
readonly input?: {
|
|
1534
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1535
|
-
} | undefined;
|
|
1536
|
-
readonly path: (string | number | null)[];
|
|
1537
|
-
readonly message: string;
|
|
1538
|
-
} | /*elided*/any | {
|
|
1539
|
-
readonly code: "invalid_union";
|
|
1540
|
-
readonly errors: [];
|
|
1541
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1542
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1543
|
-
readonly inclusive: false;
|
|
1544
|
-
readonly path: (string | number | null)[];
|
|
1545
|
-
readonly message: string;
|
|
1546
|
-
} | /*elided*/any | /*elided*/any | {
|
|
1547
|
-
readonly code: "invalid_value";
|
|
1548
|
-
readonly values: (string | number | boolean | null)[];
|
|
1549
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1550
|
-
readonly path: (string | number | null)[];
|
|
1551
|
-
readonly message: string;
|
|
1636
|
+
startsWith: string;
|
|
1552
1637
|
} | {
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
readonly path: (string | number | null)[];
|
|
1559
|
-
readonly message: string;
|
|
1560
|
-
})[][];
|
|
1561
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1562
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1563
|
-
readonly inclusive?: true | undefined;
|
|
1564
|
-
readonly path: (string | number | null)[];
|
|
1565
|
-
readonly message: string;
|
|
1638
|
+
endsWith: string;
|
|
1639
|
+
};
|
|
1640
|
+
path: (string | number)[];
|
|
1641
|
+
message: string;
|
|
1642
|
+
fatal?: boolean | undefined | undefined;
|
|
1566
1643
|
} | {
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
readonly code: "invalid_value";
|
|
1576
|
-
readonly values: (string | number | boolean | null)[];
|
|
1577
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1578
|
-
readonly path: (string | number | null)[];
|
|
1579
|
-
readonly message: string;
|
|
1644
|
+
code: "too_small";
|
|
1645
|
+
minimum: number;
|
|
1646
|
+
inclusive: boolean;
|
|
1647
|
+
exact?: boolean | undefined;
|
|
1648
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1649
|
+
path: (string | number)[];
|
|
1650
|
+
message: string;
|
|
1651
|
+
fatal?: boolean | undefined | undefined;
|
|
1580
1652
|
} | {
|
|
1581
|
-
|
|
1582
|
-
|
|
1653
|
+
code: "too_big";
|
|
1654
|
+
maximum: number;
|
|
1655
|
+
inclusive: boolean;
|
|
1656
|
+
exact?: boolean | undefined;
|
|
1657
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1658
|
+
path: (string | number)[];
|
|
1659
|
+
message: string;
|
|
1660
|
+
fatal?: boolean | undefined | undefined;
|
|
1661
|
+
} | {
|
|
1662
|
+
code: "invalid_intersection_types";
|
|
1663
|
+
path: (string | number)[];
|
|
1664
|
+
message: string;
|
|
1665
|
+
fatal?: boolean | undefined | undefined;
|
|
1666
|
+
} | {
|
|
1667
|
+
code: "not_multiple_of";
|
|
1668
|
+
multipleOf: number;
|
|
1669
|
+
path: (string | number)[];
|
|
1670
|
+
message: string;
|
|
1671
|
+
fatal?: boolean | undefined | undefined;
|
|
1672
|
+
} | {
|
|
1673
|
+
code: "not_finite";
|
|
1674
|
+
path: (string | number)[];
|
|
1675
|
+
message: string;
|
|
1676
|
+
fatal?: boolean | undefined | undefined;
|
|
1677
|
+
} | {
|
|
1678
|
+
code: "custom";
|
|
1679
|
+
params?: {
|
|
1583
1680
|
[x: string]: any;
|
|
1584
1681
|
} | undefined;
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1682
|
+
path: (string | number)[];
|
|
1683
|
+
message: string;
|
|
1684
|
+
fatal?: boolean | undefined | undefined;
|
|
1588
1685
|
})[];
|
|
1589
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1590
|
-
readonly path: (string | number | null)[];
|
|
1591
|
-
readonly message: string;
|
|
1592
|
-
} | {
|
|
1593
|
-
readonly code: "invalid_value";
|
|
1594
|
-
readonly values: (string | number | boolean | null)[];
|
|
1595
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1596
|
-
readonly path: (string | number | null)[];
|
|
1597
|
-
readonly message: string;
|
|
1598
|
-
} | {
|
|
1599
|
-
readonly code: "custom";
|
|
1600
|
-
readonly params?: {
|
|
1601
|
-
[x: string]: any;
|
|
1602
|
-
} | undefined;
|
|
1603
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1604
|
-
readonly path: (string | number | null)[];
|
|
1605
1686
|
readonly message: string;
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1687
|
+
readonly isEmpty: boolean;
|
|
1688
|
+
addIssue: never;
|
|
1689
|
+
addIssues: never;
|
|
1690
|
+
readonly formErrors: {
|
|
1691
|
+
formErrors: string[];
|
|
1692
|
+
fieldErrors: {
|
|
1693
|
+
[x: string]: string[] | undefined;
|
|
1694
|
+
[x: number]: string[] | undefined;
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
name: string;
|
|
1698
|
+
stack?: string | undefined;
|
|
1699
|
+
cause?: hono_utils_types0.JSONValue | undefined;
|
|
1700
|
+
};
|
|
1701
|
+
path: (string | number)[];
|
|
1702
|
+
message: string;
|
|
1703
|
+
fatal?: boolean | undefined | undefined;
|
|
1610
1704
|
} | {
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
} | {
|
|
1621
|
-
readonly code: "too_big";
|
|
1622
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1623
|
-
readonly maximum: number;
|
|
1624
|
-
readonly inclusive?: boolean | undefined;
|
|
1625
|
-
readonly exact?: boolean | undefined;
|
|
1626
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1627
|
-
readonly path: (string | number | null)[];
|
|
1628
|
-
readonly message: string;
|
|
1629
|
-
} | {
|
|
1630
|
-
readonly code: "too_small";
|
|
1631
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1632
|
-
readonly minimum: number;
|
|
1633
|
-
readonly inclusive?: boolean | undefined;
|
|
1634
|
-
readonly exact?: boolean | undefined;
|
|
1635
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1636
|
-
readonly path: (string | number | null)[];
|
|
1637
|
-
readonly message: string;
|
|
1638
|
-
} | {
|
|
1639
|
-
readonly code: "invalid_format";
|
|
1640
|
-
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
1641
|
-
readonly pattern?: string | undefined;
|
|
1642
|
-
readonly input?: string | undefined;
|
|
1643
|
-
readonly path: (string | number | null)[];
|
|
1644
|
-
readonly message: string;
|
|
1645
|
-
} | {
|
|
1646
|
-
readonly code: "not_multiple_of";
|
|
1647
|
-
readonly divisor: number;
|
|
1648
|
-
readonly input?: number | undefined;
|
|
1649
|
-
readonly path: (string | number | null)[];
|
|
1650
|
-
readonly message: string;
|
|
1651
|
-
} | {
|
|
1652
|
-
readonly code: "unrecognized_keys";
|
|
1653
|
-
readonly keys: string[];
|
|
1654
|
-
readonly input?: {
|
|
1655
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1656
|
-
} | undefined;
|
|
1657
|
-
readonly path: (string | number | null)[];
|
|
1658
|
-
readonly message: string;
|
|
1659
|
-
} | {
|
|
1660
|
-
readonly code: "invalid_union";
|
|
1661
|
-
readonly errors: ({
|
|
1662
|
-
readonly code: "invalid_type";
|
|
1663
|
-
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
1664
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1665
|
-
readonly path: (string | number | null)[];
|
|
1666
|
-
readonly message: string;
|
|
1705
|
+
code: "invalid_return_type";
|
|
1706
|
+
returnTypeError: {
|
|
1707
|
+
issues: ({
|
|
1708
|
+
code: "invalid_type";
|
|
1709
|
+
expected: zod_v30.ZodParsedType;
|
|
1710
|
+
received: zod_v30.ZodParsedType;
|
|
1711
|
+
path: (string | number)[];
|
|
1712
|
+
message: string;
|
|
1713
|
+
fatal?: boolean | undefined | undefined;
|
|
1667
1714
|
} | {
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
readonly path: (string | number | null)[];
|
|
1675
|
-
readonly message: string;
|
|
1715
|
+
code: "invalid_literal";
|
|
1716
|
+
expected: hono_utils_types0.JSONValue;
|
|
1717
|
+
received: hono_utils_types0.JSONValue;
|
|
1718
|
+
path: (string | number)[];
|
|
1719
|
+
message: string;
|
|
1720
|
+
fatal?: boolean | undefined | undefined;
|
|
1676
1721
|
} | {
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1683
|
-
readonly path: (string | number | null)[];
|
|
1684
|
-
readonly message: string;
|
|
1722
|
+
code: "unrecognized_keys";
|
|
1723
|
+
keys: string[];
|
|
1724
|
+
path: (string | number)[];
|
|
1725
|
+
message: string;
|
|
1726
|
+
fatal?: boolean | undefined | undefined;
|
|
1685
1727
|
} | {
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
readonly message: string;
|
|
1728
|
+
code: "invalid_union";
|
|
1729
|
+
unionErrors: /*elided*/any[];
|
|
1730
|
+
path: (string | number)[];
|
|
1731
|
+
message: string;
|
|
1732
|
+
fatal?: boolean | undefined | undefined;
|
|
1692
1733
|
} | {
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1734
|
+
code: "invalid_union_discriminator";
|
|
1735
|
+
options: (string | number | boolean | null)[];
|
|
1736
|
+
path: (string | number)[];
|
|
1737
|
+
message: string;
|
|
1738
|
+
fatal?: boolean | undefined | undefined;
|
|
1698
1739
|
} | {
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1740
|
+
received: string | number;
|
|
1741
|
+
code: "invalid_enum_value";
|
|
1742
|
+
options: (string | number)[];
|
|
1743
|
+
path: (string | number)[];
|
|
1744
|
+
message: string;
|
|
1745
|
+
fatal?: boolean | undefined | undefined;
|
|
1746
|
+
} | {
|
|
1747
|
+
code: "invalid_arguments";
|
|
1748
|
+
argumentsError: /*elided*/any;
|
|
1749
|
+
path: (string | number)[];
|
|
1750
|
+
message: string;
|
|
1751
|
+
fatal?: boolean | undefined | undefined;
|
|
1706
1752
|
} | /*elided*/any | {
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
readonly inclusive: false;
|
|
1712
|
-
readonly path: (string | number | null)[];
|
|
1713
|
-
readonly message: string;
|
|
1753
|
+
code: "invalid_date";
|
|
1754
|
+
path: (string | number)[];
|
|
1755
|
+
message: string;
|
|
1756
|
+
fatal?: boolean | undefined | undefined;
|
|
1714
1757
|
} | {
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
1720
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1721
|
-
readonly path: (string | number | null)[];
|
|
1722
|
-
readonly message: string;
|
|
1723
|
-
} | {
|
|
1724
|
-
readonly code: "too_big";
|
|
1725
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1726
|
-
readonly maximum: number;
|
|
1727
|
-
readonly inclusive?: boolean | undefined;
|
|
1728
|
-
readonly exact?: boolean | undefined;
|
|
1729
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1730
|
-
readonly path: (string | number | null)[];
|
|
1731
|
-
readonly message: string;
|
|
1732
|
-
} | {
|
|
1733
|
-
readonly code: "too_small";
|
|
1734
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1735
|
-
readonly minimum: number;
|
|
1736
|
-
readonly inclusive?: boolean | undefined;
|
|
1737
|
-
readonly exact?: boolean | undefined;
|
|
1738
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1739
|
-
readonly path: (string | number | null)[];
|
|
1740
|
-
readonly message: string;
|
|
1741
|
-
} | {
|
|
1742
|
-
readonly code: "invalid_format";
|
|
1743
|
-
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
1744
|
-
readonly pattern?: string | undefined;
|
|
1745
|
-
readonly input?: string | undefined;
|
|
1746
|
-
readonly path: (string | number | null)[];
|
|
1747
|
-
readonly message: string;
|
|
1748
|
-
} | {
|
|
1749
|
-
readonly code: "not_multiple_of";
|
|
1750
|
-
readonly divisor: number;
|
|
1751
|
-
readonly input?: number | undefined;
|
|
1752
|
-
readonly path: (string | number | null)[];
|
|
1753
|
-
readonly message: string;
|
|
1758
|
+
code: "invalid_string";
|
|
1759
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1760
|
+
includes: string;
|
|
1761
|
+
position?: number | undefined | undefined;
|
|
1754
1762
|
} | {
|
|
1755
|
-
|
|
1756
|
-
readonly keys: string[];
|
|
1757
|
-
readonly input?: {
|
|
1758
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1759
|
-
} | undefined;
|
|
1760
|
-
readonly path: (string | number | null)[];
|
|
1761
|
-
readonly message: string;
|
|
1762
|
-
} | /*elided*/any | {
|
|
1763
|
-
readonly code: "invalid_union";
|
|
1764
|
-
readonly errors: [];
|
|
1765
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1766
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1767
|
-
readonly inclusive: false;
|
|
1768
|
-
readonly path: (string | number | null)[];
|
|
1769
|
-
readonly message: string;
|
|
1770
|
-
} | /*elided*/any | /*elided*/any | {
|
|
1771
|
-
readonly code: "invalid_value";
|
|
1772
|
-
readonly values: (string | number | boolean | null)[];
|
|
1773
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1774
|
-
readonly path: (string | number | null)[];
|
|
1775
|
-
readonly message: string;
|
|
1763
|
+
startsWith: string;
|
|
1776
1764
|
} | {
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
readonly path: (string | number | null)[];
|
|
1783
|
-
readonly message: string;
|
|
1784
|
-
})[];
|
|
1785
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1786
|
-
readonly path: (string | number | null)[];
|
|
1787
|
-
readonly message: string;
|
|
1788
|
-
} | /*elided*/any | {
|
|
1789
|
-
readonly code: "invalid_value";
|
|
1790
|
-
readonly values: (string | number | boolean | null)[];
|
|
1791
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1792
|
-
readonly path: (string | number | null)[];
|
|
1793
|
-
readonly message: string;
|
|
1765
|
+
endsWith: string;
|
|
1766
|
+
};
|
|
1767
|
+
path: (string | number)[];
|
|
1768
|
+
message: string;
|
|
1769
|
+
fatal?: boolean | undefined | undefined;
|
|
1794
1770
|
} | {
|
|
1795
|
-
|
|
1796
|
-
|
|
1771
|
+
code: "too_small";
|
|
1772
|
+
minimum: number;
|
|
1773
|
+
inclusive: boolean;
|
|
1774
|
+
exact?: boolean | undefined;
|
|
1775
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1776
|
+
path: (string | number)[];
|
|
1777
|
+
message: string;
|
|
1778
|
+
fatal?: boolean | undefined | undefined;
|
|
1779
|
+
} | {
|
|
1780
|
+
code: "too_big";
|
|
1781
|
+
maximum: number;
|
|
1782
|
+
inclusive: boolean;
|
|
1783
|
+
exact?: boolean | undefined;
|
|
1784
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1785
|
+
path: (string | number)[];
|
|
1786
|
+
message: string;
|
|
1787
|
+
fatal?: boolean | undefined | undefined;
|
|
1788
|
+
} | {
|
|
1789
|
+
code: "invalid_intersection_types";
|
|
1790
|
+
path: (string | number)[];
|
|
1791
|
+
message: string;
|
|
1792
|
+
fatal?: boolean | undefined | undefined;
|
|
1793
|
+
} | {
|
|
1794
|
+
code: "not_multiple_of";
|
|
1795
|
+
multipleOf: number;
|
|
1796
|
+
path: (string | number)[];
|
|
1797
|
+
message: string;
|
|
1798
|
+
fatal?: boolean | undefined | undefined;
|
|
1799
|
+
} | {
|
|
1800
|
+
code: "not_finite";
|
|
1801
|
+
path: (string | number)[];
|
|
1802
|
+
message: string;
|
|
1803
|
+
fatal?: boolean | undefined | undefined;
|
|
1804
|
+
} | {
|
|
1805
|
+
code: "custom";
|
|
1806
|
+
params?: {
|
|
1797
1807
|
[x: string]: any;
|
|
1798
1808
|
} | undefined;
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
})[]
|
|
1803
|
-
readonly
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
readonly errors: [];
|
|
1811
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1812
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1813
|
-
readonly inclusive: false;
|
|
1814
|
-
readonly path: (string | number | null)[];
|
|
1815
|
-
readonly message: string;
|
|
1816
|
-
} | {
|
|
1817
|
-
readonly code: "invalid_key";
|
|
1818
|
-
readonly origin: "map" | "record";
|
|
1819
|
-
readonly issues: ({
|
|
1820
|
-
readonly code: "invalid_type";
|
|
1821
|
-
readonly expected: zod_v4_core0.$ZodInvalidTypeExpected;
|
|
1822
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1823
|
-
readonly path: (string | number | null)[];
|
|
1824
|
-
readonly message: string;
|
|
1809
|
+
path: (string | number)[];
|
|
1810
|
+
message: string;
|
|
1811
|
+
fatal?: boolean | undefined | undefined;
|
|
1812
|
+
})[];
|
|
1813
|
+
readonly errors: ({
|
|
1814
|
+
code: "invalid_type";
|
|
1815
|
+
expected: zod_v30.ZodParsedType;
|
|
1816
|
+
received: zod_v30.ZodParsedType;
|
|
1817
|
+
path: (string | number)[];
|
|
1818
|
+
message: string;
|
|
1819
|
+
fatal?: boolean | undefined | undefined;
|
|
1825
1820
|
} | {
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
readonly path: (string | number | null)[];
|
|
1833
|
-
readonly message: string;
|
|
1821
|
+
code: "invalid_literal";
|
|
1822
|
+
expected: hono_utils_types0.JSONValue;
|
|
1823
|
+
received: hono_utils_types0.JSONValue;
|
|
1824
|
+
path: (string | number)[];
|
|
1825
|
+
message: string;
|
|
1826
|
+
fatal?: boolean | undefined | undefined;
|
|
1834
1827
|
} | {
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1841
|
-
readonly path: (string | number | null)[];
|
|
1842
|
-
readonly message: string;
|
|
1828
|
+
code: "unrecognized_keys";
|
|
1829
|
+
keys: string[];
|
|
1830
|
+
path: (string | number)[];
|
|
1831
|
+
message: string;
|
|
1832
|
+
fatal?: boolean | undefined | undefined;
|
|
1843
1833
|
} | {
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
readonly message: string;
|
|
1834
|
+
code: "invalid_union";
|
|
1835
|
+
unionErrors: /*elided*/any[];
|
|
1836
|
+
path: (string | number)[];
|
|
1837
|
+
message: string;
|
|
1838
|
+
fatal?: boolean | undefined | undefined;
|
|
1850
1839
|
} | {
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1840
|
+
code: "invalid_union_discriminator";
|
|
1841
|
+
options: (string | number | boolean | null)[];
|
|
1842
|
+
path: (string | number)[];
|
|
1843
|
+
message: string;
|
|
1844
|
+
fatal?: boolean | undefined | undefined;
|
|
1845
|
+
} | {
|
|
1846
|
+
received: string | number;
|
|
1847
|
+
code: "invalid_enum_value";
|
|
1848
|
+
options: (string | number)[];
|
|
1849
|
+
path: (string | number)[];
|
|
1850
|
+
message: string;
|
|
1851
|
+
fatal?: boolean | undefined | undefined;
|
|
1856
1852
|
} | {
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1853
|
+
code: "invalid_arguments";
|
|
1854
|
+
argumentsError: /*elided*/any;
|
|
1855
|
+
path: (string | number)[];
|
|
1856
|
+
message: string;
|
|
1857
|
+
fatal?: boolean | undefined | undefined;
|
|
1858
|
+
} | /*elided*/any | {
|
|
1859
|
+
code: "invalid_date";
|
|
1860
|
+
path: (string | number)[];
|
|
1861
|
+
message: string;
|
|
1862
|
+
fatal?: boolean | undefined | undefined;
|
|
1864
1863
|
} | {
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1870
|
-
readonly path: (string | number | null)[];
|
|
1871
|
-
readonly message: string;
|
|
1872
|
-
} | {
|
|
1873
|
-
readonly code: "too_big";
|
|
1874
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1875
|
-
readonly maximum: number;
|
|
1876
|
-
readonly inclusive?: boolean | undefined;
|
|
1877
|
-
readonly exact?: boolean | undefined;
|
|
1878
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1879
|
-
readonly path: (string | number | null)[];
|
|
1880
|
-
readonly message: string;
|
|
1881
|
-
} | {
|
|
1882
|
-
readonly code: "too_small";
|
|
1883
|
-
readonly origin: "number" | "int" | "bigint" | "date" | "string" | "array" | "set" | "file" | (string & {});
|
|
1884
|
-
readonly minimum: number;
|
|
1885
|
-
readonly inclusive?: boolean | undefined;
|
|
1886
|
-
readonly exact?: boolean | undefined;
|
|
1887
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1888
|
-
readonly path: (string | number | null)[];
|
|
1889
|
-
readonly message: string;
|
|
1890
|
-
} | {
|
|
1891
|
-
readonly code: "invalid_format";
|
|
1892
|
-
readonly format: zod_v4_core0.$ZodStringFormats | (string & {});
|
|
1893
|
-
readonly pattern?: string | undefined;
|
|
1894
|
-
readonly input?: string | undefined;
|
|
1895
|
-
readonly path: (string | number | null)[];
|
|
1896
|
-
readonly message: string;
|
|
1897
|
-
} | {
|
|
1898
|
-
readonly code: "not_multiple_of";
|
|
1899
|
-
readonly divisor: number;
|
|
1900
|
-
readonly input?: number | undefined;
|
|
1901
|
-
readonly path: (string | number | null)[];
|
|
1902
|
-
readonly message: string;
|
|
1864
|
+
code: "invalid_string";
|
|
1865
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1866
|
+
includes: string;
|
|
1867
|
+
position?: number | undefined | undefined;
|
|
1903
1868
|
} | {
|
|
1904
|
-
|
|
1905
|
-
readonly keys: string[];
|
|
1906
|
-
readonly input?: {
|
|
1907
|
-
[x: string]: hono_utils_types0.JSONValue;
|
|
1908
|
-
} | undefined;
|
|
1909
|
-
readonly path: (string | number | null)[];
|
|
1910
|
-
readonly message: string;
|
|
1911
|
-
} | /*elided*/any | {
|
|
1912
|
-
readonly code: "invalid_union";
|
|
1913
|
-
readonly errors: [];
|
|
1914
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1915
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1916
|
-
readonly inclusive: false;
|
|
1917
|
-
readonly path: (string | number | null)[];
|
|
1918
|
-
readonly message: string;
|
|
1919
|
-
} | /*elided*/any | /*elided*/any | {
|
|
1920
|
-
readonly code: "invalid_value";
|
|
1921
|
-
readonly values: (string | number | boolean | null)[];
|
|
1922
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1923
|
-
readonly path: (string | number | null)[];
|
|
1924
|
-
readonly message: string;
|
|
1869
|
+
startsWith: string;
|
|
1925
1870
|
} | {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
readonly path: (string | number | null)[];
|
|
1932
|
-
readonly message: string;
|
|
1933
|
-
})[][];
|
|
1934
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1935
|
-
readonly discriminator?: string | undefined | undefined;
|
|
1936
|
-
readonly inclusive?: true | undefined;
|
|
1937
|
-
readonly path: (string | number | null)[];
|
|
1938
|
-
readonly message: string;
|
|
1871
|
+
endsWith: string;
|
|
1872
|
+
};
|
|
1873
|
+
path: (string | number)[];
|
|
1874
|
+
message: string;
|
|
1875
|
+
fatal?: boolean | undefined | undefined;
|
|
1939
1876
|
} | {
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
readonly code: "invalid_value";
|
|
1949
|
-
readonly values: (string | number | boolean | null)[];
|
|
1950
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1951
|
-
readonly path: (string | number | null)[];
|
|
1952
|
-
readonly message: string;
|
|
1877
|
+
code: "too_small";
|
|
1878
|
+
minimum: number;
|
|
1879
|
+
inclusive: boolean;
|
|
1880
|
+
exact?: boolean | undefined;
|
|
1881
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1882
|
+
path: (string | number)[];
|
|
1883
|
+
message: string;
|
|
1884
|
+
fatal?: boolean | undefined | undefined;
|
|
1953
1885
|
} | {
|
|
1954
|
-
|
|
1955
|
-
|
|
1886
|
+
code: "too_big";
|
|
1887
|
+
maximum: number;
|
|
1888
|
+
inclusive: boolean;
|
|
1889
|
+
exact?: boolean | undefined;
|
|
1890
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1891
|
+
path: (string | number)[];
|
|
1892
|
+
message: string;
|
|
1893
|
+
fatal?: boolean | undefined | undefined;
|
|
1894
|
+
} | {
|
|
1895
|
+
code: "invalid_intersection_types";
|
|
1896
|
+
path: (string | number)[];
|
|
1897
|
+
message: string;
|
|
1898
|
+
fatal?: boolean | undefined | undefined;
|
|
1899
|
+
} | {
|
|
1900
|
+
code: "not_multiple_of";
|
|
1901
|
+
multipleOf: number;
|
|
1902
|
+
path: (string | number)[];
|
|
1903
|
+
message: string;
|
|
1904
|
+
fatal?: boolean | undefined | undefined;
|
|
1905
|
+
} | {
|
|
1906
|
+
code: "not_finite";
|
|
1907
|
+
path: (string | number)[];
|
|
1908
|
+
message: string;
|
|
1909
|
+
fatal?: boolean | undefined | undefined;
|
|
1910
|
+
} | {
|
|
1911
|
+
code: "custom";
|
|
1912
|
+
params?: {
|
|
1956
1913
|
[x: string]: any;
|
|
1957
1914
|
} | undefined;
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1915
|
+
path: (string | number)[];
|
|
1916
|
+
message: string;
|
|
1917
|
+
fatal?: boolean | undefined | undefined;
|
|
1961
1918
|
})[];
|
|
1962
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1963
|
-
readonly path: (string | number | null)[];
|
|
1964
|
-
readonly message: string;
|
|
1965
|
-
} | /*elided*/any | {
|
|
1966
|
-
readonly code: "invalid_value";
|
|
1967
|
-
readonly values: (string | number | boolean | null)[];
|
|
1968
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1969
|
-
readonly path: (string | number | null)[];
|
|
1970
1919
|
readonly message: string;
|
|
1920
|
+
readonly isEmpty: boolean;
|
|
1921
|
+
addIssue: never;
|
|
1922
|
+
addIssues: never;
|
|
1923
|
+
readonly formErrors: {
|
|
1924
|
+
formErrors: string[];
|
|
1925
|
+
fieldErrors: {
|
|
1926
|
+
[x: string]: string[] | undefined;
|
|
1927
|
+
[x: number]: string[] | undefined;
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
name: string;
|
|
1931
|
+
stack?: string | undefined;
|
|
1932
|
+
cause?: hono_utils_types0.JSONValue | undefined;
|
|
1933
|
+
};
|
|
1934
|
+
path: (string | number)[];
|
|
1935
|
+
message: string;
|
|
1936
|
+
fatal?: boolean | undefined | undefined;
|
|
1937
|
+
} | {
|
|
1938
|
+
code: "invalid_date";
|
|
1939
|
+
path: (string | number)[];
|
|
1940
|
+
message: string;
|
|
1941
|
+
fatal?: boolean | undefined | undefined;
|
|
1942
|
+
} | {
|
|
1943
|
+
code: "invalid_string";
|
|
1944
|
+
validation: "date" | "duration" | "uuid" | "email" | "url" | "emoji" | "nanoid" | "cuid" | "cuid2" | "ulid" | "time" | "base64" | "base64url" | "jwt" | "datetime" | "regex" | "ip" | "cidr" | {
|
|
1945
|
+
includes: string;
|
|
1946
|
+
position?: number | undefined | undefined;
|
|
1971
1947
|
} | {
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
})[];
|
|
1980
|
-
readonly input?: hono_utils_types0.JSONValue | undefined;
|
|
1981
|
-
readonly path: (string | number | null)[];
|
|
1982
|
-
readonly message: string;
|
|
1948
|
+
startsWith: string;
|
|
1949
|
+
} | {
|
|
1950
|
+
endsWith: string;
|
|
1951
|
+
};
|
|
1952
|
+
path: (string | number)[];
|
|
1953
|
+
message: string;
|
|
1954
|
+
fatal?: boolean | undefined | undefined;
|
|
1983
1955
|
} | {
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1956
|
+
code: "too_small";
|
|
1957
|
+
minimum: number;
|
|
1958
|
+
inclusive: boolean;
|
|
1959
|
+
exact?: boolean | undefined;
|
|
1960
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1961
|
+
path: (string | number)[];
|
|
1962
|
+
message: string;
|
|
1963
|
+
fatal?: boolean | undefined | undefined;
|
|
1989
1964
|
} | {
|
|
1990
|
-
|
|
1991
|
-
|
|
1965
|
+
code: "too_big";
|
|
1966
|
+
maximum: number;
|
|
1967
|
+
inclusive: boolean;
|
|
1968
|
+
exact?: boolean | undefined;
|
|
1969
|
+
type: "array" | "string" | "number" | "set" | "date" | "bigint";
|
|
1970
|
+
path: (string | number)[];
|
|
1971
|
+
message: string;
|
|
1972
|
+
fatal?: boolean | undefined | undefined;
|
|
1973
|
+
} | {
|
|
1974
|
+
code: "invalid_intersection_types";
|
|
1975
|
+
path: (string | number)[];
|
|
1976
|
+
message: string;
|
|
1977
|
+
fatal?: boolean | undefined | undefined;
|
|
1978
|
+
} | {
|
|
1979
|
+
code: "not_multiple_of";
|
|
1980
|
+
multipleOf: number;
|
|
1981
|
+
path: (string | number)[];
|
|
1982
|
+
message: string;
|
|
1983
|
+
fatal?: boolean | undefined | undefined;
|
|
1984
|
+
} | {
|
|
1985
|
+
code: "not_finite";
|
|
1986
|
+
path: (string | number)[];
|
|
1987
|
+
message: string;
|
|
1988
|
+
fatal?: boolean | undefined | undefined;
|
|
1989
|
+
} | {
|
|
1990
|
+
code: "custom";
|
|
1991
|
+
params?: {
|
|
1992
1992
|
[x: string]: any;
|
|
1993
1993
|
} | undefined;
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1994
|
+
path: (string | number)[];
|
|
1995
|
+
message: string;
|
|
1996
|
+
fatal?: boolean | undefined | undefined;
|
|
1997
1997
|
})[];
|
|
1998
1998
|
};
|
|
1999
1999
|
outputFormat: "json";
|