@twin.org/standards-unece 0.0.1-next.23 → 0.0.1-next.25
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/cjs/index.cjs +4113 -4080
- package/dist/esm/index.mjs +4092 -4059
- package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
- package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
- package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
- package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
- package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
- package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
- package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
- package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
- package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
- package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
- package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
- package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
- package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
- package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
- package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
- package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
- package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
- package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
- package/dist/types/index.d.ts +22 -22
- package/docs/changelog.md +1 -1
- package/docs/reference/index.md +33 -33
- package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
- package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
- package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
- package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
- package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
- package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
- package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
- package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
- package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
- package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
- package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
- package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
- package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
- package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
- package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
- package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
- package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
- package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
- package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
- package/docs/reference/variables/UneceStatusCodes.md +2115 -0
- package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
- package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
- package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
- package/package.json +1 -1
- package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
- package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
- package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
- package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
- package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
- package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
- package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
- package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
- package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
- package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
- package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
- package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
- package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
- package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
- package/docs/reference/type-aliases/StatusCodes.md +0 -7
- package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
- package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
- package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
- package/docs/reference/variables/DocumentCodes.md +0 -4827
- package/docs/reference/variables/DocumentStatusCodes.md +0 -273
- package/docs/reference/variables/GovernmentActionCodes.md +0 -69
- package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
- package/docs/reference/variables/StatusCodes.md +0 -2115
- package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
- package/docs/reference/variables/TransportModeCodes.md +0 -69
- package/docs/reference/variables/WorkflowStatusCodes.md +0 -153
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
# Variable: UneceDocumentStatusCodes
|
|
2
|
+
|
|
3
|
+
> `const` **UneceDocumentStatusCodes**: `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
|
+
### Accepted
|
|
12
|
+
|
|
13
|
+
> **Accepted**: `string` = `"unece:DocumentStatusCodeList#1"`
|
|
14
|
+
|
|
15
|
+
Accepted: 1.
|
|
16
|
+
|
|
17
|
+
### DocumentCurrentlyValid
|
|
18
|
+
|
|
19
|
+
> **DocumentCurrentlyValid**: `string` = `"unece:DocumentStatusCodeList#10"`
|
|
20
|
+
|
|
21
|
+
Document currently valid: 10.
|
|
22
|
+
|
|
23
|
+
### DocumentNotAvailable
|
|
24
|
+
|
|
25
|
+
> **DocumentNotAvailable**: `string` = `"unece:DocumentStatusCodeList#11"`
|
|
26
|
+
|
|
27
|
+
Document not available: 11.
|
|
28
|
+
|
|
29
|
+
### DocumentExhaustedByDeclarationAndAttached
|
|
30
|
+
|
|
31
|
+
> **DocumentExhaustedByDeclarationAndAttached**: `string` = `"unece:DocumentStatusCodeList#12"`
|
|
32
|
+
|
|
33
|
+
Document exhausted by declaration and attached: 12.
|
|
34
|
+
|
|
35
|
+
### DocumentNotExhaustedByDeclarationAndAttached
|
|
36
|
+
|
|
37
|
+
> **DocumentNotExhaustedByDeclarationAndAttached**: `string` = `"unece:DocumentStatusCodeList#13"`
|
|
38
|
+
|
|
39
|
+
Document not exhausted by declaration and attached: 13.
|
|
40
|
+
|
|
41
|
+
### DocumentExhaustedByDeclarationAndPreviouslyLodged
|
|
42
|
+
|
|
43
|
+
> **DocumentExhaustedByDeclarationAndPreviouslyLodged**: `string` = `"unece:DocumentStatusCodeList#14"`
|
|
44
|
+
|
|
45
|
+
Document exhausted by declaration and previously lodged: 14.
|
|
46
|
+
|
|
47
|
+
### DocumentNotExhaustedByDeclarationAndPreviouslyLodged
|
|
48
|
+
|
|
49
|
+
> **DocumentNotExhaustedByDeclarationAndPreviouslyLodged**: `string` = `"unece:DocumentStatusCodeList#15"`
|
|
50
|
+
|
|
51
|
+
Document not exhausted by declaration and previously lodged: 15.
|
|
52
|
+
|
|
53
|
+
### DocumentNotAttached
|
|
54
|
+
|
|
55
|
+
> **DocumentNotAttached**: `string` = `"unece:DocumentStatusCodeList#16"`
|
|
56
|
+
|
|
57
|
+
Document not attached: 16.
|
|
58
|
+
|
|
59
|
+
### DocumentWithTheGoods
|
|
60
|
+
|
|
61
|
+
> **DocumentWithTheGoods**: `string` = `"unece:DocumentStatusCodeList#17"`
|
|
62
|
+
|
|
63
|
+
Document with the goods: 17.
|
|
64
|
+
|
|
65
|
+
### DocumentAttachedToBeReturnedAfterEndorsement
|
|
66
|
+
|
|
67
|
+
> **DocumentAttachedToBeReturnedAfterEndorsement**: `string` = `"unece:DocumentStatusCodeList#18"`
|
|
68
|
+
|
|
69
|
+
Document attached, to be returned after endorsement: 18.
|
|
70
|
+
|
|
71
|
+
### DocumentAppliedFor
|
|
72
|
+
|
|
73
|
+
> **DocumentAppliedFor**: `string` = `"unece:DocumentStatusCodeList#19"`
|
|
74
|
+
|
|
75
|
+
Document applied for: 19.
|
|
76
|
+
|
|
77
|
+
### AccompanyingGoods
|
|
78
|
+
|
|
79
|
+
> **AccompanyingGoods**: `string` = `"unece:DocumentStatusCodeList#2"`
|
|
80
|
+
|
|
81
|
+
Accompanying goods: 2.
|
|
82
|
+
|
|
83
|
+
### ReceivedForShipment
|
|
84
|
+
|
|
85
|
+
> **ReceivedForShipment**: `string` = `"unece:DocumentStatusCodeList#20"`
|
|
86
|
+
|
|
87
|
+
Received for shipment: 20.
|
|
88
|
+
|
|
89
|
+
### ShippedOnBoard
|
|
90
|
+
|
|
91
|
+
> **ShippedOnBoard**: `string` = `"unece:DocumentStatusCodeList#21"`
|
|
92
|
+
|
|
93
|
+
Shipped on board: 21.
|
|
94
|
+
|
|
95
|
+
### Status0
|
|
96
|
+
|
|
97
|
+
> **Status0**: `string` = `"unece:DocumentStatusCodeList#22"`
|
|
98
|
+
|
|
99
|
+
Status 0: 22.
|
|
100
|
+
|
|
101
|
+
### Status1
|
|
102
|
+
|
|
103
|
+
> **Status1**: `string` = `"unece:DocumentStatusCodeList#23"`
|
|
104
|
+
|
|
105
|
+
Status 1: 23.
|
|
106
|
+
|
|
107
|
+
### Status2
|
|
108
|
+
|
|
109
|
+
> **Status2**: `string` = `"unece:DocumentStatusCodeList#24"`
|
|
110
|
+
|
|
111
|
+
Status 2: 24.
|
|
112
|
+
|
|
113
|
+
### MessageUnderDevelopment
|
|
114
|
+
|
|
115
|
+
> **MessageUnderDevelopment**: `string` = `"unece:DocumentStatusCodeList#25"`
|
|
116
|
+
|
|
117
|
+
Message under development: 25.
|
|
118
|
+
|
|
119
|
+
### DocumentNotFreighted
|
|
120
|
+
|
|
121
|
+
> **DocumentNotFreighted**: `string` = `"unece:DocumentStatusCodeList#26"`
|
|
122
|
+
|
|
123
|
+
Document not freighted: 26.
|
|
124
|
+
|
|
125
|
+
### DocumentFreighted
|
|
126
|
+
|
|
127
|
+
> **DocumentFreighted**: `string` = `"unece:DocumentStatusCodeList#27"`
|
|
128
|
+
|
|
129
|
+
Document freighted: 27.
|
|
130
|
+
|
|
131
|
+
### Archived
|
|
132
|
+
|
|
133
|
+
> **Archived**: `string` = `"unece:DocumentStatusCodeList#28"`
|
|
134
|
+
|
|
135
|
+
Archived: 28.
|
|
136
|
+
|
|
137
|
+
### Provisional
|
|
138
|
+
|
|
139
|
+
> **Provisional**: `string` = `"unece:DocumentStatusCodeList#29"`
|
|
140
|
+
|
|
141
|
+
Provisional: 29.
|
|
142
|
+
|
|
143
|
+
### ConditionallyAccepted
|
|
144
|
+
|
|
145
|
+
> **ConditionallyAccepted**: `string` = `"unece:DocumentStatusCodeList#3"`
|
|
146
|
+
|
|
147
|
+
Conditionally accepted: 3.
|
|
148
|
+
|
|
149
|
+
### DocumentsEnclosedInTheFirstTransmission
|
|
150
|
+
|
|
151
|
+
> **DocumentsEnclosedInTheFirstTransmission**: `string` = `"unece:DocumentStatusCodeList#30"`
|
|
152
|
+
|
|
153
|
+
Documents enclosed in the first transmission: 30.
|
|
154
|
+
|
|
155
|
+
### DocumentsEnclosedInTheSecondTransmission
|
|
156
|
+
|
|
157
|
+
> **DocumentsEnclosedInTheSecondTransmission**: `string` = `"unece:DocumentStatusCodeList#31"`
|
|
158
|
+
|
|
159
|
+
Documents enclosed in the second transmission: 31.
|
|
160
|
+
|
|
161
|
+
### DocumentNotRequiredWaiverIssued
|
|
162
|
+
|
|
163
|
+
> **DocumentNotRequiredWaiverIssued**: `string` = `"unece:DocumentStatusCodeList#32"`
|
|
164
|
+
|
|
165
|
+
Document not required, waiver issued: 32.
|
|
166
|
+
|
|
167
|
+
### AlreadyOnFileWithReceiverOfThisMessage
|
|
168
|
+
|
|
169
|
+
> **AlreadyOnFileWithReceiverOfThisMessage**: `string` = `"unece:DocumentStatusCodeList#33"`
|
|
170
|
+
|
|
171
|
+
Already on file with receiver of this message: 33.
|
|
172
|
+
|
|
173
|
+
### RetainedBySenderOfThisMessageOrBySenderSAgentOrRepresentative
|
|
174
|
+
|
|
175
|
+
> **RetainedBySenderOfThisMessageOrBySenderSAgentOrRepresentative**: `string` = `"unece:DocumentStatusCodeList#34"`
|
|
176
|
+
|
|
177
|
+
Retained by sender of this message, or by sender's agent or representative: 34.
|
|
178
|
+
|
|
179
|
+
### DocumentIncomplete
|
|
180
|
+
|
|
181
|
+
> **DocumentIncomplete**: `string` = `"unece:DocumentStatusCodeList#35"`
|
|
182
|
+
|
|
183
|
+
Document incomplete: 35.
|
|
184
|
+
|
|
185
|
+
### DocumentPreviouslySubmitted
|
|
186
|
+
|
|
187
|
+
> **DocumentPreviouslySubmitted**: `string` = `"unece:DocumentStatusCodeList#36"`
|
|
188
|
+
|
|
189
|
+
Document previously submitted: 36.
|
|
190
|
+
|
|
191
|
+
### DocumentComplete
|
|
192
|
+
|
|
193
|
+
> **DocumentComplete**: `string` = `"unece:DocumentStatusCodeList#37"`
|
|
194
|
+
|
|
195
|
+
Document complete: 37.
|
|
196
|
+
|
|
197
|
+
### Final
|
|
198
|
+
|
|
199
|
+
> **Final**: `string` = `"unece:DocumentStatusCodeList#38"`
|
|
200
|
+
|
|
201
|
+
Final: 38.
|
|
202
|
+
|
|
203
|
+
### OnHold
|
|
204
|
+
|
|
205
|
+
> **OnHold**: `string` = `"unece:DocumentStatusCodeList#39"`
|
|
206
|
+
|
|
207
|
+
On hold: 39.
|
|
208
|
+
|
|
209
|
+
### ToArriveBySeparateEDIMessage
|
|
210
|
+
|
|
211
|
+
> **ToArriveBySeparateEDIMessage**: `string` = `"unece:DocumentStatusCodeList#4"`
|
|
212
|
+
|
|
213
|
+
To arrive by separate EDI message: 4.
|
|
214
|
+
|
|
215
|
+
### ValiditySuspended
|
|
216
|
+
|
|
217
|
+
> **ValiditySuspended**: `string` = `"unece:DocumentStatusCodeList#40"`
|
|
218
|
+
|
|
219
|
+
Validity suspended: 40.
|
|
220
|
+
|
|
221
|
+
### ValidityRevoked
|
|
222
|
+
|
|
223
|
+
> **ValidityRevoked**: `string` = `"unece:DocumentStatusCodeList#41"`
|
|
224
|
+
|
|
225
|
+
Validity revoked: 41.
|
|
226
|
+
|
|
227
|
+
### InError
|
|
228
|
+
|
|
229
|
+
> **InError**: `string` = `"unece:DocumentStatusCodeList#42"`
|
|
230
|
+
|
|
231
|
+
In error: 42.
|
|
232
|
+
|
|
233
|
+
### Received
|
|
234
|
+
|
|
235
|
+
> **Received**: `string` = `"unece:DocumentStatusCodeList#43"`
|
|
236
|
+
|
|
237
|
+
Received: 43.
|
|
238
|
+
|
|
239
|
+
### AcceptedWithWarnings
|
|
240
|
+
|
|
241
|
+
> **AcceptedWithWarnings**: `string` = `"unece:DocumentStatusCodeList#44"`
|
|
242
|
+
|
|
243
|
+
Accepted with warnings: 44.
|
|
244
|
+
|
|
245
|
+
### InformationOnly
|
|
246
|
+
|
|
247
|
+
> **InformationOnly**: `string` = `"unece:DocumentStatusCodeList#5"`
|
|
248
|
+
|
|
249
|
+
Information only: 5.
|
|
250
|
+
|
|
251
|
+
### ToArriveByManualMeans
|
|
252
|
+
|
|
253
|
+
> **ToArriveByManualMeans**: `string` = `"unece:DocumentStatusCodeList#6"`
|
|
254
|
+
|
|
255
|
+
To arrive by manual means: 6.
|
|
256
|
+
|
|
257
|
+
### ToBeRaisedAndSent
|
|
258
|
+
|
|
259
|
+
> **ToBeRaisedAndSent**: `string` = `"unece:DocumentStatusCodeList#7"`
|
|
260
|
+
|
|
261
|
+
To be raised and sent: 7.
|
|
262
|
+
|
|
263
|
+
### Rejected
|
|
264
|
+
|
|
265
|
+
> **Rejected**: `string` = `"unece:DocumentStatusCodeList#8"`
|
|
266
|
+
|
|
267
|
+
Rejected: 8.
|
|
268
|
+
|
|
269
|
+
### ToBePrinted
|
|
270
|
+
|
|
271
|
+
> **ToBePrinted**: `string` = `"unece:DocumentStatusCodeList#9"`
|
|
272
|
+
|
|
273
|
+
To be printed: 9.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Variable: UneceGovernmentActionCodes
|
|
2
|
+
|
|
3
|
+
> `const` **UneceGovernmentActionCodes**: `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
|
+
### Clearance
|
|
12
|
+
|
|
13
|
+
> **Clearance**: `string` = `"unece:GovernmentActionCodeList#1"`
|
|
14
|
+
|
|
15
|
+
Clearance: 1.
|
|
16
|
+
|
|
17
|
+
### ExportCertificateNotRequired
|
|
18
|
+
|
|
19
|
+
> **ExportCertificateNotRequired**: `string` = `"unece:GovernmentActionCodeList#10"`
|
|
20
|
+
|
|
21
|
+
Export certificate not required: 10.
|
|
22
|
+
|
|
23
|
+
### Detention
|
|
24
|
+
|
|
25
|
+
> **Detention**: `string` = `"unece:GovernmentActionCodeList#2"`
|
|
26
|
+
|
|
27
|
+
Detention: 2.
|
|
28
|
+
|
|
29
|
+
### Fumigation
|
|
30
|
+
|
|
31
|
+
> **Fumigation**: `string` = `"unece:GovernmentActionCodeList#3"`
|
|
32
|
+
|
|
33
|
+
Fumigation: 3.
|
|
34
|
+
|
|
35
|
+
### Inspection
|
|
36
|
+
|
|
37
|
+
> **Inspection**: `string` = `"unece:GovernmentActionCodeList#4"`
|
|
38
|
+
|
|
39
|
+
Inspection: 4.
|
|
40
|
+
|
|
41
|
+
### Security
|
|
42
|
+
|
|
43
|
+
> **Security**: `string` = `"unece:GovernmentActionCodeList#5"`
|
|
44
|
+
|
|
45
|
+
Security: 5.
|
|
46
|
+
|
|
47
|
+
### MeansOfTransportAdmittance
|
|
48
|
+
|
|
49
|
+
> **MeansOfTransportAdmittance**: `string` = `"unece:GovernmentActionCodeList#6"`
|
|
50
|
+
|
|
51
|
+
Means of transport admittance: 6.
|
|
52
|
+
|
|
53
|
+
### CargoHoldInspection
|
|
54
|
+
|
|
55
|
+
> **CargoHoldInspection**: `string` = `"unece:GovernmentActionCodeList#7"`
|
|
56
|
+
|
|
57
|
+
Cargo hold inspection: 7.
|
|
58
|
+
|
|
59
|
+
### ContainerInspection
|
|
60
|
+
|
|
61
|
+
> **ContainerInspection**: `string` = `"unece:GovernmentActionCodeList#8"`
|
|
62
|
+
|
|
63
|
+
Container inspection: 8.
|
|
64
|
+
|
|
65
|
+
### CargoPackagingInspection
|
|
66
|
+
|
|
67
|
+
> **CargoPackagingInspection**: `string` = `"unece:GovernmentActionCodeList#9"`
|
|
68
|
+
|
|
69
|
+
Cargo packaging inspection: 9.
|