1
+ import { hc } from 'hono/client' ;
1
2
declare const client : {
2
3
api : {
3
4
version : import ( "hono/client" ) . ClientRequest < {
@@ -9,15 +10,15 @@ declare const client: {
9
10
data : {
10
11
version : any ;
11
12
date : any ;
12
- forceUpdate : any ;
13
13
features : any ;
14
14
versionCode : any ;
15
+ criticalVersionCode : any ;
15
16
size : any ;
16
17
id : any ;
17
18
} ;
18
19
} ;
19
20
outputFormat : "json" ;
20
- status : import ( "hono/utils/http-status" ) . StatusCode ;
21
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
21
22
} | {
22
23
input : { } ;
23
24
output : {
@@ -26,7 +27,7 @@ declare const client: {
26
27
data : null ;
27
28
} ;
28
29
outputFormat : "json" ;
29
- status : import ( "hono/utils/http-status" ) . StatusCode ;
30
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
30
31
} ;
31
32
} > ;
32
33
} ;
@@ -37,10 +38,10 @@ declare const client: {
37
38
$post : {
38
39
input : {
39
40
form : {
40
- password : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
41
- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
42
- deviceName : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
43
- deviceOs : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
41
+ password : string ;
42
+ username : string ;
43
+ deviceName : string ;
44
+ deviceOs : string ;
44
45
} ;
45
46
} ;
46
47
output : {
@@ -50,14 +51,14 @@ declare const client: {
50
51
data : null ;
51
52
} ;
52
53
outputFormat : "json" ;
53
- status : import ( "hono/utils/http-status" ) . StatusCode ;
54
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
54
55
} | {
55
56
input : {
56
57
form : {
57
- password : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
58
- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
59
- deviceName : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
60
- deviceOs : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
58
+ password : string ;
59
+ username : string ;
60
+ deviceName : string ;
61
+ deviceOs : string ;
61
62
} ;
62
63
} ;
63
64
output : {
@@ -69,7 +70,7 @@ declare const client: {
69
70
verificationRequired : boolean ;
70
71
} ;
71
72
outputFormat : "json" ;
72
- status : import ( "hono/utils/http-status" ) . StatusCode ;
73
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
73
74
} ;
74
75
} > ;
75
76
} ;
@@ -81,18 +82,18 @@ declare const client: {
81
82
$post : {
82
83
input : {
83
84
form : {
84
- password : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
85
- name : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
86
- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
87
- email : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
85
+ password : string ;
86
+ name : string ;
87
+ username : string ;
88
+ email : string ;
88
89
} ;
89
90
} ;
90
91
output : {
91
92
message : string ;
92
93
status : boolean ;
93
94
} ;
94
95
outputFormat : "json" ;
95
- status : import ( "hono/utils/http-status" ) . StatusCode ;
96
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
96
97
} ;
97
98
} > ;
98
99
} ;
@@ -104,16 +105,16 @@ declare const client: {
104
105
$post : {
105
106
input : {
106
107
form : {
107
- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
108
- otp : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
108
+ username : string ;
109
+ otp : string ;
109
110
} ;
110
111
} ;
111
112
output : {
112
113
message : string ;
113
114
status : boolean ;
114
115
} ;
115
116
outputFormat : "json" ;
116
- status : import ( "hono/utils/http-status" ) . StatusCode ;
117
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
117
118
} ;
118
119
} > ;
119
120
} ;
@@ -126,7 +127,7 @@ declare const client: {
126
127
$post : {
127
128
input : {
128
129
form : {
129
- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
130
+ username : string ;
130
131
} ;
131
132
} ;
132
133
output : {
@@ -135,7 +136,7 @@ declare const client: {
135
136
username : string ;
136
137
} ;
137
138
outputFormat : "json" ;
138
- status : import ( "hono/utils/http-status" ) . StatusCode ;
139
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
139
140
} ;
140
141
} > ;
141
142
} ;
@@ -151,7 +152,7 @@ declare const client: {
151
152
status : boolean ;
152
153
} ;
153
154
outputFormat : "json" ;
154
- status : import ( "hono/utils/http-status" ) . StatusCode ;
155
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
155
156
} ;
156
157
} > ;
157
158
} ;
@@ -169,7 +170,7 @@ declare const client: {
169
170
} ;
170
171
} ;
171
172
outputFormat : "json" ;
172
- status : import ( "hono/utils/http-status" ) . StatusCode ;
173
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
173
174
} ;
174
175
} > ;
175
176
} ;
@@ -196,7 +197,7 @@ declare const client: {
196
197
} ;
197
198
} ;
198
199
outputFormat : "json" ;
199
- status : import ( "hono/utils/http-status" ) . StatusCode ;
200
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
200
201
} ;
201
202
} > ;
202
203
} ;
@@ -207,15 +208,15 @@ declare const client: {
207
208
$post : {
208
209
input : {
209
210
form : {
210
- device : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
211
+ device : string ;
211
212
} ;
212
213
} ;
213
214
output : {
214
215
status : boolean ;
215
216
message : string ;
216
217
} ;
217
218
outputFormat : "json" ;
218
- status : import ( "hono/utils/http-status" ) . StatusCode ;
219
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
219
220
} ;
220
221
} > ;
221
222
} ;
@@ -232,7 +233,7 @@ declare const client: {
232
233
message : string ;
233
234
} ;
234
235
outputFormat : "json" ;
235
- status : import ( "hono/utils/http-status" ) . StatusCode ;
236
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
236
237
} ;
237
238
} > ;
238
239
} ;
@@ -250,7 +251,7 @@ declare const client: {
250
251
message : string ;
251
252
} ;
252
253
outputFormat : "json" ;
253
- status : import ( "hono/utils/http-status" ) . StatusCode ;
254
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
254
255
} ;
255
256
} > ;
256
257
} ;
@@ -284,7 +285,7 @@ declare const client: {
284
285
} [ ] ;
285
286
} ;
286
287
outputFormat : "json" ;
287
- status : import ( "hono/utils/http-status" ) . StatusCode ;
288
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
288
289
} ;
289
290
} > ;
290
291
} ;
@@ -298,15 +299,15 @@ declare const client: {
298
299
$post : {
299
300
input : {
300
301
form : {
301
- id : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
302
+ id : string ;
302
303
} ;
303
304
} ;
304
305
output : {
305
306
message : string ;
306
307
status : boolean ;
307
308
} ;
308
309
outputFormat : "json" ;
309
- status : import ( "hono/utils/http-status" ) . StatusCode ;
310
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
310
311
} ;
311
312
} > ;
312
313
} ;
@@ -320,19 +321,19 @@ declare const client: {
320
321
input : {
321
322
json : {
322
323
version : string ;
323
- features : string [ ] ;
324
324
versionCode : number ;
325
+ features : string [ ] ;
326
+ criticalVersionCode : number ;
325
327
updateSize : string ;
326
- forceUpdate ?: boolean | undefined ;
327
328
} ;
328
329
} ;
329
330
output : {
330
331
message : string ;
331
332
status : boolean ;
332
- data : null ;
333
+ data : any ;
333
334
} ;
334
335
outputFormat : "json" ;
335
- status : import ( "hono/utils/http-status" ) . StatusCode ;
336
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
336
337
} ;
337
338
} > ;
338
339
} ;
@@ -347,7 +348,7 @@ declare const client: {
347
348
status : boolean ;
348
349
} ;
349
350
outputFormat : "json" ;
350
- status : import ( "hono/utils/http-status" ) . StatusCode ;
351
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
351
352
} ;
352
353
} > ;
353
354
} ;
@@ -360,7 +361,7 @@ declare const client: {
360
361
status : boolean ;
361
362
} ;
362
363
outputFormat : "json" ;
363
- status : import ( "hono/utils/http-status" ) . StatusCode ;
364
+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
364
365
} ;
365
366
} > ;
366
367
} ;
0 commit comments