@twin.org/standards-unece 0.0.1-next.22 → 0.0.1-next.24

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 (87) hide show
  1. package/dist/cjs/index.cjs +4113 -4080
  2. package/dist/esm/index.mjs +4092 -4059
  3. package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
  4. package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
  5. package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
  6. package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
  7. package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
  8. package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
  9. package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
  10. package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
  11. package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
  12. package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
  13. package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
  14. package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
  15. package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
  16. package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
  17. package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
  18. package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
  19. package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
  20. package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
  21. package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
  22. package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
  23. package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
  24. package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
  25. package/dist/types/index.d.ts +22 -22
  26. package/docs/changelog.md +1 -1
  27. package/docs/reference/index.md +33 -33
  28. package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
  29. package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
  30. package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
  31. package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
  32. package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
  33. package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
  34. package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
  35. package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
  36. package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
  37. package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
  38. package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
  39. package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
  40. package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
  41. package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
  42. package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
  43. package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
  44. package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
  45. package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
  46. package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
  47. package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
  48. package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
  49. package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
  50. package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
  51. package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
  52. package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
  53. package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
  54. package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
  55. package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
  56. package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
  57. package/docs/reference/variables/UneceStatusCodes.md +2115 -0
  58. package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
  59. package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
  60. package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
  61. package/package.json +1 -1
  62. package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
  63. package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
  64. package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
  65. package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
  66. package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
  67. package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
  68. package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
  69. package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
  70. package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
  71. package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
  72. package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
  73. package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
  74. package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
  75. package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
  76. package/docs/reference/type-aliases/StatusCodes.md +0 -7
  77. package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
  78. package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
  79. package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
  80. package/docs/reference/variables/DocumentCodes.md +0 -4827
  81. package/docs/reference/variables/DocumentStatusCodes.md +0 -273
  82. package/docs/reference/variables/GovernmentActionCodes.md +0 -69
  83. package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
  84. package/docs/reference/variables/StatusCodes.md +0 -2115
  85. package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
  86. package/docs/reference/variables/TransportModeCodes.md +0 -69
  87. 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 DOCUMENT_CODES: IUneceCode[];
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 DOCUMENT_STATUS_CODES: IUneceCode[];
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 GOVERNMENT_ACTION_CODES: IUneceCode[];
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 REFERENCE_CODES: IUneceCode[];
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 RESPONSIBLE_GOVERNMENT_AGENCY_CODES: IUneceCode[];
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 STATUS_CODES: IUneceCode[];
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 TRANSPORT_MEANS_TYPE_CODES: IUneceCode[];
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 TRANSPORT_MODE_CODES: IUneceCode[];
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 WORKFLOW_STATUS_CODES: IUneceCode[];
7
+ export declare const UNECE_WORKFLOW_STATUS_CODES: IUneceCode[];
@@ -1,25 +1,25 @@
1
- export * from "./codes/amountCurrencyCodes";
2
- export * from "./codes/countryIdCodes";
3
- export * from "./codes/documentCodes";
4
- export * from "./codes/documentStatusCodes";
5
- export * from "./codes/governmentActionCodes";
6
- export * from "./codes/referenceCodes";
7
- export * from "./codes/responsibleGovernmentAgencyCodes";
8
- export * from "./codes/statusCodes";
9
- export * from "./codes/transportMeansTypeCodes";
10
- export * from "./codes/transportModeCodes";
11
- export * from "./codes/workflowStatusCodes";
12
- export * from "./codeTypes/amountCurrencyCodes";
13
- export * from "./codeTypes/countryIdCodes";
14
- export * from "./codeTypes/documentCodes";
15
- export * from "./codeTypes/documentStatusCodes";
16
- export * from "./codeTypes/governmentActionCodes";
17
- export * from "./codeTypes/referenceCodes";
18
- export * from "./codeTypes/responsibleGovernmentAgencyCodes";
19
- export * from "./codeTypes/statusCodes";
20
- export * from "./codeTypes/transportMeansTypeCodes";
21
- export * from "./codeTypes/transportModeCodes";
22
- export * from "./codeTypes/workflowStatusCodes";
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
@@ -1,5 +1,5 @@
1
1
  # @twin.org/standards-unece - Changelog
2
2
 
3
- ## v0.0.1-next.22
3
+ ## v0.0.1-next.24
4
4
 
5
5
  - Initial Release
@@ -10,41 +10,41 @@
10
10
 
11
11
  ## Type Aliases
12
12
 
13
- - [AmountCurrencyCodes](type-aliases/AmountCurrencyCodes.md)
14
- - [CountryIdCodes](type-aliases/CountryIdCodes.md)
15
- - [DocumentCodes](type-aliases/DocumentCodes.md)
16
- - [DocumentStatusCodes](type-aliases/DocumentStatusCodes.md)
17
- - [GovernmentActionCodes](type-aliases/GovernmentActionCodes.md)
18
- - [ReferenceCodes](type-aliases/ReferenceCodes.md)
19
- - [ResponsibleGovernmentAgencyCodes](type-aliases/ResponsibleGovernmentAgencyCodes.md)
20
- - [StatusCodes](type-aliases/StatusCodes.md)
21
- - [TransportMeansTypeCodes](type-aliases/TransportMeansTypeCodes.md)
22
- - [TransportModeCodes](type-aliases/TransportModeCodes.md)
23
- - [WorkflowStatusCodes](type-aliases/WorkflowStatusCodes.md)
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
- - [AmountCurrencyCodes](variables/AmountCurrencyCodes.md)
29
- - [CountryIdCodes](variables/CountryIdCodes.md)
30
- - [DocumentCodes](variables/DocumentCodes.md)
31
- - [DocumentStatusCodes](variables/DocumentStatusCodes.md)
32
- - [GovernmentActionCodes](variables/GovernmentActionCodes.md)
33
- - [ReferenceCodes](variables/ReferenceCodes.md)
34
- - [ResponsibleGovernmentAgencyCodes](variables/ResponsibleGovernmentAgencyCodes.md)
35
- - [StatusCodes](variables/StatusCodes.md)
36
- - [TransportMeansTypeCodes](variables/TransportMeansTypeCodes.md)
37
- - [TransportModeCodes](variables/TransportModeCodes.md)
38
- - [WorkflowStatusCodes](variables/WorkflowStatusCodes.md)
39
- - [AMOUNT\_CURRENCY\_CODES](variables/AMOUNT_CURRENCY_CODES.md)
40
- - [COUNTRY\_ID\_CODES](variables/COUNTRY_ID_CODES.md)
41
- - [DOCUMENT\_CODES](variables/DOCUMENT_CODES.md)
42
- - [DOCUMENT\_STATUS\_CODES](variables/DOCUMENT_STATUS_CODES.md)
43
- - [GOVERNMENT\_ACTION\_CODES](variables/GOVERNMENT_ACTION_CODES.md)
44
- - [REFERENCE\_CODES](variables/REFERENCE_CODES.md)
45
- - [RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES](variables/RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md)
46
- - [STATUS\_CODES](variables/STATUS_CODES.md)
47
- - [TRANSPORT\_MEANS\_TYPE\_CODES](variables/TRANSPORT_MEANS_TYPE_CODES.md)
48
- - [TRANSPORT\_MODE\_CODES](variables/TRANSPORT_MODE_CODES.md)
49
- - [WORKFLOW\_STATUS\_CODES](variables/WORKFLOW_STATUS_CODES.md)
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: CountryIdCodes
1
+ # Type Alias: UneceCountryIdCodes
2
2
 
3
- > **CountryIdCodes**: *typeof* [`CountryIdCodes`](../variables/CountryIdCodes.md)\[keyof *typeof* [`CountryIdCodes`](../variables/CountryIdCodes.md)\]
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: DocumentCodes
1
+ # Type Alias: UneceDocumentCodes
2
2
 
3
- > **DocumentCodes**: *typeof* [`DocumentCodes`](../variables/DocumentCodes.md)\[keyof *typeof* [`DocumentCodes`](../variables/DocumentCodes.md)\]
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
@@ -1,6 +1,6 @@
1
- # Variable: AMOUNT\_CURRENCY\_CODES
1
+ # Variable: UNECE\_AMOUNT\_CURRENCY\_CODES
2
2
 
3
- > `const` **AMOUNT\_CURRENCY\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: COUNTRY\_ID\_CODES
1
+ # Variable: UNECE\_COUNTRY\_ID\_CODES
2
2
 
3
- > `const` **COUNTRY\_ID\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: DOCUMENT\_CODES
1
+ # Variable: UNECE\_DOCUMENT\_CODES
2
2
 
3
- > `const` **DOCUMENT\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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
@@ -1,6 +1,6 @@
1
- # Variable: DOCUMENT\_STATUS\_CODES
1
+ # Variable: UNECE\_DOCUMENT\_STATUS\_CODES
2
2
 
3
- > `const` **DOCUMENT\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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
@@ -1,6 +1,6 @@
1
- # Variable: GOVERNMENT\_ACTION\_CODES
1
+ # Variable: UNECE\_GOVERNMENT\_ACTION\_CODES
2
2
 
3
- > `const` **GOVERNMENT\_ACTION\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: REFERENCE\_CODES
1
+ # Variable: UNECE\_REFERENCE\_CODES
2
2
 
3
- > `const` **REFERENCE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES
1
+ # Variable: UNECE\_RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES
2
2
 
3
- > `const` **RESPONSIBLE\_GOVERNMENT\_AGENCY\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: STATUS\_CODES
1
+ # Variable: UNECE\_STATUS\_CODES
2
2
 
3
- > `const` **STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: TRANSPORT\_MEANS\_TYPE\_CODES
1
+ # Variable: UNECE\_TRANSPORT\_MEANS\_TYPE\_CODES
2
2
 
3
- > `const` **TRANSPORT\_MEANS\_TYPE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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: TRANSPORT\_MODE\_CODES
1
+ # Variable: UNECE\_TRANSPORT\_MODE\_CODES
2
2
 
3
- > `const` **TRANSPORT\_MODE\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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
@@ -1,6 +1,6 @@
1
- # Variable: WORKFLOW\_STATUS\_CODES
1
+ # Variable: UNECE\_WORKFLOW\_STATUS\_CODES
2
2
 
3
- > `const` **WORKFLOW\_STATUS\_CODES**: [`IUneceCode`](../interfaces/IUneceCode.md)[]
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