@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.
- package/README.md +2 -2
- package/dist/es/dataTypes/epcisDataTypes.js +69 -0
- package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
- package/dist/es/dataTypes/gs1DataTypes.js +3 -3
- package/dist/es/dataTypes/gs1DataTypes.js.map +1 -1
- package/dist/es/entities/gs1Location.js +2 -3
- package/dist/es/entities/gs1Location.js.map +1 -1
- package/dist/es/index.js +26 -7
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAttribute.js +2 -0
- package/dist/es/models/epcis20/IEpcisAttribute.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisBizTransaction.js +0 -2
- package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDestination.js +0 -2
- package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js +2 -0
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisHeader.js +2 -0
- package/dist/es/models/epcis20/IEpcisHeader.js.map +1 -0
- package/dist/es/models/epcis20/{IEpcisSimpleLocation.js → IEpcisIlmd.js} +1 -1
- package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisLocation.js +4 -0
- package/dist/es/models/epcis20/IEpcisLocation.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js +2 -0
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorReport.js +0 -2
- package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSource.js +0 -2
- package/dist/es/models/epcis20/IEpcisSource.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js.map +1 -0
- package/dist/es/models/epcis20/epcisActionTypes.js +7 -4
- package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizStepTypes.js +140 -2
- package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js +75 -0
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js +77 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisContextType.js +2 -0
- package/dist/es/models/epcis20/epcisContextType.js.map +1 -0
- package/dist/es/models/epcis20/epcisContexts.js +27 -0
- package/dist/es/models/epcis20/epcisContexts.js.map +1 -0
- package/dist/es/models/epcis20/epcisDispositionTypes.js +112 -2
- package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js +20 -0
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisEventTypes.js +6 -6
- package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisEvents.js +2 -0
- package/dist/es/models/epcis20/epcisEvents.js.map +1 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js +301 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js +19 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js +26 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisTypes.js +37 -0
- package/dist/es/models/epcis20/epcisTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1Contexts.js +8 -2
- package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
- package/dist/es/schemas/EpcisAggregationEvent.json +102 -0
- package/dist/es/schemas/EpcisAssociationEvent.json +103 -0
- package/dist/es/schemas/EpcisContextType.json +30 -0
- package/dist/es/schemas/EpcisDocument.json +68 -0
- package/dist/es/schemas/EpcisObjectEvent.json +106 -0
- package/dist/es/schemas/EpcisQueryDocument.json +38 -0
- package/dist/es/schemas/EpcisTransactionEvent.json +103 -0
- package/dist/es/schemas/EpcisTransformationEvent.json +119 -0
- package/dist/es/utils/gs1Is.js +3 -2
- package/dist/es/utils/gs1Is.js.map +1 -1
- package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
- package/dist/types/dataTypes/gs1DataTypes.d.ts +1 -1
- package/dist/types/entities/gs1Location.d.ts +2 -3
- package/dist/types/index.d.ts +26 -7
- package/dist/types/models/epcis20/IEpcisAggregationEvent.d.ts +75 -4
- package/dist/types/models/epcis20/IEpcisAssociationEvent.d.ts +74 -4
- package/dist/types/models/epcis20/IEpcisAttribute.d.ts +15 -0
- package/dist/types/models/epcis20/IEpcisBizTransaction.d.ts +11 -5
- package/dist/types/models/epcis20/IEpcisDestination.d.ts +12 -5
- package/dist/types/models/epcis20/IEpcisDocument.d.ts +33 -6
- package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +24 -0
- package/dist/types/models/epcis20/IEpcisEvent.d.ts +22 -21
- package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisIlmd.d.ts +7 -0
- package/dist/types/models/epcis20/IEpcisLocation.d.ts +11 -0
- package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
- package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +16 -0
- package/dist/types/models/epcis20/IEpcisQuantity.d.ts +13 -5
- package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
- package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +8 -29
- package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +11 -0
- package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +19 -0
- package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +16 -0
- package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +12 -8
- package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +36 -10
- package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +121 -8
- package/dist/types/models/epcis20/IEpcisSource.d.ts +11 -5
- package/dist/types/models/epcis20/IEpcisTransactionEvent.d.ts +78 -0
- package/dist/types/models/epcis20/IEpcisTransformationEvent.d.ts +96 -0
- package/dist/types/models/epcis20/IEpcisVocabulary.d.ts +15 -0
- package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +20 -0
- package/dist/types/models/epcis20/epcisActionTypes.d.ts +9 -5
- package/dist/types/models/epcis20/epcisBizStepTypes.d.ts +144 -3
- package/dist/types/models/epcis20/epcisBizTransactionTypes.d.ts +74 -0
- package/dist/types/models/epcis20/epcisComponentTypes.d.ts +76 -0
- package/dist/types/models/epcis20/epcisContextType.d.ts +8 -0
- package/dist/types/models/epcis20/epcisContexts.d.ts +27 -0
- package/dist/types/models/epcis20/epcisDispositionTypes.d.ts +117 -3
- package/dist/types/models/epcis20/epcisErrorReasonTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisEventTypes.d.ts +7 -7
- package/dist/types/models/epcis20/epcisEvents.d.ts +11 -0
- package/dist/types/models/epcis20/epcisMeasurementTypes.d.ts +303 -0
- package/dist/types/models/epcis20/epcisSensorAlertTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisSourceDestTypes.d.ts +26 -0
- package/dist/types/models/epcis20/epcisTypes.d.ts +37 -0
- package/dist/types/models/gs1/gs1Contexts.d.ts +8 -2
- package/dist/types/utils/gs1Is.d.ts +3 -2
- package/docs/changelog.md +535 -60
- package/docs/examples.md +58 -1
- package/docs/reference/classes/EpcisDataTypes.md +37 -0
- package/docs/reference/classes/Gs1DataTypes.md +5 -2
- package/docs/reference/classes/Gs1Identifiers.md +1 -1
- package/docs/reference/classes/Gs1IdentifiersValidation.md +7 -7
- package/docs/reference/classes/Gs1Is.md +8 -4
- package/docs/reference/classes/Gs1Location.md +34 -32
- package/docs/reference/classes/Gs1Validation.md +1 -1
- package/docs/reference/index.md +40 -15
- package/docs/reference/interfaces/IEPCClassUri.md +3 -3
- package/docs/reference/interfaces/IEpcisAggregationEvent.md +219 -0
- package/docs/reference/interfaces/IEpcisAssociationEvent.md +218 -0
- package/docs/reference/interfaces/IEpcisAttribute.md +23 -0
- package/docs/reference/interfaces/IEpcisBizTransaction.md +27 -0
- package/docs/reference/interfaces/IEpcisDestination.md +28 -0
- package/docs/reference/interfaces/IEpcisDocument.md +60 -8
- package/docs/reference/interfaces/IEpcisErrorDeclaration.md +36 -0
- package/docs/reference/interfaces/IEpcisEvent.md +37 -33
- package/docs/reference/interfaces/IEpcisHeader.md +23 -0
- package/docs/reference/interfaces/IEpcisIlmd.md +8 -0
- package/docs/reference/interfaces/IEpcisLocation.md +16 -0
- package/docs/reference/interfaces/IEpcisObjectEvent.md +224 -0
- package/docs/reference/interfaces/IEpcisPersistentDisposition.md +24 -0
- package/docs/reference/interfaces/IEpcisQuantity.md +34 -0
- package/docs/reference/interfaces/IEpcisQuery.md +6 -2
- package/docs/reference/interfaces/IEpcisQueryDocument.md +17 -43
- package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +15 -0
- package/docs/reference/interfaces/IEpcisQueryResults.md +31 -0
- package/docs/reference/interfaces/IEpcisQueryResultsBody.md +23 -0
- package/docs/reference/interfaces/IEpcisSensorElement.md +26 -0
- package/docs/reference/interfaces/IEpcisSensorMetadata.md +80 -0
- package/docs/reference/interfaces/IEpcisSensorReport.md +224 -0
- package/docs/reference/interfaces/IEpcisSource.md +27 -0
- package/docs/reference/interfaces/IEpcisTransactionEvent.md +216 -0
- package/docs/reference/interfaces/IEpcisTransformationEvent.md +245 -0
- package/docs/reference/interfaces/IEpcisVocabulary.md +23 -0
- package/docs/reference/interfaces/IEpcisVocabularyElement.md +32 -0
- package/docs/reference/type-aliases/EpcisActionTypes.md +2 -1
- package/docs/reference/type-aliases/EpcisBizStepTypes.md +4 -1
- package/docs/reference/type-aliases/EpcisBizTransactionTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisComponentTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisContextType.md +6 -0
- package/docs/reference/type-aliases/EpcisContexts.md +5 -0
- package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -1
- package/docs/reference/type-aliases/EpcisErrorReasonTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisEventTypes.md +1 -1
- package/docs/reference/type-aliases/EpcisEvents.md +6 -0
- package/docs/reference/type-aliases/EpcisMeasurementTypes.md +8 -0
- package/docs/reference/type-aliases/EpcisSensorAlertTypes.md +6 -0
- package/docs/reference/type-aliases/EpcisSourceDestTypes.md +6 -0
- package/docs/reference/variables/EpcisActionTypes.md +10 -7
- package/docs/reference/variables/EpcisBizStepTypes.md +140 -43
- package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
- package/docs/reference/variables/EpcisComponentTypes.md +102 -0
- package/docs/reference/variables/EpcisContexts.md +33 -0
- package/docs/reference/variables/EpcisDispositionTypes.md +112 -35
- package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
- package/docs/reference/variables/EpcisEventTypes.md +11 -11
- package/docs/reference/variables/EpcisMeasurementTypes.md +442 -0
- package/docs/reference/variables/EpcisSensorAlertTypes.md +20 -0
- package/docs/reference/variables/EpcisSourceDestTypes.md +29 -0
- package/docs/reference/variables/GS1Contexts.md +11 -3
- package/docs/reference/variables/Gs1IdTypes.md +20 -20
- package/docs/reference/variables/Gs1IdentifierTypes.md +4 -4
- package/docs/reference/variables/Gs1SubSiteAttributes.md +33 -33
- package/docs/reference/variables/Gs1SubSiteTypes.md +16 -16
- package/docs/reference/variables/Gs1Types.md +1 -1
- package/package.json +9 -9
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +0 -2
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisEventDetails.js +0 -2
- package/dist/es/models/epcis20/IEpcisEventDetails.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +0 -1
- package/dist/es/models/epcis20/epcisErrorTypes.js +0 -11
- package/dist/es/models/epcis20/epcisErrorTypes.js.map +0 -1
- package/dist/es/models/epcis20/epcisEventUnionType.js +0 -2
- package/dist/es/models/epcis20/epcisEventUnionType.js.map +0 -1
- package/dist/types/models/epcis20/IEpcisBaseAggregationEvent.d.ts +0 -19
- package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +0 -35
- package/dist/types/models/epcis20/IEpcisSimpleLocation.d.ts +0 -9
- package/dist/types/models/epcis20/epcisErrorTypes.d.ts +0 -11
- package/dist/types/models/epcis20/epcisEventUnionType.d.ts +0 -7
- package/docs/reference/interfaces/IAggregationEvent.md +0 -223
- package/docs/reference/interfaces/IAssociationEvent.md +0 -223
- package/docs/reference/interfaces/IBizTransaction.md +0 -19
- package/docs/reference/interfaces/IDestination.md +0 -19
- package/docs/reference/interfaces/IEpcisEventDetails.md +0 -167
- package/docs/reference/interfaces/IObjectEvent.md +0 -211
- package/docs/reference/interfaces/IQuantity.md +0 -19
- package/docs/reference/interfaces/ISensorElement.md +0 -19
- package/docs/reference/interfaces/ISensorMetadata.md +0 -35
- package/docs/reference/interfaces/ISensorReport.md +0 -27
- package/docs/reference/interfaces/ISimpleLocation.md +0 -11
- package/docs/reference/interfaces/ISource.md +0 -19
- package/docs/reference/type-aliases/EpcisErrorTypes.md +0 -5
- package/docs/reference/type-aliases/EpcisEventUnionType.md +0 -5
- package/docs/reference/variables/EpcisErrorTypes.md +0 -15
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
# Interface: IAggregationEvent
|
|
2
|
-
|
|
3
|
-
Describes an AggregationEvent.
|
|
4
|
-
|
|
5
|
-
## Extends
|
|
6
|
-
|
|
7
|
-
- `IBaseAggregationEvent`
|
|
8
|
-
|
|
9
|
-
## Properties
|
|
10
|
-
|
|
11
|
-
### type
|
|
12
|
-
|
|
13
|
-
> **type**: `"AggregationEvent"`
|
|
14
|
-
|
|
15
|
-
The type.
|
|
16
|
-
|
|
17
|
-
#### Overrides
|
|
18
|
-
|
|
19
|
-
`IBaseAggregationEvent.type`
|
|
20
|
-
|
|
21
|
-
***
|
|
22
|
-
|
|
23
|
-
### parentID?
|
|
24
|
-
|
|
25
|
-
> `optional` **parentID**: `string`
|
|
26
|
-
|
|
27
|
-
Parent is only optional when action is OBSERVE.
|
|
28
|
-
|
|
29
|
-
#### Inherited from
|
|
30
|
-
|
|
31
|
-
`IBaseAggregationEvent.parentID`
|
|
32
|
-
|
|
33
|
-
***
|
|
34
|
-
|
|
35
|
-
### childEPCs?
|
|
36
|
-
|
|
37
|
-
> `optional` **childEPCs**: `string`[]
|
|
38
|
-
|
|
39
|
-
The children EPC which can be empty when action is DELETE.
|
|
40
|
-
|
|
41
|
-
#### Inherited from
|
|
42
|
-
|
|
43
|
-
`IBaseAggregationEvent.childEPCs`
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
### childQuantityList?
|
|
48
|
-
|
|
49
|
-
> `optional` **childQuantityList**: [`IQuantity`](IQuantity.md)[]
|
|
50
|
-
|
|
51
|
-
Quantity in case of class-level event visibility data.
|
|
52
|
-
|
|
53
|
-
#### Inherited from
|
|
54
|
-
|
|
55
|
-
`IBaseAggregationEvent.childQuantityList`
|
|
56
|
-
|
|
57
|
-
***
|
|
58
|
-
|
|
59
|
-
### @context?
|
|
60
|
-
|
|
61
|
-
> `optional` **@context**: `IJsonLdContextDefinition`
|
|
62
|
-
|
|
63
|
-
JSON-LD @context.
|
|
64
|
-
|
|
65
|
-
#### Inherited from
|
|
66
|
-
|
|
67
|
-
`IBaseAggregationEvent.@context`
|
|
68
|
-
|
|
69
|
-
***
|
|
70
|
-
|
|
71
|
-
### id?
|
|
72
|
-
|
|
73
|
-
> `optional` **id**: `string`
|
|
74
|
-
|
|
75
|
-
UUID of the event.
|
|
76
|
-
|
|
77
|
-
#### Inherited from
|
|
78
|
-
|
|
79
|
-
`IBaseAggregationEvent.id`
|
|
80
|
-
|
|
81
|
-
***
|
|
82
|
-
|
|
83
|
-
### eventID?
|
|
84
|
-
|
|
85
|
-
> `optional` **eventID**: `string`
|
|
86
|
-
|
|
87
|
-
The id of the event. Marked here as optional as we usually won't store it on Tangle.
|
|
88
|
-
|
|
89
|
-
#### Inherited from
|
|
90
|
-
|
|
91
|
-
`IBaseAggregationEvent.eventID`
|
|
92
|
-
|
|
93
|
-
***
|
|
94
|
-
|
|
95
|
-
### eventTime
|
|
96
|
-
|
|
97
|
-
> **eventTime**: `string`
|
|
98
|
-
|
|
99
|
-
Timestamp in UTC.
|
|
100
|
-
|
|
101
|
-
#### Inherited from
|
|
102
|
-
|
|
103
|
-
`IBaseAggregationEvent.eventTime`
|
|
104
|
-
|
|
105
|
-
***
|
|
106
|
-
|
|
107
|
-
### eventTimeZoneOffset
|
|
108
|
-
|
|
109
|
-
> **eventTimeZoneOffset**: `string`
|
|
110
|
-
|
|
111
|
-
Timezone offset. Useful if we want to represent timestamp in local timezone.
|
|
112
|
-
|
|
113
|
-
#### Inherited from
|
|
114
|
-
|
|
115
|
-
`IBaseAggregationEvent.eventTimeZoneOffset`
|
|
116
|
-
|
|
117
|
-
***
|
|
118
|
-
|
|
119
|
-
### recordTime?
|
|
120
|
-
|
|
121
|
-
> `optional` **recordTime**: `string`
|
|
122
|
-
|
|
123
|
-
When the event was recorded. It will be automatically generated.
|
|
124
|
-
|
|
125
|
-
#### Inherited from
|
|
126
|
-
|
|
127
|
-
`IBaseAggregationEvent.recordTime`
|
|
128
|
-
|
|
129
|
-
***
|
|
130
|
-
|
|
131
|
-
### sourceList?
|
|
132
|
-
|
|
133
|
-
> `optional` **sourceList**: [`ISource`](ISource.md)[]
|
|
134
|
-
|
|
135
|
-
Source list. Semantics according to EPCIS standard.
|
|
136
|
-
|
|
137
|
-
#### Inherited from
|
|
138
|
-
|
|
139
|
-
`IBaseAggregationEvent.sourceList`
|
|
140
|
-
|
|
141
|
-
***
|
|
142
|
-
|
|
143
|
-
### destinationList?
|
|
144
|
-
|
|
145
|
-
> `optional` **destinationList**: [`IDestination`](IDestination.md)[]
|
|
146
|
-
|
|
147
|
-
Destination list. Semantics according to EPCIS standard.
|
|
148
|
-
|
|
149
|
-
#### Inherited from
|
|
150
|
-
|
|
151
|
-
`IBaseAggregationEvent.destinationList`
|
|
152
|
-
|
|
153
|
-
***
|
|
154
|
-
|
|
155
|
-
### action
|
|
156
|
-
|
|
157
|
-
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
158
|
-
|
|
159
|
-
Action: ADD, OBSERVE, DELETE.
|
|
160
|
-
|
|
161
|
-
#### Inherited from
|
|
162
|
-
|
|
163
|
-
`IBaseAggregationEvent.action`
|
|
164
|
-
|
|
165
|
-
***
|
|
166
|
-
|
|
167
|
-
### readPoint?
|
|
168
|
-
|
|
169
|
-
> `optional` **readPoint**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
170
|
-
|
|
171
|
-
The location of reading point.
|
|
172
|
-
|
|
173
|
-
#### Inherited from
|
|
174
|
-
|
|
175
|
-
`IBaseAggregationEvent.readPoint`
|
|
176
|
-
|
|
177
|
-
***
|
|
178
|
-
|
|
179
|
-
### bizLocation?
|
|
180
|
-
|
|
181
|
-
> `optional` **bizLocation**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
182
|
-
|
|
183
|
-
The biz location where the item ends up.
|
|
184
|
-
|
|
185
|
-
#### Inherited from
|
|
186
|
-
|
|
187
|
-
`IBaseAggregationEvent.bizLocation`
|
|
188
|
-
|
|
189
|
-
***
|
|
190
|
-
|
|
191
|
-
### bizStep?
|
|
192
|
-
|
|
193
|
-
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
194
|
-
|
|
195
|
-
The business step as per EPCIS.
|
|
196
|
-
|
|
197
|
-
#### Inherited from
|
|
198
|
-
|
|
199
|
-
`IBaseAggregationEvent.bizStep`
|
|
200
|
-
|
|
201
|
-
***
|
|
202
|
-
|
|
203
|
-
### disposition?
|
|
204
|
-
|
|
205
|
-
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
206
|
-
|
|
207
|
-
The disposition as per EPCIS.
|
|
208
|
-
|
|
209
|
-
#### Inherited from
|
|
210
|
-
|
|
211
|
-
`IBaseAggregationEvent.disposition`
|
|
212
|
-
|
|
213
|
-
***
|
|
214
|
-
|
|
215
|
-
### bizTransactionList?
|
|
216
|
-
|
|
217
|
-
> `optional` **bizTransactionList**: [`IBizTransaction`](IBizTransaction.md)[]
|
|
218
|
-
|
|
219
|
-
The list of related business transactions.
|
|
220
|
-
|
|
221
|
-
#### Inherited from
|
|
222
|
-
|
|
223
|
-
`IBaseAggregationEvent.bizTransactionList`
|
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
# Interface: IAssociationEvent
|
|
2
|
-
|
|
3
|
-
Association Event.
|
|
4
|
-
|
|
5
|
-
## Extends
|
|
6
|
-
|
|
7
|
-
- `IBaseAggregationEvent`
|
|
8
|
-
|
|
9
|
-
## Properties
|
|
10
|
-
|
|
11
|
-
### type
|
|
12
|
-
|
|
13
|
-
> **type**: `"AssociationEvent"`
|
|
14
|
-
|
|
15
|
-
Type.
|
|
16
|
-
|
|
17
|
-
#### Overrides
|
|
18
|
-
|
|
19
|
-
`IBaseAggregationEvent.type`
|
|
20
|
-
|
|
21
|
-
***
|
|
22
|
-
|
|
23
|
-
### parentID?
|
|
24
|
-
|
|
25
|
-
> `optional` **parentID**: `string`
|
|
26
|
-
|
|
27
|
-
Parent is only optional when action is OBSERVE.
|
|
28
|
-
|
|
29
|
-
#### Inherited from
|
|
30
|
-
|
|
31
|
-
`IBaseAggregationEvent.parentID`
|
|
32
|
-
|
|
33
|
-
***
|
|
34
|
-
|
|
35
|
-
### childEPCs?
|
|
36
|
-
|
|
37
|
-
> `optional` **childEPCs**: `string`[]
|
|
38
|
-
|
|
39
|
-
The children EPC which can be empty when action is DELETE.
|
|
40
|
-
|
|
41
|
-
#### Inherited from
|
|
42
|
-
|
|
43
|
-
`IBaseAggregationEvent.childEPCs`
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
### childQuantityList?
|
|
48
|
-
|
|
49
|
-
> `optional` **childQuantityList**: [`IQuantity`](IQuantity.md)[]
|
|
50
|
-
|
|
51
|
-
Quantity in case of class-level event visibility data.
|
|
52
|
-
|
|
53
|
-
#### Inherited from
|
|
54
|
-
|
|
55
|
-
`IBaseAggregationEvent.childQuantityList`
|
|
56
|
-
|
|
57
|
-
***
|
|
58
|
-
|
|
59
|
-
### @context?
|
|
60
|
-
|
|
61
|
-
> `optional` **@context**: `IJsonLdContextDefinition`
|
|
62
|
-
|
|
63
|
-
JSON-LD @context.
|
|
64
|
-
|
|
65
|
-
#### Inherited from
|
|
66
|
-
|
|
67
|
-
`IBaseAggregationEvent.@context`
|
|
68
|
-
|
|
69
|
-
***
|
|
70
|
-
|
|
71
|
-
### id?
|
|
72
|
-
|
|
73
|
-
> `optional` **id**: `string`
|
|
74
|
-
|
|
75
|
-
UUID of the event.
|
|
76
|
-
|
|
77
|
-
#### Inherited from
|
|
78
|
-
|
|
79
|
-
`IBaseAggregationEvent.id`
|
|
80
|
-
|
|
81
|
-
***
|
|
82
|
-
|
|
83
|
-
### eventID?
|
|
84
|
-
|
|
85
|
-
> `optional` **eventID**: `string`
|
|
86
|
-
|
|
87
|
-
The id of the event. Marked here as optional as we usually won't store it on Tangle.
|
|
88
|
-
|
|
89
|
-
#### Inherited from
|
|
90
|
-
|
|
91
|
-
`IBaseAggregationEvent.eventID`
|
|
92
|
-
|
|
93
|
-
***
|
|
94
|
-
|
|
95
|
-
### eventTime
|
|
96
|
-
|
|
97
|
-
> **eventTime**: `string`
|
|
98
|
-
|
|
99
|
-
Timestamp in UTC.
|
|
100
|
-
|
|
101
|
-
#### Inherited from
|
|
102
|
-
|
|
103
|
-
`IBaseAggregationEvent.eventTime`
|
|
104
|
-
|
|
105
|
-
***
|
|
106
|
-
|
|
107
|
-
### eventTimeZoneOffset
|
|
108
|
-
|
|
109
|
-
> **eventTimeZoneOffset**: `string`
|
|
110
|
-
|
|
111
|
-
Timezone offset. Useful if we want to represent timestamp in local timezone.
|
|
112
|
-
|
|
113
|
-
#### Inherited from
|
|
114
|
-
|
|
115
|
-
`IBaseAggregationEvent.eventTimeZoneOffset`
|
|
116
|
-
|
|
117
|
-
***
|
|
118
|
-
|
|
119
|
-
### recordTime?
|
|
120
|
-
|
|
121
|
-
> `optional` **recordTime**: `string`
|
|
122
|
-
|
|
123
|
-
When the event was recorded. It will be automatically generated.
|
|
124
|
-
|
|
125
|
-
#### Inherited from
|
|
126
|
-
|
|
127
|
-
`IBaseAggregationEvent.recordTime`
|
|
128
|
-
|
|
129
|
-
***
|
|
130
|
-
|
|
131
|
-
### sourceList?
|
|
132
|
-
|
|
133
|
-
> `optional` **sourceList**: [`ISource`](ISource.md)[]
|
|
134
|
-
|
|
135
|
-
Source list. Semantics according to EPCIS standard.
|
|
136
|
-
|
|
137
|
-
#### Inherited from
|
|
138
|
-
|
|
139
|
-
`IBaseAggregationEvent.sourceList`
|
|
140
|
-
|
|
141
|
-
***
|
|
142
|
-
|
|
143
|
-
### destinationList?
|
|
144
|
-
|
|
145
|
-
> `optional` **destinationList**: [`IDestination`](IDestination.md)[]
|
|
146
|
-
|
|
147
|
-
Destination list. Semantics according to EPCIS standard.
|
|
148
|
-
|
|
149
|
-
#### Inherited from
|
|
150
|
-
|
|
151
|
-
`IBaseAggregationEvent.destinationList`
|
|
152
|
-
|
|
153
|
-
***
|
|
154
|
-
|
|
155
|
-
### action
|
|
156
|
-
|
|
157
|
-
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
158
|
-
|
|
159
|
-
Action: ADD, OBSERVE, DELETE.
|
|
160
|
-
|
|
161
|
-
#### Inherited from
|
|
162
|
-
|
|
163
|
-
`IBaseAggregationEvent.action`
|
|
164
|
-
|
|
165
|
-
***
|
|
166
|
-
|
|
167
|
-
### readPoint?
|
|
168
|
-
|
|
169
|
-
> `optional` **readPoint**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
170
|
-
|
|
171
|
-
The location of reading point.
|
|
172
|
-
|
|
173
|
-
#### Inherited from
|
|
174
|
-
|
|
175
|
-
`IBaseAggregationEvent.readPoint`
|
|
176
|
-
|
|
177
|
-
***
|
|
178
|
-
|
|
179
|
-
### bizLocation?
|
|
180
|
-
|
|
181
|
-
> `optional` **bizLocation**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
182
|
-
|
|
183
|
-
The biz location where the item ends up.
|
|
184
|
-
|
|
185
|
-
#### Inherited from
|
|
186
|
-
|
|
187
|
-
`IBaseAggregationEvent.bizLocation`
|
|
188
|
-
|
|
189
|
-
***
|
|
190
|
-
|
|
191
|
-
### bizStep?
|
|
192
|
-
|
|
193
|
-
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
194
|
-
|
|
195
|
-
The business step as per EPCIS.
|
|
196
|
-
|
|
197
|
-
#### Inherited from
|
|
198
|
-
|
|
199
|
-
`IBaseAggregationEvent.bizStep`
|
|
200
|
-
|
|
201
|
-
***
|
|
202
|
-
|
|
203
|
-
### disposition?
|
|
204
|
-
|
|
205
|
-
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
206
|
-
|
|
207
|
-
The disposition as per EPCIS.
|
|
208
|
-
|
|
209
|
-
#### Inherited from
|
|
210
|
-
|
|
211
|
-
`IBaseAggregationEvent.disposition`
|
|
212
|
-
|
|
213
|
-
***
|
|
214
|
-
|
|
215
|
-
### bizTransactionList?
|
|
216
|
-
|
|
217
|
-
> `optional` **bizTransactionList**: [`IBizTransaction`](IBizTransaction.md)[]
|
|
218
|
-
|
|
219
|
-
The list of related business transactions.
|
|
220
|
-
|
|
221
|
-
#### Inherited from
|
|
222
|
-
|
|
223
|
-
`IBaseAggregationEvent.bizTransactionList`
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
# Interface: IEpcisEventDetails
|
|
2
|
-
|
|
3
|
-
EPCIS Event Details.
|
|
4
|
-
|
|
5
|
-
## Extends
|
|
6
|
-
|
|
7
|
-
- [`IEpcisEvent`](IEpcisEvent.md)
|
|
8
|
-
|
|
9
|
-
## Extended by
|
|
10
|
-
|
|
11
|
-
- [`IObjectEvent`](IObjectEvent.md)
|
|
12
|
-
|
|
13
|
-
## Properties
|
|
14
|
-
|
|
15
|
-
### @context?
|
|
16
|
-
|
|
17
|
-
> `optional` **@context**: `IJsonLdContextDefinition`
|
|
18
|
-
|
|
19
|
-
JSON-LD @context.
|
|
20
|
-
|
|
21
|
-
#### Inherited from
|
|
22
|
-
|
|
23
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`@context`](IEpcisEvent.md#context)
|
|
24
|
-
|
|
25
|
-
***
|
|
26
|
-
|
|
27
|
-
### id?
|
|
28
|
-
|
|
29
|
-
> `optional` **id**: `string`
|
|
30
|
-
|
|
31
|
-
UUID of the event.
|
|
32
|
-
|
|
33
|
-
#### Inherited from
|
|
34
|
-
|
|
35
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`id`](IEpcisEvent.md#id)
|
|
36
|
-
|
|
37
|
-
***
|
|
38
|
-
|
|
39
|
-
### eventID?
|
|
40
|
-
|
|
41
|
-
> `optional` **eventID**: `string`
|
|
42
|
-
|
|
43
|
-
The id of the event. Marked here as optional as we usually won't store it on Tangle.
|
|
44
|
-
|
|
45
|
-
#### Inherited from
|
|
46
|
-
|
|
47
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`eventID`](IEpcisEvent.md#eventid)
|
|
48
|
-
|
|
49
|
-
***
|
|
50
|
-
|
|
51
|
-
### type
|
|
52
|
-
|
|
53
|
-
> **type**: `string`
|
|
54
|
-
|
|
55
|
-
Type of Event.
|
|
56
|
-
|
|
57
|
-
#### Inherited from
|
|
58
|
-
|
|
59
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`type`](IEpcisEvent.md#type)
|
|
60
|
-
|
|
61
|
-
***
|
|
62
|
-
|
|
63
|
-
### eventTime
|
|
64
|
-
|
|
65
|
-
> **eventTime**: `string`
|
|
66
|
-
|
|
67
|
-
Timestamp in UTC.
|
|
68
|
-
|
|
69
|
-
#### Inherited from
|
|
70
|
-
|
|
71
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`eventTime`](IEpcisEvent.md#eventtime)
|
|
72
|
-
|
|
73
|
-
***
|
|
74
|
-
|
|
75
|
-
### eventTimeZoneOffset
|
|
76
|
-
|
|
77
|
-
> **eventTimeZoneOffset**: `string`
|
|
78
|
-
|
|
79
|
-
Timezone offset. Useful if we want to represent timestamp in local timezone.
|
|
80
|
-
|
|
81
|
-
#### Inherited from
|
|
82
|
-
|
|
83
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`eventTimeZoneOffset`](IEpcisEvent.md#eventtimezoneoffset)
|
|
84
|
-
|
|
85
|
-
***
|
|
86
|
-
|
|
87
|
-
### recordTime?
|
|
88
|
-
|
|
89
|
-
> `optional` **recordTime**: `string`
|
|
90
|
-
|
|
91
|
-
When the event was recorded. It will be automatically generated.
|
|
92
|
-
|
|
93
|
-
#### Inherited from
|
|
94
|
-
|
|
95
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`recordTime`](IEpcisEvent.md#recordtime)
|
|
96
|
-
|
|
97
|
-
***
|
|
98
|
-
|
|
99
|
-
### sourceList?
|
|
100
|
-
|
|
101
|
-
> `optional` **sourceList**: [`ISource`](ISource.md)[]
|
|
102
|
-
|
|
103
|
-
Source list. Semantics according to EPCIS standard.
|
|
104
|
-
|
|
105
|
-
#### Inherited from
|
|
106
|
-
|
|
107
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`sourceList`](IEpcisEvent.md#sourcelist)
|
|
108
|
-
|
|
109
|
-
***
|
|
110
|
-
|
|
111
|
-
### destinationList?
|
|
112
|
-
|
|
113
|
-
> `optional` **destinationList**: [`IDestination`](IDestination.md)[]
|
|
114
|
-
|
|
115
|
-
Destination list. Semantics according to EPCIS standard.
|
|
116
|
-
|
|
117
|
-
#### Inherited from
|
|
118
|
-
|
|
119
|
-
[`IEpcisEvent`](IEpcisEvent.md).[`destinationList`](IEpcisEvent.md#destinationlist)
|
|
120
|
-
|
|
121
|
-
***
|
|
122
|
-
|
|
123
|
-
### action
|
|
124
|
-
|
|
125
|
-
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
126
|
-
|
|
127
|
-
Action: ADD, OBSERVE, DELETE.
|
|
128
|
-
|
|
129
|
-
***
|
|
130
|
-
|
|
131
|
-
### readPoint?
|
|
132
|
-
|
|
133
|
-
> `optional` **readPoint**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
134
|
-
|
|
135
|
-
The location of reading point.
|
|
136
|
-
|
|
137
|
-
***
|
|
138
|
-
|
|
139
|
-
### bizLocation?
|
|
140
|
-
|
|
141
|
-
> `optional` **bizLocation**: [`ISimpleLocation`](ISimpleLocation.md)
|
|
142
|
-
|
|
143
|
-
The biz location where the item ends up.
|
|
144
|
-
|
|
145
|
-
***
|
|
146
|
-
|
|
147
|
-
### bizStep?
|
|
148
|
-
|
|
149
|
-
> `optional` **bizStep**: [`EpcisBizStepTypes`](../type-aliases/EpcisBizStepTypes.md)
|
|
150
|
-
|
|
151
|
-
The business step as per EPCIS.
|
|
152
|
-
|
|
153
|
-
***
|
|
154
|
-
|
|
155
|
-
### disposition?
|
|
156
|
-
|
|
157
|
-
> `optional` **disposition**: [`EpcisDispositionTypes`](../type-aliases/EpcisDispositionTypes.md)
|
|
158
|
-
|
|
159
|
-
The disposition as per EPCIS.
|
|
160
|
-
|
|
161
|
-
***
|
|
162
|
-
|
|
163
|
-
### bizTransactionList?
|
|
164
|
-
|
|
165
|
-
> `optional` **bizTransactionList**: [`IBizTransaction`](IBizTransaction.md)[]
|
|
166
|
-
|
|
167
|
-
The list of related business transactions.
|