1+ import { hc } from 'hono/client' ;
12declare const client : {
23 api : {
34 version : import ( "hono/client" ) . ClientRequest < {
@@ -9,15 +10,15 @@ declare const client: {
910 data : {
1011 version : any ;
1112 date : any ;
12- forceUpdate : any ;
1313 features : any ;
1414 versionCode : any ;
15+ criticalVersionCode : any ;
1516 size : any ;
1617 id : any ;
1718 } ;
1819 } ;
1920 outputFormat : "json" ;
20- status : import ( "hono/utils/http-status" ) . StatusCode ;
21+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
2122 } | {
2223 input : { } ;
2324 output : {
@@ -26,7 +27,7 @@ declare const client: {
2627 data : null ;
2728 } ;
2829 outputFormat : "json" ;
29- status : import ( "hono/utils/http-status" ) . StatusCode ;
30+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
3031 } ;
3132 } > ;
3233 } ;
@@ -37,10 +38,10 @@ declare const client: {
3738 $post : {
3839 input : {
3940 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 ;
4445 } ;
4546 } ;
4647 output : {
@@ -50,14 +51,14 @@ declare const client: {
5051 data : null ;
5152 } ;
5253 outputFormat : "json" ;
53- status : import ( "hono/utils/http-status" ) . StatusCode ;
54+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
5455 } | {
5556 input : {
5657 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 ;
6162 } ;
6263 } ;
6364 output : {
@@ -69,7 +70,7 @@ declare const client: {
6970 verificationRequired : boolean ;
7071 } ;
7172 outputFormat : "json" ;
72- status : import ( "hono/utils/http-status" ) . StatusCode ;
73+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
7374 } ;
7475 } > ;
7576 } ;
@@ -81,18 +82,18 @@ declare const client: {
8182 $post : {
8283 input : {
8384 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 ;
8889 } ;
8990 } ;
9091 output : {
9192 message : string ;
9293 status : boolean ;
9394 } ;
9495 outputFormat : "json" ;
95- status : import ( "hono/utils/http-status" ) . StatusCode ;
96+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
9697 } ;
9798 } > ;
9899 } ;
@@ -104,16 +105,16 @@ declare const client: {
104105 $post : {
105106 input : {
106107 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 ;
109110 } ;
110111 } ;
111112 output : {
112113 message : string ;
113114 status : boolean ;
114115 } ;
115116 outputFormat : "json" ;
116- status : import ( "hono/utils/http-status" ) . StatusCode ;
117+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
117118 } ;
118119 } > ;
119120 } ;
@@ -126,7 +127,7 @@ declare const client: {
126127 $post : {
127128 input : {
128129 form : {
129- username : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
130+ username : string ;
130131 } ;
131132 } ;
132133 output : {
@@ -135,7 +136,7 @@ declare const client: {
135136 username : string ;
136137 } ;
137138 outputFormat : "json" ;
138- status : import ( "hono/utils/http-status" ) . StatusCode ;
139+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
139140 } ;
140141 } > ;
141142 } ;
@@ -151,7 +152,7 @@ declare const client: {
151152 status : boolean ;
152153 } ;
153154 outputFormat : "json" ;
154- status : import ( "hono/utils/http-status" ) . StatusCode ;
155+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
155156 } ;
156157 } > ;
157158 } ;
@@ -169,7 +170,7 @@ declare const client: {
169170 } ;
170171 } ;
171172 outputFormat : "json" ;
172- status : import ( "hono/utils/http-status" ) . StatusCode ;
173+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
173174 } ;
174175 } > ;
175176 } ;
@@ -196,7 +197,7 @@ declare const client: {
196197 } ;
197198 } ;
198199 outputFormat : "json" ;
199- status : import ( "hono/utils/http-status" ) . StatusCode ;
200+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
200201 } ;
201202 } > ;
202203 } ;
@@ -207,15 +208,15 @@ declare const client: {
207208 $post : {
208209 input : {
209210 form : {
210- device : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
211+ device : string ;
211212 } ;
212213 } ;
213214 output : {
214215 status : boolean ;
215216 message : string ;
216217 } ;
217218 outputFormat : "json" ;
218- status : import ( "hono/utils/http-status" ) . StatusCode ;
219+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
219220 } ;
220221 } > ;
221222 } ;
@@ -232,7 +233,7 @@ declare const client: {
232233 message : string ;
233234 } ;
234235 outputFormat : "json" ;
235- status : import ( "hono/utils/http-status" ) . StatusCode ;
236+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
236237 } ;
237238 } > ;
238239 } ;
@@ -250,7 +251,7 @@ declare const client: {
250251 message : string ;
251252 } ;
252253 outputFormat : "json" ;
253- status : import ( "hono/utils/http-status" ) . StatusCode ;
254+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
254255 } ;
255256 } > ;
256257 } ;
@@ -284,7 +285,7 @@ declare const client: {
284285 } [ ] ;
285286 } ;
286287 outputFormat : "json" ;
287- status : import ( "hono/utils/http-status" ) . StatusCode ;
288+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
288289 } ;
289290 } > ;
290291 } ;
@@ -298,15 +299,15 @@ declare const client: {
298299 $post : {
299300 input : {
300301 form : {
301- id : import ( "hono/types" ) . ParsedFormValue | import ( "hono/types" ) . ParsedFormValue [ ] ;
302+ id : string ;
302303 } ;
303304 } ;
304305 output : {
305306 message : string ;
306307 status : boolean ;
307308 } ;
308309 outputFormat : "json" ;
309- status : import ( "hono/utils/http-status" ) . StatusCode ;
310+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
310311 } ;
311312 } > ;
312313 } ;
@@ -320,19 +321,19 @@ declare const client: {
320321 input : {
321322 json : {
322323 version : string ;
323- features : string [ ] ;
324324 versionCode : number ;
325+ features : string [ ] ;
326+ criticalVersionCode : number ;
325327 updateSize : string ;
326- forceUpdate ?: boolean | undefined ;
327328 } ;
328329 } ;
329330 output : {
330331 message : string ;
331332 status : boolean ;
332- data : null ;
333+ data : any ;
333334 } ;
334335 outputFormat : "json" ;
335- status : import ( "hono/utils/http-status" ) . StatusCode ;
336+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
336337 } ;
337338 } > ;
338339 } ;
@@ -347,7 +348,7 @@ declare const client: {
347348 status : boolean ;
348349 } ;
349350 outputFormat : "json" ;
350- status : import ( "hono/utils/http-status" ) . StatusCode ;
351+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
351352 } ;
352353 } > ;
353354 } ;
@@ -360,7 +361,7 @@ declare const client: {
360361 status : boolean ;
361362 } ;
362363 outputFormat : "json" ;
363- status : import ( "hono/utils/http-status" ) . StatusCode ;
364+ status : import ( "hono/utils/http-status" ) . ContentfulStatusCode ;
364365 } ;
365366 } > ;
366367} ;
0 commit comments