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