@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
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/DocumentCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentcodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_DOCUMENT_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/DocumentStatusCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_DOCUMENT_STATUS_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/GovernmentActionCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_GOVERNMENT_ACTION_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/ReferenceCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/referencecodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_REFERENCE_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/responsiblegovernmentagencycodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/StatusCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/statuscodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_STATUS_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/TransportMeansTypeCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmeanstypecodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_TRANSPORT_MEANS_TYPE_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/TransportModeCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmodecodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_TRANSPORT_MODE_CODES: IUneceCode[];
|
|
@@ -4,4 +4,4 @@ import type { IUneceCode } from "../models/IUneceCode";
|
|
|
4
4
|
* https://vocabulary.uncefact.org/WorkflowStatusCodeList
|
|
5
5
|
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/workflowstatuscodelist.json
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const UNECE_WORKFLOW_STATUS_CODES: IUneceCode[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from "./codes/
|
|
2
|
-
export * from "./codes/
|
|
3
|
-
export * from "./codes/
|
|
4
|
-
export * from "./codes/
|
|
5
|
-
export * from "./codes/
|
|
6
|
-
export * from "./codes/
|
|
7
|
-
export * from "./codes/
|
|
8
|
-
export * from "./codes/
|
|
9
|
-
export * from "./codes/
|
|
10
|
-
export * from "./codes/
|
|
11
|
-
export * from "./codes/
|
|
12
|
-
export * from "./codeTypes/
|
|
13
|
-
export * from "./codeTypes/
|
|
14
|
-
export * from "./codeTypes/
|
|
15
|
-
export * from "./codeTypes/
|
|
16
|
-
export * from "./codeTypes/
|
|
17
|
-
export * from "./codeTypes/
|
|
18
|
-
export * from "./codeTypes/
|
|
19
|
-
export * from "./codeTypes/
|
|
20
|
-
export * from "./codeTypes/
|
|
21
|
-
export * from "./codeTypes/
|
|
22
|
-
export * from "./codeTypes/
|
|
1
|
+
export * from "./codes/uneceAmountCurrencyCodes";
|
|
2
|
+
export * from "./codes/uneceCountryIdCodes";
|
|
3
|
+
export * from "./codes/uneceDocumentCodes";
|
|
4
|
+
export * from "./codes/uneceDocumentStatusCodes";
|
|
5
|
+
export * from "./codes/uneceGovernmentActionCodes";
|
|
6
|
+
export * from "./codes/uneceReferenceCodes";
|
|
7
|
+
export * from "./codes/uneceResponsibleGovernmentAgencyCodes";
|
|
8
|
+
export * from "./codes/uneceStatusCodes";
|
|
9
|
+
export * from "./codes/uneceTransportMeansTypeCodes";
|
|
10
|
+
export * from "./codes/uneceTransportModeCodes";
|
|
11
|
+
export * from "./codes/uneceWorkflowStatusCodes";
|
|
12
|
+
export * from "./codeTypes/uneceAmountCurrencyCodes";
|
|
13
|
+
export * from "./codeTypes/uneceCountryIdCodes";
|
|
14
|
+
export * from "./codeTypes/uneceDocumentCodes";
|
|
15
|
+
export * from "./codeTypes/uneceDocumentStatusCodes";
|
|
16
|
+
export * from "./codeTypes/uneceGovernmentActionCodes";
|
|
17
|
+
export * from "./codeTypes/uneceReferenceCodes";
|
|
18
|
+
export * from "./codeTypes/uneceResponsibleGovernmentAgencyCodes";
|
|
19
|
+
export * from "./codeTypes/uneceStatusCodes";
|
|
20
|
+
export * from "./codeTypes/uneceTransportMeansTypeCodes";
|
|
21
|
+
export * from "./codeTypes/uneceTransportModeCodes";
|
|
22
|
+
export * from "./codeTypes/uneceWorkflowStatusCodes";
|
|
23
23
|
export * from "./dataTypes/uneceDataTypes";
|
|
24
24
|
export * from "./models/IUneceCode";
|
|
25
25
|
export * from "./models/uneceTypes";
|
package/docs/changelog.md
CHANGED
package/docs/reference/index.md
CHANGED
|
@@ -10,41 +10,41 @@
|
|
|
10
10
|
|
|
11
11
|
## Type Aliases
|
|
12
12
|
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
16
|
-
- [
|
|
17
|
-
- [
|
|
18
|
-
- [
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
22
|
-
- [
|
|
23
|
-
- [
|
|
13
|
+
- [UneceAmountCurrencyCodes](type-aliases/UneceAmountCurrencyCodes.md)
|
|
14
|
+
- [UneceCountryIdCodes](type-aliases/UneceCountryIdCodes.md)
|
|
15
|
+
- [UneceDocumentCodes](type-aliases/UneceDocumentCodes.md)
|
|
16
|
+
- [UneceDocumentStatusCodes](type-aliases/UneceDocumentStatusCodes.md)
|
|
17
|
+
- [UneceGovernmentActionCodes](type-aliases/UneceGovernmentActionCodes.md)
|
|
18
|
+
- [UneceReferenceCodes](type-aliases/UneceReferenceCodes.md)
|
|
19
|
+
- [UneceResponsibleGovernmentAgencyCodes](type-aliases/UneceResponsibleGovernmentAgencyCodes.md)
|
|
20
|
+
- [UneceStatusCodes](type-aliases/UneceStatusCodes.md)
|
|
21
|
+
- [UneceTransportMeansTypeCodes](type-aliases/UneceTransportMeansTypeCodes.md)
|
|
22
|
+
- [UneceTransportModeCodes](type-aliases/UneceTransportModeCodes.md)
|
|
23
|
+
- [UneceWorkflowStatusCodes](type-aliases/UneceWorkflowStatusCodes.md)
|
|
24
24
|
- [UneceTypes](type-aliases/UneceTypes.md)
|
|
25
25
|
|
|
26
26
|
## Variables
|
|
27
27
|
|
|
28
|
-
- [
|
|
29
|
-
- [
|
|
30
|
-
- [
|
|
31
|
-
- [
|
|
32
|
-
- [
|
|
33
|
-
- [
|
|
34
|
-
- [
|
|
35
|
-
- [
|
|
36
|
-
- [
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
39
|
-
- [
|
|
40
|
-
- [
|
|
41
|
-
- [
|
|
42
|
-
- [
|
|
43
|
-
- [
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
47
|
-
- [
|
|
48
|
-
- [
|
|
49
|
-
- [
|
|
28
|
+
- [UneceAmountCurrencyCodes](variables/UneceAmountCurrencyCodes.md)
|
|
29
|
+
- [UneceCountryIdCodes](variables/UneceCountryIdCodes.md)
|
|
30
|
+
- [UneceDocumentCodes](variables/UneceDocumentCodes.md)
|
|
31
|
+
- [UneceDocumentStatusCodes](variables/UneceDocumentStatusCodes.md)
|
|
32
|
+
- [UneceGovernmentActionCodes](variables/UneceGovernmentActionCodes.md)
|
|
33
|
+
- [UneceReferenceCodes](variables/UneceReferenceCodes.md)
|
|
34
|
+
- [UneceResponsibleGovernmentAgencyCodes](variables/UneceResponsibleGovernmentAgencyCodes.md)
|
|
35
|
+
- [UneceStatusCodes](variables/UneceStatusCodes.md)
|
|
36
|
+
- [UneceTransportMeansTypeCodes](variables/UneceTransportMeansTypeCodes.md)
|
|
37
|
+
- [UneceTransportModeCodes](variables/UneceTransportModeCodes.md)
|
|
38
|
+
- [UneceWorkflowStatusCodes](variables/UneceWorkflowStatusCodes.md)
|
|
39
|
+
- [UNECE\_AMOUNT\_CURRENCY\_CODES](variables/UNECE_AMOUNT_CURRENCY_CODES.md)
|
|
40
|
+
- [UNECE\_COUNTRY\_ID\_CODES](variables/UNECE_COUNTRY_ID_CODES.md)
|
|
41
|
+
- [UNECE\_DOCUMENT\_CODES](variables/UNECE_DOCUMENT_CODES.md)
|
|
42
|
+
- [UNECE\_DOCUMENT\_STATUS\_CODES](variables/UNECE_DOCUMENT_STATUS_CODES.md)
|
|
43
|
+
- [UNECE\_GOVERNMENT\_ACTION\_CODES](variables/UNECE_GOVERNMENT_ACTION_CODES.md)
|
|
44
|
+
- [UNECE\_REFERENCE\_CODES](variables/UNECE_REFERENCE_CODES.md)
|
|
45
|
+
- [UNECE\_RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES](variables/UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md)
|
|
46
|
+
- [UNECE\_STATUS\_CODES](variables/UNECE_STATUS_CODES.md)
|
|
47
|
+
- [UNECE\_TRANSPORT\_MEANS\_TYPE\_CODES](variables/UNECE_TRANSPORT_MEANS_TYPE_CODES.md)
|
|
48
|
+
- [UNECE\_TRANSPORT\_MODE\_CODES](variables/UNECE_TRANSPORT_MODE_CODES.md)
|
|
49
|
+
- [UNECE\_WORKFLOW\_STATUS\_CODES](variables/UNECE_WORKFLOW_STATUS_CODES.md)
|
|
50
50
|
- [UneceTypes](variables/UneceTypes.md)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceAmountCurrencyCodes
|
|
2
|
+
|
|
3
|
+
> **UneceAmountCurrencyCodes**: *typeof* [`UneceAmountCurrencyCodes`](../variables/UneceAmountCurrencyCodes.md)\[keyof *typeof* [`UneceAmountCurrencyCodes`](../variables/UneceAmountCurrencyCodes.md)\]
|
|
4
|
+
|
|
5
|
+
RDF Class for AmountType amount type to define currency codes.
|
|
6
|
+
https://vocabulary.uncefact.org/AmountCurrency
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/amountcurrency.json
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Type Alias:
|
|
1
|
+
# Type Alias: UneceCountryIdCodes
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **UneceCountryIdCodes**: *typeof* [`UneceCountryIdCodes`](../variables/UneceCountryIdCodes.md)\[keyof *typeof* [`UneceCountryIdCodes`](../variables/UneceCountryIdCodes.md)\]
|
|
4
4
|
|
|
5
5
|
A character string to identify and distinguish uniquely, one instance of a country in an identification scheme from all other objects within the same scheme.
|
|
6
6
|
https://vocabulary.uncefact.org/CountryId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Type Alias:
|
|
1
|
+
# Type Alias: UneceDocumentCodes
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **UneceDocumentCodes**: *typeof* [`UneceDocumentCodes`](../variables/UneceDocumentCodes.md)\[keyof *typeof* [`UneceDocumentCodes`](../variables/UneceDocumentCodes.md)\]
|
|
4
4
|
|
|
5
5
|
A character string denoting the type of a document. [Reference United Nations Code List (UNCL) 1001]
|
|
6
6
|
https://vocabulary.uncefact.org/DocumentCodeList
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceDocumentStatusCodes
|
|
2
|
+
|
|
3
|
+
> **UneceDocumentStatusCodes**: *typeof* [`UneceDocumentStatusCodes`](../variables/UneceDocumentStatusCodes.md)\[keyof *typeof* [`UneceDocumentStatusCodes`](../variables/UneceDocumentStatusCodes.md)\]
|
|
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
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceGovernmentActionCodes
|
|
2
|
+
|
|
3
|
+
> **UneceGovernmentActionCodes**: *typeof* [`UneceGovernmentActionCodes`](../variables/UneceGovernmentActionCodes.md)\[keyof *typeof* [`UneceGovernmentActionCodes`](../variables/UneceGovernmentActionCodes.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,7 @@
|
|
|
1
|
+
# Type Alias: UneceReferenceCodes
|
|
2
|
+
|
|
3
|
+
> **UneceReferenceCodes**: *typeof* [`UneceReferenceCodes`](../variables/UneceReferenceCodes.md)\[keyof *typeof* [`UneceReferenceCodes`](../variables/UneceReferenceCodes.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
|
+
# Type Alias: UneceResponsibleGovernmentAgencyCodes
|
|
2
|
+
|
|
3
|
+
> **UneceResponsibleGovernmentAgencyCodes**: *typeof* [`UneceResponsibleGovernmentAgencyCodes`](../variables/UneceResponsibleGovernmentAgencyCodes.md)\[keyof *typeof* [`UneceResponsibleGovernmentAgencyCodes`](../variables/UneceResponsibleGovernmentAgencyCodes.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
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceStatusCodes
|
|
2
|
+
|
|
3
|
+
> **UneceStatusCodes**: *typeof* [`UneceStatusCodes`](../variables/UneceStatusCodes.md)\[keyof *typeof* [`UneceStatusCodes`](../variables/UneceStatusCodes.md)\]
|
|
4
|
+
|
|
5
|
+
A character string used to represent a status.
|
|
6
|
+
https://vocabulary.uncefact.org/StatusCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/statuscodelist.json
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceTransportMeansTypeCodes
|
|
2
|
+
|
|
3
|
+
> **UneceTransportMeansTypeCodes**: *typeof* [`UneceTransportMeansTypeCodes`](../variables/UneceTransportMeansTypeCodes.md)\[keyof *typeof* [`UneceTransportMeansTypeCodes`](../variables/UneceTransportMeansTypeCodes.md)\]
|
|
4
|
+
|
|
5
|
+
A character string used to represent the transport means type.
|
|
6
|
+
https://vocabulary.uncefact.org/TransportMeansTypeCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmeanstypecodelist.json
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceTransportModeCodes
|
|
2
|
+
|
|
3
|
+
> **UneceTransportModeCodes**: *typeof* [`UneceTransportModeCodes`](../variables/UneceTransportModeCodes.md)\[keyof *typeof* [`UneceTransportModeCodes`](../variables/UneceTransportModeCodes.md)\]
|
|
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
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Type Alias: UneceWorkflowStatusCodes
|
|
2
|
+
|
|
3
|
+
> **UneceWorkflowStatusCodes**: *typeof* [`UneceWorkflowStatusCodes`](../variables/UneceWorkflowStatusCodes.md)\[keyof *typeof* [`UneceWorkflowStatusCodes`](../variables/UneceWorkflowStatusCodes.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
|
package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_AMOUNT\_CURRENCY\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_AMOUNT\_CURRENCY\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
RDF Class for AmountType amount type to define currency codes.
|
|
6
6
|
https://vocabulary.uncefact.org/AmountCurrency
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_COUNTRY\_ID\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_COUNTRY\_ID\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string to identify and distinguish uniquely, one instance of a country in an identification scheme from all other objects within the same scheme.
|
|
6
6
|
https://vocabulary.uncefact.org/CountryId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_DOCUMENT\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_DOCUMENT\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string denoting the type of a document. [Reference United Nations Code List (UNCL) 1001]
|
|
6
6
|
https://vocabulary.uncefact.org/DocumentCodeList
|
package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_DOCUMENT\_STATUS\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_DOCUMENT\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent or replace a document status.
|
|
6
6
|
https://vocabulary.uncefact.org/DocumentStatusCodeList
|
package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_GOVERNMENT\_ACTION\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_GOVERNMENT\_ACTION\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to replace or represent a government action.
|
|
6
6
|
https://vocabulary.uncefact.org/GovernmentActionCodeList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_REFERENCE\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_REFERENCE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent a reference.
|
|
6
6
|
https://vocabulary.uncefact.org/ReferenceCodeList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent a responsible government agency.
|
|
6
6
|
https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_STATUS\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent a status.
|
|
6
6
|
https://vocabulary.uncefact.org/StatusCodeList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_TRANSPORT\_MEANS\_TYPE\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_TRANSPORT\_MEANS\_TYPE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent the transport means type.
|
|
6
6
|
https://vocabulary.uncefact.org/TransportMeansTypeCodeList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_TRANSPORT\_MODE\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_TRANSPORT\_MODE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent a transport mode.
|
|
6
6
|
https://vocabulary.uncefact.org/TransportModeCodeList
|
package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Variable:
|
|
1
|
+
# Variable: UNECE\_WORKFLOW\_STATUS\_CODES
|
|
2
2
|
|
|
3
|
-
> `const` **
|
|
3
|
+
> `const` **UNECE\_WORKFLOW\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
|
|
4
4
|
|
|
5
5
|
A character string used to represent a workflow status.
|
|
6
6
|
https://vocabulary.uncefact.org/WorkflowStatusCodeList
|