@twin.org/standards-unece 0.0.1-next.22 → 0.0.1-next.24
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,725 +3,725 @@
|
|
|
3
3
|
* https://vocabulary.uncefact.org/AmountCurrency
|
|
4
4
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/amountcurrency.json
|
|
5
5
|
*/
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const UneceAmountCurrencyCodes: {
|
|
7
7
|
/**
|
|
8
|
-
* AED
|
|
8
|
+
* Dirham: AED.
|
|
9
9
|
*/
|
|
10
10
|
AED: string;
|
|
11
11
|
/**
|
|
12
|
-
* AFN
|
|
12
|
+
* Afghani: AFN.
|
|
13
13
|
*/
|
|
14
14
|
AFN: string;
|
|
15
15
|
/**
|
|
16
|
-
* ALL
|
|
16
|
+
* Lek: ALL.
|
|
17
17
|
*/
|
|
18
18
|
ALL: string;
|
|
19
19
|
/**
|
|
20
|
-
* AMD
|
|
20
|
+
* Dram: AMD.
|
|
21
21
|
*/
|
|
22
22
|
AMD: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Netherlands Antillian Guilder: ANG.
|
|
25
25
|
*/
|
|
26
26
|
ANG: string;
|
|
27
27
|
/**
|
|
28
|
-
* AOA
|
|
28
|
+
* Kwanza: AOA.
|
|
29
29
|
*/
|
|
30
30
|
AOA: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Argentine Peso: ARS.
|
|
33
33
|
*/
|
|
34
34
|
ARS: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Australian Dollar: AUD.
|
|
37
37
|
*/
|
|
38
38
|
AUD: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Aruban Florin: AWG.
|
|
41
41
|
*/
|
|
42
42
|
AWG: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Azerbaijan Manat: AZN.
|
|
45
45
|
*/
|
|
46
46
|
AZN: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Convertible Mark: BAM.
|
|
49
49
|
*/
|
|
50
50
|
BAM: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Barbados Dollar: BBD.
|
|
53
53
|
*/
|
|
54
54
|
BBD: string;
|
|
55
55
|
/**
|
|
56
|
-
* BDT
|
|
56
|
+
* Taka: BDT.
|
|
57
57
|
*/
|
|
58
58
|
BDT: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Bulgarian Lev: BGN.
|
|
61
61
|
*/
|
|
62
62
|
BGN: string;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Bahraini Dinar: BHD.
|
|
65
65
|
*/
|
|
66
66
|
BHD: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Burundi Franc: BIF.
|
|
69
69
|
*/
|
|
70
70
|
BIF: string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Bermudian Dollar (customarily: Bermuda Dollar): BMD.
|
|
73
73
|
*/
|
|
74
74
|
BMD: string;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Brunei Dollar: BND.
|
|
77
77
|
*/
|
|
78
78
|
BND: string;
|
|
79
79
|
/**
|
|
80
|
-
* BOB
|
|
80
|
+
* Boliviano: BOB.
|
|
81
81
|
*/
|
|
82
82
|
BOB: string;
|
|
83
83
|
/**
|
|
84
|
-
* BOV
|
|
84
|
+
* Mvdol: BOV.
|
|
85
85
|
*/
|
|
86
86
|
BOV: string;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* Brazilian Real: BRL.
|
|
89
89
|
*/
|
|
90
90
|
BRL: string;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Bahamian Dollar: BSD.
|
|
93
93
|
*/
|
|
94
94
|
BSD: string;
|
|
95
95
|
/**
|
|
96
|
-
* BTN
|
|
96
|
+
* Ngultrum: BTN.
|
|
97
97
|
*/
|
|
98
98
|
BTN: string;
|
|
99
99
|
/**
|
|
100
|
-
* BWP
|
|
100
|
+
* Pula: BWP.
|
|
101
101
|
*/
|
|
102
102
|
BWP: string;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Belarussian Ruble: BYN.
|
|
105
105
|
*/
|
|
106
106
|
BYN: string;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Belize Dollar: BZD.
|
|
109
109
|
*/
|
|
110
110
|
BZD: string;
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* Canadian Dollar: CAD.
|
|
113
113
|
*/
|
|
114
114
|
CAD: string;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Franc Congolais: CDF.
|
|
117
117
|
*/
|
|
118
118
|
CDF: string;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* WIR Euro: CHE.
|
|
121
121
|
*/
|
|
122
122
|
CHE: string;
|
|
123
123
|
/**
|
|
124
|
-
*
|
|
124
|
+
* Swiss Franc: CHF.
|
|
125
125
|
*/
|
|
126
126
|
CHF: string;
|
|
127
127
|
/**
|
|
128
|
-
*
|
|
128
|
+
* WIR Franc: CHW.
|
|
129
129
|
*/
|
|
130
130
|
CHW: string;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* Unidad de Fomento: CLF.
|
|
133
133
|
*/
|
|
134
134
|
CLF: string;
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
136
|
+
* Chilean Peso: CLP.
|
|
137
137
|
*/
|
|
138
138
|
CLP: string;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Yuan Renminbi: CNY.
|
|
141
141
|
*/
|
|
142
142
|
CNY: string;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Colombian Peso: COP.
|
|
145
145
|
*/
|
|
146
146
|
COP: string;
|
|
147
147
|
/**
|
|
148
|
-
*
|
|
148
|
+
* Unidad de Valor Real: COU.
|
|
149
149
|
*/
|
|
150
150
|
COU: string;
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Costa Rican Colon: CRC.
|
|
153
153
|
*/
|
|
154
154
|
CRC: string;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Peso Convertible: CUC.
|
|
157
157
|
*/
|
|
158
158
|
CUC: string;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* Cuban Peso: CUP.
|
|
161
161
|
*/
|
|
162
162
|
CUP: string;
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* Cabo Verde Escudo: CVE.
|
|
165
165
|
*/
|
|
166
166
|
CVE: string;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* Czech Koruna: CZK.
|
|
169
169
|
*/
|
|
170
170
|
CZK: string;
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* Djibouti Franc: DJF.
|
|
173
173
|
*/
|
|
174
174
|
DJF: string;
|
|
175
175
|
/**
|
|
176
|
-
*
|
|
176
|
+
* Danish Krone: DKK.
|
|
177
177
|
*/
|
|
178
178
|
DKK: string;
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* Dominican Peso: DOP.
|
|
181
181
|
*/
|
|
182
182
|
DOP: string;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* Algerian Dinar: DZD.
|
|
185
185
|
*/
|
|
186
186
|
DZD: string;
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* Egyptian Pound: EGP.
|
|
189
189
|
*/
|
|
190
190
|
EGP: string;
|
|
191
191
|
/**
|
|
192
|
-
* ERN
|
|
192
|
+
* Nakfa: ERN.
|
|
193
193
|
*/
|
|
194
194
|
ERN: string;
|
|
195
195
|
/**
|
|
196
|
-
*
|
|
196
|
+
* Ethopian Birr: ETB.
|
|
197
197
|
*/
|
|
198
198
|
ETB: string;
|
|
199
199
|
/**
|
|
200
|
-
* EUR
|
|
200
|
+
* Euro: EUR.
|
|
201
201
|
*/
|
|
202
202
|
EUR: string;
|
|
203
203
|
/**
|
|
204
|
-
*
|
|
204
|
+
* Fiji Dollar: FJD.
|
|
205
205
|
*/
|
|
206
206
|
FJD: string;
|
|
207
207
|
/**
|
|
208
|
-
*
|
|
208
|
+
* Falkland Islands Pound: FKP.
|
|
209
209
|
*/
|
|
210
210
|
FKP: string;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* Pound Sterling: GBP.
|
|
213
213
|
*/
|
|
214
214
|
GBP: string;
|
|
215
215
|
/**
|
|
216
|
-
* GEL
|
|
216
|
+
* Lari: GEL.
|
|
217
217
|
*/
|
|
218
218
|
GEL: string;
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* Ghana Cedi: GHS.
|
|
221
221
|
*/
|
|
222
222
|
GHS: string;
|
|
223
223
|
/**
|
|
224
|
-
*
|
|
224
|
+
* Gibraltar Pound: GIP.
|
|
225
225
|
*/
|
|
226
226
|
GIP: string;
|
|
227
227
|
/**
|
|
228
|
-
* GMD
|
|
228
|
+
* Dalasi: GMD.
|
|
229
229
|
*/
|
|
230
230
|
GMD: string;
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* Guinean Franc: GNF.
|
|
233
233
|
*/
|
|
234
234
|
GNF: string;
|
|
235
235
|
/**
|
|
236
|
-
* GTQ
|
|
236
|
+
* Quetzal: GTQ.
|
|
237
237
|
*/
|
|
238
238
|
GTQ: string;
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* Guyana Dollar: GYD.
|
|
241
241
|
*/
|
|
242
242
|
GYD: string;
|
|
243
243
|
/**
|
|
244
|
-
*
|
|
244
|
+
* Honk Kong Dollar: HKD.
|
|
245
245
|
*/
|
|
246
246
|
HKD: string;
|
|
247
247
|
/**
|
|
248
|
-
* HNL
|
|
248
|
+
* Lempira: HNL.
|
|
249
249
|
*/
|
|
250
250
|
HNL: string;
|
|
251
251
|
/**
|
|
252
|
-
* HRK
|
|
252
|
+
* Kuna: HRK.
|
|
253
253
|
*/
|
|
254
254
|
HRK: string;
|
|
255
255
|
/**
|
|
256
|
-
* HTG
|
|
256
|
+
* Gourde: HTG.
|
|
257
257
|
*/
|
|
258
258
|
HTG: string;
|
|
259
259
|
/**
|
|
260
|
-
* HUF
|
|
260
|
+
* Forint: HUF.
|
|
261
261
|
*/
|
|
262
262
|
HUF: string;
|
|
263
263
|
/**
|
|
264
|
-
* IDR
|
|
264
|
+
* Rupiah: IDR.
|
|
265
265
|
*/
|
|
266
266
|
IDR: string;
|
|
267
267
|
/**
|
|
268
|
-
*
|
|
268
|
+
* New Israeli Sheqel: ILS.
|
|
269
269
|
*/
|
|
270
270
|
ILS: string;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* Indian Rupee: INR.
|
|
273
273
|
*/
|
|
274
274
|
INR: string;
|
|
275
275
|
/**
|
|
276
|
-
*
|
|
276
|
+
* Iraqi Dinar: IQD.
|
|
277
277
|
*/
|
|
278
278
|
IQD: string;
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* Iranian Rial: IRR.
|
|
281
281
|
*/
|
|
282
282
|
IRR: string;
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* Iceland Krona: ISK.
|
|
285
285
|
*/
|
|
286
286
|
ISK: string;
|
|
287
287
|
/**
|
|
288
|
-
*
|
|
288
|
+
* Jamaican Dollar: JMD.
|
|
289
289
|
*/
|
|
290
290
|
JMD: string;
|
|
291
291
|
/**
|
|
292
|
-
*
|
|
292
|
+
* Jordanian Dinar: JOD.
|
|
293
293
|
*/
|
|
294
294
|
JOD: string;
|
|
295
295
|
/**
|
|
296
|
-
* JPY
|
|
296
|
+
* Yen: JPY.
|
|
297
297
|
*/
|
|
298
298
|
JPY: string;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Kenyan Shilling: KES.
|
|
301
301
|
*/
|
|
302
302
|
KES: string;
|
|
303
303
|
/**
|
|
304
|
-
* KGS
|
|
304
|
+
* Som: KGS.
|
|
305
305
|
*/
|
|
306
306
|
KGS: string;
|
|
307
307
|
/**
|
|
308
|
-
* KHR
|
|
308
|
+
* Riel: KHR.
|
|
309
309
|
*/
|
|
310
310
|
KHR: string;
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* Comorian Franc: KMF.
|
|
313
313
|
*/
|
|
314
314
|
KMF: string;
|
|
315
315
|
/**
|
|
316
|
-
*
|
|
316
|
+
* North Korean Won: KPW.
|
|
317
317
|
*/
|
|
318
318
|
KPW: string;
|
|
319
319
|
/**
|
|
320
|
-
* KRW
|
|
320
|
+
* Won: KRW.
|
|
321
321
|
*/
|
|
322
322
|
KRW: string;
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* Kuwaiti Dinar: KWD.
|
|
325
325
|
*/
|
|
326
326
|
KWD: string;
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* Cayman Islands Dollar: KYD.
|
|
329
329
|
*/
|
|
330
330
|
KYD: string;
|
|
331
331
|
/**
|
|
332
|
-
* KZT
|
|
332
|
+
* Tenge: KZT.
|
|
333
333
|
*/
|
|
334
334
|
KZT: string;
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* Lao Kip: LAK.
|
|
337
337
|
*/
|
|
338
338
|
LAK: string;
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* Lebanese Pound: LBP.
|
|
341
341
|
*/
|
|
342
342
|
LBP: string;
|
|
343
343
|
/**
|
|
344
|
-
*
|
|
344
|
+
* Sri Lanka Rupee: LKR.
|
|
345
345
|
*/
|
|
346
346
|
LKR: string;
|
|
347
347
|
/**
|
|
348
|
-
*
|
|
348
|
+
* Liberian Dollar: LRD.
|
|
349
349
|
*/
|
|
350
350
|
LRD: string;
|
|
351
351
|
/**
|
|
352
|
-
* LSL
|
|
352
|
+
* Loti: LSL.
|
|
353
353
|
*/
|
|
354
354
|
LSL: string;
|
|
355
355
|
/**
|
|
356
|
-
*
|
|
356
|
+
* Libyan Dinar: LYD.
|
|
357
357
|
*/
|
|
358
358
|
LYD: string;
|
|
359
359
|
/**
|
|
360
|
-
*
|
|
360
|
+
* Morrocan Dirham: MAD.
|
|
361
361
|
*/
|
|
362
362
|
MAD: string;
|
|
363
363
|
/**
|
|
364
|
-
*
|
|
364
|
+
* Moldovan Leu: MDL.
|
|
365
365
|
*/
|
|
366
366
|
MDL: string;
|
|
367
367
|
/**
|
|
368
|
-
* MGA
|
|
368
|
+
* Ariary: MGA.
|
|
369
369
|
*/
|
|
370
370
|
MGA: string;
|
|
371
371
|
/**
|
|
372
|
-
* MKD
|
|
372
|
+
* Denar: MKD.
|
|
373
373
|
*/
|
|
374
374
|
MKD: string;
|
|
375
375
|
/**
|
|
376
|
-
* MMK
|
|
376
|
+
* Kyat: MMK.
|
|
377
377
|
*/
|
|
378
378
|
MMK: string;
|
|
379
379
|
/**
|
|
380
|
-
* MNT
|
|
380
|
+
* Tugrik: MNT.
|
|
381
381
|
*/
|
|
382
382
|
MNT: string;
|
|
383
383
|
/**
|
|
384
|
-
* MOP
|
|
384
|
+
* Pataca: MOP.
|
|
385
385
|
*/
|
|
386
386
|
MOP: string;
|
|
387
387
|
/**
|
|
388
|
-
* MRU
|
|
388
|
+
* Ouguiya: MRU.
|
|
389
389
|
*/
|
|
390
390
|
MRU: string;
|
|
391
391
|
/**
|
|
392
|
-
*
|
|
392
|
+
* Mauritius Rupee: MUR.
|
|
393
393
|
*/
|
|
394
394
|
MUR: string;
|
|
395
395
|
/**
|
|
396
|
-
* MVR
|
|
396
|
+
* Rufiyaa: MVR.
|
|
397
397
|
*/
|
|
398
398
|
MVR: string;
|
|
399
399
|
/**
|
|
400
|
-
*
|
|
400
|
+
* Malawi Kwacha: MWK.
|
|
401
401
|
*/
|
|
402
402
|
MWK: string;
|
|
403
403
|
/**
|
|
404
|
-
*
|
|
404
|
+
* Mexican Peso: MXN.
|
|
405
405
|
*/
|
|
406
406
|
MXN: string;
|
|
407
407
|
/**
|
|
408
|
-
*
|
|
408
|
+
* Mexican Unidad de Inversion (UDI): MXV.
|
|
409
409
|
*/
|
|
410
410
|
MXV: string;
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* Malaysian Ringgit: MYR.
|
|
413
413
|
*/
|
|
414
414
|
MYR: string;
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* Mozambique Metical: MZN.
|
|
417
417
|
*/
|
|
418
418
|
MZN: string;
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Namibia Dollar: NAD.
|
|
421
421
|
*/
|
|
422
422
|
NAD: string;
|
|
423
423
|
/**
|
|
424
|
-
* NGN
|
|
424
|
+
* Naira: NGN.
|
|
425
425
|
*/
|
|
426
426
|
NGN: string;
|
|
427
427
|
/**
|
|
428
|
-
*
|
|
428
|
+
* Cordoba Oro: NIO.
|
|
429
429
|
*/
|
|
430
430
|
NIO: string;
|
|
431
431
|
/**
|
|
432
|
-
*
|
|
432
|
+
* Norwegian Krone: NOK.
|
|
433
433
|
*/
|
|
434
434
|
NOK: string;
|
|
435
435
|
/**
|
|
436
|
-
*
|
|
436
|
+
* Nepalese Rupee: NPR.
|
|
437
437
|
*/
|
|
438
438
|
NPR: string;
|
|
439
439
|
/**
|
|
440
|
-
*
|
|
440
|
+
* New Zealand Dollar: NZD.
|
|
441
441
|
*/
|
|
442
442
|
NZD: string;
|
|
443
443
|
/**
|
|
444
|
-
*
|
|
444
|
+
* Rial Omani: OMR.
|
|
445
445
|
*/
|
|
446
446
|
OMR: string;
|
|
447
447
|
/**
|
|
448
|
-
* PAB
|
|
448
|
+
* Balboa: PAB.
|
|
449
449
|
*/
|
|
450
450
|
PAB: string;
|
|
451
451
|
/**
|
|
452
|
-
* PEN
|
|
452
|
+
* Sol: PEN.
|
|
453
453
|
*/
|
|
454
454
|
PEN: string;
|
|
455
455
|
/**
|
|
456
|
-
* PGK
|
|
456
|
+
* Kina: PGK.
|
|
457
457
|
*/
|
|
458
458
|
PGK: string;
|
|
459
459
|
/**
|
|
460
|
-
*
|
|
460
|
+
* Philippine Piso: PHP.
|
|
461
461
|
*/
|
|
462
462
|
PHP: string;
|
|
463
463
|
/**
|
|
464
|
-
*
|
|
464
|
+
* Pakistan Rupee: PKR.
|
|
465
465
|
*/
|
|
466
466
|
PKR: string;
|
|
467
467
|
/**
|
|
468
|
-
* PLN
|
|
468
|
+
* Zloty: PLN.
|
|
469
469
|
*/
|
|
470
470
|
PLN: string;
|
|
471
471
|
/**
|
|
472
|
-
* PYG
|
|
472
|
+
* Guarani: PYG.
|
|
473
473
|
*/
|
|
474
474
|
PYG: string;
|
|
475
475
|
/**
|
|
476
|
-
*
|
|
476
|
+
* Qatari Rial: QAR.
|
|
477
477
|
*/
|
|
478
478
|
QAR: string;
|
|
479
479
|
/**
|
|
480
|
-
*
|
|
480
|
+
* Romanian Leu: RON.
|
|
481
481
|
*/
|
|
482
482
|
RON: string;
|
|
483
483
|
/**
|
|
484
|
-
*
|
|
484
|
+
* Serbian Dinar: RSD.
|
|
485
485
|
*/
|
|
486
486
|
RSD: string;
|
|
487
487
|
/**
|
|
488
|
-
*
|
|
488
|
+
* Russian Ruble: RUB.
|
|
489
489
|
*/
|
|
490
490
|
RUB: string;
|
|
491
491
|
/**
|
|
492
|
-
*
|
|
492
|
+
* Rwanda Franc: RWF.
|
|
493
493
|
*/
|
|
494
494
|
RWF: string;
|
|
495
495
|
/**
|
|
496
|
-
*
|
|
496
|
+
* Saudi Riyal: SAR.
|
|
497
497
|
*/
|
|
498
498
|
SAR: string;
|
|
499
499
|
/**
|
|
500
|
-
*
|
|
500
|
+
* Solomon Islands Dollar: SBD.
|
|
501
501
|
*/
|
|
502
502
|
SBD: string;
|
|
503
503
|
/**
|
|
504
|
-
*
|
|
504
|
+
* Seychelles Rupee: SCR.
|
|
505
505
|
*/
|
|
506
506
|
SCR: string;
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
508
|
+
* Sudanese Pound: SDG.
|
|
509
509
|
*/
|
|
510
510
|
SDG: string;
|
|
511
511
|
/**
|
|
512
|
-
*
|
|
512
|
+
* Swedish Krona: SEK.
|
|
513
513
|
*/
|
|
514
514
|
SEK: string;
|
|
515
515
|
/**
|
|
516
|
-
*
|
|
516
|
+
* Singapore Dollar: SGD.
|
|
517
517
|
*/
|
|
518
518
|
SGD: string;
|
|
519
519
|
/**
|
|
520
|
-
*
|
|
520
|
+
* St. Helena Pound: SHP.
|
|
521
521
|
*/
|
|
522
522
|
SHP: string;
|
|
523
523
|
/**
|
|
524
|
-
* SLL
|
|
524
|
+
* Leone: SLL.
|
|
525
525
|
*/
|
|
526
526
|
SLL: string;
|
|
527
527
|
/**
|
|
528
|
-
*
|
|
528
|
+
* Somali Shilling: SOS.
|
|
529
529
|
*/
|
|
530
530
|
SOS: string;
|
|
531
531
|
/**
|
|
532
|
-
*
|
|
532
|
+
* Suriname Dollar: SRD.
|
|
533
533
|
*/
|
|
534
534
|
SRD: string;
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* South Sudanese Pound: SSP.
|
|
537
537
|
*/
|
|
538
538
|
SSP: string;
|
|
539
539
|
/**
|
|
540
|
-
* STN
|
|
540
|
+
* Dobra: STN.
|
|
541
541
|
*/
|
|
542
542
|
STN: string;
|
|
543
543
|
/**
|
|
544
|
-
*
|
|
544
|
+
* El Salvador Colon: SVC.
|
|
545
545
|
*/
|
|
546
546
|
SVC: string;
|
|
547
547
|
/**
|
|
548
|
-
*
|
|
548
|
+
* Syrian Pound: SYP.
|
|
549
549
|
*/
|
|
550
550
|
SYP: string;
|
|
551
551
|
/**
|
|
552
|
-
* SZL
|
|
552
|
+
* Lilangeni: SZL.
|
|
553
553
|
*/
|
|
554
554
|
SZL: string;
|
|
555
555
|
/**
|
|
556
|
-
* THB
|
|
556
|
+
* Baht: THB.
|
|
557
557
|
*/
|
|
558
558
|
THB: string;
|
|
559
559
|
/**
|
|
560
|
-
* TJS
|
|
560
|
+
* Somoni: TJS.
|
|
561
561
|
*/
|
|
562
562
|
TJS: string;
|
|
563
563
|
/**
|
|
564
|
-
*
|
|
564
|
+
* Turkmenistan New Manat: TMT.
|
|
565
565
|
*/
|
|
566
566
|
TMT: string;
|
|
567
567
|
/**
|
|
568
|
-
*
|
|
568
|
+
* Tunisian Dinar: TND.
|
|
569
569
|
*/
|
|
570
570
|
TND: string;
|
|
571
571
|
/**
|
|
572
|
-
*
|
|
572
|
+
* Pa'anga: TOP.
|
|
573
573
|
*/
|
|
574
574
|
TOP: string;
|
|
575
575
|
/**
|
|
576
|
-
*
|
|
576
|
+
* Turkish Lira: TRY.
|
|
577
577
|
*/
|
|
578
578
|
TRY: string;
|
|
579
579
|
/**
|
|
580
|
-
*
|
|
580
|
+
* Trinidad and Tobago Dollar: TTD.
|
|
581
581
|
*/
|
|
582
582
|
TTD: string;
|
|
583
583
|
/**
|
|
584
|
-
*
|
|
584
|
+
* New Taiwan Dollar: TWD.
|
|
585
585
|
*/
|
|
586
586
|
TWD: string;
|
|
587
587
|
/**
|
|
588
|
-
*
|
|
588
|
+
* Tanzanian Shilling: TZS.
|
|
589
589
|
*/
|
|
590
590
|
TZS: string;
|
|
591
591
|
/**
|
|
592
|
-
* UAH
|
|
592
|
+
* Hryvnia: UAH.
|
|
593
593
|
*/
|
|
594
594
|
UAH: string;
|
|
595
595
|
/**
|
|
596
|
-
*
|
|
596
|
+
* Uganda Shilling: UGX.
|
|
597
597
|
*/
|
|
598
598
|
UGX: string;
|
|
599
599
|
/**
|
|
600
|
-
*
|
|
600
|
+
* US Dollar: USD.
|
|
601
601
|
*/
|
|
602
602
|
USD: string;
|
|
603
603
|
/**
|
|
604
|
-
*
|
|
604
|
+
* US Dollar (Next day): USN.
|
|
605
605
|
*/
|
|
606
606
|
USN: string;
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* Uruguayo Peso en Unidades: UYI.
|
|
609
609
|
*/
|
|
610
610
|
UYI: string;
|
|
611
611
|
/**
|
|
612
|
-
*
|
|
612
|
+
* Peso Uruguayo: UYU.
|
|
613
613
|
*/
|
|
614
614
|
UYU: string;
|
|
615
615
|
/**
|
|
616
|
-
*
|
|
616
|
+
* Unidad Previsional: UYW.
|
|
617
617
|
*/
|
|
618
618
|
UYW: string;
|
|
619
619
|
/**
|
|
620
|
-
*
|
|
620
|
+
* Uzbekistan Sum: UZS.
|
|
621
621
|
*/
|
|
622
622
|
UZS: string;
|
|
623
623
|
/**
|
|
624
|
-
*
|
|
624
|
+
* Bolívar Soberano: VED.
|
|
625
625
|
*/
|
|
626
626
|
VED: string;
|
|
627
627
|
/**
|
|
628
|
-
*
|
|
628
|
+
* Bolívar Soberano: VES.
|
|
629
629
|
*/
|
|
630
630
|
VES: string;
|
|
631
631
|
/**
|
|
632
|
-
* VND
|
|
632
|
+
* Dong: VND.
|
|
633
633
|
*/
|
|
634
634
|
VND: string;
|
|
635
635
|
/**
|
|
636
|
-
* VUV
|
|
636
|
+
* Vatu: VUV.
|
|
637
637
|
*/
|
|
638
638
|
VUV: string;
|
|
639
639
|
/**
|
|
640
|
-
* WST
|
|
640
|
+
* Tala: WST.
|
|
641
641
|
*/
|
|
642
642
|
WST: string;
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* CFA Franc: XAF.
|
|
645
645
|
*/
|
|
646
646
|
XAF: string;
|
|
647
647
|
/**
|
|
648
|
-
* XAG
|
|
648
|
+
* Silver: XAG.
|
|
649
649
|
*/
|
|
650
650
|
XAG: string;
|
|
651
651
|
/**
|
|
652
|
-
* XAU
|
|
652
|
+
* Gold: XAU.
|
|
653
653
|
*/
|
|
654
654
|
XAU: string;
|
|
655
655
|
/**
|
|
656
|
-
*
|
|
656
|
+
* Bond Markets Units European Composite Unit (EURCO): XBA.
|
|
657
657
|
*/
|
|
658
658
|
XBA: string;
|
|
659
659
|
/**
|
|
660
|
-
*
|
|
660
|
+
* European Monetary Unit (E.M.U.-6): XBB.
|
|
661
661
|
*/
|
|
662
662
|
XBB: string;
|
|
663
663
|
/**
|
|
664
|
-
*
|
|
664
|
+
* European Unit of Account 9 (E.U.A.-9): XBC.
|
|
665
665
|
*/
|
|
666
666
|
XBC: string;
|
|
667
667
|
/**
|
|
668
|
-
*
|
|
668
|
+
* European Unit of Account 17 (E.U.A.-17): XBD.
|
|
669
669
|
*/
|
|
670
670
|
XBD: string;
|
|
671
671
|
/**
|
|
672
|
-
*
|
|
672
|
+
* East Carribean Dollar: XCD.
|
|
673
673
|
*/
|
|
674
674
|
XCD: string;
|
|
675
675
|
/**
|
|
676
|
-
* XDR
|
|
676
|
+
* SDR: XDR.
|
|
677
677
|
*/
|
|
678
678
|
XDR: string;
|
|
679
679
|
/**
|
|
680
|
-
*
|
|
680
|
+
* CFA Franc: XOF.
|
|
681
681
|
*/
|
|
682
682
|
XOF: string;
|
|
683
683
|
/**
|
|
684
|
-
* XPD
|
|
684
|
+
* Palladium: XPD.
|
|
685
685
|
*/
|
|
686
686
|
XPD: string;
|
|
687
687
|
/**
|
|
688
|
-
*
|
|
688
|
+
* CFP Franc: XPF.
|
|
689
689
|
*/
|
|
690
690
|
XPF: string;
|
|
691
691
|
/**
|
|
692
|
-
* XPT
|
|
692
|
+
* Platinum: XPT.
|
|
693
693
|
*/
|
|
694
694
|
XPT: string;
|
|
695
695
|
/**
|
|
696
|
-
* XSU
|
|
696
|
+
* Sucre: XSU.
|
|
697
697
|
*/
|
|
698
698
|
XSU: string;
|
|
699
699
|
/**
|
|
700
|
-
*
|
|
700
|
+
* Codes specifically reserved for testing purposes: XTS.
|
|
701
701
|
*/
|
|
702
702
|
XTS: string;
|
|
703
703
|
/**
|
|
704
|
-
*
|
|
704
|
+
* ADB Unit of Account: XUA.
|
|
705
705
|
*/
|
|
706
706
|
XUA: string;
|
|
707
707
|
/**
|
|
708
|
-
*
|
|
708
|
+
* The codes assigned for transactions where no currency is involved: XXX.
|
|
709
709
|
*/
|
|
710
710
|
XXX: string;
|
|
711
711
|
/**
|
|
712
|
-
*
|
|
712
|
+
* Yemeni Rial: YER.
|
|
713
713
|
*/
|
|
714
714
|
YER: string;
|
|
715
715
|
/**
|
|
716
|
-
* ZAR
|
|
716
|
+
* Rand: ZAR.
|
|
717
717
|
*/
|
|
718
718
|
ZAR: string;
|
|
719
719
|
/**
|
|
720
|
-
*
|
|
720
|
+
* Zambian Kwacha: ZMW.
|
|
721
721
|
*/
|
|
722
722
|
ZMW: string;
|
|
723
723
|
/**
|
|
724
|
-
*
|
|
724
|
+
* Zimbabwe Dollar: ZWL.
|
|
725
725
|
*/
|
|
726
726
|
ZWL: string;
|
|
727
727
|
};
|
|
@@ -730,4 +730,4 @@ export declare const AmountCurrencyCodes: {
|
|
|
730
730
|
* https://vocabulary.uncefact.org/AmountCurrency
|
|
731
731
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/amountcurrency.json
|
|
732
732
|
*/
|
|
733
|
-
export type
|
|
733
|
+
export type UneceAmountCurrencyCodes = (typeof UneceAmountCurrencyCodes)[keyof typeof UneceAmountCurrencyCodes];
|