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