@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.
- package/dist/cjs/index.cjs +24011 -0
- package/dist/esm/index.mjs +23990 -1
- package/dist/types/codeTypes/amountCurrencyCodes.d.ts +733 -0
- package/dist/types/codeTypes/countryIdCodes.d.ts +1009 -0
- package/dist/types/codeTypes/documentCodes.d.ts +3225 -0
- package/dist/types/codeTypes/documentStatusCodes.d.ts +189 -0
- package/dist/types/codeTypes/governmentActionCodes.d.ts +53 -0
- package/dist/types/codeTypes/referenceCodes.d.ts +3281 -0
- package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +89 -0
- package/dist/types/codeTypes/statusCodes.d.ts +1417 -0
- package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +549 -0
- package/dist/types/codeTypes/transportModeCodes.d.ts +53 -0
- package/dist/types/codeTypes/workflowStatusCodes.d.ts +109 -0
- package/dist/types/codes/amountCurrencyCodes.d.ts +7 -0
- package/dist/types/codes/countryIdCodes.d.ts +7 -0
- package/dist/types/codes/documentCodes.d.ts +7 -0
- package/dist/types/codes/documentStatusCodes.d.ts +7 -0
- package/dist/types/codes/governmentActionCodes.d.ts +7 -0
- package/dist/types/codes/referenceCodes.d.ts +7 -0
- package/dist/types/codes/responsibleGovernmentAgencyCodes.d.ts +7 -0
- package/dist/types/codes/statusCodes.d.ts +7 -0
- package/dist/types/codes/transportMeansTypeCodes.d.ts +7 -0
- package/dist/types/codes/transportModeCodes.d.ts +7 -0
- package/dist/types/codes/workflowStatusCodes.d.ts +7 -0
- package/dist/types/index.d.ts +23 -0
- package/dist/types/models/IUneceCode.d.ts +17 -0
- package/docs/changelog.md +1 -1
- package/docs/reference/index.md +37 -0
- package/docs/reference/interfaces/IUneceCode.md +27 -0
- package/docs/reference/type-aliases/AmountCurrencyCodes.md +7 -0
- package/docs/reference/type-aliases/CountryIdCodes.md +7 -0
- package/docs/reference/type-aliases/DocumentCodes.md +7 -0
- package/docs/reference/type-aliases/DocumentStatusCodes.md +7 -0
- package/docs/reference/type-aliases/GovernmentActionCodes.md +7 -0
- package/docs/reference/type-aliases/ReferenceCodes.md +7 -0
- package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +7 -0
- package/docs/reference/type-aliases/StatusCodes.md +7 -0
- package/docs/reference/type-aliases/TransportMeansTypeCodes.md +7 -0
- package/docs/reference/type-aliases/TransportModeCodes.md +7 -0
- package/docs/reference/type-aliases/WorkflowStatusCodes.md +7 -0
- package/docs/reference/variables/AMOUNT_CURRENCY_CODES.md +7 -0
- package/docs/reference/variables/AmountCurrencyCodes.md +1089 -0
- package/docs/reference/variables/COUNTRY_ID_CODES.md +7 -0
- package/docs/reference/variables/CountryIdCodes.md +1503 -0
- package/docs/reference/variables/DOCUMENT_CODES.md +7 -0
- package/docs/reference/variables/DOCUMENT_STATUS_CODES.md +7 -0
- package/docs/reference/variables/DocumentCodes.md +4827 -0
- package/docs/reference/variables/DocumentStatusCodes.md +273 -0
- package/docs/reference/variables/GOVERNMENT_ACTION_CODES.md +7 -0
- package/docs/reference/variables/GovernmentActionCodes.md +69 -0
- package/docs/reference/variables/REFERENCE_CODES.md +7 -0
- package/docs/reference/variables/RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md +7 -0
- package/docs/reference/variables/ReferenceCodes.md +4911 -0
- package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +123 -0
- package/docs/reference/variables/STATUS_CODES.md +7 -0
- package/docs/reference/variables/StatusCodes.md +2115 -0
- package/docs/reference/variables/TRANSPORT_MEANS_TYPE_CODES.md +7 -0
- package/docs/reference/variables/TRANSPORT_MODE_CODES.md +7 -0
- package/docs/reference/variables/TransportMeansTypeCodes.md +813 -0
- package/docs/reference/variables/TransportModeCodes.md +69 -0
- package/docs/reference/variables/WORKFLOW_STATUS_CODES.md +7 -0
- package/docs/reference/variables/WorkflowStatusCodes.md +153 -0
- package/package.json +1 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Variable: TransportModeCodes
|
|
2
|
+
|
|
3
|
+
> `const` **TransportModeCodes**: `object`
|
|
4
|
+
|
|
5
|
+
A character string used to represent a transport mode.
|
|
6
|
+
https://vocabulary.uncefact.org/TransportModeCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmodecodelist.json
|
|
8
|
+
|
|
9
|
+
## Type declaration
|
|
10
|
+
|
|
11
|
+
### 0
|
|
12
|
+
|
|
13
|
+
> **0**: `string` = `"unece:TransportModeCodeList#0"`
|
|
14
|
+
|
|
15
|
+
0 Transport mode not specified.
|
|
16
|
+
|
|
17
|
+
### 1
|
|
18
|
+
|
|
19
|
+
> **1**: `string` = `"unece:TransportModeCodeList#1"`
|
|
20
|
+
|
|
21
|
+
1 Maritime transport.
|
|
22
|
+
|
|
23
|
+
### 2
|
|
24
|
+
|
|
25
|
+
> **2**: `string` = `"unece:TransportModeCodeList#2"`
|
|
26
|
+
|
|
27
|
+
2 Rail transport.
|
|
28
|
+
|
|
29
|
+
### 3
|
|
30
|
+
|
|
31
|
+
> **3**: `string` = `"unece:TransportModeCodeList#3"`
|
|
32
|
+
|
|
33
|
+
3 Road transport.
|
|
34
|
+
|
|
35
|
+
### 4
|
|
36
|
+
|
|
37
|
+
> **4**: `string` = `"unece:TransportModeCodeList#4"`
|
|
38
|
+
|
|
39
|
+
4 Air transport.
|
|
40
|
+
|
|
41
|
+
### 5
|
|
42
|
+
|
|
43
|
+
> **5**: `string` = `"unece:TransportModeCodeList#5"`
|
|
44
|
+
|
|
45
|
+
5 Mail.
|
|
46
|
+
|
|
47
|
+
### 6
|
|
48
|
+
|
|
49
|
+
> **6**: `string` = `"unece:TransportModeCodeList#6"`
|
|
50
|
+
|
|
51
|
+
6 Multimodal transport.
|
|
52
|
+
|
|
53
|
+
### 7
|
|
54
|
+
|
|
55
|
+
> **7**: `string` = `"unece:TransportModeCodeList#7"`
|
|
56
|
+
|
|
57
|
+
7 Fixed transport installations.
|
|
58
|
+
|
|
59
|
+
### 8
|
|
60
|
+
|
|
61
|
+
> **8**: `string` = `"unece:TransportModeCodeList#8"`
|
|
62
|
+
|
|
63
|
+
8 Inland water transport.
|
|
64
|
+
|
|
65
|
+
### 9
|
|
66
|
+
|
|
67
|
+
> **9**: `string` = `"unece:TransportModeCodeList#9"`
|
|
68
|
+
|
|
69
|
+
9 Transport mode not applicable.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Variable: WORKFLOW\_STATUS\_CODES
|
|
2
|
+
|
|
3
|
+
> `const` **WORKFLOW\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
|
+
|
|
5
|
+
A character string used to represent a workflow status.
|
|
6
|
+
https://vocabulary.uncefact.org/WorkflowStatusCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/workflowstatuscodelist.json
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
# Variable: WorkflowStatusCodes
|
|
2
|
+
|
|
3
|
+
> `const` **WorkflowStatusCodes**: `object`
|
|
4
|
+
|
|
5
|
+
A character string used to represent a workflow status.
|
|
6
|
+
https://vocabulary.uncefact.org/WorkflowStatusCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/workflowstatuscodelist.json
|
|
8
|
+
|
|
9
|
+
## Type declaration
|
|
10
|
+
|
|
11
|
+
### 1
|
|
12
|
+
|
|
13
|
+
> **1**: `string` = `"unece:WorkflowStatusCodeList#1"`
|
|
14
|
+
|
|
15
|
+
1 To be done.
|
|
16
|
+
|
|
17
|
+
### 108
|
|
18
|
+
|
|
19
|
+
> **108**: `string` = `"unece:WorkflowStatusCodeList#108"`
|
|
20
|
+
|
|
21
|
+
108 Instructed to start.
|
|
22
|
+
|
|
23
|
+
### 109
|
|
24
|
+
|
|
25
|
+
> **109**: `string` = `"unece:WorkflowStatusCodeList#109"`
|
|
26
|
+
|
|
27
|
+
109 Instructed to stop.
|
|
28
|
+
|
|
29
|
+
### 111
|
|
30
|
+
|
|
31
|
+
> **111**: `string` = `"unece:WorkflowStatusCodeList#111"`
|
|
32
|
+
|
|
33
|
+
111 Inactive.
|
|
34
|
+
|
|
35
|
+
### 112
|
|
36
|
+
|
|
37
|
+
> **112**: `string` = `"unece:WorkflowStatusCodeList#112"`
|
|
38
|
+
|
|
39
|
+
112 Active.
|
|
40
|
+
|
|
41
|
+
### 121
|
|
42
|
+
|
|
43
|
+
> **121**: `string` = `"unece:WorkflowStatusCodeList#121"`
|
|
44
|
+
|
|
45
|
+
121 Complete.
|
|
46
|
+
|
|
47
|
+
### 17
|
|
48
|
+
|
|
49
|
+
> **17**: `string` = `"unece:WorkflowStatusCodeList#17"`
|
|
50
|
+
|
|
51
|
+
17 Requested.
|
|
52
|
+
|
|
53
|
+
### 2
|
|
54
|
+
|
|
55
|
+
> **2**: `string` = `"unece:WorkflowStatusCodeList#2"`
|
|
56
|
+
|
|
57
|
+
2 Done.
|
|
58
|
+
|
|
59
|
+
### 28
|
|
60
|
+
|
|
61
|
+
> **28**: `string` = `"unece:WorkflowStatusCodeList#28"`
|
|
62
|
+
|
|
63
|
+
28 Transaction expected to be executed.
|
|
64
|
+
|
|
65
|
+
### 3
|
|
66
|
+
|
|
67
|
+
> **3**: `string` = `"unece:WorkflowStatusCodeList#3"`
|
|
68
|
+
|
|
69
|
+
3 Passed on.
|
|
70
|
+
|
|
71
|
+
### 35
|
|
72
|
+
|
|
73
|
+
> **35**: `string` = `"unece:WorkflowStatusCodeList#35"`
|
|
74
|
+
|
|
75
|
+
35 Started.
|
|
76
|
+
|
|
77
|
+
### 36
|
|
78
|
+
|
|
79
|
+
> **36**: `string` = `"unece:WorkflowStatusCodeList#36"`
|
|
80
|
+
|
|
81
|
+
36 Revised.
|
|
82
|
+
|
|
83
|
+
### 38
|
|
84
|
+
|
|
85
|
+
> **38**: `string` = `"unece:WorkflowStatusCodeList#38"`
|
|
86
|
+
|
|
87
|
+
38 Assigned.
|
|
88
|
+
|
|
89
|
+
### 39
|
|
90
|
+
|
|
91
|
+
> **39**: `string` = `"unece:WorkflowStatusCodeList#39"`
|
|
92
|
+
|
|
93
|
+
39 Approved.
|
|
94
|
+
|
|
95
|
+
### 40
|
|
96
|
+
|
|
97
|
+
> **40**: `string` = `"unece:WorkflowStatusCodeList#40"`
|
|
98
|
+
|
|
99
|
+
40 Withdrawn.
|
|
100
|
+
|
|
101
|
+
### 41
|
|
102
|
+
|
|
103
|
+
> **41**: `string` = `"unece:WorkflowStatusCodeList#41"`
|
|
104
|
+
|
|
105
|
+
41 Rejected.
|
|
106
|
+
|
|
107
|
+
### 42
|
|
108
|
+
|
|
109
|
+
> **42**: `string` = `"unece:WorkflowStatusCodeList#42"`
|
|
110
|
+
|
|
111
|
+
42 Approval pending.
|
|
112
|
+
|
|
113
|
+
### 43
|
|
114
|
+
|
|
115
|
+
> **43**: `string` = `"unece:WorkflowStatusCodeList#43"`
|
|
116
|
+
|
|
117
|
+
43 Postponed.
|
|
118
|
+
|
|
119
|
+
### 44
|
|
120
|
+
|
|
121
|
+
> **44**: `string` = `"unece:WorkflowStatusCodeList#44"`
|
|
122
|
+
|
|
123
|
+
44 Replaced.
|
|
124
|
+
|
|
125
|
+
### 70
|
|
126
|
+
|
|
127
|
+
> **70**: `string` = `"unece:WorkflowStatusCodeList#70"`
|
|
128
|
+
|
|
129
|
+
70 Issued.
|
|
130
|
+
|
|
131
|
+
### 73
|
|
132
|
+
|
|
133
|
+
> **73**: `string` = `"unece:WorkflowStatusCodeList#73"`
|
|
134
|
+
|
|
135
|
+
73 Confirmed.
|
|
136
|
+
|
|
137
|
+
### 85
|
|
138
|
+
|
|
139
|
+
> **85**: `string` = `"unece:WorkflowStatusCodeList#85"`
|
|
140
|
+
|
|
141
|
+
85 Updated.
|
|
142
|
+
|
|
143
|
+
### 95
|
|
144
|
+
|
|
145
|
+
> **95**: `string` = `"unece:WorkflowStatusCodeList#95"`
|
|
146
|
+
|
|
147
|
+
95 Unchanged.
|
|
148
|
+
|
|
149
|
+
### 97
|
|
150
|
+
|
|
151
|
+
> **97**: `string` = `"unece:WorkflowStatusCodeList#97"`
|
|
152
|
+
|
|
153
|
+
97 Pending.
|