@@ -8,8 +8,8 @@ declare const app: import("hono/hono-base").HonoBase<
8
8
$patch : {
9
9
input : {
10
10
param : {
11
- id : string | undefined ;
12
- domain : string | undefined ;
11
+ id : string ;
12
+ domain : string ;
13
13
} & {
14
14
id : string ;
15
15
} ;
@@ -23,7 +23,7 @@ declare const app: import("hono/hono-base").HonoBase<
23
23
$get : {
24
24
input : {
25
25
param : {
26
- id : string | undefined ;
26
+ id : string ;
27
27
} & {
28
28
id : string ;
29
29
} ;
@@ -38,7 +38,7 @@ declare const app: import("hono/hono-base").HonoBase<
38
38
$put : {
39
39
input : {
40
40
param : {
41
- id : string | undefined ;
41
+ id : string ;
42
42
} & {
43
43
id : string ;
44
44
} ;
@@ -57,8 +57,8 @@ declare const app: import("hono/hono-base").HonoBase<
57
57
$delete : {
58
58
input : {
59
59
param : {
60
- id : string | undefined ;
61
- domain_id : string | undefined ;
60
+ id : string ;
61
+ domain_id : string ;
62
62
} & {
63
63
id : string ;
64
64
} ;
@@ -70,8 +70,8 @@ declare const app: import("hono/hono-base").HonoBase<
70
70
$patch : {
71
71
input : {
72
72
param : {
73
- id : string | undefined ;
74
- domain_id : string | undefined ;
73
+ id : string ;
74
+ domain_id : string ;
75
75
} & {
76
76
id : string ;
77
77
} ;
@@ -93,8 +93,8 @@ declare const app: import("hono/hono-base").HonoBase<
93
93
| import ( "hono/types" ) . ParsedFormValue [ ] ;
94
94
} ;
95
95
param : {
96
- id : string | undefined ;
97
- user_id : string | undefined ;
96
+ id : string ;
97
+ user_id : string ;
98
98
} & {
99
99
user_id : string ;
100
100
} & {
@@ -108,19 +108,19 @@ declare const app: import("hono/hono-base").HonoBase<
108
108
$patch : {
109
109
input : {
110
110
param : {
111
- id : string | undefined ;
112
- user_id : string | undefined ;
111
+ id : string ;
112
+ user_id : string ;
113
113
} & {
114
114
user_id : string ;
115
115
} & {
116
116
id : string ;
117
117
} ;
118
118
form : {
119
- verification_type ?:
119
+ is_external ?:
120
120
| import ( "hono/types" ) . ParsedFormValue
121
121
| import ( "hono/types" ) . ParsedFormValue [ ]
122
122
| undefined ;
123
- is_external ?:
123
+ verification_type ?:
124
124
| import ( "hono/types" ) . ParsedFormValue
125
125
| import ( "hono/types" ) . ParsedFormValue [ ]
126
126
| undefined ;
@@ -133,8 +133,8 @@ declare const app: import("hono/hono-base").HonoBase<
133
133
$delete : {
134
134
input : {
135
135
param : {
136
- id : string | undefined ;
137
- user_id : string | undefined ;
136
+ id : string ;
137
+ user_id : string ;
138
138
} & {
139
139
user_id : string ;
140
140
} & {
@@ -150,7 +150,7 @@ declare const app: import("hono/hono-base").HonoBase<
150
150
$get : {
151
151
input : {
152
152
param : {
153
- id : string | undefined ;
153
+ id : string ;
154
154
} & {
155
155
id : string ;
156
156
} ;
@@ -170,7 +170,7 @@ declare const app: import("hono/hono-base").HonoBase<
170
170
$get : {
171
171
input : {
172
172
param : {
173
- id : string | undefined ;
173
+ id : string ;
174
174
} & {
175
175
id : string ;
176
176
} ;
@@ -226,7 +226,7 @@ declare const app: import("hono/hono-base").HonoBase<
226
226
$get : {
227
227
input : {
228
228
param : {
229
- id : string | undefined ;
229
+ id : string ;
230
230
} & {
231
231
id : string ;
232
232
} ;
@@ -240,7 +240,7 @@ declare const app: import("hono/hono-base").HonoBase<
240
240
$get : {
241
241
input : {
242
242
param : {
243
- id : string | undefined ;
243
+ id : string ;
244
244
} & {
245
245
id : string ;
246
246
} ;
@@ -258,7 +258,7 @@ declare const app: import("hono/hono-base").HonoBase<
258
258
$get : {
259
259
input : {
260
260
param : {
261
- id : string | undefined ;
261
+ id : string ;
262
262
} & {
263
263
id : string ;
264
264
} ;
@@ -270,7 +270,7 @@ declare const app: import("hono/hono-base").HonoBase<
270
270
$delete : {
271
271
input : {
272
272
param : {
273
- id : string | undefined ;
273
+ id : string ;
274
274
} & {
275
275
id : string ;
276
276
} ;
@@ -284,7 +284,7 @@ declare const app: import("hono/hono-base").HonoBase<
284
284
$patch : {
285
285
input : {
286
286
param : {
287
- id : string | undefined ;
287
+ id : string ;
288
288
} & {
289
289
id : string ;
290
290
} ;
@@ -313,7 +313,7 @@ declare const app: import("hono/hono-base").HonoBase<
313
313
$patch : {
314
314
input : {
315
315
param : {
316
- id : string | undefined ;
316
+ id : string ;
317
317
} & {
318
318
id : string ;
319
319
} ;
@@ -340,7 +340,7 @@ declare const app: import("hono/hono-base").HonoBase<
340
340
$patch : {
341
341
input : {
342
342
param : {
343
- id : string | undefined ;
343
+ id : string ;
344
344
} & {
345
345
id : string ;
346
346
} ;
@@ -354,7 +354,7 @@ declare const app: import("hono/hono-base").HonoBase<
354
354
$patch : {
355
355
input : {
356
356
param : {
357
- id : string | undefined ;
357
+ id : string ;
358
358
} & {
359
359
id : string ;
360
360
} ;
@@ -376,7 +376,7 @@ declare const app: import("hono/hono-base").HonoBase<
376
376
$patch : {
377
377
input : {
378
378
param : {
379
- id : string | undefined ;
379
+ id : string ;
380
380
} & {
381
381
id : string ;
382
382
} ;
@@ -390,7 +390,7 @@ declare const app: import("hono/hono-base").HonoBase<
390
390
$get : {
391
391
input : {
392
392
param : {
393
- id : string | undefined ;
393
+ id : string ;
394
394
} & {
395
395
id : string ;
396
396
} ;
@@ -408,7 +408,7 @@ declare const app: import("hono/hono-base").HonoBase<
408
408
$get : {
409
409
input : {
410
410
param : {
411
- id : string | undefined ;
411
+ id : string ;
412
412
} & {
413
413
id : string ;
414
414
} ;
@@ -422,7 +422,7 @@ declare const app: import("hono/hono-base").HonoBase<
422
422
$get : {
423
423
input : {
424
424
param : {
425
- id : string | undefined ;
425
+ id : string ;
426
426
} & {
427
427
id : string ;
428
428
} ;
@@ -532,9 +532,9 @@ declare const app: import("hono/hono-base").HonoBase<
532
532
$get : {
533
533
input : {
534
534
param : {
535
- article_id : string | undefined ;
536
- attachment_id : string | undefined ;
537
- ticket_id : string | undefined ;
535
+ ticket_id : string ;
536
+ article_id : string ;
537
+ attachment_id : string ;
538
538
} ;
539
539
} ;
540
540
output : { } ;
0 commit comments