@twin.org/standards-unece 0.0.3-next.37 → 0.0.3-next.39

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 (61) hide show
  1. package/dist/es/helpers/unCodeLists.js +85 -0
  2. package/dist/es/helpers/unCodeLists.js.map +1 -0
  3. package/dist/es/index.js +2 -0
  4. package/dist/es/index.js.map +1 -1
  5. package/dist/es/models/bsp/IUneceAirFlowUnitMeasureType.js.map +1 -1
  6. package/dist/es/models/bsp/IUneceAmountType.js.map +1 -1
  7. package/dist/es/models/bsp/IUneceDurationUnitMeasureType.js.map +1 -1
  8. package/dist/es/models/bsp/IUneceFileSizeUnitMeasureType.js.map +1 -1
  9. package/dist/es/models/bsp/IUneceLinearUnitMeasureType.js.map +1 -1
  10. package/dist/es/models/bsp/IUneceMeasureType.js.map +1 -1
  11. package/dist/es/models/bsp/IUneceQuantityType.js.map +1 -1
  12. package/dist/es/models/bsp/IUneceTemperatureUnitMeasureType.js.map +1 -1
  13. package/dist/es/models/bsp/IUneceUnitMeasureType.js.map +1 -1
  14. package/dist/es/models/bsp/IUneceVolumeUnitMeasureType.js.map +1 -1
  15. package/dist/es/models/bsp/IUneceWeightUnitMeasureType.js.map +1 -1
  16. package/dist/es/models/uneceCodeLists.js +717 -0
  17. package/dist/es/models/uneceCodeLists.js.map +1 -0
  18. package/dist/es/schemas/UneceAirFlowUnitMeasureType.json +1 -1
  19. package/dist/es/schemas/UneceAmountType.json +1 -1
  20. package/dist/es/schemas/UneceDurationUnitMeasureType.json +1 -1
  21. package/dist/es/schemas/UneceFileSizeUnitMeasureType.json +1 -1
  22. package/dist/es/schemas/UneceLinearUnitMeasureType.json +1 -1
  23. package/dist/es/schemas/UneceMeasureType.json +1 -1
  24. package/dist/es/schemas/UneceQuantityType.json +1 -1
  25. package/dist/es/schemas/UneceTemperatureUnitMeasureType.json +1 -1
  26. package/dist/es/schemas/UneceUnitMeasureType.json +1 -1
  27. package/dist/es/schemas/UneceVolumeUnitMeasureType.json +1 -1
  28. package/dist/es/schemas/UneceWeightUnitMeasureType.json +1 -1
  29. package/dist/types/helpers/unCodeLists.d.ts +24 -0
  30. package/dist/types/index.d.ts +2 -0
  31. package/dist/types/models/bsp/IUneceAirFlowUnitMeasureType.d.ts +1 -1
  32. package/dist/types/models/bsp/IUneceAmountType.d.ts +1 -1
  33. package/dist/types/models/bsp/IUneceDurationUnitMeasureType.d.ts +1 -1
  34. package/dist/types/models/bsp/IUneceFileSizeUnitMeasureType.d.ts +1 -1
  35. package/dist/types/models/bsp/IUneceLinearUnitMeasureType.d.ts +1 -1
  36. package/dist/types/models/bsp/IUneceMeasureType.d.ts +1 -1
  37. package/dist/types/models/bsp/IUneceQuantityType.d.ts +1 -1
  38. package/dist/types/models/bsp/IUneceTemperatureUnitMeasureType.d.ts +1 -1
  39. package/dist/types/models/bsp/IUneceUnitMeasureType.d.ts +1 -1
  40. package/dist/types/models/bsp/IUneceVolumeUnitMeasureType.d.ts +1 -1
  41. package/dist/types/models/bsp/IUneceWeightUnitMeasureType.d.ts +1 -1
  42. package/dist/types/models/uneceCodeLists.d.ts +716 -0
  43. package/docs/changelog.md +14 -0
  44. package/docs/reference/classes/UnCodeLists.md +79 -0
  45. package/docs/reference/index.md +3 -0
  46. package/docs/reference/interfaces/IUneceAirFlowUnitMeasureType.md +1 -1
  47. package/docs/reference/interfaces/IUneceAmountType.md +1 -1
  48. package/docs/reference/interfaces/IUneceDurationUnitMeasureType.md +1 -1
  49. package/docs/reference/interfaces/IUneceFileSizeUnitMeasureType.md +1 -1
  50. package/docs/reference/interfaces/IUneceLinearUnitMeasureType.md +1 -1
  51. package/docs/reference/interfaces/IUneceMeasureType.md +1 -1
  52. package/docs/reference/interfaces/IUneceQuantityType.md +1 -1
  53. package/docs/reference/interfaces/IUneceTemperatureUnitMeasureType.md +1 -1
  54. package/docs/reference/interfaces/IUneceUnitMeasureType.md +1 -1
  55. package/docs/reference/interfaces/IUneceVolumeUnitMeasureType.md +1 -1
  56. package/docs/reference/interfaces/IUneceWeightUnitMeasureType.md +1 -1
  57. package/docs/reference/type-aliases/UneceCodeLists.md +9 -0
  58. package/docs/reference/variables/UneceCodeLists.md +1421 -0
  59. package/locales/.validate-ignore +1 -0
  60. package/locales/en.json +13758 -1
  61. package/package.json +1 -1
@@ -0,0 +1,717 @@
1
+ // Copyright 2025 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /* cSpell:disable */
4
+ /* This file is auto-generated with the generateInterfaces script, do not edit manually. */
5
+ /**
6
+ * The types of UNECE code lists.
7
+ * @see https://vocabulary.uncefact.org/code-lists
8
+ */
9
+ // eslint-disable-next-line @typescript-eslint/naming-convention
10
+ export const UneceCodeLists = {
11
+ /**
12
+ * AccessRightsTypeCodeList.
13
+ * @see https://vocabulary.uncefact.org/AccessRightsTypeCodeList
14
+ */
15
+ AccessRightsTypeCodeList: "unece:AccessRightsTypeCodeList",
16
+ /**
17
+ * AccountingAccountBalanceReopeningTypeCodeList.
18
+ * @see https://vocabulary.uncefact.org/AccountingAccountBalanceReopeningTypeCodeList
19
+ */
20
+ AccountingAccountBalanceReopeningTypeCodeList: "unece:AccountingAccountBalanceReopeningTypeCodeList",
21
+ /**
22
+ * AccountingAccountClassificationCodeList.
23
+ * @see https://vocabulary.uncefact.org/AccountingAccountClassificationCodeList
24
+ */
25
+ AccountingAccountClassificationCodeList: "unece:AccountingAccountClassificationCodeList",
26
+ /**
27
+ * AccountingAccountNatureTypeCodeList.
28
+ * @see https://vocabulary.uncefact.org/AccountingAccountNatureTypeCodeList
29
+ */
30
+ AccountingAccountNatureTypeCodeList: "unece:AccountingAccountNatureTypeCodeList",
31
+ /**
32
+ * AccountingAccountStatusCodeList.
33
+ * @see https://vocabulary.uncefact.org/AccountingAccountStatusCodeList
34
+ */
35
+ AccountingAccountStatusCodeList: "unece:AccountingAccountStatusCodeList",
36
+ /**
37
+ * AccountingAccountTypeCodeList.
38
+ * @see https://vocabulary.uncefact.org/AccountingAccountTypeCodeList
39
+ */
40
+ AccountingAccountTypeCodeList: "unece:AccountingAccountTypeCodeList",
41
+ /**
42
+ * AccountingAmountQualifierCodeList.
43
+ * @see https://vocabulary.uncefact.org/AccountingAmountQualifierCodeList
44
+ */
45
+ AccountingAmountQualifierCodeList: "unece:AccountingAmountQualifierCodeList",
46
+ /**
47
+ * AccountingAmountTypeCodeList.
48
+ * @see https://vocabulary.uncefact.org/AccountingAmountTypeCodeList
49
+ */
50
+ AccountingAmountTypeCodeList: "unece:AccountingAmountTypeCodeList",
51
+ /**
52
+ * AccountingContactCodeList.
53
+ * @see https://vocabulary.uncefact.org/AccountingContactCodeList
54
+ */
55
+ AccountingContactCodeList: "unece:AccountingContactCodeList",
56
+ /**
57
+ * AccountingDebitCreditStatusCodeList.
58
+ * @see https://vocabulary.uncefact.org/AccountingDebitCreditStatusCodeList
59
+ */
60
+ AccountingDebitCreditStatusCodeList: "unece:AccountingDebitCreditStatusCodeList",
61
+ /**
62
+ * AccountingDocumentCodeList.
63
+ * @see https://vocabulary.uncefact.org/AccountingDocumentCodeList
64
+ */
65
+ AccountingDocumentCodeList: "unece:AccountingDocumentCodeList",
66
+ /**
67
+ * AccountingDocumentTypeCodeList.
68
+ * @see https://vocabulary.uncefact.org/AccountingDocumentTypeCodeList
69
+ */
70
+ AccountingDocumentTypeCodeList: "unece:AccountingDocumentTypeCodeList",
71
+ /**
72
+ * AccountingEntryCategoryCodeList.
73
+ * @see https://vocabulary.uncefact.org/AccountingEntryCategoryCodeList
74
+ */
75
+ AccountingEntryCategoryCodeList: "unece:AccountingEntryCategoryCodeList",
76
+ /**
77
+ * AccountingEntryLineCategoryCodeList.
78
+ * @see https://vocabulary.uncefact.org/AccountingEntryLineCategoryCodeList
79
+ */
80
+ AccountingEntryLineCategoryCodeList: "unece:AccountingEntryLineCategoryCodeList",
81
+ /**
82
+ * AccountingEntryLineSourceCodeList.
83
+ * @see https://vocabulary.uncefact.org/AccountingEntryLineSourceCodeList
84
+ */
85
+ AccountingEntryLineSourceCodeList: "unece:AccountingEntryLineSourceCodeList",
86
+ /**
87
+ * AccountingEntryProcessingCodeList.
88
+ * @see https://vocabulary.uncefact.org/AccountingEntryProcessingCodeList
89
+ */
90
+ AccountingEntryProcessingCodeList: "unece:AccountingEntryProcessingCodeList",
91
+ /**
92
+ * AccountingJournalCategoryCodeList.
93
+ * @see https://vocabulary.uncefact.org/AccountingJournalCategoryCodeList
94
+ */
95
+ AccountingJournalCategoryCodeList: "unece:AccountingJournalCategoryCodeList",
96
+ /**
97
+ * AccountingJournalCodeList.
98
+ * @see https://vocabulary.uncefact.org/AccountingJournalCodeList
99
+ */
100
+ AccountingJournalCodeList: "unece:AccountingJournalCodeList",
101
+ /**
102
+ * AccountingPeriodFunctionCodeList.
103
+ * @see https://vocabulary.uncefact.org/AccountingPeriodFunctionCodeList
104
+ */
105
+ AccountingPeriodFunctionCodeList: "unece:AccountingPeriodFunctionCodeList",
106
+ /**
107
+ * AccountingPerquisiteCodeList.
108
+ * @see https://vocabulary.uncefact.org/AccountingPerquisiteCodeList
109
+ */
110
+ AccountingPerquisiteCodeList: "unece:AccountingPerquisiteCodeList",
111
+ /**
112
+ * AccountingVoucherMediumCodeList.
113
+ * @see https://vocabulary.uncefact.org/AccountingVoucherMediumCodeList
114
+ */
115
+ AccountingVoucherMediumCodeList: "unece:AccountingVoucherMediumCodeList",
116
+ /**
117
+ * AcknowledgementCodeList.
118
+ * @see https://vocabulary.uncefact.org/AcknowledgementCodeList
119
+ */
120
+ AcknowledgementCodeList: "unece:AcknowledgementCodeList",
121
+ /**
122
+ * AdditionalPostponementCodeList.
123
+ * @see https://vocabulary.uncefact.org/AdditionalPostponementCodeList
124
+ */
125
+ AdditionalPostponementCodeList: "unece:AdditionalPostponementCodeList",
126
+ /**
127
+ * AddressFormatTypeCodeList.
128
+ * @see https://vocabulary.uncefact.org/AddressFormatTypeCodeList
129
+ */
130
+ AddressFormatTypeCodeList: "unece:AddressFormatTypeCodeList",
131
+ /**
132
+ * AddressTypeCodeList.
133
+ * @see https://vocabulary.uncefact.org/AddressTypeCodeList
134
+ */
135
+ AddressTypeCodeList: "unece:AddressTypeCodeList",
136
+ /**
137
+ * AdjustmentReasonCodeList.
138
+ * @see https://vocabulary.uncefact.org/AdjustmentReasonCodeList
139
+ */
140
+ AdjustmentReasonCodeList: "unece:AdjustmentReasonCodeList",
141
+ /**
142
+ * AirFlowUnitMeasureCode.
143
+ * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureCode
144
+ */
145
+ AirFlowUnitMeasureCode: "unece:AirFlowUnitMeasureCode",
146
+ /**
147
+ * AllowanceChargeIdCodeList.
148
+ * @see https://vocabulary.uncefact.org/AllowanceChargeIdCodeList
149
+ */
150
+ AllowanceChargeIdCodeList: "unece:AllowanceChargeIdCodeList",
151
+ /**
152
+ * AllowanceChargeReasonCodeList.
153
+ * @see https://vocabulary.uncefact.org/AllowanceChargeReasonCodeList
154
+ */
155
+ AllowanceChargeReasonCodeList: "unece:AllowanceChargeReasonCodeList",
156
+ /**
157
+ * AlternateCurrencyAmountTypeCodeList.
158
+ * @see https://vocabulary.uncefact.org/AlternateCurrencyAmountTypeCodeList
159
+ */
160
+ AlternateCurrencyAmountTypeCodeList: "unece:AlternateCurrencyAmountTypeCodeList",
161
+ /**
162
+ * AmortizationMethodCodeList.
163
+ * @see https://vocabulary.uncefact.org/AmortizationMethodCodeList
164
+ */
165
+ AmortizationMethodCodeList: "unece:AmortizationMethodCodeList",
166
+ /**
167
+ * AmountCurrency.
168
+ * @see https://vocabulary.uncefact.org/AmountCurrency
169
+ */
170
+ AmountCurrency: "unece:AmountCurrency",
171
+ /**
172
+ * AmountWeightTypeCodeList.
173
+ * @see https://vocabulary.uncefact.org/AmountWeightTypeCodeList
174
+ */
175
+ AmountWeightTypeCodeList: "unece:AmountWeightTypeCodeList",
176
+ /**
177
+ * AutomaticDataCaptureMethodCodeList.
178
+ * @see https://vocabulary.uncefact.org/AutomaticDataCaptureMethodCodeList
179
+ */
180
+ AutomaticDataCaptureMethodCodeList: "unece:AutomaticDataCaptureMethodCodeList",
181
+ /**
182
+ * BillingDocumentCodeList.
183
+ * @see https://vocabulary.uncefact.org/BillingDocumentCodeList
184
+ */
185
+ BillingDocumentCodeList: "unece:BillingDocumentCodeList",
186
+ /**
187
+ * BinaryObjectCharacterSetCodeList.
188
+ * @see https://vocabulary.uncefact.org/BinaryObjectCharacterSetCodeList
189
+ */
190
+ BinaryObjectCharacterSetCodeList: "unece:BinaryObjectCharacterSetCodeList",
191
+ /**
192
+ * BinaryObjectEncodingCodeList.
193
+ * @see https://vocabulary.uncefact.org/BinaryObjectEncodingCodeList
194
+ */
195
+ BinaryObjectEncodingCodeList: "unece:BinaryObjectEncodingCodeList",
196
+ /**
197
+ * CargoCategoryCodeList.
198
+ * @see https://vocabulary.uncefact.org/CargoCategoryCodeList
199
+ */
200
+ CargoCategoryCodeList: "unece:CargoCategoryCodeList",
201
+ /**
202
+ * CargoCommodityCategoryCodeList.
203
+ * @see https://vocabulary.uncefact.org/CargoCommodityCategoryCodeList
204
+ */
205
+ CargoCommodityCategoryCodeList: "unece:CargoCommodityCategoryCodeList",
206
+ /**
207
+ * CargoOperationalCategoryCodeList.
208
+ * @see https://vocabulary.uncefact.org/CargoOperationalCategoryCodeList
209
+ */
210
+ CargoOperationalCategoryCodeList: "unece:CargoOperationalCategoryCodeList",
211
+ /**
212
+ * CargoTypeClassificationCodeList.
213
+ * @see https://vocabulary.uncefact.org/CargoTypeClassificationCodeList
214
+ */
215
+ CargoTypeClassificationCodeList: "unece:CargoTypeClassificationCodeList",
216
+ /**
217
+ * CertificateTypeCodeList.
218
+ * @see https://vocabulary.uncefact.org/CertificateTypeCodeList
219
+ */
220
+ CertificateTypeCodeList: "unece:CertificateTypeCodeList",
221
+ /**
222
+ * ChargePayingPartyRoleCodeList.
223
+ * @see https://vocabulary.uncefact.org/ChargePayingPartyRoleCodeList
224
+ */
225
+ ChargePayingPartyRoleCodeList: "unece:ChargePayingPartyRoleCodeList",
226
+ /**
227
+ * CodeListResponsibleAgencyCodeList.
228
+ * @see https://vocabulary.uncefact.org/CodeListResponsibleAgencyCodeList
229
+ */
230
+ CodeListResponsibleAgencyCodeList: "unece:CodeListResponsibleAgencyCodeList",
231
+ /**
232
+ * CommitmentLevelCodeList.
233
+ * @see https://vocabulary.uncefact.org/CommitmentLevelCodeList
234
+ */
235
+ CommitmentLevelCodeList: "unece:CommitmentLevelCodeList",
236
+ /**
237
+ * CommunicationChannelCodeList.
238
+ * @see https://vocabulary.uncefact.org/CommunicationChannelCodeList
239
+ */
240
+ CommunicationChannelCodeList: "unece:CommunicationChannelCodeList",
241
+ /**
242
+ * ContactTypeCodeList.
243
+ * @see https://vocabulary.uncefact.org/ContactTypeCodeList
244
+ */
245
+ ContactTypeCodeList: "unece:ContactTypeCodeList",
246
+ /**
247
+ * CountryId.
248
+ * @see https://vocabulary.uncefact.org/CountryId
249
+ */
250
+ CountryId: "unece:CountryId",
251
+ /**
252
+ * CurrencyCodeList.
253
+ * @see https://vocabulary.uncefact.org/CurrencyCodeList
254
+ */
255
+ CurrencyCodeList: "unece:CurrencyCodeList",
256
+ /**
257
+ * CustomsDutyRegimeTypeCodeList.
258
+ * @see https://vocabulary.uncefact.org/CustomsDutyRegimeTypeCodeList
259
+ */
260
+ CustomsDutyRegimeTypeCodeList: "unece:CustomsDutyRegimeTypeCodeList",
261
+ /**
262
+ * CustomsProcedureGuaranteeCodeList.
263
+ * @see https://vocabulary.uncefact.org/CustomsProcedureGuaranteeCodeList
264
+ */
265
+ CustomsProcedureGuaranteeCodeList: "unece:CustomsProcedureGuaranteeCodeList",
266
+ /**
267
+ * DangerousGoodsPackagingLevelCodeList.
268
+ * @see https://vocabulary.uncefact.org/DangerousGoodsPackagingLevelCodeList
269
+ */
270
+ DangerousGoodsPackagingLevelCodeList: "unece:DangerousGoodsPackagingLevelCodeList",
271
+ /**
272
+ * DangerousGoodsRegulationCodeList.
273
+ * @see https://vocabulary.uncefact.org/DangerousGoodsRegulationCodeList
274
+ */
275
+ DangerousGoodsRegulationCodeList: "unece:DangerousGoodsRegulationCodeList",
276
+ /**
277
+ * DateTimePeriodFunctionCodeList.
278
+ * @see https://vocabulary.uncefact.org/DateTimePeriodFunctionCodeList
279
+ */
280
+ DateTimePeriodFunctionCodeList: "unece:DateTimePeriodFunctionCodeList",
281
+ /**
282
+ * DeliveryTermsCodeList.
283
+ * @see https://vocabulary.uncefact.org/DeliveryTermsCodeList
284
+ */
285
+ DeliveryTermsCodeList: "unece:DeliveryTermsCodeList",
286
+ /**
287
+ * DeliveryTermsFunctionCodeList.
288
+ * @see https://vocabulary.uncefact.org/DeliveryTermsFunctionCodeList
289
+ */
290
+ DeliveryTermsFunctionCodeList: "unece:DeliveryTermsFunctionCodeList",
291
+ /**
292
+ * DimensionTypeCodeList.
293
+ * @see https://vocabulary.uncefact.org/DimensionTypeCodeList
294
+ */
295
+ DimensionTypeCodeList: "unece:DimensionTypeCodeList",
296
+ /**
297
+ * DocumentCodeList.
298
+ * @see https://vocabulary.uncefact.org/DocumentCodeList
299
+ */
300
+ DocumentCodeList: "unece:DocumentCodeList",
301
+ /**
302
+ * DocumentStatusCodeList.
303
+ * @see https://vocabulary.uncefact.org/DocumentStatusCodeList
304
+ */
305
+ DocumentStatusCodeList: "unece:DocumentStatusCodeList",
306
+ /**
307
+ * DurationUnitMeasureCode.
308
+ * @see https://vocabulary.uncefact.org/DurationUnitMeasureCode
309
+ */
310
+ DurationUnitMeasureCode: "unece:DurationUnitMeasureCode",
311
+ /**
312
+ * FileSizeUnitMeasureCode.
313
+ * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureCode
314
+ */
315
+ FileSizeUnitMeasureCode: "unece:FileSizeUnitMeasureCode",
316
+ /**
317
+ * FinancialAccountTypeCodeList.
318
+ * @see https://vocabulary.uncefact.org/FinancialAccountTypeCodeList
319
+ */
320
+ FinancialAccountTypeCodeList: "unece:FinancialAccountTypeCodeList",
321
+ /**
322
+ * FinancialAdjustmentReasonCodeList.
323
+ * @see https://vocabulary.uncefact.org/FinancialAdjustmentReasonCodeList
324
+ */
325
+ FinancialAdjustmentReasonCodeList: "unece:FinancialAdjustmentReasonCodeList",
326
+ /**
327
+ * FinancialInstitutionRoleCodeList.
328
+ * @see https://vocabulary.uncefact.org/FinancialInstitutionRoleCodeList
329
+ */
330
+ FinancialInstitutionRoleCodeList: "unece:FinancialInstitutionRoleCodeList",
331
+ /**
332
+ * FreightChargeTariffClassCodeList.
333
+ * @see https://vocabulary.uncefact.org/FreightChargeTariffClassCodeList
334
+ */
335
+ FreightChargeTariffClassCodeList: "unece:FreightChargeTariffClassCodeList",
336
+ /**
337
+ * FreightChargeTypeId.
338
+ * @see https://vocabulary.uncefact.org/FreightChargeTypeId
339
+ */
340
+ FreightChargeTypeId: "unece:FreightChargeTypeId",
341
+ /**
342
+ * GoodsTypeCodeList.
343
+ * @see https://vocabulary.uncefact.org/GoodsTypeCodeList
344
+ */
345
+ GoodsTypeCodeList: "unece:GoodsTypeCodeList",
346
+ /**
347
+ * GoodsTypeExtensionCodeList.
348
+ * @see https://vocabulary.uncefact.org/GoodsTypeExtensionCodeList
349
+ */
350
+ GoodsTypeExtensionCodeList: "unece:GoodsTypeExtensionCodeList",
351
+ /**
352
+ * GovernmentActionCodeList.
353
+ * @see https://vocabulary.uncefact.org/GovernmentActionCodeList
354
+ */
355
+ GovernmentActionCodeList: "unece:GovernmentActionCodeList",
356
+ /**
357
+ * InvoiceDocumentCodeList.
358
+ * @see https://vocabulary.uncefact.org/InvoiceDocumentCodeList
359
+ */
360
+ InvoiceDocumentCodeList: "unece:InvoiceDocumentCodeList",
361
+ /**
362
+ * LanguageCodeList.
363
+ * @see https://vocabulary.uncefact.org/LanguageCodeList
364
+ */
365
+ LanguageCodeList: "unece:LanguageCodeList",
366
+ /**
367
+ * LanguageId.
368
+ * @see https://vocabulary.uncefact.org/LanguageId
369
+ */
370
+ LanguageId: "unece:LanguageId",
371
+ /**
372
+ * LifetimeEndCostCodeList.
373
+ * @see https://vocabulary.uncefact.org/LifetimeEndCostCodeList
374
+ */
375
+ LifetimeEndCostCodeList: "unece:LifetimeEndCostCodeList",
376
+ /**
377
+ * LinearUnitMeasureCode.
378
+ * @see https://vocabulary.uncefact.org/LinearUnitMeasureCode
379
+ */
380
+ LinearUnitMeasureCode: "unece:LinearUnitMeasureCode",
381
+ /**
382
+ * LineStatusCodeList.
383
+ * @see https://vocabulary.uncefact.org/LineStatusCodeList
384
+ */
385
+ LineStatusCodeList: "unece:LineStatusCodeList",
386
+ /**
387
+ * LocationFunctionCodeList.
388
+ * @see https://vocabulary.uncefact.org/LocationFunctionCodeList
389
+ */
390
+ LocationFunctionCodeList: "unece:LocationFunctionCodeList",
391
+ /**
392
+ * LogisticsChargeCalculationBasisCodeList.
393
+ * @see https://vocabulary.uncefact.org/LogisticsChargeCalculationBasisCodeList
394
+ */
395
+ LogisticsChargeCalculationBasisCodeList: "unece:LogisticsChargeCalculationBasisCodeList",
396
+ /**
397
+ * LogisticsStatusCodeList.
398
+ * @see https://vocabulary.uncefact.org/LogisticsStatusCodeList
399
+ */
400
+ LogisticsStatusCodeList: "unece:LogisticsStatusCodeList",
401
+ /**
402
+ * MarkingInstructionCodeList.
403
+ * @see https://vocabulary.uncefact.org/MarkingInstructionCodeList
404
+ */
405
+ MarkingInstructionCodeList: "unece:MarkingInstructionCodeList",
406
+ /**
407
+ * MeasuredAttributeCodeList.
408
+ * @see https://vocabulary.uncefact.org/MeasuredAttributeCodeList
409
+ */
410
+ MeasuredAttributeCodeList: "unece:MeasuredAttributeCodeList",
411
+ /**
412
+ * MessageFunctionCodeList.
413
+ * @see https://vocabulary.uncefact.org/MessageFunctionCodeList
414
+ */
415
+ MessageFunctionCodeList: "unece:MessageFunctionCodeList",
416
+ /**
417
+ * OrganizationFunctionTypeCodeList.
418
+ * @see https://vocabulary.uncefact.org/OrganizationFunctionTypeCodeList
419
+ */
420
+ OrganizationFunctionTypeCodeList: "unece:OrganizationFunctionTypeCodeList",
421
+ /**
422
+ * PackageTypeCodeList.
423
+ * @see https://vocabulary.uncefact.org/PackageTypeCodeList
424
+ */
425
+ PackageTypeCodeList: "unece:PackageTypeCodeList",
426
+ /**
427
+ * PackagingLevelCodeList.
428
+ * @see https://vocabulary.uncefact.org/PackagingLevelCodeList
429
+ */
430
+ PackagingLevelCodeList: "unece:PackagingLevelCodeList",
431
+ /**
432
+ * PackagingMarkingCodeList.
433
+ * @see https://vocabulary.uncefact.org/PackagingMarkingCodeList
434
+ */
435
+ PackagingMarkingCodeList: "unece:PackagingMarkingCodeList",
436
+ /**
437
+ * PartyRoleCodeList.
438
+ * @see https://vocabulary.uncefact.org/PartyRoleCodeList
439
+ */
440
+ PartyRoleCodeList: "unece:PartyRoleCodeList",
441
+ /**
442
+ * PartyTypeCodeList.
443
+ * @see https://vocabulary.uncefact.org/PartyTypeCodeList
444
+ */
445
+ PartyTypeCodeList: "unece:PartyTypeCodeList",
446
+ /**
447
+ * PaymentGuaranteeMeansCodeList.
448
+ * @see https://vocabulary.uncefact.org/PaymentGuaranteeMeansCodeList
449
+ */
450
+ PaymentGuaranteeMeansCodeList: "unece:PaymentGuaranteeMeansCodeList",
451
+ /**
452
+ * PaymentMeansChannelCodeList.
453
+ * @see https://vocabulary.uncefact.org/PaymentMeansChannelCodeList
454
+ */
455
+ PaymentMeansChannelCodeList: "unece:PaymentMeansChannelCodeList",
456
+ /**
457
+ * PaymentMeansCodeList.
458
+ * @see https://vocabulary.uncefact.org/PaymentMeansCodeList
459
+ */
460
+ PaymentMeansCodeList: "unece:PaymentMeansCodeList",
461
+ /**
462
+ * PaymentMethodCodeList.
463
+ * @see https://vocabulary.uncefact.org/PaymentMethodCodeList
464
+ */
465
+ PaymentMethodCodeList: "unece:PaymentMethodCodeList",
466
+ /**
467
+ * PaymentTermsEventTimeReferenceCodeList.
468
+ * @see https://vocabulary.uncefact.org/PaymentTermsEventTimeReferenceCodeList
469
+ */
470
+ PaymentTermsEventTimeReferenceCodeList: "unece:PaymentTermsEventTimeReferenceCodeList",
471
+ /**
472
+ * PaymentTermsId.
473
+ * @see https://vocabulary.uncefact.org/PaymentTermsId
474
+ */
475
+ PaymentTermsId: "unece:PaymentTermsId",
476
+ /**
477
+ * PaymentTermsTypeCodeList.
478
+ * @see https://vocabulary.uncefact.org/PaymentTermsTypeCodeList
479
+ */
480
+ PaymentTermsTypeCodeList: "unece:PaymentTermsTypeCodeList",
481
+ /**
482
+ * PriceTypeCodeList.
483
+ * @see https://vocabulary.uncefact.org/PriceTypeCodeList
484
+ */
485
+ PriceTypeCodeList: "unece:PriceTypeCodeList",
486
+ /**
487
+ * PriorityDescriptionCodeList.
488
+ * @see https://vocabulary.uncefact.org/PriorityDescriptionCodeList
489
+ */
490
+ PriorityDescriptionCodeList: "unece:PriorityDescriptionCodeList",
491
+ /**
492
+ * ProcessTypeCodeList.
493
+ * @see https://vocabulary.uncefact.org/ProcessTypeCodeList
494
+ */
495
+ ProcessTypeCodeList: "unece:ProcessTypeCodeList",
496
+ /**
497
+ * QuotationDocumentCodeList.
498
+ * @see https://vocabulary.uncefact.org/QuotationDocumentCodeList
499
+ */
500
+ QuotationDocumentCodeList: "unece:QuotationDocumentCodeList",
501
+ /**
502
+ * ReferenceCodeList.
503
+ * @see https://vocabulary.uncefact.org/ReferenceCodeList
504
+ */
505
+ ReferenceCodeList: "unece:ReferenceCodeList",
506
+ /**
507
+ * RefundMethodCodeList.
508
+ * @see https://vocabulary.uncefact.org/RefundMethodCodeList
509
+ */
510
+ RefundMethodCodeList: "unece:RefundMethodCodeList",
511
+ /**
512
+ * RemittanceDocumentCodeList.
513
+ * @see https://vocabulary.uncefact.org/RemittanceDocumentCodeList
514
+ */
515
+ RemittanceDocumentCodeList: "unece:RemittanceDocumentCodeList",
516
+ /**
517
+ * ResponseTypeCodeList.
518
+ * @see https://vocabulary.uncefact.org/ResponseTypeCodeList
519
+ */
520
+ ResponseTypeCodeList: "unece:ResponseTypeCodeList",
521
+ /**
522
+ * ResponsibleGovernmentAgencyCodeList.
523
+ * @see https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
524
+ */
525
+ ResponsibleGovernmentAgencyCodeList: "unece:ResponsibleGovernmentAgencyCodeList",
526
+ /**
527
+ * ResponsibleGovernmentAgencyInvolvementCodeList.
528
+ * @see https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyInvolvementCodeList
529
+ */
530
+ ResponsibleGovernmentAgencyInvolvementCodeList: "unece:ResponsibleGovernmentAgencyInvolvementCodeList",
531
+ /**
532
+ * ScenarioTypeCodeList.
533
+ * @see https://vocabulary.uncefact.org/ScenarioTypeCodeList
534
+ */
535
+ ScenarioTypeCodeList: "unece:ScenarioTypeCodeList",
536
+ /**
537
+ * SchedulingDocumentCodeList.
538
+ * @see https://vocabulary.uncefact.org/SchedulingDocumentCodeList
539
+ */
540
+ SchedulingDocumentCodeList: "unece:SchedulingDocumentCodeList",
541
+ /**
542
+ * SealConditionCodeList.
543
+ * @see https://vocabulary.uncefact.org/SealConditionCodeList
544
+ */
545
+ SealConditionCodeList: "unece:SealConditionCodeList",
546
+ /**
547
+ * SealingPartyRoleCodeList.
548
+ * @see https://vocabulary.uncefact.org/SealingPartyRoleCodeList
549
+ */
550
+ SealingPartyRoleCodeList: "unece:SealingPartyRoleCodeList",
551
+ /**
552
+ * SoftwareUserTypeCodeList.
553
+ * @see https://vocabulary.uncefact.org/SoftwareUserTypeCodeList
554
+ */
555
+ SoftwareUserTypeCodeList: "unece:SoftwareUserTypeCodeList",
556
+ /**
557
+ * StatusCodeList.
558
+ * @see https://vocabulary.uncefact.org/StatusCodeList
559
+ */
560
+ StatusCodeList: "unece:StatusCodeList",
561
+ /**
562
+ * SubjectCodeList.
563
+ * @see https://vocabulary.uncefact.org/SubjectCodeList
564
+ */
565
+ SubjectCodeList: "unece:SubjectCodeList",
566
+ /**
567
+ * TaxCategoryCodeList.
568
+ * @see https://vocabulary.uncefact.org/TaxCategoryCodeList
569
+ */
570
+ TaxCategoryCodeList: "unece:TaxCategoryCodeList",
571
+ /**
572
+ * TaxExemptionReasonCodeList.
573
+ * @see https://vocabulary.uncefact.org/TaxExemptionReasonCodeList
574
+ */
575
+ TaxExemptionReasonCodeList: "unece:TaxExemptionReasonCodeList",
576
+ /**
577
+ * TaxTypeCodeList.
578
+ * @see https://vocabulary.uncefact.org/TaxTypeCodeList
579
+ */
580
+ TaxTypeCodeList: "unece:TaxTypeCodeList",
581
+ /**
582
+ * TemperatureTypeCodeList.
583
+ * @see https://vocabulary.uncefact.org/TemperatureTypeCodeList
584
+ */
585
+ TemperatureTypeCodeList: "unece:TemperatureTypeCodeList",
586
+ /**
587
+ * TemperatureUnitMeasureCode.
588
+ * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureCode
589
+ */
590
+ TemperatureUnitMeasureCode: "unece:TemperatureUnitMeasureCode",
591
+ /**
592
+ * TimeReferenceCodeList.
593
+ * @see https://vocabulary.uncefact.org/TimeReferenceCodeList
594
+ */
595
+ TimeReferenceCodeList: "unece:TimeReferenceCodeList",
596
+ /**
597
+ * TransportContractMovementCodeList.
598
+ * @see https://vocabulary.uncefact.org/TransportContractMovementCodeList
599
+ */
600
+ TransportContractMovementCodeList: "unece:TransportContractMovementCodeList",
601
+ /**
602
+ * TransportEquipmentCategoryCodeList.
603
+ * @see https://vocabulary.uncefact.org/TransportEquipmentCategoryCodeList
604
+ */
605
+ TransportEquipmentCategoryCodeList: "unece:TransportEquipmentCategoryCodeList",
606
+ /**
607
+ * TransportEquipmentFullnessCodeList.
608
+ * @see https://vocabulary.uncefact.org/TransportEquipmentFullnessCodeList
609
+ */
610
+ TransportEquipmentFullnessCodeList: "unece:TransportEquipmentFullnessCodeList",
611
+ /**
612
+ * TransportEquipmentHaulageArrangementsCodeList.
613
+ * @see https://vocabulary.uncefact.org/TransportEquipmentHaulageArrangementsCodeList
614
+ */
615
+ TransportEquipmentHaulageArrangementsCodeList: "unece:TransportEquipmentHaulageArrangementsCodeList",
616
+ /**
617
+ * TransportEquipmentLegalStatusCodeList.
618
+ * @see https://vocabulary.uncefact.org/TransportEquipmentLegalStatusCodeList
619
+ */
620
+ TransportEquipmentLegalStatusCodeList: "unece:TransportEquipmentLegalStatusCodeList",
621
+ /**
622
+ * TransportEquipmentMovementStatusCodeList.
623
+ * @see https://vocabulary.uncefact.org/TransportEquipmentMovementStatusCodeList
624
+ */
625
+ TransportEquipmentMovementStatusCodeList: "unece:TransportEquipmentMovementStatusCodeList",
626
+ /**
627
+ * TransportEquipmentOperationalStatusCodeList.
628
+ * @see https://vocabulary.uncefact.org/TransportEquipmentOperationalStatusCodeList
629
+ */
630
+ TransportEquipmentOperationalStatusCodeList: "unece:TransportEquipmentOperationalStatusCodeList",
631
+ /**
632
+ * TransportEquipmentSizeTypeCodeList.
633
+ * @see https://vocabulary.uncefact.org/TransportEquipmentSizeTypeCodeList
634
+ */
635
+ TransportEquipmentSizeTypeCodeList: "unece:TransportEquipmentSizeTypeCodeList",
636
+ /**
637
+ * TransportEquipmentSupplierPartyRoleCodeList.
638
+ * @see https://vocabulary.uncefact.org/TransportEquipmentSupplierPartyRoleCodeList
639
+ */
640
+ TransportEquipmentSupplierPartyRoleCodeList: "unece:TransportEquipmentSupplierPartyRoleCodeList",
641
+ /**
642
+ * TransportMeansDirectionCodeList.
643
+ * @see https://vocabulary.uncefact.org/TransportMeansDirectionCodeList
644
+ */
645
+ TransportMeansDirectionCodeList: "unece:TransportMeansDirectionCodeList",
646
+ /**
647
+ * TransportMeansTypeCodeList.
648
+ * @see https://vocabulary.uncefact.org/TransportMeansTypeCodeList
649
+ */
650
+ TransportMeansTypeCodeList: "unece:TransportMeansTypeCodeList",
651
+ /**
652
+ * TransportModeCodeList.
653
+ * @see https://vocabulary.uncefact.org/TransportModeCodeList
654
+ */
655
+ TransportModeCodeList: "unece:TransportModeCodeList",
656
+ /**
657
+ * TransportMovementStageCodeList.
658
+ * @see https://vocabulary.uncefact.org/TransportMovementStageCodeList
659
+ */
660
+ TransportMovementStageCodeList: "unece:TransportMovementStageCodeList",
661
+ /**
662
+ * TransportMovementTypeCodeList.
663
+ * @see https://vocabulary.uncefact.org/TransportMovementTypeCodeList
664
+ */
665
+ TransportMovementTypeCodeList: "unece:TransportMovementTypeCodeList",
666
+ /**
667
+ * TransportServiceCategoryCodeList.
668
+ * @see https://vocabulary.uncefact.org/TransportServiceCategoryCodeList
669
+ */
670
+ TransportServiceCategoryCodeList: "unece:TransportServiceCategoryCodeList",
671
+ /**
672
+ * TransportServiceConditionCodeList.
673
+ * @see https://vocabulary.uncefact.org/TransportServiceConditionCodeList
674
+ */
675
+ TransportServiceConditionCodeList: "unece:TransportServiceConditionCodeList",
676
+ /**
677
+ * TransportServicePaymentArrangementCodeList.
678
+ * @see https://vocabulary.uncefact.org/TransportServicePaymentArrangementCodeList
679
+ */
680
+ TransportServicePaymentArrangementCodeList: "unece:TransportServicePaymentArrangementCodeList",
681
+ /**
682
+ * TransportServicePriorityCodeList.
683
+ * @see https://vocabulary.uncefact.org/TransportServicePriorityCodeList
684
+ */
685
+ TransportServicePriorityCodeList: "unece:TransportServicePriorityCodeList",
686
+ /**
687
+ * TransportServiceRequirementCodeList.
688
+ * @see https://vocabulary.uncefact.org/TransportServiceRequirementCodeList
689
+ */
690
+ TransportServiceRequirementCodeList: "unece:TransportServiceRequirementCodeList",
691
+ /**
692
+ * UnitMeasureCode.
693
+ * @see https://vocabulary.uncefact.org/UnitMeasureCode
694
+ */
695
+ UnitMeasureCode: "unece:UnitMeasureCode",
696
+ /**
697
+ * ValidationDocumentStatusCodeList.
698
+ * @see https://vocabulary.uncefact.org/ValidationDocumentStatusCodeList
699
+ */
700
+ ValidationDocumentStatusCodeList: "unece:ValidationDocumentStatusCodeList",
701
+ /**
702
+ * VolumeUnitMeasureCode.
703
+ * @see https://vocabulary.uncefact.org/VolumeUnitMeasureCode
704
+ */
705
+ VolumeUnitMeasureCode: "unece:VolumeUnitMeasureCode",
706
+ /**
707
+ * WeightUnitMeasureCode.
708
+ * @see https://vocabulary.uncefact.org/WeightUnitMeasureCode
709
+ */
710
+ WeightUnitMeasureCode: "unece:WeightUnitMeasureCode",
711
+ /**
712
+ * WorkflowStatusCodeList.
713
+ * @see https://vocabulary.uncefact.org/WorkflowStatusCodeList
714
+ */
715
+ WorkflowStatusCodeList: "unece:WorkflowStatusCodeList"
716
+ };
717
+ //# sourceMappingURL=uneceCodeLists.js.map