@twin.org/standards-gs1 0.0.3-next.10 → 0.0.3-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/dataTypes/epcisDataTypes.js +61 -0
- package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
- package/dist/es/dataTypes/gs1DataTypes.js +2 -2
- package/dist/es/dataTypes/gs1DataTypes.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/IEpcisIlmd.js +2 -0
- package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisLocation.js +2 -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 +0 -2
- 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 +0 -2
- 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 +17 -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 +2 -2
- package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
- package/dist/es/schemas/EpcisAggregationEvent.json +273 -0
- package/dist/es/schemas/EpcisAssociationEvent.json +274 -0
- package/dist/es/schemas/EpcisDocument.json +204 -0
- package/dist/es/schemas/EpcisObjectEvent.json +277 -0
- package/dist/es/schemas/EpcisQueryDocument.json +173 -0
- package/dist/es/schemas/EpcisTransactionEvent.json +274 -0
- package/dist/es/schemas/EpcisTransformationEvent.json +290 -0
- package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
- 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 +12 -5
- package/dist/types/models/epcis20/IEpcisDestination.d.ts +13 -5
- package/dist/types/models/epcis20/IEpcisDocument.d.ts +35 -7
- package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +25 -0
- package/dist/types/models/epcis20/IEpcisEvent.d.ts +23 -22
- package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisIlmd.d.ts +8 -0
- package/dist/types/models/epcis20/IEpcisLocation.d.ts +12 -0
- package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
- package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisQuantity.d.ts +14 -5
- package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
- package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +10 -30
- package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +12 -0
- package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +20 -0
- package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +13 -8
- package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +37 -10
- package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +122 -8
- package/dist/types/models/epcis20/IEpcisSource.d.ts +12 -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 +16 -0
- package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +21 -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 +15 -0
- package/dist/types/models/epcis20/epcisContexts.d.ts +17 -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 +2 -2
- package/docs/changelog.md +8 -0
- package/docs/reference/classes/EpcisDataTypes.md +37 -0
- package/docs/reference/index.md +40 -15
- package/docs/reference/interfaces/IEpcisAggregationEvent.md +223 -0
- package/docs/reference/interfaces/IEpcisAssociationEvent.md +222 -0
- package/docs/reference/interfaces/IEpcisAttribute.md +31 -0
- package/docs/reference/interfaces/IEpcisBizTransaction.md +35 -0
- package/docs/reference/interfaces/IEpcisDestination.md +36 -0
- package/docs/reference/interfaces/IEpcisDocument.md +67 -3
- package/docs/reference/interfaces/IEpcisErrorDeclaration.md +44 -0
- package/docs/reference/interfaces/IEpcisEvent.md +46 -30
- package/docs/reference/interfaces/IEpcisHeader.md +31 -0
- package/docs/reference/interfaces/IEpcisIlmd.md +16 -0
- package/docs/reference/interfaces/IEpcisLocation.md +24 -0
- package/docs/reference/interfaces/IEpcisObjectEvent.md +228 -0
- package/docs/reference/interfaces/IEpcisPersistentDisposition.md +32 -0
- package/docs/reference/interfaces/IEpcisQuantity.md +42 -0
- package/docs/reference/interfaces/IEpcisQuery.md +5 -1
- package/docs/reference/interfaces/IEpcisQueryDocument.md +20 -34
- package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +23 -0
- package/docs/reference/interfaces/IEpcisQueryResults.md +39 -0
- package/docs/reference/interfaces/IEpcisQueryResultsBody.md +31 -0
- package/docs/reference/interfaces/IEpcisSensorElement.md +34 -0
- package/docs/reference/interfaces/IEpcisSensorMetadata.md +88 -0
- package/docs/reference/interfaces/IEpcisSensorReport.md +232 -0
- package/docs/reference/interfaces/IEpcisSource.md +35 -0
- package/docs/reference/interfaces/IEpcisTransactionEvent.md +220 -0
- package/docs/reference/interfaces/IEpcisTransformationEvent.md +249 -0
- package/docs/reference/interfaces/IEpcisVocabulary.md +31 -0
- package/docs/reference/interfaces/IEpcisVocabularyElement.md +40 -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 +7 -4
- package/docs/reference/variables/EpcisBizStepTypes.md +99 -2
- package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
- package/docs/reference/variables/EpcisComponentTypes.md +102 -0
- package/docs/reference/variables/EpcisContexts.md +19 -0
- package/docs/reference/variables/EpcisDispositionTypes.md +79 -2
- package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
- package/docs/reference/variables/EpcisEventTypes.md +6 -6
- 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 +3 -3
- package/package.json +1 -1
- 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 +0 -4
- 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
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
# Interface: IEpcisAggregationEvent
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 AggregationEvent describing how child objects are associated with or
|
|
4
|
+
disassociated from a parent object.
|
|
5
|
+
|
|
6
|
+
## See
|
|
7
|
+
|
|
8
|
+
https://ref.gs1.org/epcis/AggregationEvent
|
|
9
|
+
|
|
10
|
+
## Extends
|
|
11
|
+
|
|
12
|
+
- [`IEpcisEvent`](IEpcisEvent.md)
|
|
13
|
+
|
|
14
|
+
## Indexable
|
|
15
|
+
|
|
16
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### type
|
|
21
|
+
|
|
22
|
+
> **type**: `"AggregationEvent"`
|
|
23
|
+
|
|
24
|
+
The type.
|
|
25
|
+
|
|
26
|
+
#### Overrides
|
|
27
|
+
|
|
28
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`type`](IEpcisEvent.md#type)
|
|
29
|
+
|
|
30
|
+
***
|
|
31
|
+
|
|
32
|
+
### parentID?
|
|
33
|
+
|
|
34
|
+
> `optional` **parentID**: `string`
|
|
35
|
+
|
|
36
|
+
(Optional when action is OBSERVE, required otherwise) Identifier of the parent
|
|
37
|
+
of the aggregation or association; use the pure identity URI when the parent is
|
|
38
|
+
an EPC.
|
|
39
|
+
|
|
40
|
+
***
|
|
41
|
+
|
|
42
|
+
### childEPCs?
|
|
43
|
+
|
|
44
|
+
> `optional` **childEPCs**: `string`[]
|
|
45
|
+
|
|
46
|
+
(Optional) Unordered list of contained objects identified at the instance
|
|
47
|
+
level; AggregationEvents normally include childEPCs or childQuantityList unless
|
|
48
|
+
action is DELETE.
|
|
49
|
+
|
|
50
|
+
***
|
|
51
|
+
|
|
52
|
+
### childQuantityList?
|
|
53
|
+
|
|
54
|
+
> `optional` **childQuantityList**: [`IEpcisQuantity`](IEpcisQuantity.md)[]
|
|
55
|
+
|
|
56
|
+
Unordered list of one or more QuantityElements identifying contained objects
|
|
57
|
+
at the class level; may be empty only with action DELETE when disaggregating
|
|
58
|
+
all children.
|
|
59
|
+
|
|
60
|
+
***
|
|
61
|
+
|
|
62
|
+
### action
|
|
63
|
+
|
|
64
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
65
|
+
|
|
66
|
+
How this event relates to the lifecycle of the EPCs named in this event.
|
|
67
|
+
|
|
68
|
+
***
|
|
69
|
+
|
|
70
|
+
### bizStep?
|
|
71
|
+
|
|
72
|
+
> `optional` **bizStep**: `string`
|
|
73
|
+
|
|
74
|
+
(Optional) The business step of which this event was a part.
|
|
75
|
+
|
|
76
|
+
***
|
|
77
|
+
|
|
78
|
+
### disposition?
|
|
79
|
+
|
|
80
|
+
> `optional` **disposition**: `string`
|
|
81
|
+
|
|
82
|
+
(Optional) The business condition of the objects associated with the EPCs,
|
|
83
|
+
presumed to hold true until contradicted by a subsequent event.
|
|
84
|
+
|
|
85
|
+
***
|
|
86
|
+
|
|
87
|
+
### readPoint?
|
|
88
|
+
|
|
89
|
+
> `optional` **readPoint**: [`IEpcisLocation`](IEpcisLocation.md)
|
|
90
|
+
|
|
91
|
+
(Optional) The read point at which the event took place.
|
|
92
|
+
|
|
93
|
+
***
|
|
94
|
+
|
|
95
|
+
### bizLocation?
|
|
96
|
+
|
|
97
|
+
> `optional` **bizLocation**: [`IEpcisLocation`](IEpcisLocation.md)
|
|
98
|
+
|
|
99
|
+
(Optional) The business location where the objects associated with the EPCs
|
|
100
|
+
may be found, until contradicted by a subsequent event.
|
|
101
|
+
|
|
102
|
+
***
|
|
103
|
+
|
|
104
|
+
### bizTransactionList?
|
|
105
|
+
|
|
106
|
+
> `optional` **bizTransactionList**: [`IEpcisBizTransaction`](IEpcisBizTransaction.md)[]
|
|
107
|
+
|
|
108
|
+
(Optional) An unordered list of business transactions that define the context
|
|
109
|
+
of this event.
|
|
110
|
+
|
|
111
|
+
***
|
|
112
|
+
|
|
113
|
+
### sourceList?
|
|
114
|
+
|
|
115
|
+
> `optional` **sourceList**: [`IEpcisSource`](IEpcisSource.md)[]
|
|
116
|
+
|
|
117
|
+
(Optional) Unordered list of Source elements that provide context about the
|
|
118
|
+
originating endpoint of a business transfer of which this event is a part.
|
|
119
|
+
|
|
120
|
+
***
|
|
121
|
+
|
|
122
|
+
### destinationList?
|
|
123
|
+
|
|
124
|
+
> `optional` **destinationList**: [`IEpcisDestination`](IEpcisDestination.md)[]
|
|
125
|
+
|
|
126
|
+
(Optional) Unordered list of Destination elements that provide context about the
|
|
127
|
+
terminating endpoint of a business transfer of which this event is a part.
|
|
128
|
+
|
|
129
|
+
***
|
|
130
|
+
|
|
131
|
+
### sensorElementList?
|
|
132
|
+
|
|
133
|
+
> `optional` **sensorElementList**: [`IEpcisSensorElement`](IEpcisSensorElement.md)[]
|
|
134
|
+
|
|
135
|
+
(Optional) Connects event to one or more SensorElements.
|
|
136
|
+
|
|
137
|
+
***
|
|
138
|
+
|
|
139
|
+
### @context
|
|
140
|
+
|
|
141
|
+
> **@context**: [`EpcisContextType`](../type-aliases/EpcisContextType.md)
|
|
142
|
+
|
|
143
|
+
JSON-LD @context.
|
|
144
|
+
|
|
145
|
+
#### Inherited from
|
|
146
|
+
|
|
147
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`@context`](IEpcisEvent.md#context)
|
|
148
|
+
|
|
149
|
+
***
|
|
150
|
+
|
|
151
|
+
### eventID?
|
|
152
|
+
|
|
153
|
+
> `optional` **eventID**: `string`
|
|
154
|
+
|
|
155
|
+
URI identifier of a specific EPCIS event (alias of id in JSON or XML).
|
|
156
|
+
|
|
157
|
+
#### Inherited from
|
|
158
|
+
|
|
159
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventID`](IEpcisEvent.md#eventid)
|
|
160
|
+
|
|
161
|
+
***
|
|
162
|
+
|
|
163
|
+
### certificationInfo?
|
|
164
|
+
|
|
165
|
+
> `optional` **certificationInfo**: `string` \| `string`[]
|
|
166
|
+
|
|
167
|
+
(Optional) CertificationDetails relevant for Objects, Places and/or
|
|
168
|
+
Organizations mentioned in this Event.
|
|
169
|
+
|
|
170
|
+
#### Inherited from
|
|
171
|
+
|
|
172
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`certificationInfo`](IEpcisEvent.md#certificationinfo)
|
|
173
|
+
|
|
174
|
+
***
|
|
175
|
+
|
|
176
|
+
### errorDeclaration?
|
|
177
|
+
|
|
178
|
+
> `optional` **errorDeclaration**: [`IEpcisErrorDeclaration`](IEpcisErrorDeclaration.md)
|
|
179
|
+
|
|
180
|
+
Error declaration.
|
|
181
|
+
|
|
182
|
+
#### Inherited from
|
|
183
|
+
|
|
184
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`errorDeclaration`](IEpcisEvent.md#errordeclaration)
|
|
185
|
+
|
|
186
|
+
***
|
|
187
|
+
|
|
188
|
+
### eventTime
|
|
189
|
+
|
|
190
|
+
> **eventTime**: `string`
|
|
191
|
+
|
|
192
|
+
The date and time at which the EPCIS Capturing Applications asserts the event
|
|
193
|
+
occurred.
|
|
194
|
+
|
|
195
|
+
#### Inherited from
|
|
196
|
+
|
|
197
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventTime`](IEpcisEvent.md#eventtime)
|
|
198
|
+
|
|
199
|
+
***
|
|
200
|
+
|
|
201
|
+
### eventTimeZoneOffset
|
|
202
|
+
|
|
203
|
+
> **eventTimeZoneOffset**: `string`
|
|
204
|
+
|
|
205
|
+
The time zone offset in effect at the time and place the event occurred,
|
|
206
|
+
expressed as an offset from UTC.
|
|
207
|
+
|
|
208
|
+
#### Inherited from
|
|
209
|
+
|
|
210
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventTimeZoneOffset`](IEpcisEvent.md#eventtimezoneoffset)
|
|
211
|
+
|
|
212
|
+
***
|
|
213
|
+
|
|
214
|
+
### recordTime?
|
|
215
|
+
|
|
216
|
+
> `optional` **recordTime**: `string`
|
|
217
|
+
|
|
218
|
+
(Optional) The date and time at which this event was recorded by an EPCIS
|
|
219
|
+
Repository; ignored at capture and present on query results.
|
|
220
|
+
|
|
221
|
+
#### Inherited from
|
|
222
|
+
|
|
223
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`recordTime`](IEpcisEvent.md#recordtime)
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
# Interface: IEpcisAssociationEvent
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 AssociationEvent describing membership relationships between parent
|
|
4
|
+
and child objects without implying physical containment.
|
|
5
|
+
|
|
6
|
+
## See
|
|
7
|
+
|
|
8
|
+
https://ref.gs1.org/epcis/AssociationEvent
|
|
9
|
+
|
|
10
|
+
## Extends
|
|
11
|
+
|
|
12
|
+
- [`IEpcisEvent`](IEpcisEvent.md)
|
|
13
|
+
|
|
14
|
+
## Indexable
|
|
15
|
+
|
|
16
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### type
|
|
21
|
+
|
|
22
|
+
> **type**: `"AssociationEvent"`
|
|
23
|
+
|
|
24
|
+
Type.
|
|
25
|
+
|
|
26
|
+
#### Overrides
|
|
27
|
+
|
|
28
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`type`](IEpcisEvent.md#type)
|
|
29
|
+
|
|
30
|
+
***
|
|
31
|
+
|
|
32
|
+
### parentID
|
|
33
|
+
|
|
34
|
+
> **parentID**: `string`
|
|
35
|
+
|
|
36
|
+
Identifier of the parent of the aggregation or association; use the pure
|
|
37
|
+
identity URI when the parent is an EPC.
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### childEPCs?
|
|
42
|
+
|
|
43
|
+
> `optional` **childEPCs**: `string`[]
|
|
44
|
+
|
|
45
|
+
(Optional) Unordered list of contained objects identified at the instance
|
|
46
|
+
level; AssociationEvents normally include childEPCs or childQuantityList
|
|
47
|
+
unless action is DELETE.
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### childQuantityList?
|
|
52
|
+
|
|
53
|
+
> `optional` **childQuantityList**: [`IEpcisQuantity`](IEpcisQuantity.md)[]
|
|
54
|
+
|
|
55
|
+
Unordered list of one or more QuantityElements identifying contained objects
|
|
56
|
+
at the class level; may be empty only with action DELETE when disassociating
|
|
57
|
+
all children.
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### action
|
|
62
|
+
|
|
63
|
+
> **action**: [`EpcisActionTypes`](../type-aliases/EpcisActionTypes.md)
|
|
64
|
+
|
|
65
|
+
How this event relates to the lifecycle of the EPCs named in this event.
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### bizStep?
|
|
70
|
+
|
|
71
|
+
> `optional` **bizStep**: `string`
|
|
72
|
+
|
|
73
|
+
(Optional) The business step of which this event was a part.
|
|
74
|
+
|
|
75
|
+
***
|
|
76
|
+
|
|
77
|
+
### disposition?
|
|
78
|
+
|
|
79
|
+
> `optional` **disposition**: `string`
|
|
80
|
+
|
|
81
|
+
(Optional) The business condition of the objects associated with the EPCs,
|
|
82
|
+
presumed to hold true until contradicted by a subsequent event.
|
|
83
|
+
|
|
84
|
+
***
|
|
85
|
+
|
|
86
|
+
### readPoint?
|
|
87
|
+
|
|
88
|
+
> `optional` **readPoint**: [`IEpcisLocation`](IEpcisLocation.md)
|
|
89
|
+
|
|
90
|
+
(Optional) The read point at which the event took place.
|
|
91
|
+
|
|
92
|
+
***
|
|
93
|
+
|
|
94
|
+
### bizLocation?
|
|
95
|
+
|
|
96
|
+
> `optional` **bizLocation**: [`IEpcisLocation`](IEpcisLocation.md)
|
|
97
|
+
|
|
98
|
+
(Optional) The business location where the objects associated with the EPCs
|
|
99
|
+
may be found, until contradicted by a subsequent event.
|
|
100
|
+
|
|
101
|
+
***
|
|
102
|
+
|
|
103
|
+
### bizTransactionList?
|
|
104
|
+
|
|
105
|
+
> `optional` **bizTransactionList**: [`IEpcisBizTransaction`](IEpcisBizTransaction.md)[]
|
|
106
|
+
|
|
107
|
+
(Optional) An unordered list of business transactions that define the context
|
|
108
|
+
of this event.
|
|
109
|
+
|
|
110
|
+
***
|
|
111
|
+
|
|
112
|
+
### sourceList?
|
|
113
|
+
|
|
114
|
+
> `optional` **sourceList**: [`IEpcisSource`](IEpcisSource.md)[]
|
|
115
|
+
|
|
116
|
+
(Optional) Unordered list of Source elements that provide context about the
|
|
117
|
+
originating endpoint of a business transfer of which this event is a part.
|
|
118
|
+
|
|
119
|
+
***
|
|
120
|
+
|
|
121
|
+
### destinationList?
|
|
122
|
+
|
|
123
|
+
> `optional` **destinationList**: [`IEpcisDestination`](IEpcisDestination.md)[]
|
|
124
|
+
|
|
125
|
+
(Optional) Unordered list of Destination elements that provide context about
|
|
126
|
+
the terminating endpoint of a business transfer of which this event is a part.
|
|
127
|
+
|
|
128
|
+
***
|
|
129
|
+
|
|
130
|
+
### sensorElementList?
|
|
131
|
+
|
|
132
|
+
> `optional` **sensorElementList**: [`IEpcisSensorElement`](IEpcisSensorElement.md)[]
|
|
133
|
+
|
|
134
|
+
(Optional) Connects event to one or more SensorElements.
|
|
135
|
+
|
|
136
|
+
***
|
|
137
|
+
|
|
138
|
+
### @context
|
|
139
|
+
|
|
140
|
+
> **@context**: [`EpcisContextType`](../type-aliases/EpcisContextType.md)
|
|
141
|
+
|
|
142
|
+
JSON-LD @context.
|
|
143
|
+
|
|
144
|
+
#### Inherited from
|
|
145
|
+
|
|
146
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`@context`](IEpcisEvent.md#context)
|
|
147
|
+
|
|
148
|
+
***
|
|
149
|
+
|
|
150
|
+
### eventID?
|
|
151
|
+
|
|
152
|
+
> `optional` **eventID**: `string`
|
|
153
|
+
|
|
154
|
+
URI identifier of a specific EPCIS event (alias of id in JSON or XML).
|
|
155
|
+
|
|
156
|
+
#### Inherited from
|
|
157
|
+
|
|
158
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventID`](IEpcisEvent.md#eventid)
|
|
159
|
+
|
|
160
|
+
***
|
|
161
|
+
|
|
162
|
+
### certificationInfo?
|
|
163
|
+
|
|
164
|
+
> `optional` **certificationInfo**: `string` \| `string`[]
|
|
165
|
+
|
|
166
|
+
(Optional) CertificationDetails relevant for Objects, Places and/or
|
|
167
|
+
Organizations mentioned in this Event.
|
|
168
|
+
|
|
169
|
+
#### Inherited from
|
|
170
|
+
|
|
171
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`certificationInfo`](IEpcisEvent.md#certificationinfo)
|
|
172
|
+
|
|
173
|
+
***
|
|
174
|
+
|
|
175
|
+
### errorDeclaration?
|
|
176
|
+
|
|
177
|
+
> `optional` **errorDeclaration**: [`IEpcisErrorDeclaration`](IEpcisErrorDeclaration.md)
|
|
178
|
+
|
|
179
|
+
Error declaration.
|
|
180
|
+
|
|
181
|
+
#### Inherited from
|
|
182
|
+
|
|
183
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`errorDeclaration`](IEpcisEvent.md#errordeclaration)
|
|
184
|
+
|
|
185
|
+
***
|
|
186
|
+
|
|
187
|
+
### eventTime
|
|
188
|
+
|
|
189
|
+
> **eventTime**: `string`
|
|
190
|
+
|
|
191
|
+
The date and time at which the EPCIS Capturing Applications asserts the event
|
|
192
|
+
occurred.
|
|
193
|
+
|
|
194
|
+
#### Inherited from
|
|
195
|
+
|
|
196
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventTime`](IEpcisEvent.md#eventtime)
|
|
197
|
+
|
|
198
|
+
***
|
|
199
|
+
|
|
200
|
+
### eventTimeZoneOffset
|
|
201
|
+
|
|
202
|
+
> **eventTimeZoneOffset**: `string`
|
|
203
|
+
|
|
204
|
+
The time zone offset in effect at the time and place the event occurred,
|
|
205
|
+
expressed as an offset from UTC.
|
|
206
|
+
|
|
207
|
+
#### Inherited from
|
|
208
|
+
|
|
209
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`eventTimeZoneOffset`](IEpcisEvent.md#eventtimezoneoffset)
|
|
210
|
+
|
|
211
|
+
***
|
|
212
|
+
|
|
213
|
+
### recordTime?
|
|
214
|
+
|
|
215
|
+
> `optional` **recordTime**: `string`
|
|
216
|
+
|
|
217
|
+
(Optional) The date and time at which this event was recorded by an EPCIS
|
|
218
|
+
Repository; ignored at capture and present on query results.
|
|
219
|
+
|
|
220
|
+
#### Inherited from
|
|
221
|
+
|
|
222
|
+
[`IEpcisEvent`](IEpcisEvent.md).[`recordTime`](IEpcisEvent.md#recordtime)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Interface: IEpcisAttribute
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 Vocabulary Attribute describing metadata on vocabulary elements.
|
|
4
|
+
|
|
5
|
+
## See
|
|
6
|
+
|
|
7
|
+
https://ref.gs1.org/epcis/Attribute
|
|
8
|
+
|
|
9
|
+
## Extends
|
|
10
|
+
|
|
11
|
+
- `IJsonLdNodeObject`
|
|
12
|
+
|
|
13
|
+
## Indexable
|
|
14
|
+
|
|
15
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### id
|
|
20
|
+
|
|
21
|
+
> **id**: `string`
|
|
22
|
+
|
|
23
|
+
Attribute id.
|
|
24
|
+
|
|
25
|
+
***
|
|
26
|
+
|
|
27
|
+
### attribute?
|
|
28
|
+
|
|
29
|
+
> `optional` **attribute**: `IJsonLdNodePrimitive`
|
|
30
|
+
|
|
31
|
+
Attribute value.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Interface: IEpcisBizTransaction
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 BizTransaction element identifying a business document and its type.
|
|
4
|
+
|
|
5
|
+
## See
|
|
6
|
+
|
|
7
|
+
https://ref.gs1.org/epcis/BizTransaction
|
|
8
|
+
|
|
9
|
+
## Extends
|
|
10
|
+
|
|
11
|
+
- `IJsonLdNodeObject`
|
|
12
|
+
|
|
13
|
+
## Indexable
|
|
14
|
+
|
|
15
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### type?
|
|
20
|
+
|
|
21
|
+
> `optional` **type**: `string`
|
|
22
|
+
|
|
23
|
+
Identifier that indicates the type of BizTransaction document (e.g. Purchase
|
|
24
|
+
Order, Despatch Advice).
|
|
25
|
+
|
|
26
|
+
Use [EpcisBizTransactionTypes](../variables/EpcisBizTransactionTypes.md) for known values.
|
|
27
|
+
|
|
28
|
+
***
|
|
29
|
+
|
|
30
|
+
### bizTransaction
|
|
31
|
+
|
|
32
|
+
> **bizTransaction**: `string`
|
|
33
|
+
|
|
34
|
+
URI identifier of the specific business transaction document (alias of id in
|
|
35
|
+
JSON or XML).
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Interface: IEpcisDestination
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 Destination element identifying the terminating endpoint of a
|
|
4
|
+
business transfer.
|
|
5
|
+
|
|
6
|
+
## See
|
|
7
|
+
|
|
8
|
+
https://ref.gs1.org/epcis/SourceOrDestination
|
|
9
|
+
|
|
10
|
+
## Extends
|
|
11
|
+
|
|
12
|
+
- `IJsonLdNodeObject`
|
|
13
|
+
|
|
14
|
+
## Indexable
|
|
15
|
+
|
|
16
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### type
|
|
21
|
+
|
|
22
|
+
> **type**: `string`
|
|
23
|
+
|
|
24
|
+
Identifier indicating the role of SourceOrDestination in a transfer (Owning
|
|
25
|
+
Party, Possessing Party, or Location).
|
|
26
|
+
|
|
27
|
+
Use [EpcisSourceDestTypes](../variables/EpcisSourceDestTypes.md) for known values.
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### destination
|
|
32
|
+
|
|
33
|
+
> **destination**: `string`
|
|
34
|
+
|
|
35
|
+
Identifier that denotes the specific source or destination of a business
|
|
36
|
+
transfer; must correlate with the selected type.
|
|
@@ -1,15 +1,31 @@
|
|
|
1
1
|
# Interface: IEpcisDocument
|
|
2
2
|
|
|
3
|
-
EPCIS
|
|
3
|
+
EPCIS 2.0 capture document containing header metadata and an event list.
|
|
4
|
+
|
|
5
|
+
## See
|
|
6
|
+
|
|
7
|
+
https://ref.gs1.org/epcis/EPCISDocument
|
|
8
|
+
|
|
9
|
+
## Extends
|
|
10
|
+
|
|
11
|
+
- `IJsonLdNodeObject`
|
|
12
|
+
|
|
13
|
+
## Indexable
|
|
14
|
+
|
|
15
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
4
16
|
|
|
5
17
|
## Properties
|
|
6
18
|
|
|
7
19
|
### @context
|
|
8
20
|
|
|
9
|
-
> **@context**: `
|
|
21
|
+
> **@context**: [`EpcisContextType`](../type-aliases/EpcisContextType.md)
|
|
10
22
|
|
|
11
23
|
The @context.
|
|
12
24
|
|
|
25
|
+
#### Overrides
|
|
26
|
+
|
|
27
|
+
`IJsonLdNodeObject.@context`
|
|
28
|
+
|
|
13
29
|
***
|
|
14
30
|
|
|
15
31
|
### id?
|
|
@@ -28,6 +44,54 @@ JSON-LD Type.
|
|
|
28
44
|
|
|
29
45
|
***
|
|
30
46
|
|
|
47
|
+
### schemaVersion
|
|
48
|
+
|
|
49
|
+
> **schemaVersion**: `string`
|
|
50
|
+
|
|
51
|
+
Schema version.
|
|
52
|
+
|
|
53
|
+
***
|
|
54
|
+
|
|
55
|
+
### creationDate
|
|
56
|
+
|
|
57
|
+
> **creationDate**: `string`
|
|
58
|
+
|
|
59
|
+
Creation Date.
|
|
60
|
+
|
|
61
|
+
***
|
|
62
|
+
|
|
63
|
+
### instanceIdentifier?
|
|
64
|
+
|
|
65
|
+
> `optional` **instanceIdentifier**: `string`
|
|
66
|
+
|
|
67
|
+
(Optional) The instance identifier of an EPCISDocument.
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
|
|
71
|
+
### sender?
|
|
72
|
+
|
|
73
|
+
> `optional` **sender**: `string`
|
|
74
|
+
|
|
75
|
+
(Optional) The sender of an EPCISDocument.
|
|
76
|
+
|
|
77
|
+
***
|
|
78
|
+
|
|
79
|
+
### receiver?
|
|
80
|
+
|
|
81
|
+
> `optional` **receiver**: `string`
|
|
82
|
+
|
|
83
|
+
(Optional) The intended receiver of an EPCISDocument.
|
|
84
|
+
|
|
85
|
+
***
|
|
86
|
+
|
|
87
|
+
### epcisHeader?
|
|
88
|
+
|
|
89
|
+
> `optional` **epcisHeader**: [`IEpcisHeader`](IEpcisHeader.md)
|
|
90
|
+
|
|
91
|
+
EPCIS Header.
|
|
92
|
+
|
|
93
|
+
***
|
|
94
|
+
|
|
31
95
|
### epcisBody
|
|
32
96
|
|
|
33
97
|
> **epcisBody**: `object`
|
|
@@ -36,6 +100,6 @@ The EPCIS Body.
|
|
|
36
100
|
|
|
37
101
|
#### eventList
|
|
38
102
|
|
|
39
|
-
> **eventList**: [`
|
|
103
|
+
> **eventList**: [`EpcisEvents`](../type-aliases/EpcisEvents.md)[]
|
|
40
104
|
|
|
41
105
|
The list of events.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Interface: IEpcisErrorDeclaration
|
|
2
|
+
|
|
3
|
+
EPCIS 2.0 ErrorDeclaration describing corrections to previously captured
|
|
4
|
+
events.
|
|
5
|
+
|
|
6
|
+
## See
|
|
7
|
+
|
|
8
|
+
https://ref.gs1.org/epcis/ErrorDeclaration
|
|
9
|
+
|
|
10
|
+
## Extends
|
|
11
|
+
|
|
12
|
+
- `IJsonLdNodeObject`
|
|
13
|
+
|
|
14
|
+
## Indexable
|
|
15
|
+
|
|
16
|
+
\[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### declarationTime
|
|
21
|
+
|
|
22
|
+
> **declarationTime**: `string`
|
|
23
|
+
|
|
24
|
+
The date and time at which the declaration of error is made.
|
|
25
|
+
|
|
26
|
+
***
|
|
27
|
+
|
|
28
|
+
### reason?
|
|
29
|
+
|
|
30
|
+
> `optional` **reason**: `string`
|
|
31
|
+
|
|
32
|
+
Reason for the error.
|
|
33
|
+
|
|
34
|
+
Use [EpcisErrorReasonTypes](../variables/EpcisErrorReasonTypes.md) for known values.
|
|
35
|
+
|
|
36
|
+
***
|
|
37
|
+
|
|
38
|
+
### correctiveEventIDs?
|
|
39
|
+
|
|
40
|
+
> `optional` **correctiveEventIDs**: `string`[]
|
|
41
|
+
|
|
42
|
+
(Optional) If present, indicates that the events having the specified URIs as
|
|
43
|
+
the value of their eventID fields are to be considered as "corrections" to
|
|
44
|
+
the event declared erroneous by this event.
|