@twin.org/standards-unece 0.0.1-next.21 → 0.0.1-next.22

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