@twin.org/standards-unece 0.0.1-next.23 → 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.
Files changed (87) hide show
  1. package/dist/cjs/index.cjs +4113 -4080
  2. package/dist/esm/index.mjs +4092 -4059
  3. package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
  4. package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
  5. package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
  6. package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
  7. package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
  8. package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
  9. package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
  10. package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
  11. package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
  12. package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
  13. package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
  14. package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
  15. package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
  16. package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
  17. package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
  18. package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
  19. package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
  20. package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
  21. package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
  22. package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
  23. package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
  24. package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
  25. package/dist/types/index.d.ts +22 -22
  26. package/docs/changelog.md +1 -1
  27. package/docs/reference/index.md +33 -33
  28. package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
  29. package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
  30. package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
  31. package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
  32. package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
  33. package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
  34. package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
  35. package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
  36. package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
  37. package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
  38. package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
  39. package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
  40. package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
  41. package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
  42. package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
  43. package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
  44. package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
  45. package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
  46. package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
  47. package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
  48. package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
  49. package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
  50. package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
  51. package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
  52. package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
  53. package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
  54. package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
  55. package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
  56. package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
  57. package/docs/reference/variables/UneceStatusCodes.md +2115 -0
  58. package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
  59. package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
  60. package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
  61. package/package.json +1 -1
  62. package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
  63. package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
  64. package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
  65. package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
  66. package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
  67. package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
  68. package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
  69. package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
  70. package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
  71. package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
  72. package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
  73. package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
  74. package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
  75. package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
  76. package/docs/reference/type-aliases/StatusCodes.md +0 -7
  77. package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
  78. package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
  79. package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
  80. package/docs/reference/variables/DocumentCodes.md +0 -4827
  81. package/docs/reference/variables/DocumentStatusCodes.md +0 -273
  82. package/docs/reference/variables/GovernmentActionCodes.md +0 -69
  83. package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
  84. package/docs/reference/variables/StatusCodes.md +0 -2115
  85. package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
  86. package/docs/reference/variables/TransportModeCodes.md +0 -69
  87. package/docs/reference/variables/WorkflowStatusCodes.md +0 -153
@@ -0,0 +1,549 @@
1
+ /**
2
+ * A character string used to represent the transport means type.
3
+ * https://vocabulary.uncefact.org/TransportMeansTypeCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmeanstypecodelist.json
5
+ */
6
+ export declare const UneceTransportMeansTypeCodes: {
7
+ /**
8
+ * Grain vessel: 1501.
9
+ */
10
+ GrainVessel: string;
11
+ /**
12
+ * Timber/log carrier: 1502.
13
+ */
14
+ TimberLogCarrier: string;
15
+ /**
16
+ * Wood chips vessel: 1503.
17
+ */
18
+ WoodChipsVessel: string;
19
+ /**
20
+ * Steel products vessel: 1504.
21
+ */
22
+ SteelProductsVessel: string;
23
+ /**
24
+ * Carrier, general cargo/container: 1505.
25
+ */
26
+ CarrierGeneralCargoContainer: string;
27
+ /**
28
+ * Temperature controlled cargo vessels: 1506.
29
+ */
30
+ TemperatureControlledCargoVessels: string;
31
+ /**
32
+ * Full container ship/cellular vessel: 1511.
33
+ */
34
+ FullContainerShipCellularVessel: string;
35
+ /**
36
+ * RoRo vessel: 1512.
37
+ */
38
+ RoRoVessel: string;
39
+ /**
40
+ * Car carrier: 1513.
41
+ */
42
+ CarCarrier: string;
43
+ /**
44
+ * Livestock carrier: 1514.
45
+ */
46
+ LivestockCarrier: string;
47
+ /**
48
+ * Barge carrier - Lash ship: 1515.
49
+ */
50
+ BargeCarrierLashShip: string;
51
+ /**
52
+ * Chemical carrier: 1516.
53
+ */
54
+ ChemicalCarrier: string;
55
+ /**
56
+ * Irradiated fuel carrier: 1517.
57
+ */
58
+ IrradiatedFuelCarrier: string;
59
+ /**
60
+ * Heavy cargo vessel: 1518.
61
+ */
62
+ HeavyCargoVessel: string;
63
+ /**
64
+ * RoRo/Container vessel: 1519.
65
+ */
66
+ RoRoContainerVessel: string;
67
+ /**
68
+ * Dry bulk carrier: 1521.
69
+ */
70
+ DryBulkCarrier: string;
71
+ /**
72
+ * Ore carrier: 1522.
73
+ */
74
+ OreCarrier: string;
75
+ /**
76
+ * Cement carrier: 1523.
77
+ */
78
+ CementCarrier: string;
79
+ /**
80
+ * Gravel carrier: 1524.
81
+ */
82
+ GravelCarrier: string;
83
+ /**
84
+ * Coal carrier: 1525.
85
+ */
86
+ CoalCarrier: string;
87
+ /**
88
+ * Crude oil tanker: 1531.
89
+ */
90
+ CrudeOilTanker: string;
91
+ /**
92
+ * Chemical tanker, coaster: 1532.
93
+ */
94
+ ChemicalTankerCoaster: string;
95
+ /**
96
+ * Chemical tanker, deep sea: 1533.
97
+ */
98
+ ChemicalTankerDeepSea: string;
99
+ /**
100
+ * Oil and other derivatives tanker: 1534.
101
+ */
102
+ OilAndOtherDerivativesTanker: string;
103
+ /**
104
+ * LPG tanker: 1541.
105
+ */
106
+ LPGTanker: string;
107
+ /**
108
+ * LNG tanker: 1542.
109
+ */
110
+ LNGTanker: string;
111
+ /**
112
+ * LNG/LPG tanker: 1543.
113
+ */
114
+ LNGLPGTanker: string;
115
+ /**
116
+ * Asphalt/bitumen tanker: 1551.
117
+ */
118
+ AsphaltBitumenTanker: string;
119
+ /**
120
+ * Molasses tanker: 1552.
121
+ */
122
+ MolassesTanker: string;
123
+ /**
124
+ * Vegetable oil tanker: 1553.
125
+ */
126
+ VegetableOilTanker: string;
127
+ /**
128
+ * Cruise ship: 1591.
129
+ */
130
+ CruiseShip: string;
131
+ /**
132
+ * Ferry: 1592.
133
+ */
134
+ Ferry: string;
135
+ /**
136
+ * Other passenger ship: 1593.
137
+ */
138
+ OtherPassengerShip: string;
139
+ /**
140
+ * Passenger ship, sailing: 1594.
141
+ */
142
+ PassengerShipSailing: string;
143
+ /**
144
+ * Tug, without tow: 1601.
145
+ */
146
+ TugWithoutTow: string;
147
+ /**
148
+ * Tug, with tow: 1602.
149
+ */
150
+ TugWithTow: string;
151
+ /**
152
+ * Salvage vessel: 1603.
153
+ */
154
+ SalvageVessel: string;
155
+ /**
156
+ * Rescue vessel: 1604.
157
+ */
158
+ RescueVessel: string;
159
+ /**
160
+ * Oil combat vessel: 1605.
161
+ */
162
+ OilCombatVessel: string;
163
+ /**
164
+ * Oil rig: 1606.
165
+ */
166
+ OilRig: string;
167
+ /**
168
+ * Hospital vessel: 1607.
169
+ */
170
+ HospitalVessel: string;
171
+ /**
172
+ * Pilot boat: 1711.
173
+ */
174
+ PilotBoat: string;
175
+ /**
176
+ * Patrol/measure ship: 1712.
177
+ */
178
+ PatrolMeasureShip: string;
179
+ /**
180
+ * Supply vessel: 1721.
181
+ */
182
+ SupplyVessel: string;
183
+ /**
184
+ * Offshore support vessel: 1723.
185
+ */
186
+ OffshoreSupportVessel: string;
187
+ /**
188
+ * Pontoon: 1724.
189
+ */
190
+ Pontoon: string;
191
+ /**
192
+ * Stone dumping vessel: 1725.
193
+ */
194
+ StoneDumpingVessel: string;
195
+ /**
196
+ * Cable layer: 1726.
197
+ */
198
+ CableLayer: string;
199
+ /**
200
+ * Buoyage vessel: 1727.
201
+ */
202
+ BuoyageVessel: string;
203
+ /**
204
+ * Icebreaker: 1728.
205
+ */
206
+ Icebreaker: string;
207
+ /**
208
+ * Pipelaying vessel: 1729.
209
+ */
210
+ PipelayingVessel: string;
211
+ /**
212
+ * Trawler: 1751.
213
+ */
214
+ Trawler: string;
215
+ /**
216
+ * Cutter: 1752.
217
+ */
218
+ Cutter: string;
219
+ /**
220
+ * Factory ship: 1753.
221
+ */
222
+ FactoryShip: string;
223
+ /**
224
+ * Fishery research vessel: 1761.
225
+ */
226
+ FisheryResearchVessel: string;
227
+ /**
228
+ * Climate registration vessel: 1762.
229
+ */
230
+ ClimateRegistrationVessel: string;
231
+ /**
232
+ * Ship for environmental measurement: 1763.
233
+ */
234
+ ShipForEnvironmentalMeasurement: string;
235
+ /**
236
+ * Scientific vessel: 1764.
237
+ */
238
+ ScientificVessel: string;
239
+ /**
240
+ * Sailing school ship: 1765.
241
+ */
242
+ SailingSchoolShip: string;
243
+ /**
244
+ * Training vessel: 1766.
245
+ */
246
+ TrainingVessel: string;
247
+ /**
248
+ * Crane, floating: 1781.
249
+ */
250
+ CraneFloating: string;
251
+ /**
252
+ * Dock, floating: 1782.
253
+ */
254
+ DockFloating: string;
255
+ /**
256
+ * Train, super express: 2201.
257
+ */
258
+ TrainSuperExpress: string;
259
+ /**
260
+ * Train, sleeper: 2202.
261
+ */
262
+ TrainSleeper: string;
263
+ /**
264
+ * Train, passenger, hired group: 2203.
265
+ */
266
+ TrainPassengerHiredGroup: string;
267
+ /**
268
+ * Blocktrain: 2301.
269
+ */
270
+ Blocktrain: string;
271
+ /**
272
+ * Train, container: 2302.
273
+ */
274
+ TrainContainer: string;
275
+ /**
276
+ * Train, with one wagon: 2303.
277
+ */
278
+ TrainWithOneWagon: string;
279
+ /**
280
+ * Train, with more than one and less than 20 wagons: 2304.
281
+ */
282
+ TrainWithMoreThanOneAndLessThan20Wagons: string;
283
+ /**
284
+ * Train, with more than 20 wagons: 2305.
285
+ */
286
+ TrainWithMoreThan20Wagons: string;
287
+ /**
288
+ * Truck, tautliner with removal trailer: 3100.
289
+ */
290
+ TruckTautlinerWithRemovalTrailer: string;
291
+ /**
292
+ * Truck, tautliner with removable roof and removal trailer: 3101.
293
+ */
294
+ TruckTautlinerWithRemovableRoofAndRemovalTrailer: string;
295
+ /**
296
+ * Car, with caravan: 3102.
297
+ */
298
+ CarWithCaravan: string;
299
+ /**
300
+ * Truck, tautliner, 25 tonne: 3103.
301
+ */
302
+ TruckTautliner25Tonne: string;
303
+ /**
304
+ * Truck, tautliner, 25 tonne with removable roof: 3104.
305
+ */
306
+ TruckTautliner25TonneWithRemovableRoof: string;
307
+ /**
308
+ * Lorry, articulated, flat bed, 25 tonne: 3105.
309
+ */
310
+ LorryArticulatedFlatBed25Tonne: string;
311
+ /**
312
+ * Lorry, articulated, flat bed, 24 tonne, with 10 metre crane: 3106.
313
+ */
314
+ LorryArticulatedFlatBed24TonneWith10MetreCrane: string;
315
+ /**
316
+ * Lorry, articulated, flat bed, 24 tonne, with 15 metre crane: 3107.
317
+ */
318
+ LorryArticulatedFlatBed24TonneWith15MetreCrane: string;
319
+ /**
320
+ * Lorry, articulated, flat bed, 24 tonne, with 18 metre crane: 3108.
321
+ */
322
+ LorryArticulatedFlatBed24TonneWith18MetreCrane: string;
323
+ /**
324
+ * Lorry, articulated, flat bed, 10 tonne: 3109.
325
+ */
326
+ LorryArticulatedFlatBed10Tonne: string;
327
+ /**
328
+ * Truck, tautliner, 25 tonne, with 90 cubic metre trailer: 3110.
329
+ */
330
+ TruckTautliner25TonneWith90CubicMetreTrailer: string;
331
+ /**
332
+ * Truck, tautliner, 25 tonne, with 120 cubic metre trailer: 3111.
333
+ */
334
+ TruckTautliner25TonneWith120CubicMetreTrailer: string;
335
+ /**
336
+ * Lorry, flat with trailer and 10 metre crane: 3112.
337
+ */
338
+ LorryFlatWithTrailerAnd10MetreCrane: string;
339
+ /**
340
+ * Lorry, articulated with tank: 3113.
341
+ */
342
+ LorryArticulatedWithTank: string;
343
+ /**
344
+ * Lorry, flat, 15 tonne: 3114.
345
+ */
346
+ LorryFlat15Tonne: string;
347
+ /**
348
+ * Lorry, flat, 15 tonne with crane: 3115.
349
+ */
350
+ LorryFlat15TonneWithCrane: string;
351
+ /**
352
+ * Truck, isothermic: 3116.
353
+ */
354
+ TruckIsothermic: string;
355
+ /**
356
+ * Truck, refrigerated: 3117.
357
+ */
358
+ TruckRefrigerated: string;
359
+ /**
360
+ * Van, freezer: 3118.
361
+ */
362
+ VanFreezer: string;
363
+ /**
364
+ * Van, isothermic: 3119.
365
+ */
366
+ VanIsothermic: string;
367
+ /**
368
+ * Van, refrigerated: 3120.
369
+ */
370
+ VanRefrigerated: string;
371
+ /**
372
+ * Truck, bulk: 3121.
373
+ */
374
+ TruckBulk: string;
375
+ /**
376
+ * Truck, tip-up: 3122.
377
+ */
378
+ TruckTipUp: string;
379
+ /**
380
+ * Truck, articulated, tip-up: 3123.
381
+ */
382
+ TruckArticulatedTipUp: string;
383
+ /**
384
+ * Truck, rigid, with tank: 3124.
385
+ */
386
+ TruckRigidWithTank: string;
387
+ /**
388
+ * Truck, tautliner: 3125.
389
+ */
390
+ TruckTautliner: string;
391
+ /**
392
+ * Truck, tautliner, with removable roof: 3126.
393
+ */
394
+ TruckTautlinerWithRemovableRoof: string;
395
+ /**
396
+ * Truck, with opening floor: 3127.
397
+ */
398
+ TruckWithOpeningFloor: string;
399
+ /**
400
+ * Truck, freezer: 3128.
401
+ */
402
+ TruckFreezer: string;
403
+ /**
404
+ * Truck, with crane for moving goods, without trailer: 3129.
405
+ */
406
+ TruckWithCraneForMovingGoodsWithoutTrailer: string;
407
+ /**
408
+ * Truck, with crane for moving goods, with trailer: 3130.
409
+ */
410
+ TruckWithCraneForMovingGoodsWithTrailer: string;
411
+ /**
412
+ * Truck, with crane for lifting goods, without trailer: 3131.
413
+ */
414
+ TruckWithCraneForLiftingGoodsWithoutTrailer: string;
415
+ /**
416
+ * Truck, with crane for lifting goods, with trailer: 3132.
417
+ */
418
+ TruckWithCraneForLiftingGoodsWithTrailer: string;
419
+ /**
420
+ * Taxi cab: 3133.
421
+ */
422
+ TaxiCab: string;
423
+ /**
424
+ * Truck, furniture: 3134.
425
+ */
426
+ TruckFurniture: string;
427
+ /**
428
+ * Truck, hydrant: 3135.
429
+ */
430
+ TruckHydrant: string;
431
+ /**
432
+ * Car: 3136.
433
+ */
434
+ Car: string;
435
+ /**
436
+ * Truck, with tail-lift: 3137.
437
+ */
438
+ TruckWithTailLift: string;
439
+ /**
440
+ * Armoured vehicle: 3138.
441
+ */
442
+ ArmouredVehicle: string;
443
+ /**
444
+ * Car, elevator: 3201.
445
+ */
446
+ CarElevator: string;
447
+ /**
448
+ * Bus, with trailer: 3301.
449
+ */
450
+ BusWithTrailer: string;
451
+ /**
452
+ * Bus, highway: 3302.
453
+ */
454
+ BusHighway: string;
455
+ /**
456
+ * Bus, sightseeing: 3303.
457
+ */
458
+ BusSightseeing: string;
459
+ /**
460
+ * Bus, airport/city: 3304.
461
+ */
462
+ BusAirportCity: string;
463
+ /**
464
+ * Aircraft, type unknown: 4000.
465
+ */
466
+ AircraftTypeUnknown: string;
467
+ /**
468
+ * Mail, type unknown: 5000.
469
+ */
470
+ MailTypeUnknown: string;
471
+ /**
472
+ * Motor tanker, liquid cargo, type N: 8021.
473
+ */
474
+ MotorTankerLiquidCargoTypeN: string;
475
+ /**
476
+ * Motor tanker, liquid cargo, type C: 8022.
477
+ */
478
+ MotorTankerLiquidCargoTypeC: string;
479
+ /**
480
+ * Motor tanker, dry cargo: 8023.
481
+ */
482
+ MotorTankerDryCargo: string;
483
+ /**
484
+ * Tank barge, liquid cargo, type N: 8161.
485
+ */
486
+ TankBargeLiquidCargoTypeN: string;
487
+ /**
488
+ * Tank barge, liquid cargo, type C: 8162.
489
+ */
490
+ TankBargeLiquidCargoTypeC: string;
491
+ /**
492
+ * Tank barge, dry cargo: 8163.
493
+ */
494
+ TankBargeDryCargo: string;
495
+ /**
496
+ * Ferry: 8441.
497
+ */
498
+ Ferry8441: string;
499
+ /**
500
+ * Red cross ship: 8442.
501
+ */
502
+ RedCrossShip: string;
503
+ /**
504
+ * Cruise ship: 8443.
505
+ */
506
+ CruiseShip8443: string;
507
+ /**
508
+ * Passenger ship without accommodation: 8444.
509
+ */
510
+ PassengerShipWithoutAccommodation: string;
511
+ /**
512
+ * Day-trip high speed vessel: 8445.
513
+ */
514
+ DayTripHighSpeedVessel: string;
515
+ /**
516
+ * Day-trip hydrofoil vessel: 8446.
517
+ */
518
+ DayTripHydrofoilVessel: string;
519
+ /**
520
+ * Sailing cruise ship: 8447.
521
+ */
522
+ SailingCruiseShip: string;
523
+ /**
524
+ * Sailing passenger ship without accommodation: 8448.
525
+ */
526
+ SailingPassengerShipWithoutAccommodation: string;
527
+ /**
528
+ * Service vessel: 8451.
529
+ */
530
+ ServiceVessel: string;
531
+ /**
532
+ * Police patrol vessel: 8452.
533
+ */
534
+ PolicePatrolVessel: string;
535
+ /**
536
+ * Port service vessel: 8453.
537
+ */
538
+ PortServiceVessel: string;
539
+ /**
540
+ * Navigation surveillance vessel: 8454.
541
+ */
542
+ NavigationSurveillanceVessel: string;
543
+ };
544
+ /**
545
+ * A character string used to represent the transport means type.
546
+ * https://vocabulary.uncefact.org/TransportMeansTypeCodeList
547
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmeanstypecodelist.json
548
+ */
549
+ export type UneceTransportMeansTypeCodes = (typeof UneceTransportMeansTypeCodes)[keyof typeof UneceTransportMeansTypeCodes];
@@ -0,0 +1,53 @@
1
+ /**
2
+ * A character string used to represent a transport mode.
3
+ * https://vocabulary.uncefact.org/TransportModeCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmodecodelist.json
5
+ */
6
+ export declare const UneceTransportModeCodes: {
7
+ /**
8
+ * Transport mode not specified: 0.
9
+ */
10
+ TransportModeNotSpecified: string;
11
+ /**
12
+ * Maritime transport: 1.
13
+ */
14
+ MaritimeTransport: string;
15
+ /**
16
+ * Rail transport: 2.
17
+ */
18
+ RailTransport: string;
19
+ /**
20
+ * Road transport: 3.
21
+ */
22
+ RoadTransport: string;
23
+ /**
24
+ * Air transport: 4.
25
+ */
26
+ AirTransport: string;
27
+ /**
28
+ * Mail: 5.
29
+ */
30
+ Mail: string;
31
+ /**
32
+ * Multimodal transport: 6.
33
+ */
34
+ MultimodalTransport: string;
35
+ /**
36
+ * Fixed transport installations: 7.
37
+ */
38
+ FixedTransportInstallations: string;
39
+ /**
40
+ * Inland water transport: 8.
41
+ */
42
+ InlandWaterTransport: string;
43
+ /**
44
+ * Transport mode not applicable: 9.
45
+ */
46
+ TransportModeNotApplicable: string;
47
+ };
48
+ /**
49
+ * A character string used to represent a transport mode.
50
+ * https://vocabulary.uncefact.org/TransportModeCodeList
51
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmodecodelist.json
52
+ */
53
+ export type UneceTransportModeCodes = (typeof UneceTransportModeCodes)[keyof typeof UneceTransportModeCodes];
@@ -0,0 +1,109 @@
1
+ /**
2
+ * A character string used to represent a workflow status.
3
+ * https://vocabulary.uncefact.org/WorkflowStatusCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/workflowstatuscodelist.json
5
+ */
6
+ export declare const UneceWorkflowStatusCodes: {
7
+ /**
8
+ * To be done: 1.
9
+ */
10
+ ToBeDone: string;
11
+ /**
12
+ * Instructed to start: 108.
13
+ */
14
+ InstructedToStart: string;
15
+ /**
16
+ * Instructed to stop: 109.
17
+ */
18
+ InstructedToStop: string;
19
+ /**
20
+ * Inactive: 111.
21
+ */
22
+ Inactive: string;
23
+ /**
24
+ * Active: 112.
25
+ */
26
+ Active: string;
27
+ /**
28
+ * Complete: 121.
29
+ */
30
+ Complete: string;
31
+ /**
32
+ * Requested: 17.
33
+ */
34
+ Requested: string;
35
+ /**
36
+ * Done: 2.
37
+ */
38
+ Done: string;
39
+ /**
40
+ * Transaction expected to be executed: 28.
41
+ */
42
+ TransactionExpectedToBeExecuted: string;
43
+ /**
44
+ * Passed on: 3.
45
+ */
46
+ PassedOn: string;
47
+ /**
48
+ * Started: 35.
49
+ */
50
+ Started: string;
51
+ /**
52
+ * Revised: 36.
53
+ */
54
+ Revised: string;
55
+ /**
56
+ * Assigned: 38.
57
+ */
58
+ Assigned: string;
59
+ /**
60
+ * Approved: 39.
61
+ */
62
+ Approved: string;
63
+ /**
64
+ * Withdrawn: 40.
65
+ */
66
+ Withdrawn: string;
67
+ /**
68
+ * Rejected: 41.
69
+ */
70
+ Rejected: string;
71
+ /**
72
+ * Approval pending: 42.
73
+ */
74
+ ApprovalPending: string;
75
+ /**
76
+ * Postponed: 43.
77
+ */
78
+ Postponed: string;
79
+ /**
80
+ * Replaced: 44.
81
+ */
82
+ Replaced: string;
83
+ /**
84
+ * Issued: 70.
85
+ */
86
+ Issued: string;
87
+ /**
88
+ * Confirmed: 73.
89
+ */
90
+ Confirmed: string;
91
+ /**
92
+ * Updated: 85.
93
+ */
94
+ Updated: string;
95
+ /**
96
+ * Unchanged: 95.
97
+ */
98
+ Unchanged: string;
99
+ /**
100
+ * Pending: 97.
101
+ */
102
+ Pending: string;
103
+ };
104
+ /**
105
+ * A character string used to represent a workflow status.
106
+ * https://vocabulary.uncefact.org/WorkflowStatusCodeList
107
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/workflowstatuscodelist.json
108
+ */
109
+ export type UneceWorkflowStatusCodes = (typeof UneceWorkflowStatusCodes)[keyof typeof UneceWorkflowStatusCodes];
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
4
4
  * https://vocabulary.uncefact.org/AmountCurrency
5
5
  * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/amountcurrency.json
6
6
  */
7
- export declare const AMOUNT_CURRENCY_CODES: IUneceCode[];
7
+ export declare const UNECE_AMOUNT_CURRENCY_CODES: IUneceCode[];
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
4
4
  * https://vocabulary.uncefact.org/CountryId
5
5
  * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/countryid.json
6
6
  */
7
- export declare const COUNTRY_ID_CODES: IUneceCode[];
7
+ export declare const UNECE_COUNTRY_ID_CODES: IUneceCode[];