@twin.org/standards-unece 0.0.2-next.8 → 0.0.3-next.1

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