@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
@@ -0,0 +1,189 @@
1
+ /**
2
+ * A character string used to represent or replace a document status.
3
+ * https://vocabulary.uncefact.org/DocumentStatusCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
5
+ */
6
+ export declare const UneceDocumentStatusCodes: {
7
+ /**
8
+ * Accepted: 1.
9
+ */
10
+ Accepted: string;
11
+ /**
12
+ * Document currently valid: 10.
13
+ */
14
+ DocumentCurrentlyValid: string;
15
+ /**
16
+ * Document not available: 11.
17
+ */
18
+ DocumentNotAvailable: string;
19
+ /**
20
+ * Document exhausted by declaration and attached: 12.
21
+ */
22
+ DocumentExhaustedByDeclarationAndAttached: string;
23
+ /**
24
+ * Document not exhausted by declaration and attached: 13.
25
+ */
26
+ DocumentNotExhaustedByDeclarationAndAttached: string;
27
+ /**
28
+ * Document exhausted by declaration and previously lodged: 14.
29
+ */
30
+ DocumentExhaustedByDeclarationAndPreviouslyLodged: string;
31
+ /**
32
+ * Document not exhausted by declaration and previously lodged: 15.
33
+ */
34
+ DocumentNotExhaustedByDeclarationAndPreviouslyLodged: string;
35
+ /**
36
+ * Document not attached: 16.
37
+ */
38
+ DocumentNotAttached: string;
39
+ /**
40
+ * Document with the goods: 17.
41
+ */
42
+ DocumentWithTheGoods: string;
43
+ /**
44
+ * Document attached, to be returned after endorsement: 18.
45
+ */
46
+ DocumentAttachedToBeReturnedAfterEndorsement: string;
47
+ /**
48
+ * Document applied for: 19.
49
+ */
50
+ DocumentAppliedFor: string;
51
+ /**
52
+ * Accompanying goods: 2.
53
+ */
54
+ AccompanyingGoods: string;
55
+ /**
56
+ * Received for shipment: 20.
57
+ */
58
+ ReceivedForShipment: string;
59
+ /**
60
+ * Shipped on board: 21.
61
+ */
62
+ ShippedOnBoard: string;
63
+ /**
64
+ * Status 0: 22.
65
+ */
66
+ Status0: string;
67
+ /**
68
+ * Status 1: 23.
69
+ */
70
+ Status1: string;
71
+ /**
72
+ * Status 2: 24.
73
+ */
74
+ Status2: string;
75
+ /**
76
+ * Message under development: 25.
77
+ */
78
+ MessageUnderDevelopment: string;
79
+ /**
80
+ * Document not freighted: 26.
81
+ */
82
+ DocumentNotFreighted: string;
83
+ /**
84
+ * Document freighted: 27.
85
+ */
86
+ DocumentFreighted: string;
87
+ /**
88
+ * Archived: 28.
89
+ */
90
+ Archived: string;
91
+ /**
92
+ * Provisional: 29.
93
+ */
94
+ Provisional: string;
95
+ /**
96
+ * Conditionally accepted: 3.
97
+ */
98
+ ConditionallyAccepted: string;
99
+ /**
100
+ * Documents enclosed in the first transmission: 30.
101
+ */
102
+ DocumentsEnclosedInTheFirstTransmission: string;
103
+ /**
104
+ * Documents enclosed in the second transmission: 31.
105
+ */
106
+ DocumentsEnclosedInTheSecondTransmission: string;
107
+ /**
108
+ * Document not required, waiver issued: 32.
109
+ */
110
+ DocumentNotRequiredWaiverIssued: string;
111
+ /**
112
+ * Already on file with receiver of this message: 33.
113
+ */
114
+ AlreadyOnFileWithReceiverOfThisMessage: string;
115
+ /**
116
+ * Retained by sender of this message, or by sender's agent or representative: 34.
117
+ */
118
+ RetainedBySenderOfThisMessageOrBySenderSAgentOrRepresentative: string;
119
+ /**
120
+ * Document incomplete: 35.
121
+ */
122
+ DocumentIncomplete: string;
123
+ /**
124
+ * Document previously submitted: 36.
125
+ */
126
+ DocumentPreviouslySubmitted: string;
127
+ /**
128
+ * Document complete: 37.
129
+ */
130
+ DocumentComplete: string;
131
+ /**
132
+ * Final: 38.
133
+ */
134
+ Final: string;
135
+ /**
136
+ * On hold: 39.
137
+ */
138
+ OnHold: string;
139
+ /**
140
+ * To arrive by separate EDI message: 4.
141
+ */
142
+ ToArriveBySeparateEDIMessage: string;
143
+ /**
144
+ * Validity suspended: 40.
145
+ */
146
+ ValiditySuspended: string;
147
+ /**
148
+ * Validity revoked: 41.
149
+ */
150
+ ValidityRevoked: string;
151
+ /**
152
+ * In error: 42.
153
+ */
154
+ InError: string;
155
+ /**
156
+ * Received: 43.
157
+ */
158
+ Received: string;
159
+ /**
160
+ * Accepted with warnings: 44.
161
+ */
162
+ AcceptedWithWarnings: string;
163
+ /**
164
+ * Information only: 5.
165
+ */
166
+ InformationOnly: string;
167
+ /**
168
+ * To arrive by manual means: 6.
169
+ */
170
+ ToArriveByManualMeans: string;
171
+ /**
172
+ * To be raised and sent: 7.
173
+ */
174
+ ToBeRaisedAndSent: string;
175
+ /**
176
+ * Rejected: 8.
177
+ */
178
+ Rejected: string;
179
+ /**
180
+ * To be printed: 9.
181
+ */
182
+ ToBePrinted: string;
183
+ };
184
+ /**
185
+ * A character string used to represent or replace a document status.
186
+ * https://vocabulary.uncefact.org/DocumentStatusCodeList
187
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
188
+ */
189
+ export type UneceDocumentStatusCodes = (typeof UneceDocumentStatusCodes)[keyof typeof UneceDocumentStatusCodes];
@@ -0,0 +1,53 @@
1
+ /**
2
+ * A character string used to replace or represent a government action.
3
+ * https://vocabulary.uncefact.org/GovernmentActionCodeList
4
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
5
+ */
6
+ export declare const UneceGovernmentActionCodes: {
7
+ /**
8
+ * Clearance: 1.
9
+ */
10
+ Clearance: string;
11
+ /**
12
+ * Export certificate not required: 10.
13
+ */
14
+ ExportCertificateNotRequired: string;
15
+ /**
16
+ * Detention: 2.
17
+ */
18
+ Detention: string;
19
+ /**
20
+ * Fumigation: 3.
21
+ */
22
+ Fumigation: string;
23
+ /**
24
+ * Inspection: 4.
25
+ */
26
+ Inspection: string;
27
+ /**
28
+ * Security: 5.
29
+ */
30
+ Security: string;
31
+ /**
32
+ * Means of transport admittance: 6.
33
+ */
34
+ MeansOfTransportAdmittance: string;
35
+ /**
36
+ * Cargo hold inspection: 7.
37
+ */
38
+ CargoHoldInspection: string;
39
+ /**
40
+ * Container inspection: 8.
41
+ */
42
+ ContainerInspection: string;
43
+ /**
44
+ * Cargo packaging inspection: 9.
45
+ */
46
+ CargoPackagingInspection: string;
47
+ };
48
+ /**
49
+ * A character string used to replace or represent a government action.
50
+ * https://vocabulary.uncefact.org/GovernmentActionCodeList
51
+ * https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
52
+ */
53
+ export type UneceGovernmentActionCodes = (typeof UneceGovernmentActionCodes)[keyof typeof UneceGovernmentActionCodes];