@twin.org/standards-gs1 0.0.3-next.9 → 0.9.0

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 (238) hide show
  1. package/README.md +2 -2
  2. package/dist/es/dataTypes/epcisDataTypes.js +69 -0
  3. package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
  4. package/dist/es/dataTypes/gs1DataTypes.js +3 -3
  5. package/dist/es/dataTypes/gs1DataTypes.js.map +1 -1
  6. package/dist/es/entities/gs1Location.js +2 -3
  7. package/dist/es/entities/gs1Location.js.map +1 -1
  8. package/dist/es/index.js +26 -7
  9. package/dist/es/index.js.map +1 -1
  10. package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -1
  11. package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -1
  12. package/dist/es/models/epcis20/IEpcisAttribute.js +2 -0
  13. package/dist/es/models/epcis20/IEpcisAttribute.js.map +1 -0
  14. package/dist/es/models/epcis20/IEpcisBizTransaction.js +0 -2
  15. package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -1
  16. package/dist/es/models/epcis20/IEpcisDestination.js +0 -2
  17. package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -1
  18. package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -1
  19. package/dist/es/models/epcis20/IEpcisErrorDeclaration.js +2 -0
  20. package/dist/es/models/epcis20/IEpcisErrorDeclaration.js.map +1 -0
  21. package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -1
  22. package/dist/es/models/epcis20/IEpcisHeader.js +2 -0
  23. package/dist/es/models/epcis20/IEpcisHeader.js.map +1 -0
  24. package/dist/es/models/epcis20/{IEpcisSimpleLocation.js → IEpcisIlmd.js} +1 -1
  25. package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
  26. package/dist/es/models/epcis20/IEpcisLocation.js +4 -0
  27. package/dist/es/models/epcis20/IEpcisLocation.js.map +1 -0
  28. package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -1
  29. package/dist/es/models/epcis20/IEpcisPersistentDisposition.js +2 -0
  30. package/dist/es/models/epcis20/IEpcisPersistentDisposition.js.map +1 -0
  31. package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -1
  32. package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -1
  33. package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -1
  34. package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js +2 -0
  35. package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js.map +1 -0
  36. package/dist/es/models/epcis20/IEpcisQueryResults.js +2 -0
  37. package/dist/es/models/epcis20/IEpcisQueryResults.js.map +1 -0
  38. package/dist/es/models/epcis20/IEpcisQueryResultsBody.js +2 -0
  39. package/dist/es/models/epcis20/IEpcisQueryResultsBody.js.map +1 -0
  40. package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -1
  41. package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -1
  42. package/dist/es/models/epcis20/IEpcisSensorReport.js +0 -2
  43. package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -1
  44. package/dist/es/models/epcis20/IEpcisSource.js +0 -2
  45. package/dist/es/models/epcis20/IEpcisSource.js.map +1 -1
  46. package/dist/es/models/epcis20/IEpcisTransactionEvent.js +2 -0
  47. package/dist/es/models/epcis20/IEpcisTransactionEvent.js.map +1 -0
  48. package/dist/es/models/epcis20/IEpcisTransformationEvent.js +2 -0
  49. package/dist/es/models/epcis20/IEpcisTransformationEvent.js.map +1 -0
  50. package/dist/es/models/epcis20/IEpcisVocabulary.js +2 -0
  51. package/dist/es/models/epcis20/IEpcisVocabulary.js.map +1 -0
  52. package/dist/es/models/epcis20/IEpcisVocabularyElement.js +2 -0
  53. package/dist/es/models/epcis20/IEpcisVocabularyElement.js.map +1 -0
  54. package/dist/es/models/epcis20/epcisActionTypes.js +7 -4
  55. package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -1
  56. package/dist/es/models/epcis20/epcisBizStepTypes.js +140 -2
  57. package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -1
  58. package/dist/es/models/epcis20/epcisBizTransactionTypes.js +75 -0
  59. package/dist/es/models/epcis20/epcisBizTransactionTypes.js.map +1 -0
  60. package/dist/es/models/epcis20/epcisComponentTypes.js +77 -0
  61. package/dist/es/models/epcis20/epcisComponentTypes.js.map +1 -0
  62. package/dist/es/models/epcis20/epcisContextType.js +2 -0
  63. package/dist/es/models/epcis20/epcisContextType.js.map +1 -0
  64. package/dist/es/models/epcis20/epcisContexts.js +27 -0
  65. package/dist/es/models/epcis20/epcisContexts.js.map +1 -0
  66. package/dist/es/models/epcis20/epcisDispositionTypes.js +112 -2
  67. package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -1
  68. package/dist/es/models/epcis20/epcisErrorReasonTypes.js +20 -0
  69. package/dist/es/models/epcis20/epcisErrorReasonTypes.js.map +1 -0
  70. package/dist/es/models/epcis20/epcisEventTypes.js +6 -6
  71. package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -1
  72. package/dist/es/models/epcis20/epcisEvents.js +2 -0
  73. package/dist/es/models/epcis20/epcisEvents.js.map +1 -0
  74. package/dist/es/models/epcis20/epcisMeasurementTypes.js +301 -0
  75. package/dist/es/models/epcis20/epcisMeasurementTypes.js.map +1 -0
  76. package/dist/es/models/epcis20/epcisSensorAlertTypes.js +19 -0
  77. package/dist/es/models/epcis20/epcisSensorAlertTypes.js.map +1 -0
  78. package/dist/es/models/epcis20/epcisSourceDestTypes.js +26 -0
  79. package/dist/es/models/epcis20/epcisSourceDestTypes.js.map +1 -0
  80. package/dist/es/models/epcis20/epcisTypes.js +37 -0
  81. package/dist/es/models/epcis20/epcisTypes.js.map +1 -0
  82. package/dist/es/models/gs1/gs1Contexts.js +8 -2
  83. package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
  84. package/dist/es/schemas/EpcisAggregationEvent.json +102 -0
  85. package/dist/es/schemas/EpcisAssociationEvent.json +103 -0
  86. package/dist/es/schemas/EpcisContextType.json +30 -0
  87. package/dist/es/schemas/EpcisDocument.json +68 -0
  88. package/dist/es/schemas/EpcisObjectEvent.json +106 -0
  89. package/dist/es/schemas/EpcisQueryDocument.json +38 -0
  90. package/dist/es/schemas/EpcisTransactionEvent.json +103 -0
  91. package/dist/es/schemas/EpcisTransformationEvent.json +119 -0
  92. package/dist/es/utils/gs1Is.js +3 -2
  93. package/dist/es/utils/gs1Is.js.map +1 -1
  94. package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
  95. package/dist/types/dataTypes/gs1DataTypes.d.ts +1 -1
  96. package/dist/types/entities/gs1Location.d.ts +2 -3
  97. package/dist/types/index.d.ts +26 -7
  98. package/dist/types/models/epcis20/IEpcisAggregationEvent.d.ts +75 -4
  99. package/dist/types/models/epcis20/IEpcisAssociationEvent.d.ts +74 -4
  100. package/dist/types/models/epcis20/IEpcisAttribute.d.ts +15 -0
  101. package/dist/types/models/epcis20/IEpcisBizTransaction.d.ts +11 -5
  102. package/dist/types/models/epcis20/IEpcisDestination.d.ts +12 -5
  103. package/dist/types/models/epcis20/IEpcisDocument.d.ts +33 -6
  104. package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +24 -0
  105. package/dist/types/models/epcis20/IEpcisEvent.d.ts +22 -21
  106. package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
  107. package/dist/types/models/epcis20/IEpcisIlmd.d.ts +7 -0
  108. package/dist/types/models/epcis20/IEpcisLocation.d.ts +11 -0
  109. package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
  110. package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +16 -0
  111. package/dist/types/models/epcis20/IEpcisQuantity.d.ts +13 -5
  112. package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
  113. package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +8 -29
  114. package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +11 -0
  115. package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +19 -0
  116. package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +16 -0
  117. package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +12 -8
  118. package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +36 -10
  119. package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +121 -8
  120. package/dist/types/models/epcis20/IEpcisSource.d.ts +11 -5
  121. package/dist/types/models/epcis20/IEpcisTransactionEvent.d.ts +78 -0
  122. package/dist/types/models/epcis20/IEpcisTransformationEvent.d.ts +96 -0
  123. package/dist/types/models/epcis20/IEpcisVocabulary.d.ts +15 -0
  124. package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +20 -0
  125. package/dist/types/models/epcis20/epcisActionTypes.d.ts +9 -5
  126. package/dist/types/models/epcis20/epcisBizStepTypes.d.ts +144 -3
  127. package/dist/types/models/epcis20/epcisBizTransactionTypes.d.ts +74 -0
  128. package/dist/types/models/epcis20/epcisComponentTypes.d.ts +76 -0
  129. package/dist/types/models/epcis20/epcisContextType.d.ts +8 -0
  130. package/dist/types/models/epcis20/epcisContexts.d.ts +27 -0
  131. package/dist/types/models/epcis20/epcisDispositionTypes.d.ts +117 -3
  132. package/dist/types/models/epcis20/epcisErrorReasonTypes.d.ts +19 -0
  133. package/dist/types/models/epcis20/epcisEventTypes.d.ts +7 -7
  134. package/dist/types/models/epcis20/epcisEvents.d.ts +11 -0
  135. package/dist/types/models/epcis20/epcisMeasurementTypes.d.ts +303 -0
  136. package/dist/types/models/epcis20/epcisSensorAlertTypes.d.ts +19 -0
  137. package/dist/types/models/epcis20/epcisSourceDestTypes.d.ts +26 -0
  138. package/dist/types/models/epcis20/epcisTypes.d.ts +37 -0
  139. package/dist/types/models/gs1/gs1Contexts.d.ts +8 -2
  140. package/dist/types/utils/gs1Is.d.ts +3 -2
  141. package/docs/changelog.md +535 -60
  142. package/docs/examples.md +58 -1
  143. package/docs/reference/classes/EpcisDataTypes.md +37 -0
  144. package/docs/reference/classes/Gs1DataTypes.md +5 -2
  145. package/docs/reference/classes/Gs1Identifiers.md +1 -1
  146. package/docs/reference/classes/Gs1IdentifiersValidation.md +7 -7
  147. package/docs/reference/classes/Gs1Is.md +8 -4
  148. package/docs/reference/classes/Gs1Location.md +34 -32
  149. package/docs/reference/classes/Gs1Validation.md +1 -1
  150. package/docs/reference/index.md +40 -15
  151. package/docs/reference/interfaces/IEPCClassUri.md +3 -3
  152. package/docs/reference/interfaces/IEpcisAggregationEvent.md +219 -0
  153. package/docs/reference/interfaces/IEpcisAssociationEvent.md +218 -0
  154. package/docs/reference/interfaces/IEpcisAttribute.md +23 -0
  155. package/docs/reference/interfaces/IEpcisBizTransaction.md +27 -0
  156. package/docs/reference/interfaces/IEpcisDestination.md +28 -0
  157. package/docs/reference/interfaces/IEpcisDocument.md +60 -8
  158. package/docs/reference/interfaces/IEpcisErrorDeclaration.md +36 -0
  159. package/docs/reference/interfaces/IEpcisEvent.md +37 -33
  160. package/docs/reference/interfaces/IEpcisHeader.md +23 -0
  161. package/docs/reference/interfaces/IEpcisIlmd.md +8 -0
  162. package/docs/reference/interfaces/IEpcisLocation.md +16 -0
  163. package/docs/reference/interfaces/IEpcisObjectEvent.md +224 -0
  164. package/docs/reference/interfaces/IEpcisPersistentDisposition.md +24 -0
  165. package/docs/reference/interfaces/IEpcisQuantity.md +34 -0
  166. package/docs/reference/interfaces/IEpcisQuery.md +6 -2
  167. package/docs/reference/interfaces/IEpcisQueryDocument.md +17 -43
  168. package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +15 -0
  169. package/docs/reference/interfaces/IEpcisQueryResults.md +31 -0
  170. package/docs/reference/interfaces/IEpcisQueryResultsBody.md +23 -0
  171. package/docs/reference/interfaces/IEpcisSensorElement.md +26 -0
  172. package/docs/reference/interfaces/IEpcisSensorMetadata.md +80 -0
  173. package/docs/reference/interfaces/IEpcisSensorReport.md +224 -0
  174. package/docs/reference/interfaces/IEpcisSource.md +27 -0
  175. package/docs/reference/interfaces/IEpcisTransactionEvent.md +216 -0
  176. package/docs/reference/interfaces/IEpcisTransformationEvent.md +245 -0
  177. package/docs/reference/interfaces/IEpcisVocabulary.md +23 -0
  178. package/docs/reference/interfaces/IEpcisVocabularyElement.md +32 -0
  179. package/docs/reference/type-aliases/EpcisActionTypes.md +2 -1
  180. package/docs/reference/type-aliases/EpcisBizStepTypes.md +4 -1
  181. package/docs/reference/type-aliases/EpcisBizTransactionTypes.md +5 -0
  182. package/docs/reference/type-aliases/EpcisComponentTypes.md +5 -0
  183. package/docs/reference/type-aliases/EpcisContextType.md +6 -0
  184. package/docs/reference/type-aliases/EpcisContexts.md +5 -0
  185. package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -1
  186. package/docs/reference/type-aliases/EpcisErrorReasonTypes.md +5 -0
  187. package/docs/reference/type-aliases/EpcisEventTypes.md +1 -1
  188. package/docs/reference/type-aliases/EpcisEvents.md +6 -0
  189. package/docs/reference/type-aliases/EpcisMeasurementTypes.md +8 -0
  190. package/docs/reference/type-aliases/EpcisSensorAlertTypes.md +6 -0
  191. package/docs/reference/type-aliases/EpcisSourceDestTypes.md +6 -0
  192. package/docs/reference/variables/EpcisActionTypes.md +10 -7
  193. package/docs/reference/variables/EpcisBizStepTypes.md +140 -43
  194. package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
  195. package/docs/reference/variables/EpcisComponentTypes.md +102 -0
  196. package/docs/reference/variables/EpcisContexts.md +33 -0
  197. package/docs/reference/variables/EpcisDispositionTypes.md +112 -35
  198. package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
  199. package/docs/reference/variables/EpcisEventTypes.md +11 -11
  200. package/docs/reference/variables/EpcisMeasurementTypes.md +442 -0
  201. package/docs/reference/variables/EpcisSensorAlertTypes.md +20 -0
  202. package/docs/reference/variables/EpcisSourceDestTypes.md +29 -0
  203. package/docs/reference/variables/GS1Contexts.md +11 -3
  204. package/docs/reference/variables/Gs1IdTypes.md +20 -20
  205. package/docs/reference/variables/Gs1IdentifierTypes.md +4 -4
  206. package/docs/reference/variables/Gs1SubSiteAttributes.md +33 -33
  207. package/docs/reference/variables/Gs1SubSiteTypes.md +16 -16
  208. package/docs/reference/variables/Gs1Types.md +1 -1
  209. package/package.json +9 -9
  210. package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +0 -2
  211. package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +0 -1
  212. package/dist/es/models/epcis20/IEpcisEventDetails.js +0 -2
  213. package/dist/es/models/epcis20/IEpcisEventDetails.js.map +0 -1
  214. package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +0 -1
  215. package/dist/es/models/epcis20/epcisErrorTypes.js +0 -11
  216. package/dist/es/models/epcis20/epcisErrorTypes.js.map +0 -1
  217. package/dist/es/models/epcis20/epcisEventUnionType.js +0 -2
  218. package/dist/es/models/epcis20/epcisEventUnionType.js.map +0 -1
  219. package/dist/types/models/epcis20/IEpcisBaseAggregationEvent.d.ts +0 -19
  220. package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +0 -35
  221. package/dist/types/models/epcis20/IEpcisSimpleLocation.d.ts +0 -9
  222. package/dist/types/models/epcis20/epcisErrorTypes.d.ts +0 -11
  223. package/dist/types/models/epcis20/epcisEventUnionType.d.ts +0 -7
  224. package/docs/reference/interfaces/IAggregationEvent.md +0 -223
  225. package/docs/reference/interfaces/IAssociationEvent.md +0 -223
  226. package/docs/reference/interfaces/IBizTransaction.md +0 -19
  227. package/docs/reference/interfaces/IDestination.md +0 -19
  228. package/docs/reference/interfaces/IEpcisEventDetails.md +0 -167
  229. package/docs/reference/interfaces/IObjectEvent.md +0 -211
  230. package/docs/reference/interfaces/IQuantity.md +0 -19
  231. package/docs/reference/interfaces/ISensorElement.md +0 -19
  232. package/docs/reference/interfaces/ISensorMetadata.md +0 -35
  233. package/docs/reference/interfaces/ISensorReport.md +0 -27
  234. package/docs/reference/interfaces/ISimpleLocation.md +0 -11
  235. package/docs/reference/interfaces/ISource.md +0 -19
  236. package/docs/reference/type-aliases/EpcisErrorTypes.md +0 -5
  237. package/docs/reference/type-aliases/EpcisEventUnionType.md +0 -5
  238. package/docs/reference/variables/EpcisErrorTypes.md +0 -15
@@ -2,172 +2,269 @@
2
2
 
3
3
  > `const` **EpcisBizStepTypes**: `object`
4
4
 
5
- Supported EPCIS 2.0 bizStep.
5
+ Supported EPCIS 2.0 `bizStep` values.
6
6
 
7
- See EPCIS CVB specification for details.
7
+ These values come from the GS1 EPCIS / CBV (Core Business Vocabulary).
8
+ Use the union type `EpcisBizStepTypes` when you want to restrict a field to known CBV values.
8
9
 
9
10
  ## Type Declaration
10
11
 
11
- ### Accepting
12
+ ### Accepting {#accepting}
12
13
 
13
14
  > `readonly` **Accepting**: `"accepting"` = `"accepting"`
14
15
 
15
- ### Arriving
16
+ Activity where an object changes possession and/or ownership.
17
+
18
+ ### Arriving {#arriving}
16
19
 
17
20
  > `readonly` **Arriving**: `"arriving"` = `"arriving"`
18
21
 
19
- ### Assembling
22
+ Activity where an object arrives at a location.
23
+
24
+ ### Assembling {#assembling}
20
25
 
21
26
  > `readonly` **Assembling**: `"assembling"` = `"assembling"`
22
27
 
23
- ### Collecting
28
+ Combining one or more objects to create a new finished product while originals
29
+ remain recognisable.
30
+
31
+ ### Collecting {#collecting}
24
32
 
25
33
  > `readonly` **Collecting**: `"collecting"` = `"collecting"`
26
34
 
27
- ### Commissioning
35
+ Picking up and collecting an object for future disposal, recycling, or re-use.
36
+
37
+ ### Commissioning {#commissioning}
28
38
 
29
39
  > `readonly` **Commissioning**: `"commissioning"` = `"commissioning"`
30
40
 
31
- ### Consigning
41
+ Associating a new instance- or class-level identifier with a specific object
42
+ for the first time.
43
+
44
+ ### Consigning {#consigning}
32
45
 
33
46
  > `readonly` **Consigning**: `"consigning"` = `"consigning"`
34
47
 
35
- ### CreatingClassInstance
48
+ Overall process covering staging_outbound, loading, departing, and accepting
49
+ when granular steps are unknown.
50
+
51
+ ### CreatingClassInstance {#creatingclassinstance}
36
52
 
37
53
  > `readonly` **CreatingClassInstance**: `"creating_class_instance"` = `"creating_class_instance"`
38
54
 
39
- ### CycleCounting
55
+ Step where an instance or increased quantity of a class-level identifier is
56
+ produced and may repeat.
57
+
58
+ ### CycleCounting {#cyclecounting}
40
59
 
41
60
  > `readonly` **CycleCounting**: `"cycle_counting"` = `"cycle_counting"`
42
61
 
43
- ### Decommissioning
62
+ Counting objects within a location for business needs other than accounting.
63
+
64
+ ### Decommissioning {#decommissioning}
44
65
 
45
66
  > `readonly` **Decommissioning**: `"decommissioning"` = `"decommissioning"`
46
67
 
47
- ### Departing
68
+ Disassociating an instance-level identifier from an object; it may be
69
+ re-commissioned later with a new identifier.
70
+
71
+ ### Departing {#departing}
48
72
 
49
73
  > `readonly` **Departing**: `"departing"` = `"departing"`
50
74
 
51
- ### Destroying
75
+ Activity where an object leaves a location on its way to a destination.
76
+
77
+ ### Destroying {#destroying}
52
78
 
53
79
  > `readonly` **Destroying**: `"destroying"` = `"destroying"`
54
80
 
55
- ### Disassembling
81
+ Process of terminating an object so it should not be subject of subsequent events.
82
+
83
+ ### Disassembling {#disassembling}
56
84
 
57
85
  > `readonly` **Disassembling**: `"disassembling"` = `"disassembling"`
58
86
 
59
- ### Dispensing
87
+ Breaking down an object into separate, uniquely identified component parts.
88
+
89
+ ### Dispensing {#dispensing}
60
90
 
61
91
  > `readonly` **Dispensing**: `"dispensing"` = `"dispensing"`
62
92
 
63
- ### Encoding
93
+ Making a product available in full or part to a consumer.
94
+
95
+ ### Encoding {#encoding}
64
96
 
65
97
  > `readonly` **Encoding**: `"encoding"` = `"encoding"`
66
98
 
67
- ### EnteringExiting
99
+ Writing an instance-level identifier to a barcode or RFID tag before
100
+ association with an object.
101
+
102
+ ### EnteringExiting {#enteringexiting}
68
103
 
69
104
  > `readonly` **EnteringExiting**: `"entering_exiting"` = `"entering_exiting"`
70
105
 
71
- ### Holding
106
+ Activity at a facility entrance/exit where customers leave with purchases or
107
+ enter with returns.
108
+
109
+ ### Holding {#holding}
72
110
 
73
111
  > `readonly` **Holding**: `"holding"` = `"holding"`
74
112
 
75
- ### Inspecting
113
+ Segregating an object for further review.
114
+
115
+ ### Inspecting {#inspecting}
76
116
 
77
117
  > `readonly` **Inspecting**: `"inspecting"` = `"inspecting"`
78
118
 
79
- ### Installing
119
+ Reviewing objects to address potential defects while keeping them viable in the
120
+ supply chain.
121
+
122
+ ### Installing {#installing}
80
123
 
81
124
  > `readonly` **Installing**: `"installing"` = `"installing"`
82
125
 
83
- ### Killing
126
+ Putting an object into a composite object that already exists.
127
+
128
+ ### Killing {#killing}
84
129
 
85
130
  > `readonly` **Killing**: `"killing"` = `"killing"`
86
131
 
87
- ### Loading
132
+ Terminating an RFID tag previously associated with an object while the object
133
+ continues to exist.
134
+
135
+ ### Loading {#loading}
88
136
 
89
137
  > `readonly` **Loading**: `"loading"` = `"loading"`
90
138
 
91
- ### Other
139
+ Loading an object into a shipping conveyance.
140
+
141
+ ### Other {#other}
92
142
 
93
143
  > `readonly` **Other**: `"other"` = `"other"`
94
144
 
95
- ### Packing
145
+ A business step not identified by the CBV list.
146
+
147
+ ### Packing {#packing}
96
148
 
97
149
  > `readonly` **Packing**: `"packing"` = `"packing"`
98
150
 
99
- ### Picking
151
+ Putting objects into a larger container for shipping, typically where
152
+ aggregation occurs.
153
+
154
+ ### Picking {#picking}
100
155
 
101
156
  > `readonly` **Picking**: `"picking"` = `"picking"`
102
157
 
103
- ### Receiving
158
+ Selecting objects to fill an order.
159
+
160
+ ### Receiving {#receiving}
104
161
 
105
162
  > `readonly` **Receiving**: `"receiving"` = `"receiving"`
106
163
 
107
- ### Removing
164
+ Indicating an object is being received at a location and added to inventory.
165
+
166
+ ### Removing {#removing}
108
167
 
109
168
  > `readonly` **Removing**: `"removing"` = `"removing"`
110
169
 
111
- ### Repackaging
170
+ Taking an object out of a composite object; opposite of installing.
171
+
172
+ ### Repackaging {#repackaging}
112
173
 
113
174
  > `readonly` **Repackaging**: `"repackaging"` = `"repackaging"`
114
175
 
115
- ### Repairing
176
+ Changing an object's packaging configuration.
177
+
178
+ ### Repairing {#repairing}
116
179
 
117
180
  > `readonly` **Repairing**: `"repairing"` = `"repairing"`
118
181
 
119
- ### Replacing
182
+ Repairing a malfunctioning product without replacing it.
183
+
184
+ ### Replacing {#replacing}
120
185
 
121
186
  > `readonly` **Replacing**: `"replacing"` = `"replacing"`
122
187
 
123
- ### Reserving
188
+ Substituting or exchanging an object for another object.
189
+
190
+ ### Reserving {#reserving}
124
191
 
125
192
  > `readonly` **Reserving**: `"reserving"` = `"reserving"`
126
193
 
127
- ### RetailSelling
194
+ Providing a set of not-yet-commissioned instance identifiers for use by another party.
195
+
196
+ ### RetailSelling {#retailselling}
128
197
 
129
198
  > `readonly` **RetailSelling**: `"retail_selling"` = `"retail_selling"`
130
199
 
131
- ### Shipping
200
+ Point-of-sale activity transferring ownership to a customer for value.
201
+
202
+ ### Shipping {#shipping}
132
203
 
133
204
  > `readonly` **Shipping**: `"shipping"` = `"shipping"`
134
205
 
135
- ### StagingOutbound
206
+ Overall process covering staging_outbound, loading, and departing when finer
207
+ detail is unavailable.
208
+
209
+ ### StagingOutbound {#stagingoutbound}
136
210
 
137
211
  > `readonly` **StagingOutbound**: `"staging_outbound"` = `"staging_outbound"`
138
212
 
139
- ### StockTaking
213
+ Moving an object from a facility to an area where it awaits transport pick-up.
214
+
215
+ ### StockTaking {#stocktaking}
140
216
 
141
217
  > `readonly` **StockTaking**: `"stock_taking"` = `"stock_taking"`
142
218
 
143
- ### Stocking
219
+ Counting objects within a location following established rules for accounting purposes.
220
+
221
+ ### Stocking {#stocking}
144
222
 
145
223
  > `readonly` **Stocking**: `"stocking"` = `"stocking"`
146
224
 
147
- ### Storing
225
+ Activity within a location to make an object available to customers or order
226
+ fulfilment.
227
+
228
+ ### Storing {#storing}
148
229
 
149
230
  > `readonly` **Storing**: `"storing"` = `"storing"`
150
231
 
151
- ### Transporting
232
+ Moving an object into and out of storage within a location.
233
+
234
+ ### Transporting {#transporting}
152
235
 
153
236
  > `readonly` **Transporting**: `"transporting"` = `"transporting"`
154
237
 
155
- ### Unloading
238
+ Moving an object from one location to another using a vehicle.
239
+
240
+ ### Unloading {#unloading}
156
241
 
157
242
  > `readonly` **Unloading**: `"unloading"` = `"unloading"`
158
243
 
159
- ### Unpacking
244
+ Unloading an object from a shipping conveyance.
245
+
246
+ ### Unpacking {#unpacking}
160
247
 
161
248
  > `readonly` **Unpacking**: `"unpacking"` = `"unpacking"`
162
249
 
163
- ### VoidShipping
250
+ Removing products from a larger container, usually after receiving or
251
+ accepting.
252
+
253
+ ### VoidShipping {#voidshipping}
164
254
 
165
255
  > `readonly` **VoidShipping**: `"void_shipping"` = `"void_shipping"`
166
256
 
167
- ### SensorReporting
257
+ Declaring that objects in a prior outbound process were not shipped as previously indicated.
258
+
259
+ ### SensorReporting {#sensorreporting}
168
260
 
169
261
  > `readonly` **SensorReporting**: `"sensor_reporting"` = `"sensor_reporting"`
170
262
 
171
- ### Sampling
263
+ Returning sensor data about the physical properties or condition of an object or location.
264
+
265
+ ### Sampling {#sampling}
172
266
 
173
267
  > `readonly` **Sampling**: `"sampling"` = `"sampling"`
268
+
269
+ Testing activity where portions of an object are examined, rendering the
270
+ sampled object no longer viable.
@@ -0,0 +1,98 @@
1
+ # Variable: EpcisBizTransactionTypes
2
+
3
+ > `const` **EpcisBizTransactionTypes**: `object`
4
+
5
+ Supported EPCIS 2.0 `bizTransaction-type` values.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Bol {#bol}
10
+
11
+ > `readonly` **Bol**: `"bol"` = `"bol"`
12
+
13
+ A document issued by a carrier to a shipper, listing and acknowledging receipt
14
+ of goods for transport and specifying terms of delivery.
15
+
16
+ ### Cert {#cert}
17
+
18
+ > `readonly` **Cert**: `"cert"` = `"cert"`
19
+
20
+ A document confirming certain characteristics of an object, person, or
21
+ organisation, typically issued by a third party.
22
+
23
+ ### Desadv {#desadv}
24
+
25
+ > `readonly` **Desadv**: `"desadv"` = `"desadv"`
26
+
27
+ A document/message by which the seller or consignor informs the consignee
28
+ about the despatch of goods (Advanced Shipment Notice).
29
+
30
+ ### Inv {#inv}
31
+
32
+ > `readonly` **Inv**: `"inv"` = `"inv"`
33
+
34
+ A document/message claiming payment for goods or services supplied under agreed
35
+ conditions.
36
+
37
+ ### Pedigree {#pedigree}
38
+
39
+ > `readonly` **Pedigree**: `"pedigree"` = `"pedigree"`
40
+
41
+ A record that traces the ownership or custody and transactions of a product as
42
+ it moves among trading partners.
43
+
44
+ ### Po {#po}
45
+
46
+ > `readonly` **Po**: `"po"` = `"po"`
47
+
48
+ A document/message that specifies details for goods and services ordered under
49
+ agreed conditions.
50
+
51
+ ### Poc {#poc}
52
+
53
+ > `readonly` **Poc**: `"poc"` = `"poc"`
54
+
55
+ A document that provides confirmation from an external supplier to the request
56
+ of a purchaser to deliver a specified quantity/service.
57
+
58
+ ### Prodorder {#prodorder}
59
+
60
+ > `readonly` **Prodorder**: `"prodorder"` = `"prodorder"`
61
+
62
+ An organisation-internal document or message issued by a producer that
63
+ initiates a manufacturing process of goods.
64
+
65
+ ### Recadv {#recadv}
66
+
67
+ > `readonly` **Recadv**: `"recadv"` = `"recadv"`
68
+
69
+ A document/message that lets the receiver inform the shipper of actual goods
70
+ received compared to what was advised.
71
+
72
+ ### Rma {#rma}
73
+
74
+ > `readonly` **Rma**: `"rma"` = `"rma"`
75
+
76
+ A document issued by the seller that authorises a buyer to return merchandise
77
+ for credit determination.
78
+
79
+ ### Testprd {#testprd}
80
+
81
+ > `readonly` **Testprd**: `"testprd"` = `"testprd"`
82
+
83
+ A document that provides a formal specification of a sequence of instructions
84
+ for verifying one or several criteria.
85
+
86
+ ### Testres {#testres}
87
+
88
+ > `readonly` **Testres**: `"testres"` = `"testres"`
89
+
90
+ A document that includes the outcome of the execution of a given test
91
+ procedure.
92
+
93
+ ### Upevt {#upevt}
94
+
95
+ > `readonly` **Upevt**: `"upevt"` = `"upevt"`
96
+
97
+ Event ID URI(s) of event(s) provided by an upstream supplier, such as packing
98
+ and shipping events.
@@ -0,0 +1,102 @@
1
+ # Variable: EpcisComponentTypes
2
+
3
+ > `const` **EpcisComponentTypes**: `object`
4
+
5
+ Supported EPCIS 2.0 `component` values.
6
+
7
+ ## Type Declaration
8
+
9
+ ### X {#x}
10
+
11
+ > `readonly` **X**: `"x"` = `"x"`
12
+
13
+ Component or projection along the x axis in Cartesian coordinates (X, Y, Z).
14
+
15
+ ### Y {#y}
16
+
17
+ > `readonly` **Y**: `"y"` = `"y"`
18
+
19
+ Component or projection along the y axis in Cartesian coordinates (X, Y, Z).
20
+
21
+ ### Z {#z}
22
+
23
+ > `readonly` **Z**: `"z"` = `"z"`
24
+
25
+ Component or projection along the z axis in Cartesian coordinates (X, Y, Z).
26
+
27
+ ### AxialDistance {#axialdistance}
28
+
29
+ > `readonly` **AxialDistance**: `"axial_distance"` = `"axial_distance"`
30
+
31
+ Radial distance from the cylindrical axis in a cylindrical polar coordinate
32
+ system.
33
+
34
+ ### Azimuth {#azimuth}
35
+
36
+ > `readonly` **Azimuth**: `"azimuth"` = `"azimuth"`
37
+
38
+ Angle measured in the XY plane, anticlockwise from the X axis to the plane
39
+ containing the vector and the Z axis.
40
+
41
+ ### Height {#height}
42
+
43
+ > `readonly` **Height**: `"height"` = `"height"`
44
+
45
+ Height parallel to the cylindrical axis in a cylindrical polar coordinate
46
+ system.
47
+
48
+ ### SphericalRadius {#sphericalradius}
49
+
50
+ > `readonly` **SphericalRadius**: `"spherical_radius"` = `"spherical_radius"`
51
+
52
+ Radial distance from the centre of a sphere in a spherical polar coordinate
53
+ system.
54
+
55
+ ### PolarAngle {#polarangle}
56
+
57
+ > `readonly` **PolarAngle**: `"polar_angle"` = `"polar_angle"`
58
+
59
+ Angle measured from the Z axis to the vector in a spherical polar coordinate
60
+ system.
61
+
62
+ ### ElevationAngle {#elevationangle}
63
+
64
+ > `readonly` **ElevationAngle**: `"elevation_angle"` = `"elevation_angle"`
65
+
66
+ Angle measured from the XY plane to the vector in a spherical polar coordinate
67
+ system.
68
+
69
+ ### Easting {#easting}
70
+
71
+ > `readonly` **Easting**: `"easting"` = `"easting"`
72
+
73
+ Component or projection along an east-pointing axis in a geographic Cartesian
74
+ coordinate system.
75
+
76
+ ### Northing {#northing}
77
+
78
+ > `readonly` **Northing**: `"northing"` = `"northing"`
79
+
80
+ Component or projection along a north-pointing axis in a geographic Cartesian
81
+ coordinate system.
82
+
83
+ ### Latitude {#latitude}
84
+
85
+ > `readonly` **Latitude**: `"latitude"` = `"latitude"`
86
+
87
+ Angle of elevation from the equatorial plane in a geographic coordinate
88
+ system.
89
+
90
+ ### Longitude {#longitude}
91
+
92
+ > `readonly` **Longitude**: `"longitude"` = `"longitude"`
93
+
94
+ Angle, measured within the equatorial plane, east of the prime meridian in a
95
+ geographic coordinate system.
96
+
97
+ ### Altitude {#altitude}
98
+
99
+ > `readonly` **Altitude**: `"altitude"` = `"altitude"`
100
+
101
+ Height above a defined surface (such as mean sea level) in a geographic
102
+ coordinate system.
@@ -0,0 +1,33 @@
1
+ # Variable: EpcisContexts
2
+
3
+ > `const` **EpcisContexts**: `object`
4
+
5
+ Canonical EPCIS JSON-LD context IRIs as defined by GS1.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Namespace {#namespace}
10
+
11
+ > `readonly` **Namespace**: `"https://ref.gs1.org/epcis/"` = `"https://ref.gs1.org/epcis/"`
12
+
13
+ The canonical RDF namespace URI.
14
+
15
+ ### Context {#context}
16
+
17
+ > `readonly` **Context**: `"https://ref.gs1.org/epcis"` = `"https://ref.gs1.org/epcis"`
18
+
19
+ The value to use in JSON-LD context.
20
+ Note: Context differs from Namespace (no trailing slash) as per GS1 EPCIS standard specification.
21
+ The EPCIS JSON-LD context URL format does not include a trailing slash.
22
+
23
+ ### JsonLdContext {#jsonldcontext}
24
+
25
+ > `readonly` **JsonLdContext**: `"https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld"` = `"https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld"`
26
+
27
+ The JSON-LD Context URL.
28
+
29
+ ### JsonSchemaNamespace {#jsonschemanamespace}
30
+
31
+ > `readonly` **JsonSchemaNamespace**: `"https://schema.twindev.org/gs1/"` = `"https://schema.twindev.org/gs1/"`
32
+
33
+ The namespace location of the hosted version of the JSON Schema.