@kulupu-linku/sona 0.3.5 → 2.0.2

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.
Files changed (84) hide show
  1. package/dist/.assetsignore +0 -0
  2. package/dist/client-BSyS8F5a.d.ts +1612 -0
  3. package/dist/client-BitJ28pJ.js +10 -0
  4. package/dist/client-CUMo53JZ.d.ts +1612 -0
  5. package/dist/client-DNWH1gFt.js +10 -0
  6. package/dist/index-1jX6YIBj.d.ts +1497 -0
  7. package/dist/index-DObG_APy.d.ts +398 -0
  8. package/dist/index-DsVEVr6r.d.ts +300 -0
  9. package/dist/lib/v1/client.d.ts +3 -0
  10. package/dist/lib/v1/client.js +3 -0
  11. package/dist/lib/v1/client.test.d.ts +31 -0
  12. package/dist/lib/v1/client.test.js +3 -0
  13. package/dist/lib/v1/index.d.ts +2 -0
  14. package/dist/lib/v1/index.js +4 -0
  15. package/dist/lib/v1/types.d.ts +2 -0
  16. package/dist/lib/v1/types.js +1 -0
  17. package/dist/lib/v1/utils.d.ts +26 -0
  18. package/dist/lib/v1/utils.js +3 -0
  19. package/dist/lib/v2/client.d.ts +3 -0
  20. package/dist/lib/v2/client.js +3 -0
  21. package/dist/lib/v2/client.test.d.ts +36 -0
  22. package/dist/lib/v2/client.test.js +3 -0
  23. package/dist/lib/v2/index.d.ts +2 -0
  24. package/dist/lib/v2/index.js +4 -0
  25. package/dist/lib/v2/types.d.ts +2 -0
  26. package/dist/lib/v2/types.js +1 -0
  27. package/dist/lib/v2/utils.d.ts +44 -0
  28. package/dist/lib/v2/utils.js +3 -0
  29. package/dist/server/index.d.ts +2 -684
  30. package/dist/server/index.js +43 -0
  31. package/dist/server/utils.d.ts +22 -15
  32. package/dist/server/utils.js +3 -0
  33. package/dist/server/v1/index.d.ts +863 -639
  34. package/dist/server/v1/index.js +8 -0
  35. package/dist/server/v2/index.d.ts +1112 -0
  36. package/dist/server/v2/index.js +8 -0
  37. package/dist/server/versioning.d.ts +1964 -2369
  38. package/dist/server/versioning.js +8 -0
  39. package/dist/utils-DkAaVBMs.js +33 -0
  40. package/dist/utils-QiKwNnnL.js +37 -0
  41. package/dist/utils-Z1o5sWsW.js +40 -0
  42. package/dist/v1-DkHVwPCI.js +139 -0
  43. package/dist/v1-obRCoWWK.js +267 -0
  44. package/dist/v2-CDtbJFxV.js +194 -0
  45. package/generated/v2/fingerspelling.json +124 -0
  46. package/generated/v2/fingerspellings.json +135 -0
  47. package/generated/v2/font.json +119 -0
  48. package/generated/v2/fonts.json +130 -0
  49. package/generated/v2/glyph.json +160 -0
  50. package/generated/v2/glyphs.json +167 -0
  51. package/generated/v2/language.json +58 -0
  52. package/generated/v2/languages.json +67 -0
  53. package/generated/v2/sign.json +149 -0
  54. package/generated/v2/signs.json +160 -0
  55. package/generated/v2/word.json +306 -0
  56. package/generated/v2/words.json +313 -0
  57. package/package.json +47 -28
  58. package/dist/client.d.ts +0 -1
  59. package/dist/client.js +0 -165
  60. package/dist/index.d.ts +0 -1
  61. package/dist/index.js +0 -223
  62. package/dist/lib/client.d.ts +0 -742
  63. package/dist/lib/client.test.d.ts +0 -28
  64. package/dist/lib/index.d.ts +0 -963
  65. package/dist/lib/types.d.ts +0 -18
  66. package/dist/lib/utils.d.ts +0 -14
  67. package/dist/utils-GfUvEzD4.js +0 -2905
  68. package/dist/utils.d.ts +0 -1
  69. package/dist/utils.js +0 -9
  70. package/generated/words.json +0 -315
  71. /package/generated/{commentary_translation.json → v1/commentary_translation.json} +0 -0
  72. /package/generated/{definition_translation.json → v1/definition_translation.json} +0 -0
  73. /package/generated/{etymology_translation.json → v1/etymology_translation.json} +0 -0
  74. /package/generated/{fingerspelling.json → v1/fingerspelling.json} +0 -0
  75. /package/generated/{fingerspelling_sign.json → v1/fingerspelling_sign.json} +0 -0
  76. /package/generated/{font.json → v1/font.json} +0 -0
  77. /package/generated/{fonts.json → v1/fonts.json} +0 -0
  78. /package/generated/{icon_translation.json → v1/icon_translation.json} +0 -0
  79. /package/generated/{languages.json → v1/languages.json} +0 -0
  80. /package/generated/{parameters_translation.json → v1/parameters_translation.json} +0 -0
  81. /package/generated/{sign.json → v1/sign.json} +0 -0
  82. /package/generated/{signs.json → v1/signs.json} +0 -0
  83. /package/generated/{sitelen_pona_translation.json → v1/sitelen_pona_translation.json} +0 -0
  84. /package/generated/{word.json → v1/word.json} +0 -0
@@ -0,0 +1,1612 @@
1
+ import { t as AppType } from "./index-1jX6YIBj.js";
2
+ import * as hono_client0 from "hono/client";
3
+ import * as hono_utils_http_status0 from "hono/utils/http-status";
4
+
5
+ //#region src/lib/v1/client.d.ts
6
+ declare const client: (args?: {
7
+ baseUrl?: string;
8
+ fetch?: (typeof globalThis)["fetch"];
9
+ }) => {
10
+ index: hono_client0.ClientRequest<{
11
+ $get: {
12
+ input: {};
13
+ output: undefined;
14
+ outputFormat: "redirect";
15
+ status: 302;
16
+ };
17
+ }>;
18
+ } & {
19
+ "*": hono_client0.ClientRequest<{}>;
20
+ } & {
21
+ jasima: hono_client0.ClientRequest<{
22
+ $get: {
23
+ input: {};
24
+ output: {};
25
+ outputFormat: "json";
26
+ status: hono_utils_http_status0.ContentfulStatusCode;
27
+ };
28
+ }>;
29
+ } & {
30
+ v1: {
31
+ words: hono_client0.ClientRequest<{
32
+ $get: {
33
+ input: {
34
+ query: {
35
+ lang?: string | undefined;
36
+ };
37
+ };
38
+ output: {
39
+ [x: string]: {
40
+ id: string;
41
+ author_verbatim: string;
42
+ author_verbatim_source: string;
43
+ book: "pu" | "ku suli" | "ku lili" | "none";
44
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
45
+ coined_year: string;
46
+ creator: string[];
47
+ see_also: string[];
48
+ source_language: string;
49
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
50
+ word: string;
51
+ deprecated: boolean;
52
+ etymology: {
53
+ word?: string | undefined;
54
+ alt?: string | undefined;
55
+ }[];
56
+ audio: {
57
+ author: string;
58
+ link: string;
59
+ }[];
60
+ usage: {
61
+ [x: string]: number;
62
+ };
63
+ translations: {
64
+ [x: string]: {
65
+ commentary: string;
66
+ definition: string;
67
+ etymology: {
68
+ language: string;
69
+ definition?: string | undefined;
70
+ }[];
71
+ sp_etymology: string;
72
+ };
73
+ };
74
+ ku_data?: {
75
+ [x: string]: number;
76
+ } | undefined;
77
+ resources?: {
78
+ sona_pona?: string | undefined;
79
+ lipamanka_semantic?: string | undefined;
80
+ } | undefined;
81
+ representations?: {
82
+ sitelen_emosi?: string | undefined;
83
+ sitelen_jelo?: string[] | undefined;
84
+ ligatures?: string[] | undefined;
85
+ sitelen_sitelen?: string | undefined;
86
+ ucsur?: string | undefined;
87
+ } | undefined;
88
+ pu_verbatim?: {
89
+ en: string;
90
+ fr: string;
91
+ de: string;
92
+ eo: string;
93
+ } | undefined;
94
+ };
95
+ };
96
+ outputFormat: "json";
97
+ status: 200;
98
+ };
99
+ }>;
100
+ };
101
+ } & {
102
+ v1: {
103
+ luka_pona: {
104
+ signs: hono_client0.ClientRequest<{
105
+ $get: {
106
+ input: {
107
+ query: {
108
+ lang?: string | undefined;
109
+ };
110
+ };
111
+ output: {
112
+ [x: string]: {
113
+ definition: string;
114
+ id: string;
115
+ is_two_handed: boolean;
116
+ new_gloss: string;
117
+ old_gloss: string;
118
+ etymology: {
119
+ language: string;
120
+ sign?: string | undefined;
121
+ }[];
122
+ signwriting: {
123
+ fsw: string;
124
+ swu: string;
125
+ };
126
+ video: {
127
+ gif?: string | undefined;
128
+ mp4?: string | undefined;
129
+ };
130
+ translations: {
131
+ [x: string]: {
132
+ parameters: {
133
+ handshape?: string | undefined;
134
+ movement?: string | undefined;
135
+ placement?: string | undefined;
136
+ orientation?: string | undefined;
137
+ };
138
+ icons: string;
139
+ };
140
+ };
141
+ };
142
+ };
143
+ outputFormat: "json";
144
+ status: 200;
145
+ };
146
+ }>;
147
+ };
148
+ };
149
+ } & {
150
+ v1: hono_client0.ClientRequest<{
151
+ $get: {
152
+ input: {};
153
+ output: undefined;
154
+ outputFormat: "redirect";
155
+ status: 302;
156
+ };
157
+ }>;
158
+ } & {
159
+ v1: {
160
+ words: {
161
+ ":word": hono_client0.ClientRequest<{
162
+ $get: {
163
+ input: {
164
+ query: {
165
+ lang?: string | undefined;
166
+ };
167
+ } & {
168
+ param: {
169
+ word: string;
170
+ };
171
+ };
172
+ output: {
173
+ ok: true;
174
+ data: {
175
+ id: string;
176
+ author_verbatim: string;
177
+ author_verbatim_source: string;
178
+ book: "pu" | "ku suli" | "ku lili" | "none";
179
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
180
+ coined_year: string;
181
+ creator: string[];
182
+ see_also: string[];
183
+ source_language: string;
184
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
185
+ word: string;
186
+ deprecated: boolean;
187
+ etymology: {
188
+ word?: string | undefined;
189
+ alt?: string | undefined;
190
+ }[];
191
+ audio: {
192
+ author: string;
193
+ link: string;
194
+ }[];
195
+ usage: {
196
+ [x: string]: number;
197
+ };
198
+ translations: {
199
+ [x: string]: {
200
+ commentary: string;
201
+ definition: string;
202
+ etymology: {
203
+ language: string;
204
+ definition?: string | undefined;
205
+ }[];
206
+ sp_etymology: string;
207
+ };
208
+ };
209
+ ku_data?: {
210
+ [x: string]: number;
211
+ } | undefined;
212
+ resources?: {
213
+ sona_pona?: string | undefined;
214
+ lipamanka_semantic?: string | undefined;
215
+ } | undefined;
216
+ representations?: {
217
+ sitelen_emosi?: string | undefined;
218
+ sitelen_jelo?: string[] | undefined;
219
+ ligatures?: string[] | undefined;
220
+ sitelen_sitelen?: string | undefined;
221
+ ucsur?: string | undefined;
222
+ } | undefined;
223
+ pu_verbatim?: {
224
+ en: string;
225
+ fr: string;
226
+ de: string;
227
+ eo: string;
228
+ } | undefined;
229
+ };
230
+ };
231
+ outputFormat: "json";
232
+ status: 200;
233
+ } | {
234
+ input: {
235
+ query: {
236
+ lang?: string | undefined;
237
+ };
238
+ } & {
239
+ param: {
240
+ word: string;
241
+ };
242
+ };
243
+ output: {
244
+ ok: false;
245
+ message: string;
246
+ };
247
+ outputFormat: "json";
248
+ status: 400;
249
+ };
250
+ }>;
251
+ };
252
+ };
253
+ } & {
254
+ v1: {
255
+ sandbox: hono_client0.ClientRequest<{
256
+ $get: {
257
+ input: {
258
+ query: {
259
+ lang?: string | undefined;
260
+ };
261
+ };
262
+ output: {
263
+ [x: string]: {
264
+ id: string;
265
+ author_verbatim: string;
266
+ author_verbatim_source: string;
267
+ book: "pu" | "ku suli" | "ku lili" | "none";
268
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
269
+ coined_year: string;
270
+ creator: string[];
271
+ see_also: string[];
272
+ source_language: string;
273
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
274
+ word: string;
275
+ deprecated: boolean;
276
+ etymology: {
277
+ word?: string | undefined;
278
+ alt?: string | undefined;
279
+ }[];
280
+ audio: {
281
+ author: string;
282
+ link: string;
283
+ }[];
284
+ usage: {
285
+ [x: string]: number;
286
+ };
287
+ translations: {
288
+ [x: string]: {
289
+ commentary: string;
290
+ definition: string;
291
+ etymology: {
292
+ language: string;
293
+ definition?: string | undefined;
294
+ }[];
295
+ sp_etymology: string;
296
+ };
297
+ };
298
+ ku_data?: {
299
+ [x: string]: number;
300
+ } | undefined;
301
+ resources?: {
302
+ sona_pona?: string | undefined;
303
+ lipamanka_semantic?: string | undefined;
304
+ } | undefined;
305
+ representations?: {
306
+ sitelen_emosi?: string | undefined;
307
+ sitelen_jelo?: string[] | undefined;
308
+ ligatures?: string[] | undefined;
309
+ sitelen_sitelen?: string | undefined;
310
+ ucsur?: string | undefined;
311
+ } | undefined;
312
+ pu_verbatim?: {
313
+ en: string;
314
+ fr: string;
315
+ de: string;
316
+ eo: string;
317
+ } | undefined;
318
+ };
319
+ };
320
+ outputFormat: "json";
321
+ status: 200;
322
+ };
323
+ }>;
324
+ };
325
+ } & {
326
+ v1: {
327
+ sandbox: {
328
+ ":word": hono_client0.ClientRequest<{
329
+ $get: {
330
+ input: {
331
+ query: {
332
+ lang?: string | undefined;
333
+ };
334
+ } & {
335
+ param: {
336
+ word: string;
337
+ };
338
+ };
339
+ output: {
340
+ ok: true;
341
+ data: {
342
+ id: string;
343
+ author_verbatim: string;
344
+ author_verbatim_source: string;
345
+ book: "pu" | "ku suli" | "ku lili" | "none";
346
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
347
+ coined_year: string;
348
+ creator: string[];
349
+ see_also: string[];
350
+ source_language: string;
351
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
352
+ word: string;
353
+ deprecated: boolean;
354
+ etymology: {
355
+ word?: string | undefined;
356
+ alt?: string | undefined;
357
+ }[];
358
+ audio: {
359
+ author: string;
360
+ link: string;
361
+ }[];
362
+ usage: {
363
+ [x: string]: number;
364
+ };
365
+ translations: {
366
+ [x: string]: {
367
+ commentary: string;
368
+ definition: string;
369
+ etymology: {
370
+ language: string;
371
+ definition?: string | undefined;
372
+ }[];
373
+ sp_etymology: string;
374
+ };
375
+ };
376
+ ku_data?: {
377
+ [x: string]: number;
378
+ } | undefined;
379
+ resources?: {
380
+ sona_pona?: string | undefined;
381
+ lipamanka_semantic?: string | undefined;
382
+ } | undefined;
383
+ representations?: {
384
+ sitelen_emosi?: string | undefined;
385
+ sitelen_jelo?: string[] | undefined;
386
+ ligatures?: string[] | undefined;
387
+ sitelen_sitelen?: string | undefined;
388
+ ucsur?: string | undefined;
389
+ } | undefined;
390
+ pu_verbatim?: {
391
+ en: string;
392
+ fr: string;
393
+ de: string;
394
+ eo: string;
395
+ } | undefined;
396
+ };
397
+ };
398
+ outputFormat: "json";
399
+ status: 200;
400
+ } | {
401
+ input: {
402
+ query: {
403
+ lang?: string | undefined;
404
+ };
405
+ } & {
406
+ param: {
407
+ word: string;
408
+ };
409
+ };
410
+ output: {
411
+ ok: false;
412
+ message: string;
413
+ };
414
+ outputFormat: "json";
415
+ status: 400;
416
+ };
417
+ }>;
418
+ };
419
+ };
420
+ } & {
421
+ v1: {
422
+ luka_pona: hono_client0.ClientRequest<{
423
+ $get: {
424
+ input: {};
425
+ output: undefined;
426
+ outputFormat: "redirect";
427
+ status: 302;
428
+ };
429
+ }>;
430
+ };
431
+ } & {
432
+ v1: {
433
+ luka_pona: {
434
+ fingerspelling: hono_client0.ClientRequest<{
435
+ $get: {
436
+ input: {
437
+ query: {
438
+ lang?: string | undefined;
439
+ };
440
+ };
441
+ output: {
442
+ [x: string]: {
443
+ id: string;
444
+ is_two_handed: boolean;
445
+ etymology: {
446
+ language: string;
447
+ sign: string;
448
+ }[];
449
+ signwriting: {
450
+ fsw: string;
451
+ swu: string;
452
+ };
453
+ video: {
454
+ gif?: string | undefined;
455
+ mp4?: string | undefined;
456
+ };
457
+ translations: {
458
+ [x: string]: {
459
+ parameters: {
460
+ handshape?: string | undefined;
461
+ movement?: string | undefined;
462
+ placement?: string | undefined;
463
+ orientation?: string | undefined;
464
+ };
465
+ };
466
+ };
467
+ };
468
+ };
469
+ outputFormat: "json";
470
+ status: 200;
471
+ };
472
+ }>;
473
+ };
474
+ };
475
+ } & {
476
+ v1: {
477
+ luka_pona: {
478
+ fingerspelling: {
479
+ ":sign": hono_client0.ClientRequest<{
480
+ $get: {
481
+ input: {
482
+ query: {
483
+ lang?: string | undefined;
484
+ };
485
+ } & {
486
+ param: {
487
+ sign: string;
488
+ };
489
+ };
490
+ output: {
491
+ ok: true;
492
+ data: {
493
+ id: string;
494
+ is_two_handed: boolean;
495
+ etymology: {
496
+ language: string;
497
+ sign: string;
498
+ }[];
499
+ signwriting: {
500
+ fsw: string;
501
+ swu: string;
502
+ };
503
+ video: {
504
+ gif?: string | undefined;
505
+ mp4?: string | undefined;
506
+ };
507
+ translations: {
508
+ [x: string]: {
509
+ parameters: {
510
+ handshape?: string | undefined;
511
+ movement?: string | undefined;
512
+ placement?: string | undefined;
513
+ orientation?: string | undefined;
514
+ };
515
+ };
516
+ };
517
+ };
518
+ };
519
+ outputFormat: "json";
520
+ status: 200;
521
+ } | {
522
+ input: {
523
+ query: {
524
+ lang?: string | undefined;
525
+ };
526
+ } & {
527
+ param: {
528
+ sign: string;
529
+ };
530
+ };
531
+ output: {
532
+ ok: false;
533
+ message: string;
534
+ };
535
+ outputFormat: "json";
536
+ status: 400;
537
+ };
538
+ }>;
539
+ };
540
+ };
541
+ };
542
+ } & {
543
+ v1: {
544
+ luka_pona: {
545
+ signs: {
546
+ ":sign": hono_client0.ClientRequest<{
547
+ $get: {
548
+ input: {
549
+ query: {
550
+ lang?: string | undefined;
551
+ };
552
+ } & {
553
+ param: {
554
+ sign: string;
555
+ };
556
+ };
557
+ output: {
558
+ ok: true;
559
+ data: {
560
+ definition: string;
561
+ id: string;
562
+ is_two_handed: boolean;
563
+ new_gloss: string;
564
+ old_gloss: string;
565
+ etymology: {
566
+ language: string;
567
+ sign?: string | undefined;
568
+ }[];
569
+ signwriting: {
570
+ fsw: string;
571
+ swu: string;
572
+ };
573
+ video: {
574
+ gif?: string | undefined;
575
+ mp4?: string | undefined;
576
+ };
577
+ translations: {
578
+ [x: string]: {
579
+ parameters: {
580
+ handshape?: string | undefined;
581
+ movement?: string | undefined;
582
+ placement?: string | undefined;
583
+ orientation?: string | undefined;
584
+ };
585
+ icons: string;
586
+ };
587
+ };
588
+ };
589
+ };
590
+ outputFormat: "json";
591
+ status: 200;
592
+ } | {
593
+ input: {
594
+ query: {
595
+ lang?: string | undefined;
596
+ };
597
+ } & {
598
+ param: {
599
+ sign: string;
600
+ };
601
+ };
602
+ output: {
603
+ ok: false;
604
+ message: string;
605
+ };
606
+ outputFormat: "json";
607
+ status: 400;
608
+ };
609
+ }>;
610
+ };
611
+ };
612
+ };
613
+ } & {
614
+ v1: {
615
+ fonts: hono_client0.ClientRequest<{
616
+ $get: {
617
+ input: {};
618
+ output: {
619
+ [x: string]: {
620
+ id: string;
621
+ creator: string[];
622
+ features: string[];
623
+ filename: string;
624
+ license: string;
625
+ ligatures: boolean;
626
+ name: string;
627
+ style: string;
628
+ ucsur: boolean;
629
+ version: string;
630
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
631
+ links: {
632
+ fontfile?: string | undefined;
633
+ repo?: string | undefined;
634
+ webpage?: string | undefined;
635
+ };
636
+ last_updated?: string | undefined;
637
+ };
638
+ };
639
+ outputFormat: "json";
640
+ status: 200;
641
+ };
642
+ }>;
643
+ };
644
+ } & {
645
+ v1: {
646
+ fonts: {
647
+ ":font": hono_client0.ClientRequest<{
648
+ $get: {
649
+ input: {
650
+ param: {
651
+ font: string;
652
+ };
653
+ };
654
+ output: {
655
+ ok: true;
656
+ data: {
657
+ id: string;
658
+ creator: string[];
659
+ features: string[];
660
+ filename: string;
661
+ license: string;
662
+ ligatures: boolean;
663
+ name: string;
664
+ style: string;
665
+ ucsur: boolean;
666
+ version: string;
667
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
668
+ links: {
669
+ fontfile?: string | undefined;
670
+ repo?: string | undefined;
671
+ webpage?: string | undefined;
672
+ };
673
+ last_updated?: string | undefined;
674
+ };
675
+ };
676
+ outputFormat: "json";
677
+ status: 200;
678
+ } | {
679
+ input: {
680
+ param: {
681
+ font: string;
682
+ };
683
+ };
684
+ output: {
685
+ ok: false;
686
+ message: string;
687
+ };
688
+ outputFormat: "json";
689
+ status: 400;
690
+ };
691
+ }>;
692
+ };
693
+ };
694
+ } & {
695
+ v1: {
696
+ languages: hono_client0.ClientRequest<{
697
+ $get: {
698
+ input: {};
699
+ output: {
700
+ [x: string]: {
701
+ id: string;
702
+ locale: string;
703
+ direction: "ltr" | "rtl";
704
+ name: {
705
+ en: string;
706
+ tok?: string | undefined;
707
+ endonym?: string | undefined;
708
+ };
709
+ };
710
+ };
711
+ outputFormat: "json";
712
+ status: 200;
713
+ };
714
+ }>;
715
+ };
716
+ } & {
717
+ v1: {
718
+ languages: {
719
+ ":language": hono_client0.ClientRequest<{
720
+ $get: {
721
+ input: {
722
+ param: {
723
+ language: string;
724
+ };
725
+ };
726
+ output: {
727
+ ok: true;
728
+ data: {
729
+ id: string;
730
+ locale: string;
731
+ direction: "ltr" | "rtl";
732
+ name: {
733
+ en: string;
734
+ tok?: string | undefined;
735
+ endonym?: string | undefined;
736
+ };
737
+ };
738
+ };
739
+ outputFormat: "json";
740
+ status: 200;
741
+ } | {
742
+ input: {
743
+ param: {
744
+ language: string;
745
+ };
746
+ };
747
+ output: {
748
+ ok: false;
749
+ message: string;
750
+ };
751
+ outputFormat: "json";
752
+ status: 400;
753
+ };
754
+ }>;
755
+ };
756
+ };
757
+ } & {
758
+ v2: {
759
+ words: hono_client0.ClientRequest<{
760
+ $get: {
761
+ input: {};
762
+ output: {
763
+ [x: string]: {
764
+ id: string;
765
+ word: string;
766
+ book: "pu" | "ku suli" | "ku lili" | "none";
767
+ coined_era: "pre-pu" | "post-pu" | "post-ku";
768
+ creation_date: string;
769
+ author: string[];
770
+ see_also: string[];
771
+ resources: {
772
+ sona_pona?: string | undefined;
773
+ lipamanka_semantic?: string | undefined;
774
+ };
775
+ representations: {
776
+ sitelen_emosi?: string | undefined;
777
+ sitelen_jelo?: string[] | undefined;
778
+ ligatures?: string[] | undefined;
779
+ sitelen_sitelen?: string | undefined;
780
+ ucsur?: string | undefined;
781
+ };
782
+ source_language: string;
783
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
784
+ deprecated: boolean;
785
+ audio: {
786
+ author: string;
787
+ link: string;
788
+ }[];
789
+ usage: {
790
+ [x: string]: number;
791
+ };
792
+ glyph_ids: string[];
793
+ translations: {
794
+ commentary: string;
795
+ etymology: string;
796
+ definition: string;
797
+ };
798
+ author_verbatim?: string | undefined;
799
+ author_source?: string | undefined;
800
+ ku_data?: {
801
+ [x: string]: number;
802
+ } | undefined;
803
+ parent_id?: string | undefined;
804
+ pu_verbatim?: {
805
+ en: string;
806
+ fr: string;
807
+ de: string;
808
+ eo: string;
809
+ } | undefined;
810
+ primary_glyph_id?: string | undefined;
811
+ image?: string | undefined;
812
+ svg?: string | undefined;
813
+ };
814
+ };
815
+ outputFormat: "json";
816
+ status: 200;
817
+ };
818
+ }>;
819
+ };
820
+ } & {
821
+ v2: {
822
+ sandbox: {
823
+ words: hono_client0.ClientRequest<{
824
+ $get: {
825
+ input: {};
826
+ output: {
827
+ [x: string]: {
828
+ id: string;
829
+ word: string;
830
+ book: "pu" | "ku suli" | "ku lili" | "none";
831
+ coined_era: "pre-pu" | "post-pu" | "post-ku";
832
+ creation_date: string;
833
+ author: string[];
834
+ see_also: string[];
835
+ resources: {
836
+ sona_pona?: string | undefined;
837
+ lipamanka_semantic?: string | undefined;
838
+ };
839
+ representations: {
840
+ sitelen_emosi?: string | undefined;
841
+ sitelen_jelo?: string[] | undefined;
842
+ ligatures?: string[] | undefined;
843
+ sitelen_sitelen?: string | undefined;
844
+ ucsur?: string | undefined;
845
+ };
846
+ source_language: string;
847
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
848
+ deprecated: boolean;
849
+ audio: {
850
+ author: string;
851
+ link: string;
852
+ }[];
853
+ usage: {
854
+ [x: string]: number;
855
+ };
856
+ glyph_ids: string[];
857
+ translations: {
858
+ commentary: string;
859
+ etymology: string;
860
+ definition: string;
861
+ };
862
+ author_verbatim?: string | undefined;
863
+ author_source?: string | undefined;
864
+ ku_data?: {
865
+ [x: string]: number;
866
+ } | undefined;
867
+ parent_id?: string | undefined;
868
+ pu_verbatim?: {
869
+ en: string;
870
+ fr: string;
871
+ de: string;
872
+ eo: string;
873
+ } | undefined;
874
+ primary_glyph_id?: string | undefined;
875
+ image?: string | undefined;
876
+ svg?: string | undefined;
877
+ };
878
+ };
879
+ outputFormat: "json";
880
+ status: 200;
881
+ };
882
+ }>;
883
+ };
884
+ };
885
+ } & {
886
+ v2: hono_client0.ClientRequest<{
887
+ $get: {
888
+ input: {};
889
+ output: undefined;
890
+ outputFormat: "redirect";
891
+ status: 302;
892
+ };
893
+ }>;
894
+ } & {
895
+ v2: {
896
+ words: {
897
+ ":word": hono_client0.ClientRequest<{
898
+ $get: {
899
+ input: {
900
+ param: {
901
+ word: string;
902
+ };
903
+ };
904
+ output: {
905
+ success: true;
906
+ data: {
907
+ id: string;
908
+ word: string;
909
+ book: "pu" | "ku suli" | "ku lili" | "none";
910
+ coined_era: "pre-pu" | "post-pu" | "post-ku";
911
+ creation_date: string;
912
+ author: string[];
913
+ see_also: string[];
914
+ resources: {
915
+ sona_pona?: string | undefined;
916
+ lipamanka_semantic?: string | undefined;
917
+ };
918
+ representations: {
919
+ sitelen_emosi?: string | undefined;
920
+ sitelen_jelo?: string[] | undefined;
921
+ ligatures?: string[] | undefined;
922
+ sitelen_sitelen?: string | undefined;
923
+ ucsur?: string | undefined;
924
+ };
925
+ source_language: string;
926
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
927
+ deprecated: boolean;
928
+ audio: {
929
+ author: string;
930
+ link: string;
931
+ }[];
932
+ usage: {
933
+ [x: string]: number;
934
+ };
935
+ glyph_ids: string[];
936
+ translations: {
937
+ commentary: string;
938
+ etymology: string;
939
+ definition: string;
940
+ };
941
+ author_verbatim?: string | undefined;
942
+ author_source?: string | undefined;
943
+ ku_data?: {
944
+ [x: string]: number;
945
+ } | undefined;
946
+ parent_id?: string | undefined;
947
+ pu_verbatim?: {
948
+ en: string;
949
+ fr: string;
950
+ de: string;
951
+ eo: string;
952
+ } | undefined;
953
+ primary_glyph_id?: string | undefined;
954
+ image?: string | undefined;
955
+ svg?: string | undefined;
956
+ };
957
+ };
958
+ outputFormat: "json";
959
+ status: 200;
960
+ } | {
961
+ input: {
962
+ param: {
963
+ word: string;
964
+ };
965
+ };
966
+ output: {
967
+ success: false;
968
+ message: string;
969
+ };
970
+ outputFormat: "json";
971
+ status: 400;
972
+ };
973
+ }>;
974
+ };
975
+ };
976
+ } & {
977
+ v2: {
978
+ glyphs: hono_client0.ClientRequest<{
979
+ $get: {
980
+ input: {};
981
+ output: {
982
+ [x: string]: {
983
+ id: string;
984
+ word: string;
985
+ word_id: string;
986
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
987
+ author: string[];
988
+ creation_date: string;
989
+ see_also: string[];
990
+ primary: boolean;
991
+ deprecated: boolean;
992
+ usage: {
993
+ [x: string]: number;
994
+ };
995
+ translations: {
996
+ commentary: string;
997
+ etymology: string;
998
+ names: string[];
999
+ };
1000
+ author_source?: string | undefined;
1001
+ parent_id?: string | undefined;
1002
+ image?: string | undefined;
1003
+ svg?: string | undefined;
1004
+ ligature?: string | undefined;
1005
+ alias_ligatures?: string[] | undefined;
1006
+ ucsur?: string | undefined;
1007
+ };
1008
+ };
1009
+ outputFormat: "json";
1010
+ status: 200;
1011
+ };
1012
+ }>;
1013
+ };
1014
+ } & {
1015
+ v2: {
1016
+ glyphs: {
1017
+ ":glyph": hono_client0.ClientRequest<{
1018
+ $get: {
1019
+ input: {
1020
+ param: {
1021
+ glyph: string;
1022
+ };
1023
+ };
1024
+ output: {
1025
+ success: true;
1026
+ data: {
1027
+ id: string;
1028
+ word: string;
1029
+ word_id: string;
1030
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1031
+ author: string[];
1032
+ creation_date: string;
1033
+ see_also: string[];
1034
+ primary: boolean;
1035
+ deprecated: boolean;
1036
+ usage: {
1037
+ [x: string]: number;
1038
+ };
1039
+ translations: {
1040
+ commentary: string;
1041
+ etymology: string;
1042
+ names: string[];
1043
+ };
1044
+ author_source?: string | undefined;
1045
+ parent_id?: string | undefined;
1046
+ image?: string | undefined;
1047
+ svg?: string | undefined;
1048
+ ligature?: string | undefined;
1049
+ alias_ligatures?: string[] | undefined;
1050
+ ucsur?: string | undefined;
1051
+ };
1052
+ };
1053
+ outputFormat: "json";
1054
+ status: 200;
1055
+ } | {
1056
+ input: {
1057
+ param: {
1058
+ glyph: string;
1059
+ };
1060
+ };
1061
+ output: {
1062
+ success: false;
1063
+ message: string;
1064
+ };
1065
+ outputFormat: "json";
1066
+ status: 400;
1067
+ };
1068
+ }>;
1069
+ };
1070
+ };
1071
+ } & {
1072
+ v2: {
1073
+ sandbox: hono_client0.ClientRequest<{
1074
+ $get: {
1075
+ input: {};
1076
+ output: undefined;
1077
+ outputFormat: "redirect";
1078
+ status: 302;
1079
+ };
1080
+ }>;
1081
+ };
1082
+ } & {
1083
+ v2: {
1084
+ sandbox: {
1085
+ words: {
1086
+ ":word": hono_client0.ClientRequest<{
1087
+ $get: {
1088
+ input: {
1089
+ param: {
1090
+ word: string;
1091
+ };
1092
+ };
1093
+ output: {
1094
+ success: true;
1095
+ data: {
1096
+ id: string;
1097
+ word: string;
1098
+ book: "pu" | "ku suli" | "ku lili" | "none";
1099
+ coined_era: "pre-pu" | "post-pu" | "post-ku";
1100
+ creation_date: string;
1101
+ author: string[];
1102
+ see_also: string[];
1103
+ resources: {
1104
+ sona_pona?: string | undefined;
1105
+ lipamanka_semantic?: string | undefined;
1106
+ };
1107
+ representations: {
1108
+ sitelen_emosi?: string | undefined;
1109
+ sitelen_jelo?: string[] | undefined;
1110
+ ligatures?: string[] | undefined;
1111
+ sitelen_sitelen?: string | undefined;
1112
+ ucsur?: string | undefined;
1113
+ };
1114
+ source_language: string;
1115
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1116
+ deprecated: boolean;
1117
+ audio: {
1118
+ author: string;
1119
+ link: string;
1120
+ }[];
1121
+ usage: {
1122
+ [x: string]: number;
1123
+ };
1124
+ glyph_ids: string[];
1125
+ translations: {
1126
+ commentary: string;
1127
+ etymology: string;
1128
+ definition: string;
1129
+ };
1130
+ author_verbatim?: string | undefined;
1131
+ author_source?: string | undefined;
1132
+ ku_data?: {
1133
+ [x: string]: number;
1134
+ } | undefined;
1135
+ parent_id?: string | undefined;
1136
+ pu_verbatim?: {
1137
+ en: string;
1138
+ fr: string;
1139
+ de: string;
1140
+ eo: string;
1141
+ } | undefined;
1142
+ primary_glyph_id?: string | undefined;
1143
+ image?: string | undefined;
1144
+ svg?: string | undefined;
1145
+ };
1146
+ };
1147
+ outputFormat: "json";
1148
+ status: 200;
1149
+ } | {
1150
+ input: {
1151
+ param: {
1152
+ word: string;
1153
+ };
1154
+ };
1155
+ output: {
1156
+ success: false;
1157
+ message: string;
1158
+ };
1159
+ outputFormat: "json";
1160
+ status: 400;
1161
+ };
1162
+ }>;
1163
+ };
1164
+ };
1165
+ };
1166
+ } & {
1167
+ v2: {
1168
+ sandbox: {
1169
+ glyphs: hono_client0.ClientRequest<{
1170
+ $get: {
1171
+ input: {};
1172
+ output: {
1173
+ [x: string]: {
1174
+ id: string;
1175
+ word: string;
1176
+ word_id: string;
1177
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1178
+ author: string[];
1179
+ creation_date: string;
1180
+ see_also: string[];
1181
+ primary: boolean;
1182
+ deprecated: boolean;
1183
+ usage: {
1184
+ [x: string]: number;
1185
+ };
1186
+ translations: {
1187
+ commentary: string;
1188
+ etymology: string;
1189
+ names: string[];
1190
+ };
1191
+ author_source?: string | undefined;
1192
+ parent_id?: string | undefined;
1193
+ image?: string | undefined;
1194
+ svg?: string | undefined;
1195
+ ligature?: string | undefined;
1196
+ alias_ligatures?: string[] | undefined;
1197
+ ucsur?: string | undefined;
1198
+ };
1199
+ };
1200
+ outputFormat: "json";
1201
+ status: 200;
1202
+ };
1203
+ }>;
1204
+ };
1205
+ };
1206
+ } & {
1207
+ v2: {
1208
+ sandbox: {
1209
+ glyphs: {
1210
+ ":glyph": hono_client0.ClientRequest<{
1211
+ $get: {
1212
+ input: {
1213
+ param: {
1214
+ glyph: string;
1215
+ };
1216
+ };
1217
+ output: {
1218
+ success: true;
1219
+ data: {
1220
+ id: string;
1221
+ word: string;
1222
+ word_id: string;
1223
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1224
+ author: string[];
1225
+ creation_date: string;
1226
+ see_also: string[];
1227
+ primary: boolean;
1228
+ deprecated: boolean;
1229
+ usage: {
1230
+ [x: string]: number;
1231
+ };
1232
+ translations: {
1233
+ commentary: string;
1234
+ etymology: string;
1235
+ names: string[];
1236
+ };
1237
+ author_source?: string | undefined;
1238
+ parent_id?: string | undefined;
1239
+ image?: string | undefined;
1240
+ svg?: string | undefined;
1241
+ ligature?: string | undefined;
1242
+ alias_ligatures?: string[] | undefined;
1243
+ ucsur?: string | undefined;
1244
+ };
1245
+ };
1246
+ outputFormat: "json";
1247
+ status: 200;
1248
+ } | {
1249
+ input: {
1250
+ param: {
1251
+ glyph: string;
1252
+ };
1253
+ };
1254
+ output: {
1255
+ success: false;
1256
+ message: string;
1257
+ };
1258
+ outputFormat: "json";
1259
+ status: 400;
1260
+ };
1261
+ }>;
1262
+ };
1263
+ };
1264
+ };
1265
+ } & {
1266
+ v2: {
1267
+ luka_pona: {
1268
+ signs: hono_client0.ClientRequest<{
1269
+ $get: {
1270
+ input: {};
1271
+ output: {
1272
+ [x: string]: {
1273
+ id: string;
1274
+ is_two_handed: boolean;
1275
+ etymology: {
1276
+ language: string;
1277
+ sign?: string | undefined;
1278
+ }[];
1279
+ signwriting: {
1280
+ fsw: string;
1281
+ swu: string;
1282
+ };
1283
+ definition: string;
1284
+ new_gloss: string;
1285
+ old_gloss: string;
1286
+ old_id: string;
1287
+ translations: {
1288
+ icons: string;
1289
+ parameters: {
1290
+ handshape?: string | undefined;
1291
+ movement?: string | undefined;
1292
+ placement?: string | undefined;
1293
+ orientation?: string | undefined;
1294
+ };
1295
+ };
1296
+ video?: {
1297
+ gif: string;
1298
+ mp4: string;
1299
+ } | undefined;
1300
+ };
1301
+ };
1302
+ outputFormat: "json";
1303
+ status: 200;
1304
+ };
1305
+ }>;
1306
+ };
1307
+ };
1308
+ } & {
1309
+ v2: {
1310
+ luka_pona: {
1311
+ signs: {
1312
+ ":sign": hono_client0.ClientRequest<{
1313
+ $get: {
1314
+ input: {
1315
+ param: {
1316
+ sign: string;
1317
+ };
1318
+ };
1319
+ output: {
1320
+ success: true;
1321
+ data: {
1322
+ id: string;
1323
+ is_two_handed: boolean;
1324
+ etymology: {
1325
+ language: string;
1326
+ sign?: string | undefined;
1327
+ }[];
1328
+ signwriting: {
1329
+ fsw: string;
1330
+ swu: string;
1331
+ };
1332
+ definition: string;
1333
+ new_gloss: string;
1334
+ old_gloss: string;
1335
+ old_id: string;
1336
+ translations: {
1337
+ icons: string;
1338
+ parameters: {
1339
+ handshape?: string | undefined;
1340
+ movement?: string | undefined;
1341
+ placement?: string | undefined;
1342
+ orientation?: string | undefined;
1343
+ };
1344
+ };
1345
+ video?: {
1346
+ gif: string;
1347
+ mp4: string;
1348
+ } | undefined;
1349
+ };
1350
+ };
1351
+ outputFormat: "json";
1352
+ status: 200;
1353
+ } | {
1354
+ input: {
1355
+ param: {
1356
+ sign: string;
1357
+ };
1358
+ };
1359
+ output: {
1360
+ success: false;
1361
+ message: string;
1362
+ };
1363
+ outputFormat: "json";
1364
+ status: 400;
1365
+ };
1366
+ }>;
1367
+ };
1368
+ };
1369
+ };
1370
+ } & {
1371
+ v2: {
1372
+ luka_pona: {
1373
+ fingerspellings: hono_client0.ClientRequest<{
1374
+ $get: {
1375
+ input: {};
1376
+ output: {
1377
+ [x: string]: {
1378
+ id: string;
1379
+ is_two_handed: boolean;
1380
+ etymology: {
1381
+ language: string;
1382
+ sign?: string | undefined;
1383
+ }[];
1384
+ signwriting: {
1385
+ fsw: string;
1386
+ swu: string;
1387
+ };
1388
+ translations: {
1389
+ parameters: {
1390
+ handshape?: string | undefined;
1391
+ movement?: string | undefined;
1392
+ placement?: string | undefined;
1393
+ orientation?: string | undefined;
1394
+ };
1395
+ };
1396
+ video?: {
1397
+ gif: string;
1398
+ mp4: string;
1399
+ } | undefined;
1400
+ };
1401
+ };
1402
+ outputFormat: "json";
1403
+ status: 200;
1404
+ };
1405
+ }>;
1406
+ };
1407
+ };
1408
+ } & {
1409
+ v2: {
1410
+ luka_pona: {
1411
+ fingerspellings: {
1412
+ ":fingerspelling": hono_client0.ClientRequest<{
1413
+ $get: {
1414
+ input: {
1415
+ param: {
1416
+ fingerspelling: string;
1417
+ };
1418
+ };
1419
+ output: {
1420
+ success: true;
1421
+ data: {
1422
+ id: string;
1423
+ is_two_handed: boolean;
1424
+ etymology: {
1425
+ language: string;
1426
+ sign?: string | undefined;
1427
+ }[];
1428
+ signwriting: {
1429
+ fsw: string;
1430
+ swu: string;
1431
+ };
1432
+ translations: {
1433
+ parameters: {
1434
+ handshape?: string | undefined;
1435
+ movement?: string | undefined;
1436
+ placement?: string | undefined;
1437
+ orientation?: string | undefined;
1438
+ };
1439
+ };
1440
+ video?: {
1441
+ gif: string;
1442
+ mp4: string;
1443
+ } | undefined;
1444
+ };
1445
+ };
1446
+ outputFormat: "json";
1447
+ status: 200;
1448
+ } | {
1449
+ input: {
1450
+ param: {
1451
+ fingerspelling: string;
1452
+ };
1453
+ };
1454
+ output: {
1455
+ success: false;
1456
+ message: string;
1457
+ };
1458
+ outputFormat: "json";
1459
+ status: 400;
1460
+ };
1461
+ }>;
1462
+ };
1463
+ };
1464
+ };
1465
+ } & {
1466
+ v2: {
1467
+ fonts: hono_client0.ClientRequest<{
1468
+ $get: {
1469
+ input: {};
1470
+ output: {
1471
+ [x: string]: {
1472
+ id: string;
1473
+ author: string[];
1474
+ features: string[];
1475
+ filename: string;
1476
+ last_updated: string;
1477
+ license: string;
1478
+ ligatures: boolean;
1479
+ name: string;
1480
+ style: string;
1481
+ ucsur: boolean;
1482
+ version: string;
1483
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
1484
+ links: {
1485
+ fontfile?: string | undefined;
1486
+ repo?: string | undefined;
1487
+ webpage?: string | undefined;
1488
+ };
1489
+ };
1490
+ };
1491
+ outputFormat: "json";
1492
+ status: 200;
1493
+ };
1494
+ }>;
1495
+ };
1496
+ } & {
1497
+ v2: {
1498
+ fonts: {
1499
+ ":font": hono_client0.ClientRequest<{
1500
+ $get: {
1501
+ input: {
1502
+ param: {
1503
+ font: string;
1504
+ };
1505
+ };
1506
+ output: {
1507
+ success: true;
1508
+ data: {
1509
+ id: string;
1510
+ author: string[];
1511
+ features: string[];
1512
+ filename: string;
1513
+ last_updated: string;
1514
+ license: string;
1515
+ ligatures: boolean;
1516
+ name: string;
1517
+ style: string;
1518
+ ucsur: boolean;
1519
+ version: string;
1520
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
1521
+ links: {
1522
+ fontfile?: string | undefined;
1523
+ repo?: string | undefined;
1524
+ webpage?: string | undefined;
1525
+ };
1526
+ };
1527
+ };
1528
+ outputFormat: "json";
1529
+ status: 200;
1530
+ } | {
1531
+ input: {
1532
+ param: {
1533
+ font: string;
1534
+ };
1535
+ };
1536
+ output: {
1537
+ success: false;
1538
+ message: string;
1539
+ };
1540
+ outputFormat: "json";
1541
+ status: 400;
1542
+ };
1543
+ }>;
1544
+ };
1545
+ };
1546
+ } & {
1547
+ v2: {
1548
+ languages: hono_client0.ClientRequest<{
1549
+ $get: {
1550
+ input: {};
1551
+ output: {
1552
+ [x: string]: {
1553
+ id: string;
1554
+ locale: string;
1555
+ direction: "ltr" | "rtl";
1556
+ name: {
1557
+ en: string;
1558
+ endonym: string;
1559
+ tok?: string | undefined;
1560
+ };
1561
+ };
1562
+ };
1563
+ outputFormat: "json";
1564
+ status: 200;
1565
+ };
1566
+ }>;
1567
+ };
1568
+ } & {
1569
+ v2: {
1570
+ languages: {
1571
+ ":language": hono_client0.ClientRequest<{
1572
+ $get: {
1573
+ input: {
1574
+ param: {
1575
+ language: string;
1576
+ };
1577
+ };
1578
+ output: {
1579
+ success: true;
1580
+ data: {
1581
+ id: string;
1582
+ locale: string;
1583
+ direction: "ltr" | "rtl";
1584
+ name: {
1585
+ en: string;
1586
+ endonym: string;
1587
+ tok?: string | undefined;
1588
+ };
1589
+ };
1590
+ };
1591
+ outputFormat: "json";
1592
+ status: 200;
1593
+ } | {
1594
+ input: {
1595
+ param: {
1596
+ language: string;
1597
+ };
1598
+ };
1599
+ output: {
1600
+ success: false;
1601
+ message: string;
1602
+ };
1603
+ outputFormat: "json";
1604
+ status: 400;
1605
+ };
1606
+ }>;
1607
+ };
1608
+ };
1609
+ };
1610
+ type ApiType = AppType;
1611
+ //#endregion
1612
+ export { client as n, ApiType as t };