@kulupu-linku/sona 0.2.0 → 0.2.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.
@@ -0,0 +1,2132 @@
1
+ import { Hono } from "hono";
2
+ import type { z } from "zod";
3
+ export declare const BASE_URL = "https://raw.githubusercontent.com/lipu-linku/sona";
4
+ export type ApiVersion = "v1";
5
+ export type Versions = {
6
+ [version in ApiVersion]: {
7
+ branch: string;
8
+ schemas: Record<string, z.ZodType>;
9
+ raw: Record<string, {
10
+ filename: `${string}.${string}`;
11
+ schema: z.ZodType;
12
+ }>;
13
+ };
14
+ };
15
+ export declare const versions: {
16
+ readonly v1: {
17
+ readonly branch: any;
18
+ readonly schemas: {
19
+ readonly words: z.ZodRecord<z.ZodString, z.ZodObject<{
20
+ id: z.ZodString;
21
+ author_verbatim: z.ZodString;
22
+ author_verbatim_source: z.ZodString;
23
+ book: z.ZodUnion<[z.ZodLiteral<"pu">, z.ZodLiteral<"ku suli">, z.ZodLiteral<"ku lili">, z.ZodLiteral<"none">]>;
24
+ coined_era: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"pre-pu">, z.ZodLiteral<"post-pu">, z.ZodLiteral<"post-ku">]>, z.ZodLiteral<"">]>;
25
+ coined_year: z.ZodString;
26
+ creator: z.ZodArray<z.ZodString, "many">;
27
+ ku_data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
28
+ see_also: z.ZodArray<z.ZodString, "many">;
29
+ resources: z.ZodOptional<z.ZodObject<{
30
+ sona_pona: z.ZodOptional<z.ZodString>;
31
+ lipamanka_semantic: z.ZodOptional<z.ZodString>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ sona_pona?: string | undefined;
34
+ lipamanka_semantic?: string | undefined;
35
+ }, {
36
+ sona_pona?: string | undefined;
37
+ lipamanka_semantic?: string | undefined;
38
+ }>>;
39
+ representations: z.ZodOptional<z.ZodObject<{
40
+ sitelen_emosi: z.ZodOptional<z.ZodString>;
41
+ sitelen_jelo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
42
+ ligatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
43
+ sitelen_sitelen: z.ZodOptional<z.ZodString>;
44
+ ucsur: z.ZodOptional<z.ZodString>;
45
+ }, "strip", z.ZodTypeAny, {
46
+ sitelen_emosi?: string | undefined;
47
+ sitelen_jelo?: string[] | undefined;
48
+ ligatures?: string[] | undefined;
49
+ sitelen_sitelen?: string | undefined;
50
+ ucsur?: string | undefined;
51
+ }, {
52
+ sitelen_emosi?: string | undefined;
53
+ sitelen_jelo?: string[] | undefined;
54
+ ligatures?: string[] | undefined;
55
+ sitelen_sitelen?: string | undefined;
56
+ ucsur?: string | undefined;
57
+ }>>;
58
+ source_language: z.ZodString;
59
+ usage_category: z.ZodUnion<[z.ZodLiteral<"core">, z.ZodLiteral<"common">, z.ZodLiteral<"uncommon">, z.ZodLiteral<"obscure">, z.ZodLiteral<"sandbox">]>;
60
+ word: z.ZodString;
61
+ deprecated: z.ZodBoolean;
62
+ etymology: z.ZodArray<z.ZodObject<{
63
+ word: z.ZodOptional<z.ZodString>;
64
+ alt: z.ZodOptional<z.ZodString>;
65
+ }, "strip", z.ZodTypeAny, {
66
+ word?: string | undefined;
67
+ alt?: string | undefined;
68
+ }, {
69
+ word?: string | undefined;
70
+ alt?: string | undefined;
71
+ }>, "many">;
72
+ audio: z.ZodArray<z.ZodObject<{
73
+ author: z.ZodString;
74
+ link: z.ZodString;
75
+ }, "strip", z.ZodTypeAny, {
76
+ author: string;
77
+ link: string;
78
+ }, {
79
+ author: string;
80
+ link: string;
81
+ }>, "many">;
82
+ pu_verbatim: z.ZodOptional<z.ZodObject<{
83
+ en: z.ZodString;
84
+ fr: z.ZodString;
85
+ de: z.ZodString;
86
+ eo: z.ZodString;
87
+ }, "strip", z.ZodTypeAny, {
88
+ en: string;
89
+ fr: string;
90
+ de: string;
91
+ eo: string;
92
+ }, {
93
+ en: string;
94
+ fr: string;
95
+ de: string;
96
+ eo: string;
97
+ }>>;
98
+ usage: z.ZodRecord<z.ZodString, z.ZodNumber>;
99
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
100
+ commentary: z.ZodString;
101
+ definition: z.ZodString;
102
+ etymology: z.ZodArray<z.ZodObject<{
103
+ definition: z.ZodOptional<z.ZodString>;
104
+ language: z.ZodString;
105
+ }, "strip", z.ZodTypeAny, {
106
+ language: string;
107
+ definition?: string | undefined;
108
+ }, {
109
+ language: string;
110
+ definition?: string | undefined;
111
+ }>, "many">;
112
+ sp_etymology: z.ZodString;
113
+ }, "strip", z.ZodTypeAny, {
114
+ etymology: {
115
+ language: string;
116
+ definition?: string | undefined;
117
+ }[];
118
+ commentary: string;
119
+ definition: string;
120
+ sp_etymology: string;
121
+ }, {
122
+ etymology: {
123
+ language: string;
124
+ definition?: string | undefined;
125
+ }[];
126
+ commentary: string;
127
+ definition: string;
128
+ sp_etymology: string;
129
+ }>>;
130
+ }, "strip", z.ZodTypeAny, {
131
+ id: string;
132
+ author_verbatim: string;
133
+ author_verbatim_source: string;
134
+ book: "pu" | "ku suli" | "ku lili" | "none";
135
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
136
+ coined_year: string;
137
+ creator: string[];
138
+ see_also: string[];
139
+ source_language: string;
140
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
141
+ word: string;
142
+ deprecated: boolean;
143
+ etymology: {
144
+ word?: string | undefined;
145
+ alt?: string | undefined;
146
+ }[];
147
+ audio: {
148
+ author: string;
149
+ link: string;
150
+ }[];
151
+ usage: Record<string, number>;
152
+ translations: Record<string, {
153
+ etymology: {
154
+ language: string;
155
+ definition?: string | undefined;
156
+ }[];
157
+ commentary: string;
158
+ definition: string;
159
+ sp_etymology: string;
160
+ }>;
161
+ ku_data?: Record<string, number> | undefined;
162
+ resources?: {
163
+ sona_pona?: string | undefined;
164
+ lipamanka_semantic?: string | undefined;
165
+ } | undefined;
166
+ representations?: {
167
+ sitelen_emosi?: string | undefined;
168
+ sitelen_jelo?: string[] | undefined;
169
+ ligatures?: string[] | undefined;
170
+ sitelen_sitelen?: string | undefined;
171
+ ucsur?: string | undefined;
172
+ } | undefined;
173
+ pu_verbatim?: {
174
+ en: string;
175
+ fr: string;
176
+ de: string;
177
+ eo: string;
178
+ } | undefined;
179
+ }, {
180
+ id: string;
181
+ author_verbatim: string;
182
+ author_verbatim_source: string;
183
+ book: "pu" | "ku suli" | "ku lili" | "none";
184
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
185
+ coined_year: string;
186
+ creator: string[];
187
+ see_also: string[];
188
+ source_language: string;
189
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
190
+ word: string;
191
+ deprecated: boolean;
192
+ etymology: {
193
+ word?: string | undefined;
194
+ alt?: string | undefined;
195
+ }[];
196
+ audio: {
197
+ author: string;
198
+ link: string;
199
+ }[];
200
+ usage: Record<string, number>;
201
+ translations: Record<string, {
202
+ etymology: {
203
+ language: string;
204
+ definition?: string | undefined;
205
+ }[];
206
+ commentary: string;
207
+ definition: string;
208
+ sp_etymology: string;
209
+ }>;
210
+ ku_data?: Record<string, number> | undefined;
211
+ resources?: {
212
+ sona_pona?: string | undefined;
213
+ lipamanka_semantic?: string | undefined;
214
+ } | undefined;
215
+ representations?: {
216
+ sitelen_emosi?: string | undefined;
217
+ sitelen_jelo?: string[] | undefined;
218
+ ligatures?: string[] | undefined;
219
+ sitelen_sitelen?: string | undefined;
220
+ ucsur?: string | undefined;
221
+ } | undefined;
222
+ pu_verbatim?: {
223
+ en: string;
224
+ fr: string;
225
+ de: string;
226
+ eo: string;
227
+ } | undefined;
228
+ }>>;
229
+ readonly word: z.ZodObject<{
230
+ id: z.ZodString;
231
+ author_verbatim: z.ZodString;
232
+ author_verbatim_source: z.ZodString;
233
+ book: z.ZodUnion<[z.ZodLiteral<"pu">, z.ZodLiteral<"ku suli">, z.ZodLiteral<"ku lili">, z.ZodLiteral<"none">]>;
234
+ coined_era: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"pre-pu">, z.ZodLiteral<"post-pu">, z.ZodLiteral<"post-ku">]>, z.ZodLiteral<"">]>;
235
+ coined_year: z.ZodString;
236
+ creator: z.ZodArray<z.ZodString, "many">;
237
+ ku_data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
238
+ see_also: z.ZodArray<z.ZodString, "many">;
239
+ resources: z.ZodOptional<z.ZodObject<{
240
+ sona_pona: z.ZodOptional<z.ZodString>;
241
+ lipamanka_semantic: z.ZodOptional<z.ZodString>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ sona_pona?: string | undefined;
244
+ lipamanka_semantic?: string | undefined;
245
+ }, {
246
+ sona_pona?: string | undefined;
247
+ lipamanka_semantic?: string | undefined;
248
+ }>>;
249
+ representations: z.ZodOptional<z.ZodObject<{
250
+ sitelen_emosi: z.ZodOptional<z.ZodString>;
251
+ sitelen_jelo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
252
+ ligatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
253
+ sitelen_sitelen: z.ZodOptional<z.ZodString>;
254
+ ucsur: z.ZodOptional<z.ZodString>;
255
+ }, "strip", z.ZodTypeAny, {
256
+ sitelen_emosi?: string | undefined;
257
+ sitelen_jelo?: string[] | undefined;
258
+ ligatures?: string[] | undefined;
259
+ sitelen_sitelen?: string | undefined;
260
+ ucsur?: string | undefined;
261
+ }, {
262
+ sitelen_emosi?: string | undefined;
263
+ sitelen_jelo?: string[] | undefined;
264
+ ligatures?: string[] | undefined;
265
+ sitelen_sitelen?: string | undefined;
266
+ ucsur?: string | undefined;
267
+ }>>;
268
+ source_language: z.ZodString;
269
+ usage_category: z.ZodUnion<[z.ZodLiteral<"core">, z.ZodLiteral<"common">, z.ZodLiteral<"uncommon">, z.ZodLiteral<"obscure">, z.ZodLiteral<"sandbox">]>;
270
+ word: z.ZodString;
271
+ deprecated: z.ZodBoolean;
272
+ etymology: z.ZodArray<z.ZodObject<{
273
+ word: z.ZodOptional<z.ZodString>;
274
+ alt: z.ZodOptional<z.ZodString>;
275
+ }, "strip", z.ZodTypeAny, {
276
+ word?: string | undefined;
277
+ alt?: string | undefined;
278
+ }, {
279
+ word?: string | undefined;
280
+ alt?: string | undefined;
281
+ }>, "many">;
282
+ audio: z.ZodArray<z.ZodObject<{
283
+ author: z.ZodString;
284
+ link: z.ZodString;
285
+ }, "strip", z.ZodTypeAny, {
286
+ author: string;
287
+ link: string;
288
+ }, {
289
+ author: string;
290
+ link: string;
291
+ }>, "many">;
292
+ pu_verbatim: z.ZodOptional<z.ZodObject<{
293
+ en: z.ZodString;
294
+ fr: z.ZodString;
295
+ de: z.ZodString;
296
+ eo: z.ZodString;
297
+ }, "strip", z.ZodTypeAny, {
298
+ en: string;
299
+ fr: string;
300
+ de: string;
301
+ eo: string;
302
+ }, {
303
+ en: string;
304
+ fr: string;
305
+ de: string;
306
+ eo: string;
307
+ }>>;
308
+ usage: z.ZodRecord<z.ZodString, z.ZodNumber>;
309
+ }, "strip", z.ZodTypeAny, {
310
+ id: string;
311
+ author_verbatim: string;
312
+ author_verbatim_source: string;
313
+ book: "pu" | "ku suli" | "ku lili" | "none";
314
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
315
+ coined_year: string;
316
+ creator: string[];
317
+ see_also: string[];
318
+ source_language: string;
319
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
320
+ word: string;
321
+ deprecated: boolean;
322
+ etymology: {
323
+ word?: string | undefined;
324
+ alt?: string | undefined;
325
+ }[];
326
+ audio: {
327
+ author: string;
328
+ link: string;
329
+ }[];
330
+ usage: Record<string, number>;
331
+ ku_data?: Record<string, number> | undefined;
332
+ resources?: {
333
+ sona_pona?: string | undefined;
334
+ lipamanka_semantic?: string | undefined;
335
+ } | undefined;
336
+ representations?: {
337
+ sitelen_emosi?: string | undefined;
338
+ sitelen_jelo?: string[] | undefined;
339
+ ligatures?: string[] | undefined;
340
+ sitelen_sitelen?: string | undefined;
341
+ ucsur?: string | undefined;
342
+ } | undefined;
343
+ pu_verbatim?: {
344
+ en: string;
345
+ fr: string;
346
+ de: string;
347
+ eo: string;
348
+ } | undefined;
349
+ }, {
350
+ id: string;
351
+ author_verbatim: string;
352
+ author_verbatim_source: string;
353
+ book: "pu" | "ku suli" | "ku lili" | "none";
354
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
355
+ coined_year: string;
356
+ creator: string[];
357
+ see_also: string[];
358
+ source_language: string;
359
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
360
+ word: string;
361
+ deprecated: boolean;
362
+ etymology: {
363
+ word?: string | undefined;
364
+ alt?: string | undefined;
365
+ }[];
366
+ audio: {
367
+ author: string;
368
+ link: string;
369
+ }[];
370
+ usage: Record<string, number>;
371
+ ku_data?: Record<string, number> | undefined;
372
+ resources?: {
373
+ sona_pona?: string | undefined;
374
+ lipamanka_semantic?: string | undefined;
375
+ } | undefined;
376
+ representations?: {
377
+ sitelen_emosi?: string | undefined;
378
+ sitelen_jelo?: string[] | undefined;
379
+ ligatures?: string[] | undefined;
380
+ sitelen_sitelen?: string | undefined;
381
+ ucsur?: string | undefined;
382
+ } | undefined;
383
+ pu_verbatim?: {
384
+ en: string;
385
+ fr: string;
386
+ de: string;
387
+ eo: string;
388
+ } | undefined;
389
+ }>;
390
+ readonly definition: z.ZodRecord<z.ZodString, z.ZodString>;
391
+ readonly commentary: z.ZodRecord<z.ZodString, z.ZodString>;
392
+ readonly etymology: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
393
+ definition: z.ZodOptional<z.ZodString>;
394
+ language: z.ZodString;
395
+ }, "strip", z.ZodTypeAny, {
396
+ language: string;
397
+ definition?: string | undefined;
398
+ }, {
399
+ language: string;
400
+ definition?: string | undefined;
401
+ }>, "many">>;
402
+ readonly sitelen_pona: z.ZodRecord<z.ZodString, z.ZodString>;
403
+ readonly signs: z.ZodRecord<z.ZodString, z.ZodObject<{
404
+ id: z.ZodString;
405
+ etymology: z.ZodArray<z.ZodObject<{
406
+ language: z.ZodString;
407
+ sign: z.ZodOptional<z.ZodString>;
408
+ }, "strip", z.ZodTypeAny, {
409
+ language: string;
410
+ sign?: string | undefined;
411
+ }, {
412
+ language: string;
413
+ sign?: string | undefined;
414
+ }>, "many">;
415
+ definition: z.ZodString;
416
+ is_two_handed: z.ZodBoolean;
417
+ new_gloss: z.ZodString;
418
+ old_gloss: z.ZodString;
419
+ signwriting: z.ZodObject<{
420
+ fsw: z.ZodString;
421
+ swu: z.ZodString;
422
+ }, "strip", z.ZodTypeAny, {
423
+ fsw: string;
424
+ swu: string;
425
+ }, {
426
+ fsw: string;
427
+ swu: string;
428
+ }>;
429
+ video: z.ZodObject<{
430
+ gif: z.ZodString;
431
+ mp4: z.ZodString;
432
+ }, "strip", z.ZodTypeAny, {
433
+ gif: string;
434
+ mp4: string;
435
+ }, {
436
+ gif: string;
437
+ mp4: string;
438
+ }>;
439
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
440
+ parameters: z.ZodObject<{
441
+ handshape: z.ZodOptional<z.ZodString>;
442
+ movement: z.ZodOptional<z.ZodString>;
443
+ placement: z.ZodOptional<z.ZodString>;
444
+ orientation: z.ZodOptional<z.ZodString>;
445
+ }, "strip", z.ZodTypeAny, {
446
+ handshape?: string | undefined;
447
+ movement?: string | undefined;
448
+ placement?: string | undefined;
449
+ orientation?: string | undefined;
450
+ }, {
451
+ handshape?: string | undefined;
452
+ movement?: string | undefined;
453
+ placement?: string | undefined;
454
+ orientation?: string | undefined;
455
+ }>;
456
+ icons: z.ZodString;
457
+ }, "strip", z.ZodTypeAny, {
458
+ parameters: {
459
+ handshape?: string | undefined;
460
+ movement?: string | undefined;
461
+ placement?: string | undefined;
462
+ orientation?: string | undefined;
463
+ };
464
+ icons: string;
465
+ }, {
466
+ parameters: {
467
+ handshape?: string | undefined;
468
+ movement?: string | undefined;
469
+ placement?: string | undefined;
470
+ orientation?: string | undefined;
471
+ };
472
+ icons: string;
473
+ }>>;
474
+ }, "strip", z.ZodTypeAny, {
475
+ id: string;
476
+ etymology: {
477
+ language: string;
478
+ sign?: string | undefined;
479
+ }[];
480
+ translations: Record<string, {
481
+ parameters: {
482
+ handshape?: string | undefined;
483
+ movement?: string | undefined;
484
+ placement?: string | undefined;
485
+ orientation?: string | undefined;
486
+ };
487
+ icons: string;
488
+ }>;
489
+ definition: string;
490
+ is_two_handed: boolean;
491
+ new_gloss: string;
492
+ old_gloss: string;
493
+ signwriting: {
494
+ fsw: string;
495
+ swu: string;
496
+ };
497
+ video: {
498
+ gif: string;
499
+ mp4: string;
500
+ };
501
+ }, {
502
+ id: string;
503
+ etymology: {
504
+ language: string;
505
+ sign?: string | undefined;
506
+ }[];
507
+ translations: Record<string, {
508
+ parameters: {
509
+ handshape?: string | undefined;
510
+ movement?: string | undefined;
511
+ placement?: string | undefined;
512
+ orientation?: string | undefined;
513
+ };
514
+ icons: string;
515
+ }>;
516
+ definition: string;
517
+ is_two_handed: boolean;
518
+ new_gloss: string;
519
+ old_gloss: string;
520
+ signwriting: {
521
+ fsw: string;
522
+ swu: string;
523
+ };
524
+ video: {
525
+ gif: string;
526
+ mp4: string;
527
+ };
528
+ }>>;
529
+ readonly sign: z.ZodObject<{
530
+ definition: z.ZodString;
531
+ id: z.ZodString;
532
+ is_two_handed: z.ZodBoolean;
533
+ new_gloss: z.ZodString;
534
+ old_gloss: z.ZodString;
535
+ etymology: z.ZodArray<z.ZodObject<{
536
+ language: z.ZodString;
537
+ sign: z.ZodOptional<z.ZodString>;
538
+ }, "strip", z.ZodTypeAny, {
539
+ language: string;
540
+ sign?: string | undefined;
541
+ }, {
542
+ language: string;
543
+ sign?: string | undefined;
544
+ }>, "many">;
545
+ signwriting: z.ZodObject<{
546
+ fsw: z.ZodString;
547
+ swu: z.ZodString;
548
+ }, "strip", z.ZodTypeAny, {
549
+ fsw: string;
550
+ swu: string;
551
+ }, {
552
+ fsw: string;
553
+ swu: string;
554
+ }>;
555
+ video: z.ZodObject<{
556
+ gif: z.ZodString;
557
+ mp4: z.ZodString;
558
+ }, "strip", z.ZodTypeAny, {
559
+ gif: string;
560
+ mp4: string;
561
+ }, {
562
+ gif: string;
563
+ mp4: string;
564
+ }>;
565
+ }, "strip", z.ZodTypeAny, {
566
+ id: string;
567
+ etymology: {
568
+ language: string;
569
+ sign?: string | undefined;
570
+ }[];
571
+ definition: string;
572
+ is_two_handed: boolean;
573
+ new_gloss: string;
574
+ old_gloss: string;
575
+ signwriting: {
576
+ fsw: string;
577
+ swu: string;
578
+ };
579
+ video: {
580
+ gif: string;
581
+ mp4: string;
582
+ };
583
+ }, {
584
+ id: string;
585
+ etymology: {
586
+ language: string;
587
+ sign?: string | undefined;
588
+ }[];
589
+ definition: string;
590
+ is_two_handed: boolean;
591
+ new_gloss: string;
592
+ old_gloss: string;
593
+ signwriting: {
594
+ fsw: string;
595
+ swu: string;
596
+ };
597
+ video: {
598
+ gif: string;
599
+ mp4: string;
600
+ };
601
+ }>;
602
+ readonly fingerspelling: z.ZodRecord<z.ZodString, z.ZodObject<{
603
+ id: z.ZodString;
604
+ etymology: z.ZodArray<z.ZodObject<{
605
+ language: z.ZodString;
606
+ sign: z.ZodString;
607
+ }, "strip", z.ZodTypeAny, {
608
+ language: string;
609
+ sign: string;
610
+ }, {
611
+ language: string;
612
+ sign: string;
613
+ }>, "many">;
614
+ is_two_handed: z.ZodBoolean;
615
+ signwriting: z.ZodObject<{
616
+ fsw: z.ZodString;
617
+ swu: z.ZodString;
618
+ }, "strip", z.ZodTypeAny, {
619
+ fsw: string;
620
+ swu: string;
621
+ }, {
622
+ fsw: string;
623
+ swu: string;
624
+ }>;
625
+ video: z.ZodObject<{
626
+ gif: z.ZodOptional<z.ZodString>;
627
+ mp4: z.ZodOptional<z.ZodString>;
628
+ }, "strip", z.ZodTypeAny, {
629
+ gif?: string | undefined;
630
+ mp4?: string | undefined;
631
+ }, {
632
+ gif?: string | undefined;
633
+ mp4?: string | undefined;
634
+ }>;
635
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
636
+ parameters: z.ZodObject<{
637
+ handshape: z.ZodOptional<z.ZodString>;
638
+ movement: z.ZodOptional<z.ZodString>;
639
+ placement: z.ZodOptional<z.ZodString>;
640
+ orientation: z.ZodOptional<z.ZodString>;
641
+ }, "strip", z.ZodTypeAny, {
642
+ handshape?: string | undefined;
643
+ movement?: string | undefined;
644
+ placement?: string | undefined;
645
+ orientation?: string | undefined;
646
+ }, {
647
+ handshape?: string | undefined;
648
+ movement?: string | undefined;
649
+ placement?: string | undefined;
650
+ orientation?: string | undefined;
651
+ }>;
652
+ }, "strip", z.ZodTypeAny, {
653
+ parameters: {
654
+ handshape?: string | undefined;
655
+ movement?: string | undefined;
656
+ placement?: string | undefined;
657
+ orientation?: string | undefined;
658
+ };
659
+ }, {
660
+ parameters: {
661
+ handshape?: string | undefined;
662
+ movement?: string | undefined;
663
+ placement?: string | undefined;
664
+ orientation?: string | undefined;
665
+ };
666
+ }>>;
667
+ }, "strip", z.ZodTypeAny, {
668
+ id: string;
669
+ etymology: {
670
+ language: string;
671
+ sign: string;
672
+ }[];
673
+ translations: Record<string, {
674
+ parameters: {
675
+ handshape?: string | undefined;
676
+ movement?: string | undefined;
677
+ placement?: string | undefined;
678
+ orientation?: string | undefined;
679
+ };
680
+ }>;
681
+ is_two_handed: boolean;
682
+ signwriting: {
683
+ fsw: string;
684
+ swu: string;
685
+ };
686
+ video: {
687
+ gif?: string | undefined;
688
+ mp4?: string | undefined;
689
+ };
690
+ }, {
691
+ id: string;
692
+ etymology: {
693
+ language: string;
694
+ sign: string;
695
+ }[];
696
+ translations: Record<string, {
697
+ parameters: {
698
+ handshape?: string | undefined;
699
+ movement?: string | undefined;
700
+ placement?: string | undefined;
701
+ orientation?: string | undefined;
702
+ };
703
+ }>;
704
+ is_two_handed: boolean;
705
+ signwriting: {
706
+ fsw: string;
707
+ swu: string;
708
+ };
709
+ video: {
710
+ gif?: string | undefined;
711
+ mp4?: string | undefined;
712
+ };
713
+ }>>;
714
+ readonly fingerspelling_sign: z.ZodObject<{
715
+ id: z.ZodString;
716
+ is_two_handed: z.ZodBoolean;
717
+ etymology: z.ZodArray<z.ZodObject<{
718
+ language: z.ZodString;
719
+ sign: z.ZodString;
720
+ }, "strip", z.ZodTypeAny, {
721
+ language: string;
722
+ sign: string;
723
+ }, {
724
+ language: string;
725
+ sign: string;
726
+ }>, "many">;
727
+ signwriting: z.ZodObject<{
728
+ fsw: z.ZodString;
729
+ swu: z.ZodString;
730
+ }, "strip", z.ZodTypeAny, {
731
+ fsw: string;
732
+ swu: string;
733
+ }, {
734
+ fsw: string;
735
+ swu: string;
736
+ }>;
737
+ video: z.ZodObject<{
738
+ gif: z.ZodOptional<z.ZodString>;
739
+ mp4: z.ZodOptional<z.ZodString>;
740
+ }, "strip", z.ZodTypeAny, {
741
+ gif?: string | undefined;
742
+ mp4?: string | undefined;
743
+ }, {
744
+ gif?: string | undefined;
745
+ mp4?: string | undefined;
746
+ }>;
747
+ }, "strip", z.ZodTypeAny, {
748
+ id: string;
749
+ etymology: {
750
+ language: string;
751
+ sign: string;
752
+ }[];
753
+ is_two_handed: boolean;
754
+ signwriting: {
755
+ fsw: string;
756
+ swu: string;
757
+ };
758
+ video: {
759
+ gif?: string | undefined;
760
+ mp4?: string | undefined;
761
+ };
762
+ }, {
763
+ id: string;
764
+ etymology: {
765
+ language: string;
766
+ sign: string;
767
+ }[];
768
+ is_two_handed: boolean;
769
+ signwriting: {
770
+ fsw: string;
771
+ swu: string;
772
+ };
773
+ video: {
774
+ gif?: string | undefined;
775
+ mp4?: string | undefined;
776
+ };
777
+ }>;
778
+ readonly sign_parameters: z.ZodRecord<z.ZodString, z.ZodObject<{
779
+ handshape: z.ZodOptional<z.ZodString>;
780
+ movement: z.ZodOptional<z.ZodString>;
781
+ placement: z.ZodOptional<z.ZodString>;
782
+ orientation: z.ZodOptional<z.ZodString>;
783
+ }, "strip", z.ZodTypeAny, {
784
+ handshape?: string | undefined;
785
+ movement?: string | undefined;
786
+ placement?: string | undefined;
787
+ orientation?: string | undefined;
788
+ }, {
789
+ handshape?: string | undefined;
790
+ movement?: string | undefined;
791
+ placement?: string | undefined;
792
+ orientation?: string | undefined;
793
+ }>>;
794
+ readonly sign_icons: z.ZodRecord<z.ZodString, z.ZodString>;
795
+ readonly fonts: z.ZodRecord<z.ZodString, z.ZodObject<{
796
+ id: z.ZodString;
797
+ creator: z.ZodArray<z.ZodString, "many">;
798
+ features: z.ZodArray<z.ZodString, "many">;
799
+ filename: z.ZodString;
800
+ last_updated: z.ZodOptional<z.ZodString>;
801
+ license: z.ZodString;
802
+ ligatures: z.ZodBoolean;
803
+ name: z.ZodString;
804
+ style: z.ZodString;
805
+ ucsur: z.ZodBoolean;
806
+ version: z.ZodString;
807
+ writing_system: z.ZodEnum<["sitelen pona", "sitelen sitelen", "alphabet", "syllabary", "logography", "tokiponido alphabet", "tokiponido syllabary", "tokiponido logography"]>;
808
+ links: z.ZodObject<{
809
+ fontfile: z.ZodOptional<z.ZodString>;
810
+ repo: z.ZodOptional<z.ZodString>;
811
+ webpage: z.ZodOptional<z.ZodString>;
812
+ }, "strip", z.ZodTypeAny, {
813
+ fontfile?: string | undefined;
814
+ repo?: string | undefined;
815
+ webpage?: string | undefined;
816
+ }, {
817
+ fontfile?: string | undefined;
818
+ repo?: string | undefined;
819
+ webpage?: string | undefined;
820
+ }>;
821
+ }, "strip", z.ZodTypeAny, {
822
+ id: string;
823
+ creator: string[];
824
+ ligatures: boolean;
825
+ ucsur: boolean;
826
+ features: string[];
827
+ filename: string;
828
+ license: string;
829
+ name: string;
830
+ style: string;
831
+ version: string;
832
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
833
+ links: {
834
+ fontfile?: string | undefined;
835
+ repo?: string | undefined;
836
+ webpage?: string | undefined;
837
+ };
838
+ last_updated?: string | undefined;
839
+ }, {
840
+ id: string;
841
+ creator: string[];
842
+ ligatures: boolean;
843
+ ucsur: boolean;
844
+ features: string[];
845
+ filename: string;
846
+ license: string;
847
+ name: string;
848
+ style: string;
849
+ version: string;
850
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
851
+ links: {
852
+ fontfile?: string | undefined;
853
+ repo?: string | undefined;
854
+ webpage?: string | undefined;
855
+ };
856
+ last_updated?: string | undefined;
857
+ }>>;
858
+ readonly font: z.ZodObject<{
859
+ id: z.ZodString;
860
+ creator: z.ZodArray<z.ZodString, "many">;
861
+ features: z.ZodArray<z.ZodString, "many">;
862
+ filename: z.ZodString;
863
+ last_updated: z.ZodOptional<z.ZodString>;
864
+ license: z.ZodString;
865
+ ligatures: z.ZodBoolean;
866
+ name: z.ZodString;
867
+ style: z.ZodString;
868
+ ucsur: z.ZodBoolean;
869
+ version: z.ZodString;
870
+ writing_system: z.ZodEnum<["sitelen pona", "sitelen sitelen", "alphabet", "syllabary", "logography", "tokiponido alphabet", "tokiponido syllabary", "tokiponido logography"]>;
871
+ links: z.ZodObject<{
872
+ fontfile: z.ZodOptional<z.ZodString>;
873
+ repo: z.ZodOptional<z.ZodString>;
874
+ webpage: z.ZodOptional<z.ZodString>;
875
+ }, "strip", z.ZodTypeAny, {
876
+ fontfile?: string | undefined;
877
+ repo?: string | undefined;
878
+ webpage?: string | undefined;
879
+ }, {
880
+ fontfile?: string | undefined;
881
+ repo?: string | undefined;
882
+ webpage?: string | undefined;
883
+ }>;
884
+ }, "strip", z.ZodTypeAny, {
885
+ id: string;
886
+ creator: string[];
887
+ ligatures: boolean;
888
+ ucsur: boolean;
889
+ features: string[];
890
+ filename: string;
891
+ license: string;
892
+ name: string;
893
+ style: string;
894
+ version: string;
895
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
896
+ links: {
897
+ fontfile?: string | undefined;
898
+ repo?: string | undefined;
899
+ webpage?: string | undefined;
900
+ };
901
+ last_updated?: string | undefined;
902
+ }, {
903
+ id: string;
904
+ creator: string[];
905
+ ligatures: boolean;
906
+ ucsur: boolean;
907
+ features: string[];
908
+ filename: string;
909
+ license: string;
910
+ name: string;
911
+ style: string;
912
+ version: string;
913
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
914
+ links: {
915
+ fontfile?: string | undefined;
916
+ repo?: string | undefined;
917
+ webpage?: string | undefined;
918
+ };
919
+ last_updated?: string | undefined;
920
+ }>;
921
+ readonly languages: z.ZodRecord<z.ZodString, z.ZodObject<{
922
+ id: z.ZodString;
923
+ locale: z.ZodString;
924
+ direction: z.ZodUnion<[z.ZodLiteral<"ltr">, z.ZodLiteral<"rtl">]>;
925
+ name: z.ZodObject<{
926
+ en: z.ZodString;
927
+ tok: z.ZodOptional<z.ZodString>;
928
+ endonym: z.ZodOptional<z.ZodString>;
929
+ }, "strip", z.ZodTypeAny, {
930
+ en: string;
931
+ tok?: string | undefined;
932
+ endonym?: string | undefined;
933
+ }, {
934
+ en: string;
935
+ tok?: string | undefined;
936
+ endonym?: string | undefined;
937
+ }>;
938
+ }, "strip", z.ZodTypeAny, {
939
+ id: string;
940
+ name: {
941
+ en: string;
942
+ tok?: string | undefined;
943
+ endonym?: string | undefined;
944
+ };
945
+ locale: string;
946
+ direction: "ltr" | "rtl";
947
+ }, {
948
+ id: string;
949
+ name: {
950
+ en: string;
951
+ tok?: string | undefined;
952
+ endonym?: string | undefined;
953
+ };
954
+ locale: string;
955
+ direction: "ltr" | "rtl";
956
+ }>>;
957
+ };
958
+ readonly raw: {
959
+ readonly words: {
960
+ readonly filename: "words.json";
961
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
962
+ id: z.ZodString;
963
+ author_verbatim: z.ZodString;
964
+ author_verbatim_source: z.ZodString;
965
+ book: z.ZodUnion<[z.ZodLiteral<"pu">, z.ZodLiteral<"ku suli">, z.ZodLiteral<"ku lili">, z.ZodLiteral<"none">]>;
966
+ coined_era: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"pre-pu">, z.ZodLiteral<"post-pu">, z.ZodLiteral<"post-ku">]>, z.ZodLiteral<"">]>;
967
+ coined_year: z.ZodString;
968
+ creator: z.ZodArray<z.ZodString, "many">;
969
+ ku_data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
970
+ see_also: z.ZodArray<z.ZodString, "many">;
971
+ resources: z.ZodOptional<z.ZodObject<{
972
+ sona_pona: z.ZodOptional<z.ZodString>;
973
+ lipamanka_semantic: z.ZodOptional<z.ZodString>;
974
+ }, "strip", z.ZodTypeAny, {
975
+ sona_pona?: string | undefined;
976
+ lipamanka_semantic?: string | undefined;
977
+ }, {
978
+ sona_pona?: string | undefined;
979
+ lipamanka_semantic?: string | undefined;
980
+ }>>;
981
+ representations: z.ZodOptional<z.ZodObject<{
982
+ sitelen_emosi: z.ZodOptional<z.ZodString>;
983
+ sitelen_jelo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
984
+ ligatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
985
+ sitelen_sitelen: z.ZodOptional<z.ZodString>;
986
+ ucsur: z.ZodOptional<z.ZodString>;
987
+ }, "strip", z.ZodTypeAny, {
988
+ sitelen_emosi?: string | undefined;
989
+ sitelen_jelo?: string[] | undefined;
990
+ ligatures?: string[] | undefined;
991
+ sitelen_sitelen?: string | undefined;
992
+ ucsur?: string | undefined;
993
+ }, {
994
+ sitelen_emosi?: string | undefined;
995
+ sitelen_jelo?: string[] | undefined;
996
+ ligatures?: string[] | undefined;
997
+ sitelen_sitelen?: string | undefined;
998
+ ucsur?: string | undefined;
999
+ }>>;
1000
+ source_language: z.ZodString;
1001
+ usage_category: z.ZodUnion<[z.ZodLiteral<"core">, z.ZodLiteral<"common">, z.ZodLiteral<"uncommon">, z.ZodLiteral<"obscure">, z.ZodLiteral<"sandbox">]>;
1002
+ word: z.ZodString;
1003
+ deprecated: z.ZodBoolean;
1004
+ etymology: z.ZodArray<z.ZodObject<{
1005
+ word: z.ZodOptional<z.ZodString>;
1006
+ alt: z.ZodOptional<z.ZodString>;
1007
+ }, "strip", z.ZodTypeAny, {
1008
+ word?: string | undefined;
1009
+ alt?: string | undefined;
1010
+ }, {
1011
+ word?: string | undefined;
1012
+ alt?: string | undefined;
1013
+ }>, "many">;
1014
+ audio: z.ZodArray<z.ZodObject<{
1015
+ author: z.ZodString;
1016
+ link: z.ZodString;
1017
+ }, "strip", z.ZodTypeAny, {
1018
+ author: string;
1019
+ link: string;
1020
+ }, {
1021
+ author: string;
1022
+ link: string;
1023
+ }>, "many">;
1024
+ pu_verbatim: z.ZodOptional<z.ZodObject<{
1025
+ en: z.ZodString;
1026
+ fr: z.ZodString;
1027
+ de: z.ZodString;
1028
+ eo: z.ZodString;
1029
+ }, "strip", z.ZodTypeAny, {
1030
+ en: string;
1031
+ fr: string;
1032
+ de: string;
1033
+ eo: string;
1034
+ }, {
1035
+ en: string;
1036
+ fr: string;
1037
+ de: string;
1038
+ eo: string;
1039
+ }>>;
1040
+ usage: z.ZodRecord<z.ZodString, z.ZodNumber>;
1041
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
1042
+ commentary: z.ZodString;
1043
+ definition: z.ZodString;
1044
+ etymology: z.ZodArray<z.ZodObject<{
1045
+ definition: z.ZodOptional<z.ZodString>;
1046
+ language: z.ZodString;
1047
+ }, "strip", z.ZodTypeAny, {
1048
+ language: string;
1049
+ definition?: string | undefined;
1050
+ }, {
1051
+ language: string;
1052
+ definition?: string | undefined;
1053
+ }>, "many">;
1054
+ sp_etymology: z.ZodString;
1055
+ }, "strip", z.ZodTypeAny, {
1056
+ etymology: {
1057
+ language: string;
1058
+ definition?: string | undefined;
1059
+ }[];
1060
+ commentary: string;
1061
+ definition: string;
1062
+ sp_etymology: string;
1063
+ }, {
1064
+ etymology: {
1065
+ language: string;
1066
+ definition?: string | undefined;
1067
+ }[];
1068
+ commentary: string;
1069
+ definition: string;
1070
+ sp_etymology: string;
1071
+ }>>;
1072
+ }, "strip", z.ZodTypeAny, {
1073
+ id: string;
1074
+ author_verbatim: string;
1075
+ author_verbatim_source: string;
1076
+ book: "pu" | "ku suli" | "ku lili" | "none";
1077
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1078
+ coined_year: string;
1079
+ creator: string[];
1080
+ see_also: string[];
1081
+ source_language: string;
1082
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1083
+ word: string;
1084
+ deprecated: boolean;
1085
+ etymology: {
1086
+ word?: string | undefined;
1087
+ alt?: string | undefined;
1088
+ }[];
1089
+ audio: {
1090
+ author: string;
1091
+ link: string;
1092
+ }[];
1093
+ usage: Record<string, number>;
1094
+ translations: Record<string, {
1095
+ etymology: {
1096
+ language: string;
1097
+ definition?: string | undefined;
1098
+ }[];
1099
+ commentary: string;
1100
+ definition: string;
1101
+ sp_etymology: string;
1102
+ }>;
1103
+ ku_data?: Record<string, number> | undefined;
1104
+ resources?: {
1105
+ sona_pona?: string | undefined;
1106
+ lipamanka_semantic?: string | undefined;
1107
+ } | undefined;
1108
+ representations?: {
1109
+ sitelen_emosi?: string | undefined;
1110
+ sitelen_jelo?: string[] | undefined;
1111
+ ligatures?: string[] | undefined;
1112
+ sitelen_sitelen?: string | undefined;
1113
+ ucsur?: string | undefined;
1114
+ } | undefined;
1115
+ pu_verbatim?: {
1116
+ en: string;
1117
+ fr: string;
1118
+ de: string;
1119
+ eo: string;
1120
+ } | undefined;
1121
+ }, {
1122
+ id: string;
1123
+ author_verbatim: string;
1124
+ author_verbatim_source: string;
1125
+ book: "pu" | "ku suli" | "ku lili" | "none";
1126
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1127
+ coined_year: string;
1128
+ creator: string[];
1129
+ see_also: string[];
1130
+ source_language: string;
1131
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1132
+ word: string;
1133
+ deprecated: boolean;
1134
+ etymology: {
1135
+ word?: string | undefined;
1136
+ alt?: string | undefined;
1137
+ }[];
1138
+ audio: {
1139
+ author: string;
1140
+ link: string;
1141
+ }[];
1142
+ usage: Record<string, number>;
1143
+ translations: Record<string, {
1144
+ etymology: {
1145
+ language: string;
1146
+ definition?: string | undefined;
1147
+ }[];
1148
+ commentary: string;
1149
+ definition: string;
1150
+ sp_etymology: string;
1151
+ }>;
1152
+ ku_data?: Record<string, number> | undefined;
1153
+ resources?: {
1154
+ sona_pona?: string | undefined;
1155
+ lipamanka_semantic?: string | undefined;
1156
+ } | undefined;
1157
+ representations?: {
1158
+ sitelen_emosi?: string | undefined;
1159
+ sitelen_jelo?: string[] | undefined;
1160
+ ligatures?: string[] | undefined;
1161
+ sitelen_sitelen?: string | undefined;
1162
+ ucsur?: string | undefined;
1163
+ } | undefined;
1164
+ pu_verbatim?: {
1165
+ en: string;
1166
+ fr: string;
1167
+ de: string;
1168
+ eo: string;
1169
+ } | undefined;
1170
+ }>>;
1171
+ };
1172
+ readonly sandbox: {
1173
+ readonly filename: "sandbox.json";
1174
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
1175
+ id: z.ZodString;
1176
+ author_verbatim: z.ZodString;
1177
+ author_verbatim_source: z.ZodString;
1178
+ book: z.ZodUnion<[z.ZodLiteral<"pu">, z.ZodLiteral<"ku suli">, z.ZodLiteral<"ku lili">, z.ZodLiteral<"none">]>;
1179
+ coined_era: z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<"pre-pu">, z.ZodLiteral<"post-pu">, z.ZodLiteral<"post-ku">]>, z.ZodLiteral<"">]>;
1180
+ coined_year: z.ZodString;
1181
+ creator: z.ZodArray<z.ZodString, "many">;
1182
+ ku_data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
1183
+ see_also: z.ZodArray<z.ZodString, "many">;
1184
+ resources: z.ZodOptional<z.ZodObject<{
1185
+ sona_pona: z.ZodOptional<z.ZodString>;
1186
+ lipamanka_semantic: z.ZodOptional<z.ZodString>;
1187
+ }, "strip", z.ZodTypeAny, {
1188
+ sona_pona?: string | undefined;
1189
+ lipamanka_semantic?: string | undefined;
1190
+ }, {
1191
+ sona_pona?: string | undefined;
1192
+ lipamanka_semantic?: string | undefined;
1193
+ }>>;
1194
+ representations: z.ZodOptional<z.ZodObject<{
1195
+ sitelen_emosi: z.ZodOptional<z.ZodString>;
1196
+ sitelen_jelo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1197
+ ligatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1198
+ sitelen_sitelen: z.ZodOptional<z.ZodString>;
1199
+ ucsur: z.ZodOptional<z.ZodString>;
1200
+ }, "strip", z.ZodTypeAny, {
1201
+ sitelen_emosi?: string | undefined;
1202
+ sitelen_jelo?: string[] | undefined;
1203
+ ligatures?: string[] | undefined;
1204
+ sitelen_sitelen?: string | undefined;
1205
+ ucsur?: string | undefined;
1206
+ }, {
1207
+ sitelen_emosi?: string | undefined;
1208
+ sitelen_jelo?: string[] | undefined;
1209
+ ligatures?: string[] | undefined;
1210
+ sitelen_sitelen?: string | undefined;
1211
+ ucsur?: string | undefined;
1212
+ }>>;
1213
+ source_language: z.ZodString;
1214
+ usage_category: z.ZodUnion<[z.ZodLiteral<"core">, z.ZodLiteral<"common">, z.ZodLiteral<"uncommon">, z.ZodLiteral<"obscure">, z.ZodLiteral<"sandbox">]>;
1215
+ word: z.ZodString;
1216
+ deprecated: z.ZodBoolean;
1217
+ etymology: z.ZodArray<z.ZodObject<{
1218
+ word: z.ZodOptional<z.ZodString>;
1219
+ alt: z.ZodOptional<z.ZodString>;
1220
+ }, "strip", z.ZodTypeAny, {
1221
+ word?: string | undefined;
1222
+ alt?: string | undefined;
1223
+ }, {
1224
+ word?: string | undefined;
1225
+ alt?: string | undefined;
1226
+ }>, "many">;
1227
+ audio: z.ZodArray<z.ZodObject<{
1228
+ author: z.ZodString;
1229
+ link: z.ZodString;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ author: string;
1232
+ link: string;
1233
+ }, {
1234
+ author: string;
1235
+ link: string;
1236
+ }>, "many">;
1237
+ pu_verbatim: z.ZodOptional<z.ZodObject<{
1238
+ en: z.ZodString;
1239
+ fr: z.ZodString;
1240
+ de: z.ZodString;
1241
+ eo: z.ZodString;
1242
+ }, "strip", z.ZodTypeAny, {
1243
+ en: string;
1244
+ fr: string;
1245
+ de: string;
1246
+ eo: string;
1247
+ }, {
1248
+ en: string;
1249
+ fr: string;
1250
+ de: string;
1251
+ eo: string;
1252
+ }>>;
1253
+ usage: z.ZodRecord<z.ZodString, z.ZodNumber>;
1254
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
1255
+ commentary: z.ZodString;
1256
+ definition: z.ZodString;
1257
+ etymology: z.ZodArray<z.ZodObject<{
1258
+ definition: z.ZodOptional<z.ZodString>;
1259
+ language: z.ZodString;
1260
+ }, "strip", z.ZodTypeAny, {
1261
+ language: string;
1262
+ definition?: string | undefined;
1263
+ }, {
1264
+ language: string;
1265
+ definition?: string | undefined;
1266
+ }>, "many">;
1267
+ sp_etymology: z.ZodString;
1268
+ }, "strip", z.ZodTypeAny, {
1269
+ etymology: {
1270
+ language: string;
1271
+ definition?: string | undefined;
1272
+ }[];
1273
+ commentary: string;
1274
+ definition: string;
1275
+ sp_etymology: string;
1276
+ }, {
1277
+ etymology: {
1278
+ language: string;
1279
+ definition?: string | undefined;
1280
+ }[];
1281
+ commentary: string;
1282
+ definition: string;
1283
+ sp_etymology: string;
1284
+ }>>;
1285
+ }, "strip", z.ZodTypeAny, {
1286
+ id: string;
1287
+ author_verbatim: string;
1288
+ author_verbatim_source: string;
1289
+ book: "pu" | "ku suli" | "ku lili" | "none";
1290
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1291
+ coined_year: string;
1292
+ creator: string[];
1293
+ see_also: string[];
1294
+ source_language: string;
1295
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1296
+ word: string;
1297
+ deprecated: boolean;
1298
+ etymology: {
1299
+ word?: string | undefined;
1300
+ alt?: string | undefined;
1301
+ }[];
1302
+ audio: {
1303
+ author: string;
1304
+ link: string;
1305
+ }[];
1306
+ usage: Record<string, number>;
1307
+ translations: Record<string, {
1308
+ etymology: {
1309
+ language: string;
1310
+ definition?: string | undefined;
1311
+ }[];
1312
+ commentary: string;
1313
+ definition: string;
1314
+ sp_etymology: string;
1315
+ }>;
1316
+ ku_data?: Record<string, number> | undefined;
1317
+ resources?: {
1318
+ sona_pona?: string | undefined;
1319
+ lipamanka_semantic?: string | undefined;
1320
+ } | undefined;
1321
+ representations?: {
1322
+ sitelen_emosi?: string | undefined;
1323
+ sitelen_jelo?: string[] | undefined;
1324
+ ligatures?: string[] | undefined;
1325
+ sitelen_sitelen?: string | undefined;
1326
+ ucsur?: string | undefined;
1327
+ } | undefined;
1328
+ pu_verbatim?: {
1329
+ en: string;
1330
+ fr: string;
1331
+ de: string;
1332
+ eo: string;
1333
+ } | undefined;
1334
+ }, {
1335
+ id: string;
1336
+ author_verbatim: string;
1337
+ author_verbatim_source: string;
1338
+ book: "pu" | "ku suli" | "ku lili" | "none";
1339
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1340
+ coined_year: string;
1341
+ creator: string[];
1342
+ see_also: string[];
1343
+ source_language: string;
1344
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1345
+ word: string;
1346
+ deprecated: boolean;
1347
+ etymology: {
1348
+ word?: string | undefined;
1349
+ alt?: string | undefined;
1350
+ }[];
1351
+ audio: {
1352
+ author: string;
1353
+ link: string;
1354
+ }[];
1355
+ usage: Record<string, number>;
1356
+ translations: Record<string, {
1357
+ etymology: {
1358
+ language: string;
1359
+ definition?: string | undefined;
1360
+ }[];
1361
+ commentary: string;
1362
+ definition: string;
1363
+ sp_etymology: string;
1364
+ }>;
1365
+ ku_data?: Record<string, number> | undefined;
1366
+ resources?: {
1367
+ sona_pona?: string | undefined;
1368
+ lipamanka_semantic?: string | undefined;
1369
+ } | undefined;
1370
+ representations?: {
1371
+ sitelen_emosi?: string | undefined;
1372
+ sitelen_jelo?: string[] | undefined;
1373
+ ligatures?: string[] | undefined;
1374
+ sitelen_sitelen?: string | undefined;
1375
+ ucsur?: string | undefined;
1376
+ } | undefined;
1377
+ pu_verbatim?: {
1378
+ en: string;
1379
+ fr: string;
1380
+ de: string;
1381
+ eo: string;
1382
+ } | undefined;
1383
+ }>>;
1384
+ };
1385
+ readonly fingerspelling: {
1386
+ readonly filename: "fingerspelling.json";
1387
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
1388
+ id: z.ZodString;
1389
+ etymology: z.ZodArray<z.ZodObject<{
1390
+ language: z.ZodString;
1391
+ sign: z.ZodString;
1392
+ }, "strip", z.ZodTypeAny, {
1393
+ language: string;
1394
+ sign: string;
1395
+ }, {
1396
+ language: string;
1397
+ sign: string;
1398
+ }>, "many">;
1399
+ is_two_handed: z.ZodBoolean;
1400
+ signwriting: z.ZodObject<{
1401
+ fsw: z.ZodString;
1402
+ swu: z.ZodString;
1403
+ }, "strip", z.ZodTypeAny, {
1404
+ fsw: string;
1405
+ swu: string;
1406
+ }, {
1407
+ fsw: string;
1408
+ swu: string;
1409
+ }>;
1410
+ video: z.ZodObject<{
1411
+ gif: z.ZodOptional<z.ZodString>;
1412
+ mp4: z.ZodOptional<z.ZodString>;
1413
+ }, "strip", z.ZodTypeAny, {
1414
+ gif?: string | undefined;
1415
+ mp4?: string | undefined;
1416
+ }, {
1417
+ gif?: string | undefined;
1418
+ mp4?: string | undefined;
1419
+ }>;
1420
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
1421
+ parameters: z.ZodObject<{
1422
+ handshape: z.ZodOptional<z.ZodString>;
1423
+ movement: z.ZodOptional<z.ZodString>;
1424
+ placement: z.ZodOptional<z.ZodString>;
1425
+ orientation: z.ZodOptional<z.ZodString>;
1426
+ }, "strip", z.ZodTypeAny, {
1427
+ handshape?: string | undefined;
1428
+ movement?: string | undefined;
1429
+ placement?: string | undefined;
1430
+ orientation?: string | undefined;
1431
+ }, {
1432
+ handshape?: string | undefined;
1433
+ movement?: string | undefined;
1434
+ placement?: string | undefined;
1435
+ orientation?: string | undefined;
1436
+ }>;
1437
+ }, "strip", z.ZodTypeAny, {
1438
+ parameters: {
1439
+ handshape?: string | undefined;
1440
+ movement?: string | undefined;
1441
+ placement?: string | undefined;
1442
+ orientation?: string | undefined;
1443
+ };
1444
+ }, {
1445
+ parameters: {
1446
+ handshape?: string | undefined;
1447
+ movement?: string | undefined;
1448
+ placement?: string | undefined;
1449
+ orientation?: string | undefined;
1450
+ };
1451
+ }>>;
1452
+ }, "strip", z.ZodTypeAny, {
1453
+ id: string;
1454
+ etymology: {
1455
+ language: string;
1456
+ sign: string;
1457
+ }[];
1458
+ translations: Record<string, {
1459
+ parameters: {
1460
+ handshape?: string | undefined;
1461
+ movement?: string | undefined;
1462
+ placement?: string | undefined;
1463
+ orientation?: string | undefined;
1464
+ };
1465
+ }>;
1466
+ is_two_handed: boolean;
1467
+ signwriting: {
1468
+ fsw: string;
1469
+ swu: string;
1470
+ };
1471
+ video: {
1472
+ gif?: string | undefined;
1473
+ mp4?: string | undefined;
1474
+ };
1475
+ }, {
1476
+ id: string;
1477
+ etymology: {
1478
+ language: string;
1479
+ sign: string;
1480
+ }[];
1481
+ translations: Record<string, {
1482
+ parameters: {
1483
+ handshape?: string | undefined;
1484
+ movement?: string | undefined;
1485
+ placement?: string | undefined;
1486
+ orientation?: string | undefined;
1487
+ };
1488
+ }>;
1489
+ is_two_handed: boolean;
1490
+ signwriting: {
1491
+ fsw: string;
1492
+ swu: string;
1493
+ };
1494
+ video: {
1495
+ gif?: string | undefined;
1496
+ mp4?: string | undefined;
1497
+ };
1498
+ }>>;
1499
+ };
1500
+ readonly signs: {
1501
+ readonly filename: "signs.json";
1502
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
1503
+ id: z.ZodString;
1504
+ etymology: z.ZodArray<z.ZodObject<{
1505
+ language: z.ZodString;
1506
+ sign: z.ZodOptional<z.ZodString>;
1507
+ }, "strip", z.ZodTypeAny, {
1508
+ language: string;
1509
+ sign?: string | undefined;
1510
+ }, {
1511
+ language: string;
1512
+ sign?: string | undefined;
1513
+ }>, "many">;
1514
+ definition: z.ZodString;
1515
+ is_two_handed: z.ZodBoolean;
1516
+ new_gloss: z.ZodString;
1517
+ old_gloss: z.ZodString;
1518
+ signwriting: z.ZodObject<{
1519
+ fsw: z.ZodString;
1520
+ swu: z.ZodString;
1521
+ }, "strip", z.ZodTypeAny, {
1522
+ fsw: string;
1523
+ swu: string;
1524
+ }, {
1525
+ fsw: string;
1526
+ swu: string;
1527
+ }>;
1528
+ video: z.ZodObject<{
1529
+ gif: z.ZodString;
1530
+ mp4: z.ZodString;
1531
+ }, "strip", z.ZodTypeAny, {
1532
+ gif: string;
1533
+ mp4: string;
1534
+ }, {
1535
+ gif: string;
1536
+ mp4: string;
1537
+ }>;
1538
+ translations: z.ZodRecord<z.ZodString, z.ZodObject<{
1539
+ parameters: z.ZodObject<{
1540
+ handshape: z.ZodOptional<z.ZodString>;
1541
+ movement: z.ZodOptional<z.ZodString>;
1542
+ placement: z.ZodOptional<z.ZodString>;
1543
+ orientation: z.ZodOptional<z.ZodString>;
1544
+ }, "strip", z.ZodTypeAny, {
1545
+ handshape?: string | undefined;
1546
+ movement?: string | undefined;
1547
+ placement?: string | undefined;
1548
+ orientation?: string | undefined;
1549
+ }, {
1550
+ handshape?: string | undefined;
1551
+ movement?: string | undefined;
1552
+ placement?: string | undefined;
1553
+ orientation?: string | undefined;
1554
+ }>;
1555
+ icons: z.ZodString;
1556
+ }, "strip", z.ZodTypeAny, {
1557
+ parameters: {
1558
+ handshape?: string | undefined;
1559
+ movement?: string | undefined;
1560
+ placement?: string | undefined;
1561
+ orientation?: string | undefined;
1562
+ };
1563
+ icons: string;
1564
+ }, {
1565
+ parameters: {
1566
+ handshape?: string | undefined;
1567
+ movement?: string | undefined;
1568
+ placement?: string | undefined;
1569
+ orientation?: string | undefined;
1570
+ };
1571
+ icons: string;
1572
+ }>>;
1573
+ }, "strip", z.ZodTypeAny, {
1574
+ id: string;
1575
+ etymology: {
1576
+ language: string;
1577
+ sign?: string | undefined;
1578
+ }[];
1579
+ translations: Record<string, {
1580
+ parameters: {
1581
+ handshape?: string | undefined;
1582
+ movement?: string | undefined;
1583
+ placement?: string | undefined;
1584
+ orientation?: string | undefined;
1585
+ };
1586
+ icons: string;
1587
+ }>;
1588
+ definition: string;
1589
+ is_two_handed: boolean;
1590
+ new_gloss: string;
1591
+ old_gloss: string;
1592
+ signwriting: {
1593
+ fsw: string;
1594
+ swu: string;
1595
+ };
1596
+ video: {
1597
+ gif: string;
1598
+ mp4: string;
1599
+ };
1600
+ }, {
1601
+ id: string;
1602
+ etymology: {
1603
+ language: string;
1604
+ sign?: string | undefined;
1605
+ }[];
1606
+ translations: Record<string, {
1607
+ parameters: {
1608
+ handshape?: string | undefined;
1609
+ movement?: string | undefined;
1610
+ placement?: string | undefined;
1611
+ orientation?: string | undefined;
1612
+ };
1613
+ icons: string;
1614
+ }>;
1615
+ definition: string;
1616
+ is_two_handed: boolean;
1617
+ new_gloss: string;
1618
+ old_gloss: string;
1619
+ signwriting: {
1620
+ fsw: string;
1621
+ swu: string;
1622
+ };
1623
+ video: {
1624
+ gif: string;
1625
+ mp4: string;
1626
+ };
1627
+ }>>;
1628
+ };
1629
+ readonly fonts: {
1630
+ readonly filename: "fonts.json";
1631
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
1632
+ id: z.ZodString;
1633
+ creator: z.ZodArray<z.ZodString, "many">;
1634
+ features: z.ZodArray<z.ZodString, "many">;
1635
+ filename: z.ZodString;
1636
+ last_updated: z.ZodOptional<z.ZodString>;
1637
+ license: z.ZodString;
1638
+ ligatures: z.ZodBoolean;
1639
+ name: z.ZodString;
1640
+ style: z.ZodString;
1641
+ ucsur: z.ZodBoolean;
1642
+ version: z.ZodString;
1643
+ writing_system: z.ZodEnum<["sitelen pona", "sitelen sitelen", "alphabet", "syllabary", "logography", "tokiponido alphabet", "tokiponido syllabary", "tokiponido logography"]>;
1644
+ links: z.ZodObject<{
1645
+ fontfile: z.ZodOptional<z.ZodString>;
1646
+ repo: z.ZodOptional<z.ZodString>;
1647
+ webpage: z.ZodOptional<z.ZodString>;
1648
+ }, "strip", z.ZodTypeAny, {
1649
+ fontfile?: string | undefined;
1650
+ repo?: string | undefined;
1651
+ webpage?: string | undefined;
1652
+ }, {
1653
+ fontfile?: string | undefined;
1654
+ repo?: string | undefined;
1655
+ webpage?: string | undefined;
1656
+ }>;
1657
+ }, "strip", z.ZodTypeAny, {
1658
+ id: string;
1659
+ creator: string[];
1660
+ ligatures: boolean;
1661
+ ucsur: boolean;
1662
+ features: string[];
1663
+ filename: string;
1664
+ license: string;
1665
+ name: string;
1666
+ style: string;
1667
+ version: string;
1668
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
1669
+ links: {
1670
+ fontfile?: string | undefined;
1671
+ repo?: string | undefined;
1672
+ webpage?: string | undefined;
1673
+ };
1674
+ last_updated?: string | undefined;
1675
+ }, {
1676
+ id: string;
1677
+ creator: string[];
1678
+ ligatures: boolean;
1679
+ ucsur: boolean;
1680
+ features: string[];
1681
+ filename: string;
1682
+ license: string;
1683
+ name: string;
1684
+ style: string;
1685
+ version: string;
1686
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
1687
+ links: {
1688
+ fontfile?: string | undefined;
1689
+ repo?: string | undefined;
1690
+ webpage?: string | undefined;
1691
+ };
1692
+ last_updated?: string | undefined;
1693
+ }>>;
1694
+ };
1695
+ readonly languages: {
1696
+ readonly filename: "languages.json";
1697
+ readonly schema: z.ZodRecord<z.ZodString, z.ZodObject<{
1698
+ id: z.ZodString;
1699
+ locale: z.ZodString;
1700
+ direction: z.ZodUnion<[z.ZodLiteral<"ltr">, z.ZodLiteral<"rtl">]>;
1701
+ name: z.ZodObject<{
1702
+ en: z.ZodString;
1703
+ tok: z.ZodOptional<z.ZodString>;
1704
+ endonym: z.ZodOptional<z.ZodString>;
1705
+ }, "strip", z.ZodTypeAny, {
1706
+ en: string;
1707
+ tok?: string | undefined;
1708
+ endonym?: string | undefined;
1709
+ }, {
1710
+ en: string;
1711
+ tok?: string | undefined;
1712
+ endonym?: string | undefined;
1713
+ }>;
1714
+ }, "strip", z.ZodTypeAny, {
1715
+ id: string;
1716
+ name: {
1717
+ en: string;
1718
+ tok?: string | undefined;
1719
+ endonym?: string | undefined;
1720
+ };
1721
+ locale: string;
1722
+ direction: "ltr" | "rtl";
1723
+ }, {
1724
+ id: string;
1725
+ name: {
1726
+ en: string;
1727
+ tok?: string | undefined;
1728
+ endonym?: string | undefined;
1729
+ };
1730
+ locale: string;
1731
+ direction: "ltr" | "rtl";
1732
+ }>>;
1733
+ };
1734
+ };
1735
+ };
1736
+ };
1737
+ export type FilesToVariables<V extends ApiVersion, T extends Versions[ApiVersion]["raw"] = (typeof versions)[V]["raw"]> = {
1738
+ [K in keyof T]: T[K]["schema"] extends z.ZodType ? T[K]["schema"]["_output"] : never;
1739
+ };
1740
+ export declare const apps: {
1741
+ readonly v1: Hono<import("hono").Env, import("hono").ToSchema<"get", "/", unknown, unknown> & import("hono").ToSchema<"get", "/words", {
1742
+ query: {
1743
+ lang?: string | string[] | undefined;
1744
+ };
1745
+ }, Record<string, {
1746
+ id: string;
1747
+ author_verbatim: string;
1748
+ author_verbatim_source: string;
1749
+ book: "pu" | "ku suli" | "ku lili" | "none";
1750
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1751
+ coined_year: string;
1752
+ creator: string[];
1753
+ see_also: string[];
1754
+ source_language: string;
1755
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1756
+ word: string;
1757
+ deprecated: boolean;
1758
+ etymology: {
1759
+ word?: string | undefined;
1760
+ alt?: string | undefined;
1761
+ }[];
1762
+ audio: {
1763
+ author: string;
1764
+ link: string;
1765
+ }[];
1766
+ usage: Record<string, number>;
1767
+ translations: Record<string, {
1768
+ etymology: {
1769
+ language: string;
1770
+ definition?: string | undefined;
1771
+ }[];
1772
+ commentary: string;
1773
+ definition: string;
1774
+ sp_etymology: string;
1775
+ }>;
1776
+ ku_data?: Record<string, number> | undefined;
1777
+ resources?: {
1778
+ sona_pona?: string | undefined;
1779
+ lipamanka_semantic?: string | undefined;
1780
+ } | undefined;
1781
+ representations?: {
1782
+ sitelen_emosi?: string | undefined;
1783
+ sitelen_jelo?: string[] | undefined;
1784
+ ligatures?: string[] | undefined;
1785
+ sitelen_sitelen?: string | undefined;
1786
+ ucsur?: string | undefined;
1787
+ } | undefined;
1788
+ pu_verbatim?: {
1789
+ en: string;
1790
+ fr: string;
1791
+ de: string;
1792
+ eo: string;
1793
+ } | undefined;
1794
+ }>> & import("hono").ToSchema<"get", "/words/:word", {
1795
+ query: {
1796
+ lang?: string | string[] | undefined;
1797
+ };
1798
+ } & {
1799
+ param: {
1800
+ word: string;
1801
+ };
1802
+ }, import("./utils").Result<{
1803
+ id: string;
1804
+ author_verbatim: string;
1805
+ author_verbatim_source: string;
1806
+ book: "pu" | "ku suli" | "ku lili" | "none";
1807
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1808
+ coined_year: string;
1809
+ creator: string[];
1810
+ see_also: string[];
1811
+ source_language: string;
1812
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1813
+ word: string;
1814
+ deprecated: boolean;
1815
+ etymology: {
1816
+ word?: string | undefined;
1817
+ alt?: string | undefined;
1818
+ }[];
1819
+ audio: {
1820
+ author: string;
1821
+ link: string;
1822
+ }[];
1823
+ usage: Record<string, number>;
1824
+ translations: Record<string, {
1825
+ etymology: {
1826
+ language: string;
1827
+ definition?: string | undefined;
1828
+ }[];
1829
+ commentary: string;
1830
+ definition: string;
1831
+ sp_etymology: string;
1832
+ }>;
1833
+ ku_data?: Record<string, number> | undefined;
1834
+ resources?: {
1835
+ sona_pona?: string | undefined;
1836
+ lipamanka_semantic?: string | undefined;
1837
+ } | undefined;
1838
+ representations?: {
1839
+ sitelen_emosi?: string | undefined;
1840
+ sitelen_jelo?: string[] | undefined;
1841
+ ligatures?: string[] | undefined;
1842
+ sitelen_sitelen?: string | undefined;
1843
+ ucsur?: string | undefined;
1844
+ } | undefined;
1845
+ pu_verbatim?: {
1846
+ en: string;
1847
+ fr: string;
1848
+ de: string;
1849
+ eo: string;
1850
+ } | undefined;
1851
+ }>> & import("hono").ToSchema<"get", "/sandbox", {
1852
+ query: {
1853
+ lang?: string | string[] | undefined;
1854
+ };
1855
+ }, Record<string, {
1856
+ id: string;
1857
+ author_verbatim: string;
1858
+ author_verbatim_source: string;
1859
+ book: "pu" | "ku suli" | "ku lili" | "none";
1860
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1861
+ coined_year: string;
1862
+ creator: string[];
1863
+ see_also: string[];
1864
+ source_language: string;
1865
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1866
+ word: string;
1867
+ deprecated: boolean;
1868
+ etymology: {
1869
+ word?: string | undefined;
1870
+ alt?: string | undefined;
1871
+ }[];
1872
+ audio: {
1873
+ author: string;
1874
+ link: string;
1875
+ }[];
1876
+ usage: Record<string, number>;
1877
+ translations: Record<string, {
1878
+ etymology: {
1879
+ language: string;
1880
+ definition?: string | undefined;
1881
+ }[];
1882
+ commentary: string;
1883
+ definition: string;
1884
+ sp_etymology: string;
1885
+ }>;
1886
+ ku_data?: Record<string, number> | undefined;
1887
+ resources?: {
1888
+ sona_pona?: string | undefined;
1889
+ lipamanka_semantic?: string | undefined;
1890
+ } | undefined;
1891
+ representations?: {
1892
+ sitelen_emosi?: string | undefined;
1893
+ sitelen_jelo?: string[] | undefined;
1894
+ ligatures?: string[] | undefined;
1895
+ sitelen_sitelen?: string | undefined;
1896
+ ucsur?: string | undefined;
1897
+ } | undefined;
1898
+ pu_verbatim?: {
1899
+ en: string;
1900
+ fr: string;
1901
+ de: string;
1902
+ eo: string;
1903
+ } | undefined;
1904
+ }>> & import("hono").ToSchema<"get", "/sandbox/:word", {
1905
+ query: {
1906
+ lang?: string | string[] | undefined;
1907
+ };
1908
+ } & {
1909
+ param: {
1910
+ word: string;
1911
+ };
1912
+ }, import("./utils").Result<{
1913
+ id: string;
1914
+ author_verbatim: string;
1915
+ author_verbatim_source: string;
1916
+ book: "pu" | "ku suli" | "ku lili" | "none";
1917
+ coined_era: "" | "pre-pu" | "post-pu" | "post-ku";
1918
+ coined_year: string;
1919
+ creator: string[];
1920
+ see_also: string[];
1921
+ source_language: string;
1922
+ usage_category: "core" | "common" | "uncommon" | "obscure" | "sandbox";
1923
+ word: string;
1924
+ deprecated: boolean;
1925
+ etymology: {
1926
+ word?: string | undefined;
1927
+ alt?: string | undefined;
1928
+ }[];
1929
+ audio: {
1930
+ author: string;
1931
+ link: string;
1932
+ }[];
1933
+ usage: Record<string, number>;
1934
+ translations: Record<string, {
1935
+ etymology: {
1936
+ language: string;
1937
+ definition?: string | undefined;
1938
+ }[];
1939
+ commentary: string;
1940
+ definition: string;
1941
+ sp_etymology: string;
1942
+ }>;
1943
+ ku_data?: Record<string, number> | undefined;
1944
+ resources?: {
1945
+ sona_pona?: string | undefined;
1946
+ lipamanka_semantic?: string | undefined;
1947
+ } | undefined;
1948
+ representations?: {
1949
+ sitelen_emosi?: string | undefined;
1950
+ sitelen_jelo?: string[] | undefined;
1951
+ ligatures?: string[] | undefined;
1952
+ sitelen_sitelen?: string | undefined;
1953
+ ucsur?: string | undefined;
1954
+ } | undefined;
1955
+ pu_verbatim?: {
1956
+ en: string;
1957
+ fr: string;
1958
+ de: string;
1959
+ eo: string;
1960
+ } | undefined;
1961
+ }>> & import("hono").ToSchema<"get", "/luka_pona/fingerspelling", {
1962
+ query: {
1963
+ lang?: string | string[] | undefined;
1964
+ };
1965
+ }, Record<string, {
1966
+ id: string;
1967
+ etymology: {
1968
+ language: string;
1969
+ sign: string;
1970
+ }[];
1971
+ translations: Record<string, {
1972
+ parameters: {
1973
+ handshape?: string | undefined;
1974
+ movement?: string | undefined;
1975
+ placement?: string | undefined;
1976
+ orientation?: string | undefined;
1977
+ };
1978
+ }>;
1979
+ is_two_handed: boolean;
1980
+ signwriting: {
1981
+ fsw: string;
1982
+ swu: string;
1983
+ };
1984
+ video: {
1985
+ gif?: string | undefined;
1986
+ mp4?: string | undefined;
1987
+ };
1988
+ }>> & import("hono").ToSchema<"get", "/luka_pona/fingerspelling/:sign", {
1989
+ query: {
1990
+ lang?: string | string[] | undefined;
1991
+ };
1992
+ } & {
1993
+ param: {
1994
+ sign: string;
1995
+ };
1996
+ }, import("./utils").Result<{
1997
+ id: string;
1998
+ etymology: {
1999
+ language: string;
2000
+ sign: string;
2001
+ }[];
2002
+ is_two_handed: boolean;
2003
+ signwriting: {
2004
+ fsw: string;
2005
+ swu: string;
2006
+ };
2007
+ video: {
2008
+ gif?: string | undefined;
2009
+ mp4?: string | undefined;
2010
+ };
2011
+ }>> & import("hono").ToSchema<"get", "/luka_pona/signs", {
2012
+ query: {
2013
+ lang?: string | string[] | undefined;
2014
+ };
2015
+ }, Record<string, {
2016
+ id: string;
2017
+ etymology: {
2018
+ language: string;
2019
+ sign?: string | undefined;
2020
+ }[];
2021
+ translations: Record<string, {
2022
+ parameters: {
2023
+ handshape?: string | undefined;
2024
+ movement?: string | undefined;
2025
+ placement?: string | undefined;
2026
+ orientation?: string | undefined;
2027
+ };
2028
+ icons: string;
2029
+ }>;
2030
+ definition: string;
2031
+ is_two_handed: boolean;
2032
+ new_gloss: string;
2033
+ old_gloss: string;
2034
+ signwriting: {
2035
+ fsw: string;
2036
+ swu: string;
2037
+ };
2038
+ video: {
2039
+ gif: string;
2040
+ mp4: string;
2041
+ };
2042
+ }>> & import("hono").ToSchema<"get", "/luka_pona/signs/:sign", {
2043
+ query: {
2044
+ lang?: string | string[] | undefined;
2045
+ };
2046
+ } & {
2047
+ param: {
2048
+ sign: string;
2049
+ };
2050
+ }, import("./utils").Result<{
2051
+ id: string;
2052
+ etymology: {
2053
+ language: string;
2054
+ sign?: string | undefined;
2055
+ }[];
2056
+ definition: string;
2057
+ is_two_handed: boolean;
2058
+ new_gloss: string;
2059
+ old_gloss: string;
2060
+ signwriting: {
2061
+ fsw: string;
2062
+ swu: string;
2063
+ };
2064
+ video: {
2065
+ gif: string;
2066
+ mp4: string;
2067
+ };
2068
+ }>> & import("hono").ToSchema<"get", "/fonts", unknown, Record<string, {
2069
+ id: string;
2070
+ creator: string[];
2071
+ ligatures: boolean;
2072
+ ucsur: boolean;
2073
+ features: string[];
2074
+ filename: string;
2075
+ license: string;
2076
+ name: string;
2077
+ style: string;
2078
+ version: string;
2079
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
2080
+ links: {
2081
+ fontfile?: string | undefined;
2082
+ repo?: string | undefined;
2083
+ webpage?: string | undefined;
2084
+ };
2085
+ last_updated?: string | undefined;
2086
+ }>> & import("hono").ToSchema<"get", "/fonts/:font", {
2087
+ param: {
2088
+ font: string;
2089
+ };
2090
+ }, import("./utils").Result<{
2091
+ id: string;
2092
+ creator: string[];
2093
+ ligatures: boolean;
2094
+ ucsur: boolean;
2095
+ features: string[];
2096
+ filename: string;
2097
+ license: string;
2098
+ name: string;
2099
+ style: string;
2100
+ version: string;
2101
+ writing_system: "sitelen pona" | "sitelen sitelen" | "alphabet" | "syllabary" | "logography" | "tokiponido alphabet" | "tokiponido syllabary" | "tokiponido logography";
2102
+ links: {
2103
+ fontfile?: string | undefined;
2104
+ repo?: string | undefined;
2105
+ webpage?: string | undefined;
2106
+ };
2107
+ last_updated?: string | undefined;
2108
+ }>> & import("hono").ToSchema<"get", "/languages", unknown, Record<string, {
2109
+ id: string;
2110
+ name: {
2111
+ en: string;
2112
+ tok?: string | undefined;
2113
+ endonym?: string | undefined;
2114
+ };
2115
+ locale: string;
2116
+ direction: "ltr" | "rtl";
2117
+ }>> & import("hono").ToSchema<"get", "/languages/:language", {
2118
+ param: {
2119
+ language: string;
2120
+ };
2121
+ }, import("./utils").Result<{
2122
+ id: string;
2123
+ name: {
2124
+ en: string;
2125
+ tok?: string | undefined;
2126
+ endonym?: string | undefined;
2127
+ };
2128
+ locale: string;
2129
+ direction: "ltr" | "rtl";
2130
+ }>>, "/">;
2131
+ };
2132
+ export declare const fetchFile: <S extends z.ZodType<any, z.ZodTypeDef, any>>(version: ApiVersion, schema: S, filename: string) => Promise<z.SafeParseReturnType<z.input<S>, z.output<S>>>;