@jackhayes/util-types 0.0.25 → 0.0.27

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,503 @@
1
+ import { z } from 'zod';
2
+ export const countryCode = z.enum([
3
+ 'AF', // Afghanistan
4
+ 'AX', // Åland Islands
5
+ 'AL', // Albania
6
+ 'DZ', // Algeria
7
+ 'AS', // American Samoa
8
+ 'AD', // Andorra
9
+ 'AO', // Angola
10
+ 'AI', // Anguilla
11
+ 'AQ', // Antarctica
12
+ 'AG', // Antigua and Barbuda
13
+ 'AR', // Argentina
14
+ 'AM', // Armenia
15
+ 'AW', // Aruba
16
+ 'AU', // Australia
17
+ 'AT', // Austria
18
+ 'AZ', // Azerbaijan
19
+ 'BS', // Bahamas
20
+ 'BH', // Bahrain
21
+ 'BD', // Bangladesh
22
+ 'BB', // Barbados
23
+ 'BY', // Belarus
24
+ 'BE', // Belgium
25
+ 'BZ', // Belize
26
+ 'BJ', // Benin
27
+ 'BM', // Bermuda
28
+ 'BT', // Bhutan
29
+ 'BO', // Bolivia, Plurinational State of
30
+ 'BQ', // Bonaire, Sint Eustatius and Saba
31
+ 'BA', // Bosnia and Herzegovina
32
+ 'BW', // Botswana
33
+ 'BV', // Bouvet Island
34
+ 'BR', // Brazil
35
+ 'IO', // British Indian Ocean Territory
36
+ 'BN', // Brunei Darussalam
37
+ 'BG', // Bulgaria
38
+ 'BF', // Burkina Faso
39
+ 'BI', // Burundi
40
+ 'CV', // Cabo Verde
41
+ 'KH', // Cambodia
42
+ 'CM', // Cameroon
43
+ 'CA', // Canada
44
+ 'KY', // Cayman Islands
45
+ 'CF', // Central African Republic
46
+ 'TD', // Chad
47
+ 'CL', // Chile
48
+ 'CN', // China
49
+ 'CX', // Christmas Island
50
+ 'CC', // Cocos (Keeling) Islands
51
+ 'CO', // Colombia
52
+ 'KM', // Comoros
53
+ 'CG', // Congo
54
+ 'CD', // Congo, Democratic Republic of the
55
+ 'CK', // Cook Islands
56
+ 'CR', // Costa Rica
57
+ 'CI', // Côte d'Ivoire
58
+ 'HR', // Croatia
59
+ 'CU', // Cuba
60
+ 'CW', // Curaçao
61
+ 'CY', // Cyprus
62
+ 'CZ', // Czechia
63
+ 'DK', // Denmark
64
+ 'DJ', // Djibouti
65
+ 'DM', // Dominica
66
+ 'DO', // Dominican Republic
67
+ 'EC', // Ecuador
68
+ 'EG', // Egypt
69
+ 'SV', // El Salvador
70
+ 'GQ', // Equatorial Guinea
71
+ 'ER', // Eritrea
72
+ 'EE', // Estonia
73
+ 'SZ', // Eswatini
74
+ 'ET', // Ethiopia
75
+ 'FK', // Falkland Islands (Malvinas)
76
+ 'FO', // Faroe Islands
77
+ 'FJ', // Fiji
78
+ 'FI', // Finland
79
+ 'FR', // France
80
+ 'GF', // French Guiana
81
+ 'PF', // French Polynesia
82
+ 'TF', // French Southern Territories
83
+ 'GA', // Gabon
84
+ 'GM', // Gambia
85
+ 'GE', // Georgia
86
+ 'DE', // Germany
87
+ 'GH', // Ghana
88
+ 'GI', // Gibraltar
89
+ 'GR', // Greece
90
+ 'GL', // Greenland
91
+ 'GD', // Grenada
92
+ 'GP', // Guadeloupe
93
+ 'GU', // Guam
94
+ 'GT', // Guatemala
95
+ 'GG', // Guernsey
96
+ 'GN', // Guinea
97
+ 'GW', // Guinea-Bissau
98
+ 'GY', // Guyana
99
+ 'HT', // Haiti
100
+ 'HM', // Heard Island and McDonald Islands
101
+ 'VA', // Holy See
102
+ 'HN', // Honduras
103
+ 'HK', // Hong Kong
104
+ 'HU', // Hungary
105
+ 'IS', // Iceland
106
+ 'IN', // India
107
+ 'ID', // Indonesia
108
+ 'IR', // Iran, Islamic Republic of
109
+ 'IQ', // Iraq
110
+ 'IE', // Ireland
111
+ 'IM', // Isle of Man
112
+ 'IL', // Israel
113
+ 'IT', // Italy
114
+ 'JM', // Jamaica
115
+ 'JP', // Japan
116
+ 'JE', // Jersey
117
+ 'JO', // Jordan
118
+ 'KZ', // Kazakhstan
119
+ 'KE', // Kenya
120
+ 'KI', // Kiribati
121
+ 'KP', // Korea, Democratic People's Republic of
122
+ 'KR', // Korea, Republic of
123
+ 'KW', // Kuwait
124
+ 'KG', // Kyrgyzstan
125
+ 'LA', // Lao People's Democratic Republic
126
+ 'LV', // Latvia
127
+ 'LB', // Lebanon
128
+ 'LS', // Lesotho
129
+ 'LR', // Liberia
130
+ 'LY', // Libya
131
+ 'LI', // Liechtenstein
132
+ 'LT', // Lithuania
133
+ 'LU', // Luxembourg
134
+ 'MO', // Macao
135
+ 'MG', // Madagascar
136
+ 'MW', // Malawi
137
+ 'MY', // Malaysia
138
+ 'MV', // Maldives
139
+ 'ML', // Mali
140
+ 'MT', // Malta
141
+ 'MH', // Marshall Islands
142
+ 'MQ', // Martinique
143
+ 'MR', // Mauritania
144
+ 'MU', // Mauritius
145
+ 'YT', // Mayotte
146
+ 'MX', // Mexico
147
+ 'FM', // Micronesia, Federated States of
148
+ 'MD', // Moldova, Republic of
149
+ 'MC', // Monaco
150
+ 'MN', // Mongolia
151
+ 'ME', // Montenegro
152
+ 'MS', // Montserrat
153
+ 'MA', // Morocco
154
+ 'MZ', // Mozambique
155
+ 'MM', // Myanmar
156
+ 'NA', // Namibia
157
+ 'NR', // Nauru
158
+ 'NP', // Nepal
159
+ 'NL', // Netherlands, Kingdom of the
160
+ 'NC', // New Caledonia
161
+ 'NZ', // New Zealand
162
+ 'NI', // Nicaragua
163
+ 'NE', // Niger
164
+ 'NG', // Nigeria
165
+ 'NU', // Niue
166
+ 'NF', // Norfolk Island
167
+ 'MK', // North Macedonia
168
+ 'MP', // Northern Mariana Islands
169
+ 'NO', // Norway
170
+ 'OM', // Oman
171
+ 'PK', // Pakistan
172
+ 'PW', // Palau
173
+ 'PS', // Palestine, State of
174
+ 'PA', // Panama
175
+ 'PG', // Papua New Guinea
176
+ 'PY', // Paraguay
177
+ 'PE', // Peru
178
+ 'PH', // Philippines
179
+ 'PN', // Pitcairn
180
+ 'PL', // Poland
181
+ 'PT', // Portugal
182
+ 'PR', // Puerto Rico
183
+ 'QA', // Qatar
184
+ 'RE', // Réunion
185
+ 'RO', // Romania
186
+ 'RU', // Russian Federation
187
+ 'RW', // Rwanda
188
+ 'BL', // Saint Barthélemy
189
+ 'SH', // Saint Helena, Ascension and Tristan da Cunha
190
+ 'KN', // Saint Kitts and Nevis
191
+ 'LC', // Saint Lucia
192
+ 'MF', // Saint Martin (French part)
193
+ 'PM', // Saint Pierre and Miquelon
194
+ 'VC', // Saint Vincent and the Grenadines
195
+ 'WS', // Samoa
196
+ 'SM', // San Marino
197
+ 'ST', // Sao Tome and Principe
198
+ 'SA', // Saudi Arabia
199
+ 'SN', // Senegal
200
+ 'RS', // Serbia
201
+ 'SC', // Seychelles
202
+ 'SL', // Sierra Leone
203
+ 'SG', // Singapore
204
+ 'SX', // Sint Maarten (Dutch part)
205
+ 'SK', // Slovakia
206
+ 'SI', // Slovenia
207
+ 'SB', // Solomon Islands
208
+ 'SO', // Somalia
209
+ 'ZA', // South Africa
210
+ 'GS', // South Georgia and the South Sandwich Islands
211
+ 'SS', // South Sudan
212
+ 'ES', // Spain
213
+ 'LK', // Sri Lanka
214
+ 'SD', // Sudan
215
+ 'SR', // Suriname
216
+ 'SJ', // Svalbard and Jan Mayen
217
+ 'SE', // Sweden
218
+ 'CH', // Switzerland
219
+ 'SY', // Syrian Arab Republic
220
+ 'TW', // Taiwan, Province of China
221
+ 'TJ', // Tajikistan
222
+ 'TZ', // Tanzania, United Republic of
223
+ 'TH', // Thailand
224
+ 'TL', // Timor-Leste
225
+ 'TG', // Togo
226
+ 'TK', // Tokelau
227
+ 'TO', // Tonga
228
+ 'TT', // Trinidad and Tobago
229
+ 'TN', // Tunisia
230
+ 'TR', // Türkiye
231
+ 'TM', // Turkmenistan
232
+ 'TC', // Turks and Caicos Islands
233
+ 'TV', // Tuvalu
234
+ 'UG', // Uganda
235
+ 'UA', // Ukraine
236
+ 'AE', // United Arab Emirates
237
+ 'GB', // United Kingdom of Great Britain and Northern Ireland
238
+ 'US', // United States of America
239
+ 'UM', // United States Minor Outlying Islands
240
+ 'UY', // Uruguay
241
+ 'UZ', // Uzbekistan
242
+ 'VU', // Vanuatu
243
+ 'VE', // Venezuela, Bolivarian Republic of
244
+ 'VN', // Viet Nam
245
+ 'VG', // Virgin Islands (British)
246
+ 'VI', // Virgin Islands (U.S.)
247
+ 'WF', // Wallis and Futuna
248
+ 'EH', // Western Sahara
249
+ 'YE', // Yemen
250
+ 'ZM', // Zambia
251
+ 'ZW', // Zimbabwe
252
+ ]);
253
+ export const countryNames = {
254
+ AF: 'Afghanistan',
255
+ AX: 'Åland Islands',
256
+ AL: 'Albania',
257
+ DZ: 'Algeria',
258
+ AS: 'American Samoa',
259
+ AD: 'Andorra',
260
+ AO: 'Angola',
261
+ AI: 'Anguilla',
262
+ AQ: 'Antarctica',
263
+ AG: 'Antigua and Barbuda',
264
+ AR: 'Argentina',
265
+ AM: 'Armenia',
266
+ AW: 'Aruba',
267
+ AU: 'Australia',
268
+ AT: 'Austria',
269
+ AZ: 'Azerbaijan',
270
+ BS: 'Bahamas',
271
+ BH: 'Bahrain',
272
+ BD: 'Bangladesh',
273
+ BB: 'Barbados',
274
+ BY: 'Belarus',
275
+ BE: 'Belgium',
276
+ BZ: 'Belize',
277
+ BJ: 'Benin',
278
+ BM: 'Bermuda',
279
+ BT: 'Bhutan',
280
+ BO: 'Bolivia, Plurinational State of',
281
+ BQ: 'Bonaire, Sint Eustatius and Saba',
282
+ BA: 'Bosnia and Herzegovina',
283
+ BW: 'Botswana',
284
+ BV: 'Bouvet Island',
285
+ BR: 'Brazil',
286
+ IO: 'British Indian Ocean Territory',
287
+ BN: 'Brunei Darussalam',
288
+ BG: 'Bulgaria',
289
+ BF: 'Burkina Faso',
290
+ BI: 'Burundi',
291
+ CV: 'Cabo Verde',
292
+ KH: 'Cambodia',
293
+ CM: 'Cameroon',
294
+ CA: 'Canada',
295
+ KY: 'Cayman Islands',
296
+ CF: 'Central African Republic',
297
+ TD: 'Chad',
298
+ CL: 'Chile',
299
+ CN: 'China',
300
+ CX: 'Christmas Island',
301
+ CC: 'Cocos (Keeling) Islands',
302
+ CO: 'Colombia',
303
+ KM: 'Comoros',
304
+ CG: 'Congo',
305
+ CD: 'Congo, Democratic Republic of the',
306
+ CK: 'Cook Islands',
307
+ CR: 'Costa Rica',
308
+ CI: "Côte d'Ivoire",
309
+ HR: 'Croatia',
310
+ CU: 'Cuba',
311
+ CW: 'Curaçao',
312
+ CY: 'Cyprus',
313
+ CZ: 'Czechia',
314
+ DK: 'Denmark',
315
+ DJ: 'Djibouti',
316
+ DM: 'Dominica',
317
+ DO: 'Dominican Republic',
318
+ EC: 'Ecuador',
319
+ EG: 'Egypt',
320
+ SV: 'El Salvador',
321
+ GQ: 'Equatorial Guinea',
322
+ ER: 'Eritrea',
323
+ EE: 'Estonia',
324
+ SZ: 'Eswatini',
325
+ ET: 'Ethiopia',
326
+ FK: 'Falkland Islands (Malvinas)',
327
+ FO: 'Faroe Islands',
328
+ FJ: 'Fiji',
329
+ FI: 'Finland',
330
+ FR: 'France',
331
+ GF: 'French Guiana',
332
+ PF: 'French Polynesia',
333
+ TF: 'French Southern Territories',
334
+ GA: 'Gabon',
335
+ GM: 'Gambia',
336
+ GE: 'Georgia',
337
+ DE: 'Germany',
338
+ GH: 'Ghana',
339
+ GI: 'Gibraltar',
340
+ GR: 'Greece',
341
+ GL: 'Greenland',
342
+ GD: 'Grenada',
343
+ GP: 'Guadeloupe',
344
+ GU: 'Guam',
345
+ GT: 'Guatemala',
346
+ GG: 'Guernsey',
347
+ GN: 'Guinea',
348
+ GW: 'Guinea-Bissau',
349
+ GY: 'Guyana',
350
+ HT: 'Haiti',
351
+ HM: 'Heard Island and McDonald Islands',
352
+ VA: 'Holy See',
353
+ HN: 'Honduras',
354
+ HK: 'Hong Kong',
355
+ HU: 'Hungary',
356
+ IS: 'Iceland',
357
+ IN: 'India',
358
+ ID: 'Indonesia',
359
+ IR: 'Iran, Islamic Republic of',
360
+ IQ: 'Iraq',
361
+ IE: 'Ireland',
362
+ IM: 'Isle of Man',
363
+ IL: 'Israel',
364
+ IT: 'Italy',
365
+ JM: 'Jamaica',
366
+ JP: 'Japan',
367
+ JE: 'Jersey',
368
+ JO: 'Jordan',
369
+ KZ: 'Kazakhstan',
370
+ KE: 'Kenya',
371
+ KI: 'Kiribati',
372
+ KP: "Korea, Democratic People's Republic of",
373
+ KR: 'Korea, Republic of',
374
+ KW: 'Kuwait',
375
+ KG: 'Kyrgyzstan',
376
+ LA: "Lao People's Democratic Republic",
377
+ LV: 'Latvia',
378
+ LB: 'Lebanon',
379
+ LS: 'Lesotho',
380
+ LR: 'Liberia',
381
+ LY: 'Libya',
382
+ LI: 'Liechtenstein',
383
+ LT: 'Lithuania',
384
+ LU: 'Luxembourg',
385
+ MO: 'Macao',
386
+ MG: 'Madagascar',
387
+ MW: 'Malawi',
388
+ MY: 'Malaysia',
389
+ MV: 'Maldives',
390
+ ML: 'Mali',
391
+ MT: 'Malta',
392
+ MH: 'Marshall Islands',
393
+ MQ: 'Martinique',
394
+ MR: 'Mauritania',
395
+ MU: 'Mauritius',
396
+ YT: 'Mayotte',
397
+ MX: 'Mexico',
398
+ FM: 'Micronesia, Federated States of',
399
+ MD: 'Moldova, Republic of',
400
+ MC: 'Monaco',
401
+ MN: 'Mongolia',
402
+ ME: 'Montenegro',
403
+ MS: 'Montserrat',
404
+ MA: 'Morocco',
405
+ MZ: 'Mozambique',
406
+ MM: 'Myanmar',
407
+ NA: 'Namibia',
408
+ NR: 'Nauru',
409
+ NP: 'Nepal',
410
+ NL: 'Netherlands, Kingdom of the',
411
+ NC: 'New Caledonia',
412
+ NZ: 'New Zealand',
413
+ NI: 'Nicaragua',
414
+ NE: 'Niger',
415
+ NG: 'Nigeria',
416
+ NU: 'Niue',
417
+ NF: 'Norfolk Island',
418
+ MK: 'North Macedonia',
419
+ MP: 'Northern Mariana Islands',
420
+ NO: 'Norway',
421
+ OM: 'Oman',
422
+ PK: 'Pakistan',
423
+ PW: 'Palau',
424
+ PS: 'Palestine, State of',
425
+ PA: 'Panama',
426
+ PG: 'Papua New Guinea',
427
+ PY: 'Paraguay',
428
+ PE: 'Peru',
429
+ PH: 'Philippines',
430
+ PN: 'Pitcairn',
431
+ PL: 'Poland',
432
+ PT: 'Portugal',
433
+ PR: 'Puerto Rico',
434
+ QA: 'Qatar',
435
+ RE: 'Réunion',
436
+ RO: 'Romania',
437
+ RU: 'Russian Federation',
438
+ RW: 'Rwanda',
439
+ BL: 'Saint Barthélemy',
440
+ SH: 'Saint Helena, Ascension and Tristan da Cunha',
441
+ KN: 'Saint Kitts and Nevis',
442
+ LC: 'Saint Lucia',
443
+ MF: 'Saint Martin (French part)',
444
+ PM: 'Saint Pierre and Miquelon',
445
+ VC: 'Saint Vincent and the Grenadines',
446
+ WS: 'Samoa',
447
+ SM: 'San Marino',
448
+ ST: 'Sao Tome and Principe',
449
+ SA: 'Saudi Arabia',
450
+ SN: 'Senegal',
451
+ RS: 'Serbia',
452
+ SC: 'Seychelles',
453
+ SL: 'Sierra Leone',
454
+ SG: 'Singapore',
455
+ SX: 'Sint Maarten (Dutch part)',
456
+ SK: 'Slovakia',
457
+ SI: 'Slovenia',
458
+ SB: 'Solomon Islands',
459
+ SO: 'Somalia',
460
+ ZA: 'South Africa',
461
+ GS: 'South Georgia and the South Sandwich Islands',
462
+ SS: 'South Sudan',
463
+ ES: 'Spain',
464
+ LK: 'Sri Lanka',
465
+ SD: 'Sudan',
466
+ SR: 'Suriname',
467
+ SJ: 'Svalbard and Jan Mayen',
468
+ SE: 'Sweden',
469
+ CH: 'Switzerland',
470
+ SY: 'Syrian Arab Republic',
471
+ TW: 'Taiwan, Province of China',
472
+ TJ: 'Tajikistan',
473
+ TZ: 'Tanzania, United Republic of',
474
+ TH: 'Thailand',
475
+ TL: 'Timor-Leste',
476
+ TG: 'Togo',
477
+ TK: 'Tokelau',
478
+ TO: 'Tonga',
479
+ TT: 'Trinidad and Tobago',
480
+ TN: 'Tunisia',
481
+ TR: 'Türkiye',
482
+ TM: 'Turkmenistan',
483
+ TC: 'Turks and Caicos Islands',
484
+ TV: 'Tuvalu',
485
+ UG: 'Uganda',
486
+ UA: 'Ukraine',
487
+ AE: 'United Arab Emirates',
488
+ GB: 'United Kingdom of Great Britain and Northern Ireland',
489
+ US: 'United States of America',
490
+ UM: 'United States Minor Outlying Islands',
491
+ UY: 'Uruguay',
492
+ UZ: 'Uzbekistan',
493
+ VU: 'Vanuatu',
494
+ VE: 'Venezuela, Bolivarian Republic of',
495
+ VN: 'Viet Nam',
496
+ VG: 'Virgin Islands (British)',
497
+ VI: 'Virgin Islands (U.S.)',
498
+ WF: 'Wallis and Futuna',
499
+ EH: 'Western Sahara',
500
+ YE: 'Yemen',
501
+ ZM: 'Zambia',
502
+ ZW: 'Zimbabwe',
503
+ };
@@ -0,0 +1,56 @@
1
+ import { z } from 'zod';
2
+ export declare const languageCode: z.ZodEnum<{
3
+ id: "id";
4
+ af: "af";
5
+ am: "am";
6
+ ar: "ar";
7
+ bg: "bg";
8
+ bn: "bn";
9
+ ca: "ca";
10
+ cs: "cs";
11
+ cy: "cy";
12
+ da: "da";
13
+ de: "de";
14
+ el: "el";
15
+ en: "en";
16
+ eo: "eo";
17
+ es: "es";
18
+ fa: "fa";
19
+ fi: "fi";
20
+ fr: "fr";
21
+ ga: "ga";
22
+ he: "he";
23
+ hi: "hi";
24
+ hr: "hr";
25
+ hu: "hu";
26
+ is: "is";
27
+ it: "it";
28
+ ja: "ja";
29
+ ko: "ko";
30
+ la: "la";
31
+ lb: "lb";
32
+ mr: "mr";
33
+ ms: "ms";
34
+ mt: "mt";
35
+ nl: "nl";
36
+ no: "no";
37
+ pl: "pl";
38
+ pt: "pt";
39
+ ro: "ro";
40
+ ru: "ru";
41
+ sk: "sk";
42
+ sr: "sr";
43
+ sv: "sv";
44
+ sw: "sw";
45
+ ta: "ta";
46
+ te: "te";
47
+ th: "th";
48
+ tl: "tl";
49
+ tr: "tr";
50
+ uk: "uk";
51
+ ur: "ur";
52
+ vi: "vi";
53
+ zh: "zh";
54
+ }>;
55
+ export type LanguageCode = z.infer<typeof languageCode>;
56
+ export declare const languageNames: Record<LanguageCode, string>;
@@ -0,0 +1,107 @@
1
+ import { z } from 'zod';
2
+ export const languageCode = z.enum([
3
+ 'af', // Afrikaans
4
+ 'am', // Amharic
5
+ 'ar', // Arabic
6
+ 'bg', // Bulgarian
7
+ 'bn', // Bengali
8
+ 'ca', // Catalan
9
+ 'cs', // Czech
10
+ 'cy', // Welsh
11
+ 'da', // Danish
12
+ 'de', // German
13
+ 'el', // Greek
14
+ 'en', // English
15
+ 'eo', // Esperanto
16
+ 'es', // Spanish
17
+ 'fa', // Persian (Farsi)
18
+ 'fi', // Finnish
19
+ 'fr', // French
20
+ 'ga', // Irish
21
+ 'he', // Hebrew
22
+ 'hi', // Hindi
23
+ 'hr', // Croatian
24
+ 'hu', // Hungarian
25
+ 'id', // Indonesian
26
+ 'is', // Icelandic
27
+ 'it', // Italian
28
+ 'ja', // Japanese
29
+ 'ko', // Korean
30
+ 'la', // Latin
31
+ 'lb', // Luxembourgish
32
+ 'mr', // Marathi
33
+ 'ms', // Malay
34
+ 'mt', // Maltese
35
+ 'nl', // Dutch
36
+ 'no', // Norwegian
37
+ 'pl', // Polish
38
+ 'pt', // Portuguese
39
+ 'ro', // Romanian
40
+ 'ru', // Russian
41
+ 'sk', // Slovak
42
+ 'sr', // Serbian
43
+ 'sv', // Swedish
44
+ 'sw', // Swahili
45
+ 'ta', // Tamil
46
+ 'te', // Telugu
47
+ 'th', // Thai
48
+ 'tl', // Filipino (Tagalog)
49
+ 'tr', // Turkish
50
+ 'uk', // Ukrainian
51
+ 'ur', // Urdu
52
+ 'vi', // Vietnamese
53
+ 'zh', // Chinese
54
+ ]);
55
+ export const languageNames = {
56
+ af: 'Afrikaans',
57
+ am: 'Amharic',
58
+ ar: 'Arabic',
59
+ bg: 'Bulgarian',
60
+ bn: 'Bengali',
61
+ ca: 'Catalan',
62
+ cs: 'Czech',
63
+ cy: 'Welsh',
64
+ da: 'Danish',
65
+ de: 'German',
66
+ el: 'Greek',
67
+ en: 'English',
68
+ eo: 'Esperanto',
69
+ es: 'Spanish',
70
+ fa: 'Persian (Farsi)',
71
+ fi: 'Finnish',
72
+ fr: 'French',
73
+ ga: 'Irish',
74
+ he: 'Hebrew',
75
+ hi: 'Hindi',
76
+ hr: 'Croatian',
77
+ hu: 'Hungarian',
78
+ id: 'Indonesian',
79
+ is: 'Icelandic',
80
+ it: 'Italian',
81
+ ja: 'Japanese',
82
+ ko: 'Korean',
83
+ la: 'Latin',
84
+ lb: 'Luxembourgish',
85
+ mr: 'Marathi',
86
+ ms: 'Malay',
87
+ mt: 'Maltese',
88
+ nl: 'Dutch',
89
+ no: 'Norwegian',
90
+ pl: 'Polish',
91
+ pt: 'Portuguese',
92
+ ro: 'Romanian',
93
+ ru: 'Russian',
94
+ sk: 'Slovak',
95
+ sr: 'Serbian',
96
+ sv: 'Swedish',
97
+ sw: 'Swahili',
98
+ ta: 'Tamil',
99
+ te: 'Telugu',
100
+ th: 'Thai',
101
+ tl: 'Filipino (Tagalog)',
102
+ tr: 'Turkish',
103
+ uk: 'Ukrainian',
104
+ ur: 'Urdu',
105
+ vi: 'Vietnamese',
106
+ zh: 'Chinese',
107
+ };
package/dist/index.d.ts CHANGED
@@ -8,3 +8,5 @@ export * from './be-content/update.zod.js';
8
8
  export * from './be-feed/contentUpdate.zod.js';
9
9
  export * from './be-search/mainSearch.zod.js';
10
10
  export * from './be-user/subscription.zod.js';
11
+ export * from './common/countries.zod.js';
12
+ export * from './common/languages.zod.js';
package/dist/index.js CHANGED
@@ -8,3 +8,5 @@ export * from './be-content/update.zod.js';
8
8
  export * from './be-feed/contentUpdate.zod.js';
9
9
  export * from './be-search/mainSearch.zod.js';
10
10
  export * from './be-user/subscription.zod.js';
11
+ export * from './common/countries.zod.js';
12
+ export * from './common/languages.zod.js';