@twin.org/standards-unece 0.0.1-next.21 → 0.0.1-next.23
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.
- package/dist/cjs/index.cjs +24011 -0
- package/dist/esm/index.mjs +23990 -1
- package/dist/types/codeTypes/amountCurrencyCodes.d.ts +733 -0
- package/dist/types/codeTypes/countryIdCodes.d.ts +1009 -0
- package/dist/types/codeTypes/documentCodes.d.ts +3225 -0
- package/dist/types/codeTypes/documentStatusCodes.d.ts +189 -0
- package/dist/types/codeTypes/governmentActionCodes.d.ts +53 -0
- package/dist/types/codeTypes/referenceCodes.d.ts +3281 -0
- package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +89 -0
- package/dist/types/codeTypes/statusCodes.d.ts +1417 -0
- package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +549 -0
- package/dist/types/codeTypes/transportModeCodes.d.ts +53 -0
- package/dist/types/codeTypes/workflowStatusCodes.d.ts +109 -0
- package/dist/types/codes/amountCurrencyCodes.d.ts +7 -0
- package/dist/types/codes/countryIdCodes.d.ts +7 -0
- package/dist/types/codes/documentCodes.d.ts +7 -0
- package/dist/types/codes/documentStatusCodes.d.ts +7 -0
- package/dist/types/codes/governmentActionCodes.d.ts +7 -0
- package/dist/types/codes/referenceCodes.d.ts +7 -0
- package/dist/types/codes/responsibleGovernmentAgencyCodes.d.ts +7 -0
- package/dist/types/codes/statusCodes.d.ts +7 -0
- package/dist/types/codes/transportMeansTypeCodes.d.ts +7 -0
- package/dist/types/codes/transportModeCodes.d.ts +7 -0
- package/dist/types/codes/workflowStatusCodes.d.ts +7 -0
- package/dist/types/index.d.ts +23 -0
- package/dist/types/models/IUneceCode.d.ts +17 -0
- package/docs/changelog.md +1 -1
- package/docs/reference/index.md +37 -0
- package/docs/reference/interfaces/IUneceCode.md +27 -0
- package/docs/reference/type-aliases/AmountCurrencyCodes.md +7 -0
- package/docs/reference/type-aliases/CountryIdCodes.md +7 -0
- package/docs/reference/type-aliases/DocumentCodes.md +7 -0
- package/docs/reference/type-aliases/DocumentStatusCodes.md +7 -0
- package/docs/reference/type-aliases/GovernmentActionCodes.md +7 -0
- package/docs/reference/type-aliases/ReferenceCodes.md +7 -0
- package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +7 -0
- package/docs/reference/type-aliases/StatusCodes.md +7 -0
- package/docs/reference/type-aliases/TransportMeansTypeCodes.md +7 -0
- package/docs/reference/type-aliases/TransportModeCodes.md +7 -0
- package/docs/reference/type-aliases/WorkflowStatusCodes.md +7 -0
- package/docs/reference/variables/AMOUNT_CURRENCY_CODES.md +7 -0
- package/docs/reference/variables/AmountCurrencyCodes.md +1089 -0
- package/docs/reference/variables/COUNTRY_ID_CODES.md +7 -0
- package/docs/reference/variables/CountryIdCodes.md +1503 -0
- package/docs/reference/variables/DOCUMENT_CODES.md +7 -0
- package/docs/reference/variables/DOCUMENT_STATUS_CODES.md +7 -0
- package/docs/reference/variables/DocumentCodes.md +4827 -0
- package/docs/reference/variables/DocumentStatusCodes.md +273 -0
- package/docs/reference/variables/GOVERNMENT_ACTION_CODES.md +7 -0
- package/docs/reference/variables/GovernmentActionCodes.md +69 -0
- package/docs/reference/variables/REFERENCE_CODES.md +7 -0
- package/docs/reference/variables/RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md +7 -0
- package/docs/reference/variables/ReferenceCodes.md +4911 -0
- package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +123 -0
- package/docs/reference/variables/STATUS_CODES.md +7 -0
- package/docs/reference/variables/StatusCodes.md +2115 -0
- package/docs/reference/variables/TRANSPORT_MEANS_TYPE_CODES.md +7 -0
- package/docs/reference/variables/TRANSPORT_MODE_CODES.md +7 -0
- package/docs/reference/variables/TransportMeansTypeCodes.md +813 -0
- package/docs/reference/variables/TransportModeCodes.md +69 -0
- package/docs/reference/variables/WORKFLOW_STATUS_CODES.md +7 -0
- package/docs/reference/variables/WorkflowStatusCodes.md +153 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1009 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A character string to identify and distinguish uniquely, one instance of a country in an identification scheme from all other objects within the same scheme.
|
|
3
|
+
* https://vocabulary.uncefact.org/CountryId
|
|
4
|
+
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/countryid.json
|
|
5
|
+
*/
|
|
6
|
+
export declare const CountryIdCodes: {
|
|
7
|
+
/**
|
|
8
|
+
* AD ANDORRA.
|
|
9
|
+
*/
|
|
10
|
+
AD: string;
|
|
11
|
+
/**
|
|
12
|
+
* AE UNITED ARAB EMIRATES.
|
|
13
|
+
*/
|
|
14
|
+
AE: string;
|
|
15
|
+
/**
|
|
16
|
+
* AF AFGHANISTAN.
|
|
17
|
+
*/
|
|
18
|
+
AF: string;
|
|
19
|
+
/**
|
|
20
|
+
* AG ANTIGUA AND BARBUDA.
|
|
21
|
+
*/
|
|
22
|
+
AG: string;
|
|
23
|
+
/**
|
|
24
|
+
* AI ANGUILLA.
|
|
25
|
+
*/
|
|
26
|
+
AI: string;
|
|
27
|
+
/**
|
|
28
|
+
* AL ALBANIA.
|
|
29
|
+
*/
|
|
30
|
+
AL: string;
|
|
31
|
+
/**
|
|
32
|
+
* AM ARMENIA.
|
|
33
|
+
*/
|
|
34
|
+
AM: string;
|
|
35
|
+
/**
|
|
36
|
+
* AO ANGOLA.
|
|
37
|
+
*/
|
|
38
|
+
AO: string;
|
|
39
|
+
/**
|
|
40
|
+
* AQ ANTARCTICA.
|
|
41
|
+
*/
|
|
42
|
+
AQ: string;
|
|
43
|
+
/**
|
|
44
|
+
* AR ARGENTINA.
|
|
45
|
+
*/
|
|
46
|
+
AR: string;
|
|
47
|
+
/**
|
|
48
|
+
* AS AMERICAN SAMOA.
|
|
49
|
+
*/
|
|
50
|
+
AS: string;
|
|
51
|
+
/**
|
|
52
|
+
* AT AUSTRIA.
|
|
53
|
+
*/
|
|
54
|
+
AT: string;
|
|
55
|
+
/**
|
|
56
|
+
* AU AUSTRALIA.
|
|
57
|
+
*/
|
|
58
|
+
AU: string;
|
|
59
|
+
/**
|
|
60
|
+
* AW ARUBA.
|
|
61
|
+
*/
|
|
62
|
+
AW: string;
|
|
63
|
+
/**
|
|
64
|
+
* AX ÅLAND ISLANDS.
|
|
65
|
+
*/
|
|
66
|
+
AX: string;
|
|
67
|
+
/**
|
|
68
|
+
* AZ AZERBAIJAN.
|
|
69
|
+
*/
|
|
70
|
+
AZ: string;
|
|
71
|
+
/**
|
|
72
|
+
* BA BOSNIA AND HERZEGOVINA.
|
|
73
|
+
*/
|
|
74
|
+
BA: string;
|
|
75
|
+
/**
|
|
76
|
+
* BB BARBADOS.
|
|
77
|
+
*/
|
|
78
|
+
BB: string;
|
|
79
|
+
/**
|
|
80
|
+
* BD BANGLADESH.
|
|
81
|
+
*/
|
|
82
|
+
BD: string;
|
|
83
|
+
/**
|
|
84
|
+
* BE BELGIUM.
|
|
85
|
+
*/
|
|
86
|
+
BE: string;
|
|
87
|
+
/**
|
|
88
|
+
* BF BURKINA FASO.
|
|
89
|
+
*/
|
|
90
|
+
BF: string;
|
|
91
|
+
/**
|
|
92
|
+
* BG BULGARIA.
|
|
93
|
+
*/
|
|
94
|
+
BG: string;
|
|
95
|
+
/**
|
|
96
|
+
* BH BAHRAIN.
|
|
97
|
+
*/
|
|
98
|
+
BH: string;
|
|
99
|
+
/**
|
|
100
|
+
* BI BURUNDI.
|
|
101
|
+
*/
|
|
102
|
+
BI: string;
|
|
103
|
+
/**
|
|
104
|
+
* BJ BENIN.
|
|
105
|
+
*/
|
|
106
|
+
BJ: string;
|
|
107
|
+
/**
|
|
108
|
+
* BL SAINT BARTHÉLEMY.
|
|
109
|
+
*/
|
|
110
|
+
BL: string;
|
|
111
|
+
/**
|
|
112
|
+
* BM BERMUDA.
|
|
113
|
+
*/
|
|
114
|
+
BM: string;
|
|
115
|
+
/**
|
|
116
|
+
* BN BRUNEI DARUSSALAM.
|
|
117
|
+
*/
|
|
118
|
+
BN: string;
|
|
119
|
+
/**
|
|
120
|
+
* BO BOLIVIA (PLURINATIONAL STATE OF).
|
|
121
|
+
*/
|
|
122
|
+
BO: string;
|
|
123
|
+
/**
|
|
124
|
+
* BQ BONAIRE, SINT EUSTATIUS AND SABA.
|
|
125
|
+
*/
|
|
126
|
+
BQ: string;
|
|
127
|
+
/**
|
|
128
|
+
* BR BRAZIL.
|
|
129
|
+
*/
|
|
130
|
+
BR: string;
|
|
131
|
+
/**
|
|
132
|
+
* BS BAHAMAS.
|
|
133
|
+
*/
|
|
134
|
+
BS: string;
|
|
135
|
+
/**
|
|
136
|
+
* BT BHUTAN.
|
|
137
|
+
*/
|
|
138
|
+
BT: string;
|
|
139
|
+
/**
|
|
140
|
+
* BV BOUVET ISLAND.
|
|
141
|
+
*/
|
|
142
|
+
BV: string;
|
|
143
|
+
/**
|
|
144
|
+
* BW BOTSWANA.
|
|
145
|
+
*/
|
|
146
|
+
BW: string;
|
|
147
|
+
/**
|
|
148
|
+
* BY BELARUS.
|
|
149
|
+
*/
|
|
150
|
+
BY: string;
|
|
151
|
+
/**
|
|
152
|
+
* BZ BELIZE.
|
|
153
|
+
*/
|
|
154
|
+
BZ: string;
|
|
155
|
+
/**
|
|
156
|
+
* CA CANADA.
|
|
157
|
+
*/
|
|
158
|
+
CA: string;
|
|
159
|
+
/**
|
|
160
|
+
* CC COCOS (KEELING) ISLANDS.
|
|
161
|
+
*/
|
|
162
|
+
CC: string;
|
|
163
|
+
/**
|
|
164
|
+
* CD CONGO, DEMOCRATIC REPUBLIC OF.
|
|
165
|
+
*/
|
|
166
|
+
CD: string;
|
|
167
|
+
/**
|
|
168
|
+
* CF CENTRAL AFRICAN REPUBLIC.
|
|
169
|
+
*/
|
|
170
|
+
CF: string;
|
|
171
|
+
/**
|
|
172
|
+
* CG CONGO.
|
|
173
|
+
*/
|
|
174
|
+
CG: string;
|
|
175
|
+
/**
|
|
176
|
+
* CH SWITZERLAND.
|
|
177
|
+
*/
|
|
178
|
+
CH: string;
|
|
179
|
+
/**
|
|
180
|
+
* CI COTE D'IVOIRE.
|
|
181
|
+
*/
|
|
182
|
+
CI: string;
|
|
183
|
+
/**
|
|
184
|
+
* CK COOK ISLANDS.
|
|
185
|
+
*/
|
|
186
|
+
CK: string;
|
|
187
|
+
/**
|
|
188
|
+
* CL CHILE.
|
|
189
|
+
*/
|
|
190
|
+
CL: string;
|
|
191
|
+
/**
|
|
192
|
+
* CM CAMEROON.
|
|
193
|
+
*/
|
|
194
|
+
CM: string;
|
|
195
|
+
/**
|
|
196
|
+
* CN CHINA.
|
|
197
|
+
*/
|
|
198
|
+
CN: string;
|
|
199
|
+
/**
|
|
200
|
+
* CO COLOMBIA.
|
|
201
|
+
*/
|
|
202
|
+
CO: string;
|
|
203
|
+
/**
|
|
204
|
+
* CR COSTA RICA.
|
|
205
|
+
*/
|
|
206
|
+
CR: string;
|
|
207
|
+
/**
|
|
208
|
+
* CU CUBA.
|
|
209
|
+
*/
|
|
210
|
+
CU: string;
|
|
211
|
+
/**
|
|
212
|
+
* CV CABO VERDE.
|
|
213
|
+
*/
|
|
214
|
+
CV: string;
|
|
215
|
+
/**
|
|
216
|
+
* CW CURAÇAO.
|
|
217
|
+
*/
|
|
218
|
+
CW: string;
|
|
219
|
+
/**
|
|
220
|
+
* CX CHRISTMAS ISLAND.
|
|
221
|
+
*/
|
|
222
|
+
CX: string;
|
|
223
|
+
/**
|
|
224
|
+
* CY CYPRUS.
|
|
225
|
+
*/
|
|
226
|
+
CY: string;
|
|
227
|
+
/**
|
|
228
|
+
* CZ CZECHIA.
|
|
229
|
+
*/
|
|
230
|
+
CZ: string;
|
|
231
|
+
/**
|
|
232
|
+
* DE GERMANY.
|
|
233
|
+
*/
|
|
234
|
+
DE: string;
|
|
235
|
+
/**
|
|
236
|
+
* DJ DJIBOUTI.
|
|
237
|
+
*/
|
|
238
|
+
DJ: string;
|
|
239
|
+
/**
|
|
240
|
+
* DK DENMARK.
|
|
241
|
+
*/
|
|
242
|
+
DK: string;
|
|
243
|
+
/**
|
|
244
|
+
* DM DOMINICA.
|
|
245
|
+
*/
|
|
246
|
+
DM: string;
|
|
247
|
+
/**
|
|
248
|
+
* DO DOMINICAN REPUBLIC.
|
|
249
|
+
*/
|
|
250
|
+
DO: string;
|
|
251
|
+
/**
|
|
252
|
+
* DZ ALGERIA.
|
|
253
|
+
*/
|
|
254
|
+
DZ: string;
|
|
255
|
+
/**
|
|
256
|
+
* EC ECUADOR.
|
|
257
|
+
*/
|
|
258
|
+
EC: string;
|
|
259
|
+
/**
|
|
260
|
+
* EE ESTONIA.
|
|
261
|
+
*/
|
|
262
|
+
EE: string;
|
|
263
|
+
/**
|
|
264
|
+
* EG EGYPT.
|
|
265
|
+
*/
|
|
266
|
+
EG: string;
|
|
267
|
+
/**
|
|
268
|
+
* EH WESTERN SAHARA.
|
|
269
|
+
*/
|
|
270
|
+
EH: string;
|
|
271
|
+
/**
|
|
272
|
+
* ER ERITREA.
|
|
273
|
+
*/
|
|
274
|
+
ER: string;
|
|
275
|
+
/**
|
|
276
|
+
* ES SPAIN.
|
|
277
|
+
*/
|
|
278
|
+
ES: string;
|
|
279
|
+
/**
|
|
280
|
+
* ET ETHIOPIA.
|
|
281
|
+
*/
|
|
282
|
+
ET: string;
|
|
283
|
+
/**
|
|
284
|
+
* FI FINLAND.
|
|
285
|
+
*/
|
|
286
|
+
FI: string;
|
|
287
|
+
/**
|
|
288
|
+
* FJ FIJI.
|
|
289
|
+
*/
|
|
290
|
+
FJ: string;
|
|
291
|
+
/**
|
|
292
|
+
* FK FALKLAND ISLANDS (MALVINAS).
|
|
293
|
+
*/
|
|
294
|
+
FK: string;
|
|
295
|
+
/**
|
|
296
|
+
* FM MICRONESIA (FEDERATED STATES OF).
|
|
297
|
+
*/
|
|
298
|
+
FM: string;
|
|
299
|
+
/**
|
|
300
|
+
* FO FAROE ISLANDS.
|
|
301
|
+
*/
|
|
302
|
+
FO: string;
|
|
303
|
+
/**
|
|
304
|
+
* FR FRANCE.
|
|
305
|
+
*/
|
|
306
|
+
FR: string;
|
|
307
|
+
/**
|
|
308
|
+
* GA GABON.
|
|
309
|
+
*/
|
|
310
|
+
GA: string;
|
|
311
|
+
/**
|
|
312
|
+
* GB UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND.
|
|
313
|
+
*/
|
|
314
|
+
GB: string;
|
|
315
|
+
/**
|
|
316
|
+
* GD GRENADA.
|
|
317
|
+
*/
|
|
318
|
+
GD: string;
|
|
319
|
+
/**
|
|
320
|
+
* GE GEORGIA.
|
|
321
|
+
*/
|
|
322
|
+
GE: string;
|
|
323
|
+
/**
|
|
324
|
+
* GF FRENCH GUIANA.
|
|
325
|
+
*/
|
|
326
|
+
GF: string;
|
|
327
|
+
/**
|
|
328
|
+
* GG GUERNSEY.
|
|
329
|
+
*/
|
|
330
|
+
GG: string;
|
|
331
|
+
/**
|
|
332
|
+
* GH GHANA.
|
|
333
|
+
*/
|
|
334
|
+
GH: string;
|
|
335
|
+
/**
|
|
336
|
+
* GI GIBRALTAR.
|
|
337
|
+
*/
|
|
338
|
+
GI: string;
|
|
339
|
+
/**
|
|
340
|
+
* GL GREENLAND.
|
|
341
|
+
*/
|
|
342
|
+
GL: string;
|
|
343
|
+
/**
|
|
344
|
+
* GM GAMBIA.
|
|
345
|
+
*/
|
|
346
|
+
GM: string;
|
|
347
|
+
/**
|
|
348
|
+
* GN GUINEA.
|
|
349
|
+
*/
|
|
350
|
+
GN: string;
|
|
351
|
+
/**
|
|
352
|
+
* GP GUADELOUPE.
|
|
353
|
+
*/
|
|
354
|
+
GP: string;
|
|
355
|
+
/**
|
|
356
|
+
* GQ EQUATORIAL GUINEA.
|
|
357
|
+
*/
|
|
358
|
+
GQ: string;
|
|
359
|
+
/**
|
|
360
|
+
* GR GREECE.
|
|
361
|
+
*/
|
|
362
|
+
GR: string;
|
|
363
|
+
/**
|
|
364
|
+
* GS SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS.
|
|
365
|
+
*/
|
|
366
|
+
GS: string;
|
|
367
|
+
/**
|
|
368
|
+
* GT GUATEMALA.
|
|
369
|
+
*/
|
|
370
|
+
GT: string;
|
|
371
|
+
/**
|
|
372
|
+
* GU GUAM.
|
|
373
|
+
*/
|
|
374
|
+
GU: string;
|
|
375
|
+
/**
|
|
376
|
+
* GW GUINEA-BISSAU.
|
|
377
|
+
*/
|
|
378
|
+
GW: string;
|
|
379
|
+
/**
|
|
380
|
+
* GY GUYANA.
|
|
381
|
+
*/
|
|
382
|
+
GY: string;
|
|
383
|
+
/**
|
|
384
|
+
* HK HONG KONG.
|
|
385
|
+
*/
|
|
386
|
+
HK: string;
|
|
387
|
+
/**
|
|
388
|
+
* HM HEARD ISLAND AND MCDONALD ISLANDS.
|
|
389
|
+
*/
|
|
390
|
+
HM: string;
|
|
391
|
+
/**
|
|
392
|
+
* HN HONDURAS.
|
|
393
|
+
*/
|
|
394
|
+
HN: string;
|
|
395
|
+
/**
|
|
396
|
+
* HR CROATIA.
|
|
397
|
+
*/
|
|
398
|
+
HR: string;
|
|
399
|
+
/**
|
|
400
|
+
* HT HAITI.
|
|
401
|
+
*/
|
|
402
|
+
HT: string;
|
|
403
|
+
/**
|
|
404
|
+
* HU HUNGARY.
|
|
405
|
+
*/
|
|
406
|
+
HU: string;
|
|
407
|
+
/**
|
|
408
|
+
* ID INDONESIA.
|
|
409
|
+
*/
|
|
410
|
+
ID: string;
|
|
411
|
+
/**
|
|
412
|
+
* IE IRELAND.
|
|
413
|
+
*/
|
|
414
|
+
IE: string;
|
|
415
|
+
/**
|
|
416
|
+
* IL ISRAEL.
|
|
417
|
+
*/
|
|
418
|
+
IL: string;
|
|
419
|
+
/**
|
|
420
|
+
* IM ISLE OF MAN.
|
|
421
|
+
*/
|
|
422
|
+
IM: string;
|
|
423
|
+
/**
|
|
424
|
+
* IN INDIA.
|
|
425
|
+
*/
|
|
426
|
+
IN: string;
|
|
427
|
+
/**
|
|
428
|
+
* IO BRITISH INDIAN OCEAN TERRITORY.
|
|
429
|
+
*/
|
|
430
|
+
IO: string;
|
|
431
|
+
/**
|
|
432
|
+
* IQ IRAQ.
|
|
433
|
+
*/
|
|
434
|
+
IQ: string;
|
|
435
|
+
/**
|
|
436
|
+
* IR IRAN (ISLAMIC REPUBLIC OF).
|
|
437
|
+
*/
|
|
438
|
+
IR: string;
|
|
439
|
+
/**
|
|
440
|
+
* IS ICELAND.
|
|
441
|
+
*/
|
|
442
|
+
IS: string;
|
|
443
|
+
/**
|
|
444
|
+
* IT ITALY.
|
|
445
|
+
*/
|
|
446
|
+
IT: string;
|
|
447
|
+
/**
|
|
448
|
+
* JE JERSEY.
|
|
449
|
+
*/
|
|
450
|
+
JE: string;
|
|
451
|
+
/**
|
|
452
|
+
* JM JAMAICA.
|
|
453
|
+
*/
|
|
454
|
+
JM: string;
|
|
455
|
+
/**
|
|
456
|
+
* JO JORDAN.
|
|
457
|
+
*/
|
|
458
|
+
JO: string;
|
|
459
|
+
/**
|
|
460
|
+
* JP JAPAN.
|
|
461
|
+
*/
|
|
462
|
+
JP: string;
|
|
463
|
+
/**
|
|
464
|
+
* KE KENYA.
|
|
465
|
+
*/
|
|
466
|
+
KE: string;
|
|
467
|
+
/**
|
|
468
|
+
* KG KYRGYZSTAN.
|
|
469
|
+
*/
|
|
470
|
+
KG: string;
|
|
471
|
+
/**
|
|
472
|
+
* KH CAMBODIA.
|
|
473
|
+
*/
|
|
474
|
+
KH: string;
|
|
475
|
+
/**
|
|
476
|
+
* KI KIRIBATI.
|
|
477
|
+
*/
|
|
478
|
+
KI: string;
|
|
479
|
+
/**
|
|
480
|
+
* KM COMOROS.
|
|
481
|
+
*/
|
|
482
|
+
KM: string;
|
|
483
|
+
/**
|
|
484
|
+
* KN SAINT KITTS AND NEVIS.
|
|
485
|
+
*/
|
|
486
|
+
KN: string;
|
|
487
|
+
/**
|
|
488
|
+
* KP KOREA (DEMOCRATIC PEOPLE'S REPUBLIC OF).
|
|
489
|
+
*/
|
|
490
|
+
KP: string;
|
|
491
|
+
/**
|
|
492
|
+
* KR KOREA, REPUBLIC OF.
|
|
493
|
+
*/
|
|
494
|
+
KR: string;
|
|
495
|
+
/**
|
|
496
|
+
* KW KUWAIT.
|
|
497
|
+
*/
|
|
498
|
+
KW: string;
|
|
499
|
+
/**
|
|
500
|
+
* KY CAYMAN ISLANDS.
|
|
501
|
+
*/
|
|
502
|
+
KY: string;
|
|
503
|
+
/**
|
|
504
|
+
* KZ KAZAKHSTAN.
|
|
505
|
+
*/
|
|
506
|
+
KZ: string;
|
|
507
|
+
/**
|
|
508
|
+
* LA LAO PEOPLE'S DEMOCRATIC REPUBLIC.
|
|
509
|
+
*/
|
|
510
|
+
LA: string;
|
|
511
|
+
/**
|
|
512
|
+
* LB LEBANON.
|
|
513
|
+
*/
|
|
514
|
+
LB: string;
|
|
515
|
+
/**
|
|
516
|
+
* LC SAINT LUCIA.
|
|
517
|
+
*/
|
|
518
|
+
LC: string;
|
|
519
|
+
/**
|
|
520
|
+
* LI LIECHTENSTEIN.
|
|
521
|
+
*/
|
|
522
|
+
LI: string;
|
|
523
|
+
/**
|
|
524
|
+
* LK SRI LANKA.
|
|
525
|
+
*/
|
|
526
|
+
LK: string;
|
|
527
|
+
/**
|
|
528
|
+
* LR LIBERIA.
|
|
529
|
+
*/
|
|
530
|
+
LR: string;
|
|
531
|
+
/**
|
|
532
|
+
* LS LESOTHO.
|
|
533
|
+
*/
|
|
534
|
+
LS: string;
|
|
535
|
+
/**
|
|
536
|
+
* LT LITHUANIA.
|
|
537
|
+
*/
|
|
538
|
+
LT: string;
|
|
539
|
+
/**
|
|
540
|
+
* LU LUXEMBOURG.
|
|
541
|
+
*/
|
|
542
|
+
LU: string;
|
|
543
|
+
/**
|
|
544
|
+
* LV LATVIA.
|
|
545
|
+
*/
|
|
546
|
+
LV: string;
|
|
547
|
+
/**
|
|
548
|
+
* LY LIBYA.
|
|
549
|
+
*/
|
|
550
|
+
LY: string;
|
|
551
|
+
/**
|
|
552
|
+
* MA MOROCCO.
|
|
553
|
+
*/
|
|
554
|
+
MA: string;
|
|
555
|
+
/**
|
|
556
|
+
* MC MONACO.
|
|
557
|
+
*/
|
|
558
|
+
MC: string;
|
|
559
|
+
/**
|
|
560
|
+
* MD MOLDOVA, REPUBLIC OF.
|
|
561
|
+
*/
|
|
562
|
+
MD: string;
|
|
563
|
+
/**
|
|
564
|
+
* ME MONTENEGRO.
|
|
565
|
+
*/
|
|
566
|
+
ME: string;
|
|
567
|
+
/**
|
|
568
|
+
* MF SAINT MARTIN (FRENCH PART).
|
|
569
|
+
*/
|
|
570
|
+
MF: string;
|
|
571
|
+
/**
|
|
572
|
+
* MG MADAGASCAR.
|
|
573
|
+
*/
|
|
574
|
+
MG: string;
|
|
575
|
+
/**
|
|
576
|
+
* MH MARSHALL ISLANDS.
|
|
577
|
+
*/
|
|
578
|
+
MH: string;
|
|
579
|
+
/**
|
|
580
|
+
* MK NORTH MACEDONIA.
|
|
581
|
+
*/
|
|
582
|
+
MK: string;
|
|
583
|
+
/**
|
|
584
|
+
* ML MALI.
|
|
585
|
+
*/
|
|
586
|
+
ML: string;
|
|
587
|
+
/**
|
|
588
|
+
* MM MYANMAR.
|
|
589
|
+
*/
|
|
590
|
+
MM: string;
|
|
591
|
+
/**
|
|
592
|
+
* MN MONGOLIA.
|
|
593
|
+
*/
|
|
594
|
+
MN: string;
|
|
595
|
+
/**
|
|
596
|
+
* MO MACAO.
|
|
597
|
+
*/
|
|
598
|
+
MO: string;
|
|
599
|
+
/**
|
|
600
|
+
* MP NORTHERN MARIANA ISLANDS.
|
|
601
|
+
*/
|
|
602
|
+
MP: string;
|
|
603
|
+
/**
|
|
604
|
+
* MQ MARTINIQUE.
|
|
605
|
+
*/
|
|
606
|
+
MQ: string;
|
|
607
|
+
/**
|
|
608
|
+
* MR MAURITANIA.
|
|
609
|
+
*/
|
|
610
|
+
MR: string;
|
|
611
|
+
/**
|
|
612
|
+
* MS MONTSERRAT.
|
|
613
|
+
*/
|
|
614
|
+
MS: string;
|
|
615
|
+
/**
|
|
616
|
+
* MT MALTA.
|
|
617
|
+
*/
|
|
618
|
+
MT: string;
|
|
619
|
+
/**
|
|
620
|
+
* MU MAURITIUS.
|
|
621
|
+
*/
|
|
622
|
+
MU: string;
|
|
623
|
+
/**
|
|
624
|
+
* MV MALDIVES.
|
|
625
|
+
*/
|
|
626
|
+
MV: string;
|
|
627
|
+
/**
|
|
628
|
+
* MW MALAWI.
|
|
629
|
+
*/
|
|
630
|
+
MW: string;
|
|
631
|
+
/**
|
|
632
|
+
* MX MEXICO.
|
|
633
|
+
*/
|
|
634
|
+
MX: string;
|
|
635
|
+
/**
|
|
636
|
+
* MY MALAYSIA.
|
|
637
|
+
*/
|
|
638
|
+
MY: string;
|
|
639
|
+
/**
|
|
640
|
+
* MZ MOZAMBIQUE.
|
|
641
|
+
*/
|
|
642
|
+
MZ: string;
|
|
643
|
+
/**
|
|
644
|
+
* NA NAMIBIA.
|
|
645
|
+
*/
|
|
646
|
+
NA: string;
|
|
647
|
+
/**
|
|
648
|
+
* NC NEW CALEDONIA.
|
|
649
|
+
*/
|
|
650
|
+
NC: string;
|
|
651
|
+
/**
|
|
652
|
+
* NE NIGER.
|
|
653
|
+
*/
|
|
654
|
+
NE: string;
|
|
655
|
+
/**
|
|
656
|
+
* NF NORFOLK ISLAND.
|
|
657
|
+
*/
|
|
658
|
+
NF: string;
|
|
659
|
+
/**
|
|
660
|
+
* NG NIGERIA.
|
|
661
|
+
*/
|
|
662
|
+
NG: string;
|
|
663
|
+
/**
|
|
664
|
+
* NI NICARAGUA.
|
|
665
|
+
*/
|
|
666
|
+
NI: string;
|
|
667
|
+
/**
|
|
668
|
+
* NL NETHERLANDS.
|
|
669
|
+
*/
|
|
670
|
+
NL: string;
|
|
671
|
+
/**
|
|
672
|
+
* NO NORWAY.
|
|
673
|
+
*/
|
|
674
|
+
NO: string;
|
|
675
|
+
/**
|
|
676
|
+
* NP NEPAL.
|
|
677
|
+
*/
|
|
678
|
+
NP: string;
|
|
679
|
+
/**
|
|
680
|
+
* NR NAURU.
|
|
681
|
+
*/
|
|
682
|
+
NR: string;
|
|
683
|
+
/**
|
|
684
|
+
* NU NIUE.
|
|
685
|
+
*/
|
|
686
|
+
NU: string;
|
|
687
|
+
/**
|
|
688
|
+
* NZ NEW ZEALAND.
|
|
689
|
+
*/
|
|
690
|
+
NZ: string;
|
|
691
|
+
/**
|
|
692
|
+
* OM OMAN.
|
|
693
|
+
*/
|
|
694
|
+
OM: string;
|
|
695
|
+
/**
|
|
696
|
+
* PA PANAMA.
|
|
697
|
+
*/
|
|
698
|
+
PA: string;
|
|
699
|
+
/**
|
|
700
|
+
* PE PERU.
|
|
701
|
+
*/
|
|
702
|
+
PE: string;
|
|
703
|
+
/**
|
|
704
|
+
* PF FRENCH POLYNESIA.
|
|
705
|
+
*/
|
|
706
|
+
PF: string;
|
|
707
|
+
/**
|
|
708
|
+
* PG PAPUA NEW GUINEA.
|
|
709
|
+
*/
|
|
710
|
+
PG: string;
|
|
711
|
+
/**
|
|
712
|
+
* PH PHILIPPINES.
|
|
713
|
+
*/
|
|
714
|
+
PH: string;
|
|
715
|
+
/**
|
|
716
|
+
* PK PAKISTAN.
|
|
717
|
+
*/
|
|
718
|
+
PK: string;
|
|
719
|
+
/**
|
|
720
|
+
* PL POLAND.
|
|
721
|
+
*/
|
|
722
|
+
PL: string;
|
|
723
|
+
/**
|
|
724
|
+
* PM SAINT PIERRE AND MIQUELON.
|
|
725
|
+
*/
|
|
726
|
+
PM: string;
|
|
727
|
+
/**
|
|
728
|
+
* PN PITCAIRN.
|
|
729
|
+
*/
|
|
730
|
+
PN: string;
|
|
731
|
+
/**
|
|
732
|
+
* PR PUERTO RICO.
|
|
733
|
+
*/
|
|
734
|
+
PR: string;
|
|
735
|
+
/**
|
|
736
|
+
* PS PALESTINE, STATE OF.
|
|
737
|
+
*/
|
|
738
|
+
PS: string;
|
|
739
|
+
/**
|
|
740
|
+
* PT PORTUGAL.
|
|
741
|
+
*/
|
|
742
|
+
PT: string;
|
|
743
|
+
/**
|
|
744
|
+
* PW PALAU.
|
|
745
|
+
*/
|
|
746
|
+
PW: string;
|
|
747
|
+
/**
|
|
748
|
+
* PY PARAGUAY.
|
|
749
|
+
*/
|
|
750
|
+
PY: string;
|
|
751
|
+
/**
|
|
752
|
+
* QA QATAR.
|
|
753
|
+
*/
|
|
754
|
+
QA: string;
|
|
755
|
+
/**
|
|
756
|
+
* RE REUNION.
|
|
757
|
+
*/
|
|
758
|
+
RE: string;
|
|
759
|
+
/**
|
|
760
|
+
* RO ROMANIA.
|
|
761
|
+
*/
|
|
762
|
+
RO: string;
|
|
763
|
+
/**
|
|
764
|
+
* RS SERBIA.
|
|
765
|
+
*/
|
|
766
|
+
RS: string;
|
|
767
|
+
/**
|
|
768
|
+
* RU RUSSIAN FEDERATION.
|
|
769
|
+
*/
|
|
770
|
+
RU: string;
|
|
771
|
+
/**
|
|
772
|
+
* RW RWANDA.
|
|
773
|
+
*/
|
|
774
|
+
RW: string;
|
|
775
|
+
/**
|
|
776
|
+
* SA SAUDI ARABIA.
|
|
777
|
+
*/
|
|
778
|
+
SA: string;
|
|
779
|
+
/**
|
|
780
|
+
* SB SOLOMON ISLANDS.
|
|
781
|
+
*/
|
|
782
|
+
SB: string;
|
|
783
|
+
/**
|
|
784
|
+
* SC SEYCHELLES.
|
|
785
|
+
*/
|
|
786
|
+
SC: string;
|
|
787
|
+
/**
|
|
788
|
+
* SD SUDAN.
|
|
789
|
+
*/
|
|
790
|
+
SD: string;
|
|
791
|
+
/**
|
|
792
|
+
* SE SWEDEN.
|
|
793
|
+
*/
|
|
794
|
+
SE: string;
|
|
795
|
+
/**
|
|
796
|
+
* SG SINGAPORE.
|
|
797
|
+
*/
|
|
798
|
+
SG: string;
|
|
799
|
+
/**
|
|
800
|
+
* SH SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA.
|
|
801
|
+
*/
|
|
802
|
+
SH: string;
|
|
803
|
+
/**
|
|
804
|
+
* SI SLOVENIA.
|
|
805
|
+
*/
|
|
806
|
+
SI: string;
|
|
807
|
+
/**
|
|
808
|
+
* SJ SVALBARD AND JAN MAYEN.
|
|
809
|
+
*/
|
|
810
|
+
SJ: string;
|
|
811
|
+
/**
|
|
812
|
+
* SK SLOVAKIA.
|
|
813
|
+
*/
|
|
814
|
+
SK: string;
|
|
815
|
+
/**
|
|
816
|
+
* SL SIERRA LEONE.
|
|
817
|
+
*/
|
|
818
|
+
SL: string;
|
|
819
|
+
/**
|
|
820
|
+
* SM SAN MARINO.
|
|
821
|
+
*/
|
|
822
|
+
SM: string;
|
|
823
|
+
/**
|
|
824
|
+
* SN SENEGAL.
|
|
825
|
+
*/
|
|
826
|
+
SN: string;
|
|
827
|
+
/**
|
|
828
|
+
* SO SOMALIA.
|
|
829
|
+
*/
|
|
830
|
+
SO: string;
|
|
831
|
+
/**
|
|
832
|
+
* SR SURINAME.
|
|
833
|
+
*/
|
|
834
|
+
SR: string;
|
|
835
|
+
/**
|
|
836
|
+
* SS SOUTH SUDAN.
|
|
837
|
+
*/
|
|
838
|
+
SS: string;
|
|
839
|
+
/**
|
|
840
|
+
* ST SAO TOME AND PRINCIPE.
|
|
841
|
+
*/
|
|
842
|
+
ST: string;
|
|
843
|
+
/**
|
|
844
|
+
* SV EL SALVADOR.
|
|
845
|
+
*/
|
|
846
|
+
SV: string;
|
|
847
|
+
/**
|
|
848
|
+
* SX SINT MAARTEN (DUTCH PART).
|
|
849
|
+
*/
|
|
850
|
+
SX: string;
|
|
851
|
+
/**
|
|
852
|
+
* SY SYRIAN ARAB REPUBLIC.
|
|
853
|
+
*/
|
|
854
|
+
SY: string;
|
|
855
|
+
/**
|
|
856
|
+
* SZ ESWATINI.
|
|
857
|
+
*/
|
|
858
|
+
SZ: string;
|
|
859
|
+
/**
|
|
860
|
+
* TC TURKS AND CAICOS ISLANDS.
|
|
861
|
+
*/
|
|
862
|
+
TC: string;
|
|
863
|
+
/**
|
|
864
|
+
* TD CHAD.
|
|
865
|
+
*/
|
|
866
|
+
TD: string;
|
|
867
|
+
/**
|
|
868
|
+
* TF FRENCH SOUTHERN TERRITORIES.
|
|
869
|
+
*/
|
|
870
|
+
TF: string;
|
|
871
|
+
/**
|
|
872
|
+
* TG TOGO.
|
|
873
|
+
*/
|
|
874
|
+
TG: string;
|
|
875
|
+
/**
|
|
876
|
+
* TH THAILAND.
|
|
877
|
+
*/
|
|
878
|
+
TH: string;
|
|
879
|
+
/**
|
|
880
|
+
* TJ TAJIKISTAN.
|
|
881
|
+
*/
|
|
882
|
+
TJ: string;
|
|
883
|
+
/**
|
|
884
|
+
* TK TOKELAU.
|
|
885
|
+
*/
|
|
886
|
+
TK: string;
|
|
887
|
+
/**
|
|
888
|
+
* TL TIMOR-LESTE.
|
|
889
|
+
*/
|
|
890
|
+
TL: string;
|
|
891
|
+
/**
|
|
892
|
+
* TM TURKMENISTAN.
|
|
893
|
+
*/
|
|
894
|
+
TM: string;
|
|
895
|
+
/**
|
|
896
|
+
* TN TUNISIA.
|
|
897
|
+
*/
|
|
898
|
+
TN: string;
|
|
899
|
+
/**
|
|
900
|
+
* TO TONGA.
|
|
901
|
+
*/
|
|
902
|
+
TO: string;
|
|
903
|
+
/**
|
|
904
|
+
* TR TURKEY.
|
|
905
|
+
*/
|
|
906
|
+
TR: string;
|
|
907
|
+
/**
|
|
908
|
+
* TT TRINIDAD AND TOBAGO.
|
|
909
|
+
*/
|
|
910
|
+
TT: string;
|
|
911
|
+
/**
|
|
912
|
+
* TV TUVALU.
|
|
913
|
+
*/
|
|
914
|
+
TV: string;
|
|
915
|
+
/**
|
|
916
|
+
* TW TAIWAN, PROVINCE OF CHINA.
|
|
917
|
+
*/
|
|
918
|
+
TW: string;
|
|
919
|
+
/**
|
|
920
|
+
* TZ TANZANIA, UNITED REPUBLIC OF.
|
|
921
|
+
*/
|
|
922
|
+
TZ: string;
|
|
923
|
+
/**
|
|
924
|
+
* UA UKRAINE.
|
|
925
|
+
*/
|
|
926
|
+
UA: string;
|
|
927
|
+
/**
|
|
928
|
+
* UG UGANDA.
|
|
929
|
+
*/
|
|
930
|
+
UG: string;
|
|
931
|
+
/**
|
|
932
|
+
* UM UNITED STATES MINOR OUTLYING ISLANDS.
|
|
933
|
+
*/
|
|
934
|
+
UM: string;
|
|
935
|
+
/**
|
|
936
|
+
* US UNITED STATES OF AMERICA.
|
|
937
|
+
*/
|
|
938
|
+
US: string;
|
|
939
|
+
/**
|
|
940
|
+
* UY URUGUAY.
|
|
941
|
+
*/
|
|
942
|
+
UY: string;
|
|
943
|
+
/**
|
|
944
|
+
* UZ UZBEKISTAN.
|
|
945
|
+
*/
|
|
946
|
+
UZ: string;
|
|
947
|
+
/**
|
|
948
|
+
* VA HOLY SEE.
|
|
949
|
+
*/
|
|
950
|
+
VA: string;
|
|
951
|
+
/**
|
|
952
|
+
* VC SAINT VINCENT AND THE GRENADINES.
|
|
953
|
+
*/
|
|
954
|
+
VC: string;
|
|
955
|
+
/**
|
|
956
|
+
* VE VENEZUELA (BOLIVARIAN REPUBLIC OF).
|
|
957
|
+
*/
|
|
958
|
+
VE: string;
|
|
959
|
+
/**
|
|
960
|
+
* VG VIRGIN ISLANDS, BRITISH.
|
|
961
|
+
*/
|
|
962
|
+
VG: string;
|
|
963
|
+
/**
|
|
964
|
+
* VI VIRGIN ISLANDS, U.S..
|
|
965
|
+
*/
|
|
966
|
+
VI: string;
|
|
967
|
+
/**
|
|
968
|
+
* VN VIET NAM.
|
|
969
|
+
*/
|
|
970
|
+
VN: string;
|
|
971
|
+
/**
|
|
972
|
+
* VU VANUATU.
|
|
973
|
+
*/
|
|
974
|
+
VU: string;
|
|
975
|
+
/**
|
|
976
|
+
* WF WALLIS AND FUTUNA.
|
|
977
|
+
*/
|
|
978
|
+
WF: string;
|
|
979
|
+
/**
|
|
980
|
+
* WS SAMOA.
|
|
981
|
+
*/
|
|
982
|
+
WS: string;
|
|
983
|
+
/**
|
|
984
|
+
* YE YEMEN.
|
|
985
|
+
*/
|
|
986
|
+
YE: string;
|
|
987
|
+
/**
|
|
988
|
+
* YT MAYOTTE.
|
|
989
|
+
*/
|
|
990
|
+
YT: string;
|
|
991
|
+
/**
|
|
992
|
+
* ZA SOUTH AFRICA.
|
|
993
|
+
*/
|
|
994
|
+
ZA: string;
|
|
995
|
+
/**
|
|
996
|
+
* ZM ZAMBIA.
|
|
997
|
+
*/
|
|
998
|
+
ZM: string;
|
|
999
|
+
/**
|
|
1000
|
+
* ZW ZIMBABWE.
|
|
1001
|
+
*/
|
|
1002
|
+
ZW: string;
|
|
1003
|
+
};
|
|
1004
|
+
/**
|
|
1005
|
+
* A character string to identify and distinguish uniquely, one instance of a country in an identification scheme from all other objects within the same scheme.
|
|
1006
|
+
* https://vocabulary.uncefact.org/CountryId
|
|
1007
|
+
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/countryid.json
|
|
1008
|
+
*/
|
|
1009
|
+
export type CountryIdCodes = (typeof CountryIdCodes)[keyof typeof CountryIdCodes];
|