@twin.org/standards-unece 0.0.2-next.8 → 0.0.3-next.1

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 (70) hide show
  1. package/dist/es/codeTypes/uneceAmountCurrencyCodes.js +733 -0
  2. package/dist/es/codeTypes/uneceAmountCurrencyCodes.js.map +1 -0
  3. package/dist/es/codeTypes/uneceCountryIdCodes.js +1009 -0
  4. package/dist/es/codeTypes/uneceCountryIdCodes.js.map +1 -0
  5. package/dist/es/codeTypes/uneceDocumentCodes.js +3225 -0
  6. package/dist/es/codeTypes/uneceDocumentCodes.js.map +1 -0
  7. package/dist/es/codeTypes/uneceDocumentStatusCodes.js +189 -0
  8. package/dist/es/codeTypes/uneceDocumentStatusCodes.js.map +1 -0
  9. package/dist/es/codeTypes/uneceGovernmentActionCodes.js +53 -0
  10. package/dist/es/codeTypes/uneceGovernmentActionCodes.js.map +1 -0
  11. package/dist/es/codeTypes/uneceReferenceCodes.js +3281 -0
  12. package/dist/es/codeTypes/uneceReferenceCodes.js.map +1 -0
  13. package/dist/es/codeTypes/uneceResponsibleGovernmentAgencyCodes.js +90 -0
  14. package/dist/es/codeTypes/uneceResponsibleGovernmentAgencyCodes.js.map +1 -0
  15. package/dist/es/codeTypes/uneceStatusCodes.js +1417 -0
  16. package/dist/es/codeTypes/uneceStatusCodes.js.map +1 -0
  17. package/dist/es/codeTypes/uneceTransportMeansTypeCodes.js +550 -0
  18. package/dist/es/codeTypes/uneceTransportMeansTypeCodes.js.map +1 -0
  19. package/dist/es/codeTypes/uneceTransportModeCodes.js +53 -0
  20. package/dist/es/codeTypes/uneceTransportModeCodes.js.map +1 -0
  21. package/dist/es/codeTypes/uneceWorkflowStatusCodes.js +109 -0
  22. package/dist/es/codeTypes/uneceWorkflowStatusCodes.js.map +1 -0
  23. package/dist/es/codes/uneceAmountCurrencyCodes.js +909 -0
  24. package/dist/es/codes/uneceAmountCurrencyCodes.js.map +1 -0
  25. package/dist/es/codes/uneceCountryIdCodes.js +1254 -0
  26. package/dist/es/codes/uneceCountryIdCodes.js.map +1 -0
  27. package/dist/es/codes/uneceDocumentCodes.js +4024 -0
  28. package/dist/es/codes/uneceDocumentCodes.js.map +1 -0
  29. package/dist/es/codes/uneceDocumentStatusCodes.js +229 -0
  30. package/dist/es/codes/uneceDocumentStatusCodes.js.map +1 -0
  31. package/dist/es/codes/uneceGovernmentActionCodes.js +59 -0
  32. package/dist/es/codes/uneceGovernmentActionCodes.js.map +1 -0
  33. package/dist/es/codes/uneceReferenceCodes.js +4094 -0
  34. package/dist/es/codes/uneceReferenceCodes.js.map +1 -0
  35. package/dist/es/codes/uneceResponsibleGovernmentAgencyCodes.js +104 -0
  36. package/dist/es/codes/uneceResponsibleGovernmentAgencyCodes.js.map +1 -0
  37. package/dist/es/codes/uneceStatusCodes.js +1764 -0
  38. package/dist/es/codes/uneceStatusCodes.js.map +1 -0
  39. package/dist/es/codes/uneceTransportMeansTypeCodes.js +679 -0
  40. package/dist/es/codes/uneceTransportMeansTypeCodes.js.map +1 -0
  41. package/dist/es/codes/uneceTransportModeCodes.js +59 -0
  42. package/dist/es/codes/uneceTransportModeCodes.js.map +1 -0
  43. package/dist/es/codes/uneceWorkflowStatusCodes.js +129 -0
  44. package/dist/es/codes/uneceWorkflowStatusCodes.js.map +1 -0
  45. package/dist/es/dataTypes/uneceDataTypes.js +26 -0
  46. package/dist/es/dataTypes/uneceDataTypes.js.map +1 -0
  47. package/dist/es/index.js +29 -0
  48. package/dist/es/index.js.map +1 -0
  49. package/dist/es/models/IUneceCode.js +4 -0
  50. package/dist/es/models/IUneceCode.js.map +1 -0
  51. package/dist/es/models/uneceContexts.js +13 -0
  52. package/dist/es/models/uneceContexts.js.map +1 -0
  53. package/dist/es/models/uneceTypes.js +17 -0
  54. package/dist/es/models/uneceTypes.js.map +1 -0
  55. package/dist/types/codes/uneceAmountCurrencyCodes.d.ts +1 -1
  56. package/dist/types/codes/uneceCountryIdCodes.d.ts +1 -1
  57. package/dist/types/codes/uneceDocumentCodes.d.ts +1 -1
  58. package/dist/types/codes/uneceDocumentStatusCodes.d.ts +1 -1
  59. package/dist/types/codes/uneceGovernmentActionCodes.d.ts +1 -1
  60. package/dist/types/codes/uneceReferenceCodes.d.ts +1 -1
  61. package/dist/types/codes/uneceResponsibleGovernmentAgencyCodes.d.ts +1 -1
  62. package/dist/types/codes/uneceStatusCodes.d.ts +1 -1
  63. package/dist/types/codes/uneceTransportMeansTypeCodes.d.ts +1 -1
  64. package/dist/types/codes/uneceTransportModeCodes.d.ts +1 -1
  65. package/dist/types/codes/uneceWorkflowStatusCodes.d.ts +1 -1
  66. package/dist/types/index.d.ts +26 -26
  67. package/docs/changelog.md +70 -0
  68. package/package.json +22 -8
  69. package/dist/cjs/index.cjs +0 -24095
  70. package/dist/esm/index.mjs +0 -24069
@@ -0,0 +1,229 @@
1
+ /* This file is auto-generated with the importJson script, do not edit manually. */
2
+ /**
3
+ * A character string used to represent or replace a document status.
4
+ * https://vocabulary.uncefact.org/DocumentStatusCodeList
5
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
6
+ */
7
+ export const UNECE_DOCUMENT_STATUS_CODES = [
8
+ {
9
+ uri: "unece:DocumentStatusCodeList#1",
10
+ comment: "Accepted",
11
+ value: "1"
12
+ },
13
+ {
14
+ uri: "unece:DocumentStatusCodeList#10",
15
+ comment: "Document currently valid",
16
+ value: "10"
17
+ },
18
+ {
19
+ uri: "unece:DocumentStatusCodeList#11",
20
+ comment: "Document not available",
21
+ value: "11"
22
+ },
23
+ {
24
+ uri: "unece:DocumentStatusCodeList#12",
25
+ comment: "Document exhausted by declaration and attached",
26
+ value: "12"
27
+ },
28
+ {
29
+ uri: "unece:DocumentStatusCodeList#13",
30
+ comment: "Document not exhausted by declaration and attached",
31
+ value: "13"
32
+ },
33
+ {
34
+ uri: "unece:DocumentStatusCodeList#14",
35
+ comment: "Document exhausted by declaration and previously lodged",
36
+ value: "14"
37
+ },
38
+ {
39
+ uri: "unece:DocumentStatusCodeList#15",
40
+ comment: "Document not exhausted by declaration and previously lodged",
41
+ value: "15"
42
+ },
43
+ {
44
+ uri: "unece:DocumentStatusCodeList#16",
45
+ comment: "Document not attached",
46
+ value: "16"
47
+ },
48
+ {
49
+ uri: "unece:DocumentStatusCodeList#17",
50
+ comment: "Document with the goods",
51
+ value: "17"
52
+ },
53
+ {
54
+ uri: "unece:DocumentStatusCodeList#18",
55
+ comment: "Document attached, to be returned after endorsement",
56
+ value: "18"
57
+ },
58
+ {
59
+ uri: "unece:DocumentStatusCodeList#19",
60
+ comment: "Document applied for",
61
+ value: "19"
62
+ },
63
+ {
64
+ uri: "unece:DocumentStatusCodeList#2",
65
+ comment: "Accompanying goods",
66
+ value: "2"
67
+ },
68
+ {
69
+ uri: "unece:DocumentStatusCodeList#20",
70
+ comment: "Received for shipment",
71
+ value: "20"
72
+ },
73
+ {
74
+ uri: "unece:DocumentStatusCodeList#21",
75
+ comment: "Shipped on board",
76
+ value: "21"
77
+ },
78
+ {
79
+ uri: "unece:DocumentStatusCodeList#22",
80
+ comment: "Status 0",
81
+ value: "22"
82
+ },
83
+ {
84
+ uri: "unece:DocumentStatusCodeList#23",
85
+ comment: "Status 1",
86
+ value: "23"
87
+ },
88
+ {
89
+ uri: "unece:DocumentStatusCodeList#24",
90
+ comment: "Status 2",
91
+ value: "24"
92
+ },
93
+ {
94
+ uri: "unece:DocumentStatusCodeList#25",
95
+ comment: "Message under development",
96
+ value: "25"
97
+ },
98
+ {
99
+ uri: "unece:DocumentStatusCodeList#26",
100
+ comment: "Document not freighted",
101
+ value: "26"
102
+ },
103
+ {
104
+ uri: "unece:DocumentStatusCodeList#27",
105
+ comment: "Document freighted",
106
+ value: "27"
107
+ },
108
+ {
109
+ uri: "unece:DocumentStatusCodeList#28",
110
+ comment: "Archived",
111
+ value: "28"
112
+ },
113
+ {
114
+ uri: "unece:DocumentStatusCodeList#29",
115
+ comment: "Provisional",
116
+ value: "29"
117
+ },
118
+ {
119
+ uri: "unece:DocumentStatusCodeList#3",
120
+ comment: "Conditionally accepted",
121
+ value: "3"
122
+ },
123
+ {
124
+ uri: "unece:DocumentStatusCodeList#30",
125
+ comment: "Documents enclosed in the first transmission",
126
+ value: "30"
127
+ },
128
+ {
129
+ uri: "unece:DocumentStatusCodeList#31",
130
+ comment: "Documents enclosed in the second transmission",
131
+ value: "31"
132
+ },
133
+ {
134
+ uri: "unece:DocumentStatusCodeList#32",
135
+ comment: "Document not required, waiver issued",
136
+ value: "32"
137
+ },
138
+ {
139
+ uri: "unece:DocumentStatusCodeList#33",
140
+ comment: "Already on file with receiver of this message",
141
+ value: "33"
142
+ },
143
+ {
144
+ uri: "unece:DocumentStatusCodeList#34",
145
+ comment: "Retained by sender of this message, or by sender's agent or representative",
146
+ value: "34"
147
+ },
148
+ {
149
+ uri: "unece:DocumentStatusCodeList#35",
150
+ comment: "Document incomplete",
151
+ value: "35"
152
+ },
153
+ {
154
+ uri: "unece:DocumentStatusCodeList#36",
155
+ comment: "Document previously submitted",
156
+ value: "36"
157
+ },
158
+ {
159
+ uri: "unece:DocumentStatusCodeList#37",
160
+ comment: "Document complete",
161
+ value: "37"
162
+ },
163
+ {
164
+ uri: "unece:DocumentStatusCodeList#38",
165
+ comment: "Final",
166
+ value: "38"
167
+ },
168
+ {
169
+ uri: "unece:DocumentStatusCodeList#39",
170
+ comment: "On hold",
171
+ value: "39"
172
+ },
173
+ {
174
+ uri: "unece:DocumentStatusCodeList#4",
175
+ comment: "To arrive by separate EDI message",
176
+ value: "4"
177
+ },
178
+ {
179
+ uri: "unece:DocumentStatusCodeList#40",
180
+ comment: "Validity suspended",
181
+ value: "40"
182
+ },
183
+ {
184
+ uri: "unece:DocumentStatusCodeList#41",
185
+ comment: "Validity revoked",
186
+ value: "41"
187
+ },
188
+ {
189
+ uri: "unece:DocumentStatusCodeList#42",
190
+ comment: "In error",
191
+ value: "42"
192
+ },
193
+ {
194
+ uri: "unece:DocumentStatusCodeList#43",
195
+ comment: "Received",
196
+ value: "43"
197
+ },
198
+ {
199
+ uri: "unece:DocumentStatusCodeList#44",
200
+ comment: "Accepted with warnings",
201
+ value: "44"
202
+ },
203
+ {
204
+ uri: "unece:DocumentStatusCodeList#5",
205
+ comment: "Information only",
206
+ value: "5"
207
+ },
208
+ {
209
+ uri: "unece:DocumentStatusCodeList#6",
210
+ comment: "To arrive by manual means",
211
+ value: "6"
212
+ },
213
+ {
214
+ uri: "unece:DocumentStatusCodeList#7",
215
+ comment: "To be raised and sent",
216
+ value: "7"
217
+ },
218
+ {
219
+ uri: "unece:DocumentStatusCodeList#8",
220
+ comment: "Rejected",
221
+ value: "8"
222
+ },
223
+ {
224
+ uri: "unece:DocumentStatusCodeList#9",
225
+ comment: "To be printed",
226
+ value: "9"
227
+ }
228
+ ];
229
+ //# sourceMappingURL=uneceDocumentStatusCodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uneceDocumentStatusCodes.js","sourceRoot":"","sources":["../../../src/codes/uneceDocumentStatusCodes.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\nimport type { IUneceCode } from \"../models/IUneceCode.js\";\n\n/* This file is auto-generated with the importJson script, do not edit manually. */\n\n/**\n * A character string used to represent or replace a document status.\n * https://vocabulary.uncefact.org/DocumentStatusCodeList\n * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json\n */\nexport const UNECE_DOCUMENT_STATUS_CODES: IUneceCode[] = [\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#1\",\n\t\tcomment: \"Accepted\",\n\t\tvalue: \"1\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#10\",\n\t\tcomment: \"Document currently valid\",\n\t\tvalue: \"10\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#11\",\n\t\tcomment: \"Document not available\",\n\t\tvalue: \"11\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#12\",\n\t\tcomment: \"Document exhausted by declaration and attached\",\n\t\tvalue: \"12\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#13\",\n\t\tcomment: \"Document not exhausted by declaration and attached\",\n\t\tvalue: \"13\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#14\",\n\t\tcomment: \"Document exhausted by declaration and previously lodged\",\n\t\tvalue: \"14\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#15\",\n\t\tcomment: \"Document not exhausted by declaration and previously lodged\",\n\t\tvalue: \"15\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#16\",\n\t\tcomment: \"Document not attached\",\n\t\tvalue: \"16\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#17\",\n\t\tcomment: \"Document with the goods\",\n\t\tvalue: \"17\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#18\",\n\t\tcomment: \"Document attached, to be returned after endorsement\",\n\t\tvalue: \"18\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#19\",\n\t\tcomment: \"Document applied for\",\n\t\tvalue: \"19\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#2\",\n\t\tcomment: \"Accompanying goods\",\n\t\tvalue: \"2\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#20\",\n\t\tcomment: \"Received for shipment\",\n\t\tvalue: \"20\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#21\",\n\t\tcomment: \"Shipped on board\",\n\t\tvalue: \"21\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#22\",\n\t\tcomment: \"Status 0\",\n\t\tvalue: \"22\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#23\",\n\t\tcomment: \"Status 1\",\n\t\tvalue: \"23\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#24\",\n\t\tcomment: \"Status 2\",\n\t\tvalue: \"24\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#25\",\n\t\tcomment: \"Message under development\",\n\t\tvalue: \"25\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#26\",\n\t\tcomment: \"Document not freighted\",\n\t\tvalue: \"26\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#27\",\n\t\tcomment: \"Document freighted\",\n\t\tvalue: \"27\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#28\",\n\t\tcomment: \"Archived\",\n\t\tvalue: \"28\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#29\",\n\t\tcomment: \"Provisional\",\n\t\tvalue: \"29\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#3\",\n\t\tcomment: \"Conditionally accepted\",\n\t\tvalue: \"3\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#30\",\n\t\tcomment: \"Documents enclosed in the first transmission\",\n\t\tvalue: \"30\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#31\",\n\t\tcomment: \"Documents enclosed in the second transmission\",\n\t\tvalue: \"31\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#32\",\n\t\tcomment: \"Document not required, waiver issued\",\n\t\tvalue: \"32\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#33\",\n\t\tcomment: \"Already on file with receiver of this message\",\n\t\tvalue: \"33\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#34\",\n\t\tcomment: \"Retained by sender of this message, or by sender's agent or representative\",\n\t\tvalue: \"34\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#35\",\n\t\tcomment: \"Document incomplete\",\n\t\tvalue: \"35\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#36\",\n\t\tcomment: \"Document previously submitted\",\n\t\tvalue: \"36\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#37\",\n\t\tcomment: \"Document complete\",\n\t\tvalue: \"37\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#38\",\n\t\tcomment: \"Final\",\n\t\tvalue: \"38\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#39\",\n\t\tcomment: \"On hold\",\n\t\tvalue: \"39\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#4\",\n\t\tcomment: \"To arrive by separate EDI message\",\n\t\tvalue: \"4\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#40\",\n\t\tcomment: \"Validity suspended\",\n\t\tvalue: \"40\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#41\",\n\t\tcomment: \"Validity revoked\",\n\t\tvalue: \"41\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#42\",\n\t\tcomment: \"In error\",\n\t\tvalue: \"42\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#43\",\n\t\tcomment: \"Received\",\n\t\tvalue: \"43\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#44\",\n\t\tcomment: \"Accepted with warnings\",\n\t\tvalue: \"44\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#5\",\n\t\tcomment: \"Information only\",\n\t\tvalue: \"5\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#6\",\n\t\tcomment: \"To arrive by manual means\",\n\t\tvalue: \"6\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#7\",\n\t\tcomment: \"To be raised and sent\",\n\t\tvalue: \"7\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#8\",\n\t\tcomment: \"Rejected\",\n\t\tvalue: \"8\"\n\t},\n\t{\n\t\turi: \"unece:DocumentStatusCodeList#9\",\n\t\tcomment: \"To be printed\",\n\t\tvalue: \"9\"\n\t}\n];\n"]}
@@ -0,0 +1,59 @@
1
+ /* This file is auto-generated with the importJson script, do not edit manually. */
2
+ /**
3
+ * A character string used to replace or represent a government action.
4
+ * https://vocabulary.uncefact.org/GovernmentActionCodeList
5
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
6
+ */
7
+ export const UNECE_GOVERNMENT_ACTION_CODES = [
8
+ {
9
+ uri: "unece:GovernmentActionCodeList#1",
10
+ comment: "Clearance",
11
+ value: "1"
12
+ },
13
+ {
14
+ uri: "unece:GovernmentActionCodeList#10",
15
+ comment: "Export certificate not required",
16
+ value: "10"
17
+ },
18
+ {
19
+ uri: "unece:GovernmentActionCodeList#2",
20
+ comment: "Detention",
21
+ value: "2"
22
+ },
23
+ {
24
+ uri: "unece:GovernmentActionCodeList#3",
25
+ comment: "Fumigation",
26
+ value: "3"
27
+ },
28
+ {
29
+ uri: "unece:GovernmentActionCodeList#4",
30
+ comment: "Inspection",
31
+ value: "4"
32
+ },
33
+ {
34
+ uri: "unece:GovernmentActionCodeList#5",
35
+ comment: "Security",
36
+ value: "5"
37
+ },
38
+ {
39
+ uri: "unece:GovernmentActionCodeList#6",
40
+ comment: "Means of transport admittance",
41
+ value: "6"
42
+ },
43
+ {
44
+ uri: "unece:GovernmentActionCodeList#7",
45
+ comment: "Cargo hold inspection",
46
+ value: "7"
47
+ },
48
+ {
49
+ uri: "unece:GovernmentActionCodeList#8",
50
+ comment: "Container inspection",
51
+ value: "8"
52
+ },
53
+ {
54
+ uri: "unece:GovernmentActionCodeList#9",
55
+ comment: "Cargo packaging inspection",
56
+ value: "9"
57
+ }
58
+ ];
59
+ //# sourceMappingURL=uneceGovernmentActionCodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uneceGovernmentActionCodes.js","sourceRoot":"","sources":["../../../src/codes/uneceGovernmentActionCodes.ts"],"names":[],"mappings":"AAKA,mFAAmF;AAEnF;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAiB;IAC1D;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,mCAAmC;QACxC,OAAO,EAAE,iCAAiC;QAC1C,KAAK,EAAE,IAAI;KACX;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,+BAA+B;QACxC,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,uBAAuB;QAChC,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,sBAAsB;QAC/B,KAAK,EAAE,GAAG;KACV;IACD;QACC,GAAG,EAAE,kCAAkC;QACvC,OAAO,EAAE,4BAA4B;QACrC,KAAK,EAAE,GAAG;KACV;CACD,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\nimport type { IUneceCode } from \"../models/IUneceCode.js\";\n\n/* This file is auto-generated with the importJson script, do not edit manually. */\n\n/**\n * A character string used to replace or represent a government action.\n * https://vocabulary.uncefact.org/GovernmentActionCodeList\n * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json\n */\nexport const UNECE_GOVERNMENT_ACTION_CODES: IUneceCode[] = [\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#1\",\n\t\tcomment: \"Clearance\",\n\t\tvalue: \"1\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#10\",\n\t\tcomment: \"Export certificate not required\",\n\t\tvalue: \"10\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#2\",\n\t\tcomment: \"Detention\",\n\t\tvalue: \"2\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#3\",\n\t\tcomment: \"Fumigation\",\n\t\tvalue: \"3\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#4\",\n\t\tcomment: \"Inspection\",\n\t\tvalue: \"4\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#5\",\n\t\tcomment: \"Security\",\n\t\tvalue: \"5\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#6\",\n\t\tcomment: \"Means of transport admittance\",\n\t\tvalue: \"6\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#7\",\n\t\tcomment: \"Cargo hold inspection\",\n\t\tvalue: \"7\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#8\",\n\t\tcomment: \"Container inspection\",\n\t\tvalue: \"8\"\n\t},\n\t{\n\t\turi: \"unece:GovernmentActionCodeList#9\",\n\t\tcomment: \"Cargo packaging inspection\",\n\t\tvalue: \"9\"\n\t}\n];\n"]}