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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/index.cjs +24011 -0
  2. package/dist/esm/index.mjs +23990 -1
  3. package/dist/types/codeTypes/amountCurrencyCodes.d.ts +733 -0
  4. package/dist/types/codeTypes/countryIdCodes.d.ts +1009 -0
  5. package/dist/types/codeTypes/documentCodes.d.ts +3225 -0
  6. package/dist/types/codeTypes/documentStatusCodes.d.ts +189 -0
  7. package/dist/types/codeTypes/governmentActionCodes.d.ts +53 -0
  8. package/dist/types/codeTypes/referenceCodes.d.ts +3281 -0
  9. package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +89 -0
  10. package/dist/types/codeTypes/statusCodes.d.ts +1417 -0
  11. package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +549 -0
  12. package/dist/types/codeTypes/transportModeCodes.d.ts +53 -0
  13. package/dist/types/codeTypes/workflowStatusCodes.d.ts +109 -0
  14. package/dist/types/codes/amountCurrencyCodes.d.ts +7 -0
  15. package/dist/types/codes/countryIdCodes.d.ts +7 -0
  16. package/dist/types/codes/documentCodes.d.ts +7 -0
  17. package/dist/types/codes/documentStatusCodes.d.ts +7 -0
  18. package/dist/types/codes/governmentActionCodes.d.ts +7 -0
  19. package/dist/types/codes/referenceCodes.d.ts +7 -0
  20. package/dist/types/codes/responsibleGovernmentAgencyCodes.d.ts +7 -0
  21. package/dist/types/codes/statusCodes.d.ts +7 -0
  22. package/dist/types/codes/transportMeansTypeCodes.d.ts +7 -0
  23. package/dist/types/codes/transportModeCodes.d.ts +7 -0
  24. package/dist/types/codes/workflowStatusCodes.d.ts +7 -0
  25. package/dist/types/index.d.ts +23 -0
  26. package/dist/types/models/IUneceCode.d.ts +17 -0
  27. package/docs/changelog.md +1 -1
  28. package/docs/reference/index.md +37 -0
  29. package/docs/reference/interfaces/IUneceCode.md +27 -0
  30. package/docs/reference/type-aliases/AmountCurrencyCodes.md +7 -0
  31. package/docs/reference/type-aliases/CountryIdCodes.md +7 -0
  32. package/docs/reference/type-aliases/DocumentCodes.md +7 -0
  33. package/docs/reference/type-aliases/DocumentStatusCodes.md +7 -0
  34. package/docs/reference/type-aliases/GovernmentActionCodes.md +7 -0
  35. package/docs/reference/type-aliases/ReferenceCodes.md +7 -0
  36. package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +7 -0
  37. package/docs/reference/type-aliases/StatusCodes.md +7 -0
  38. package/docs/reference/type-aliases/TransportMeansTypeCodes.md +7 -0
  39. package/docs/reference/type-aliases/TransportModeCodes.md +7 -0
  40. package/docs/reference/type-aliases/WorkflowStatusCodes.md +7 -0
  41. package/docs/reference/variables/AMOUNT_CURRENCY_CODES.md +7 -0
  42. package/docs/reference/variables/AmountCurrencyCodes.md +1089 -0
  43. package/docs/reference/variables/COUNTRY_ID_CODES.md +7 -0
  44. package/docs/reference/variables/CountryIdCodes.md +1503 -0
  45. package/docs/reference/variables/DOCUMENT_CODES.md +7 -0
  46. package/docs/reference/variables/DOCUMENT_STATUS_CODES.md +7 -0
  47. package/docs/reference/variables/DocumentCodes.md +4827 -0
  48. package/docs/reference/variables/DocumentStatusCodes.md +273 -0
  49. package/docs/reference/variables/GOVERNMENT_ACTION_CODES.md +7 -0
  50. package/docs/reference/variables/GovernmentActionCodes.md +69 -0
  51. package/docs/reference/variables/REFERENCE_CODES.md +7 -0
  52. package/docs/reference/variables/RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md +7 -0
  53. package/docs/reference/variables/ReferenceCodes.md +4911 -0
  54. package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +123 -0
  55. package/docs/reference/variables/STATUS_CODES.md +7 -0
  56. package/docs/reference/variables/StatusCodes.md +2115 -0
  57. package/docs/reference/variables/TRANSPORT_MEANS_TYPE_CODES.md +7 -0
  58. package/docs/reference/variables/TRANSPORT_MODE_CODES.md +7 -0
  59. package/docs/reference/variables/TransportMeansTypeCodes.md +813 -0
  60. package/docs/reference/variables/TransportModeCodes.md +69 -0
  61. package/docs/reference/variables/WORKFLOW_STATUS_CODES.md +7 -0
  62. package/docs/reference/variables/WorkflowStatusCodes.md +153 -0
  63. package/package.json +1 -1
@@ -0,0 +1,273 @@
1
+ # Variable: DocumentStatusCodes
2
+
3
+ > `const` **DocumentStatusCodes**: `object`
4
+
5
+ A character string used to represent or replace a document status.
6
+ https://vocabulary.uncefact.org/DocumentStatusCodeList
7
+ https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
8
+
9
+ ## Type declaration
10
+
11
+ ### 1
12
+
13
+ > **1**: `string` = `"unece:DocumentStatusCodeList#1"`
14
+
15
+ 1 Accepted.
16
+
17
+ ### 10
18
+
19
+ > **10**: `string` = `"unece:DocumentStatusCodeList#10"`
20
+
21
+ 10 Document currently valid.
22
+
23
+ ### 11
24
+
25
+ > **11**: `string` = `"unece:DocumentStatusCodeList#11"`
26
+
27
+ 11 Document not available.
28
+
29
+ ### 12
30
+
31
+ > **12**: `string` = `"unece:DocumentStatusCodeList#12"`
32
+
33
+ 12 Document exhausted by declaration and attached.
34
+
35
+ ### 13
36
+
37
+ > **13**: `string` = `"unece:DocumentStatusCodeList#13"`
38
+
39
+ 13 Document not exhausted by declaration and attached.
40
+
41
+ ### 14
42
+
43
+ > **14**: `string` = `"unece:DocumentStatusCodeList#14"`
44
+
45
+ 14 Document exhausted by declaration and previously lodged.
46
+
47
+ ### 15
48
+
49
+ > **15**: `string` = `"unece:DocumentStatusCodeList#15"`
50
+
51
+ 15 Document not exhausted by declaration and previously lodged.
52
+
53
+ ### 16
54
+
55
+ > **16**: `string` = `"unece:DocumentStatusCodeList#16"`
56
+
57
+ 16 Document not attached.
58
+
59
+ ### 17
60
+
61
+ > **17**: `string` = `"unece:DocumentStatusCodeList#17"`
62
+
63
+ 17 Document with the goods.
64
+
65
+ ### 18
66
+
67
+ > **18**: `string` = `"unece:DocumentStatusCodeList#18"`
68
+
69
+ 18 Document attached, to be returned after endorsement.
70
+
71
+ ### 19
72
+
73
+ > **19**: `string` = `"unece:DocumentStatusCodeList#19"`
74
+
75
+ 19 Document applied for.
76
+
77
+ ### 2
78
+
79
+ > **2**: `string` = `"unece:DocumentStatusCodeList#2"`
80
+
81
+ 2 Accompanying goods.
82
+
83
+ ### 20
84
+
85
+ > **20**: `string` = `"unece:DocumentStatusCodeList#20"`
86
+
87
+ 20 Received for shipment.
88
+
89
+ ### 21
90
+
91
+ > **21**: `string` = `"unece:DocumentStatusCodeList#21"`
92
+
93
+ 21 Shipped on board.
94
+
95
+ ### 22
96
+
97
+ > **22**: `string` = `"unece:DocumentStatusCodeList#22"`
98
+
99
+ 22 Status 0.
100
+
101
+ ### 23
102
+
103
+ > **23**: `string` = `"unece:DocumentStatusCodeList#23"`
104
+
105
+ 23 Status 1.
106
+
107
+ ### 24
108
+
109
+ > **24**: `string` = `"unece:DocumentStatusCodeList#24"`
110
+
111
+ 24 Status 2.
112
+
113
+ ### 25
114
+
115
+ > **25**: `string` = `"unece:DocumentStatusCodeList#25"`
116
+
117
+ 25 Message under development.
118
+
119
+ ### 26
120
+
121
+ > **26**: `string` = `"unece:DocumentStatusCodeList#26"`
122
+
123
+ 26 Document not freighted.
124
+
125
+ ### 27
126
+
127
+ > **27**: `string` = `"unece:DocumentStatusCodeList#27"`
128
+
129
+ 27 Document freighted.
130
+
131
+ ### 28
132
+
133
+ > **28**: `string` = `"unece:DocumentStatusCodeList#28"`
134
+
135
+ 28 Archived.
136
+
137
+ ### 29
138
+
139
+ > **29**: `string` = `"unece:DocumentStatusCodeList#29"`
140
+
141
+ 29 Provisional.
142
+
143
+ ### 3
144
+
145
+ > **3**: `string` = `"unece:DocumentStatusCodeList#3"`
146
+
147
+ 3 Conditionally accepted.
148
+
149
+ ### 30
150
+
151
+ > **30**: `string` = `"unece:DocumentStatusCodeList#30"`
152
+
153
+ 30 Documents enclosed in the first transmission.
154
+
155
+ ### 31
156
+
157
+ > **31**: `string` = `"unece:DocumentStatusCodeList#31"`
158
+
159
+ 31 Documents enclosed in the second transmission.
160
+
161
+ ### 32
162
+
163
+ > **32**: `string` = `"unece:DocumentStatusCodeList#32"`
164
+
165
+ 32 Document not required, waiver issued.
166
+
167
+ ### 33
168
+
169
+ > **33**: `string` = `"unece:DocumentStatusCodeList#33"`
170
+
171
+ 33 Already on file with receiver of this message.
172
+
173
+ ### 34
174
+
175
+ > **34**: `string` = `"unece:DocumentStatusCodeList#34"`
176
+
177
+ 34 Retained by sender of this message, or by sender's agent or representative.
178
+
179
+ ### 35
180
+
181
+ > **35**: `string` = `"unece:DocumentStatusCodeList#35"`
182
+
183
+ 35 Document incomplete.
184
+
185
+ ### 36
186
+
187
+ > **36**: `string` = `"unece:DocumentStatusCodeList#36"`
188
+
189
+ 36 Document previously submitted.
190
+
191
+ ### 37
192
+
193
+ > **37**: `string` = `"unece:DocumentStatusCodeList#37"`
194
+
195
+ 37 Document complete.
196
+
197
+ ### 38
198
+
199
+ > **38**: `string` = `"unece:DocumentStatusCodeList#38"`
200
+
201
+ 38 Final.
202
+
203
+ ### 39
204
+
205
+ > **39**: `string` = `"unece:DocumentStatusCodeList#39"`
206
+
207
+ 39 On hold.
208
+
209
+ ### 4
210
+
211
+ > **4**: `string` = `"unece:DocumentStatusCodeList#4"`
212
+
213
+ 4 To arrive by separate EDI message.
214
+
215
+ ### 40
216
+
217
+ > **40**: `string` = `"unece:DocumentStatusCodeList#40"`
218
+
219
+ 40 Validity suspended.
220
+
221
+ ### 41
222
+
223
+ > **41**: `string` = `"unece:DocumentStatusCodeList#41"`
224
+
225
+ 41 Validity revoked.
226
+
227
+ ### 42
228
+
229
+ > **42**: `string` = `"unece:DocumentStatusCodeList#42"`
230
+
231
+ 42 In error.
232
+
233
+ ### 43
234
+
235
+ > **43**: `string` = `"unece:DocumentStatusCodeList#43"`
236
+
237
+ 43 Received.
238
+
239
+ ### 44
240
+
241
+ > **44**: `string` = `"unece:DocumentStatusCodeList#44"`
242
+
243
+ 44 Accepted with warnings.
244
+
245
+ ### 5
246
+
247
+ > **5**: `string` = `"unece:DocumentStatusCodeList#5"`
248
+
249
+ 5 Information only.
250
+
251
+ ### 6
252
+
253
+ > **6**: `string` = `"unece:DocumentStatusCodeList#6"`
254
+
255
+ 6 To arrive by manual means.
256
+
257
+ ### 7
258
+
259
+ > **7**: `string` = `"unece:DocumentStatusCodeList#7"`
260
+
261
+ 7 To be raised and sent.
262
+
263
+ ### 8
264
+
265
+ > **8**: `string` = `"unece:DocumentStatusCodeList#8"`
266
+
267
+ 8 Rejected.
268
+
269
+ ### 9
270
+
271
+ > **9**: `string` = `"unece:DocumentStatusCodeList#9"`
272
+
273
+ 9 To be printed.
@@ -0,0 +1,7 @@
1
+ # Variable: GOVERNMENT\_ACTION\_CODES
2
+
3
+ > `const` **GOVERNMENT\_ACTION\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
4
+
5
+ A character string used to replace or represent a government action.
6
+ https://vocabulary.uncefact.org/GovernmentActionCodeList
7
+ https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
@@ -0,0 +1,69 @@
1
+ # Variable: GovernmentActionCodes
2
+
3
+ > `const` **GovernmentActionCodes**: `object`
4
+
5
+ A character string used to replace or represent a government action.
6
+ https://vocabulary.uncefact.org/GovernmentActionCodeList
7
+ https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
8
+
9
+ ## Type declaration
10
+
11
+ ### 1
12
+
13
+ > **1**: `string` = `"unece:GovernmentActionCodeList#1"`
14
+
15
+ 1 Clearance.
16
+
17
+ ### 10
18
+
19
+ > **10**: `string` = `"unece:GovernmentActionCodeList#10"`
20
+
21
+ 10 Export certificate not required.
22
+
23
+ ### 2
24
+
25
+ > **2**: `string` = `"unece:GovernmentActionCodeList#2"`
26
+
27
+ 2 Detention.
28
+
29
+ ### 3
30
+
31
+ > **3**: `string` = `"unece:GovernmentActionCodeList#3"`
32
+
33
+ 3 Fumigation.
34
+
35
+ ### 4
36
+
37
+ > **4**: `string` = `"unece:GovernmentActionCodeList#4"`
38
+
39
+ 4 Inspection.
40
+
41
+ ### 5
42
+
43
+ > **5**: `string` = `"unece:GovernmentActionCodeList#5"`
44
+
45
+ 5 Security.
46
+
47
+ ### 6
48
+
49
+ > **6**: `string` = `"unece:GovernmentActionCodeList#6"`
50
+
51
+ 6 Means of transport admittance.
52
+
53
+ ### 7
54
+
55
+ > **7**: `string` = `"unece:GovernmentActionCodeList#7"`
56
+
57
+ 7 Cargo hold inspection.
58
+
59
+ ### 8
60
+
61
+ > **8**: `string` = `"unece:GovernmentActionCodeList#8"`
62
+
63
+ 8 Container inspection.
64
+
65
+ ### 9
66
+
67
+ > **9**: `string` = `"unece:GovernmentActionCodeList#9"`
68
+
69
+ 9 Cargo packaging inspection.
@@ -0,0 +1,7 @@
1
+ # Variable: REFERENCE\_CODES
2
+
3
+ > `const` **REFERENCE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
4
+
5
+ A character string used to represent a reference.
6
+ https://vocabulary.uncefact.org/ReferenceCodeList
7
+ https://github.com/uncefact/vocabulary-outputs/blob/main/_data/referencecodelist.json
@@ -0,0 +1,7 @@
1
+ # Variable: RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES
2
+
3
+ > `const` **RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
4
+
5
+ A character string used to represent a responsible government agency.
6
+ https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
7
+ https://github.com/uncefact/vocabulary-outputs/blob/main/_data/responsiblegovernmentagencycodelist.json