File tree Expand file tree Collapse file tree
Documentation_website/docs/API-Security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ The properties and relationships to other data classes are visualized in the fol
7070 <<Enumeration>>
7171 LOGISTICS_OBJECT_CREATED
7272 LOGISTICS_OBJECT_UPDATED
73+ LOGISTICS_OBJECT_AVAILABLE
74+ LOGISTICS_OBJECT_ACCESS_GRANTED
7375
7476 LOGISTICS_EVENT_RECEIVED
7577
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ classDiagram
110110 Notification "1" --> "1" NotificationEventType
111111 Notification "1" --> "0..1" ActionRequest
112112 Notification "1"--> "0..*" LogisticsEvent
113-
113+
114114 class Operation{
115115 + o: OperationObject
116116 + op: PatchOperation
@@ -156,7 +156,9 @@ classDiagram
156156 <<Enumeration>>
157157 LOGISTICS_OBJECT_CREATED
158158 LOGISTICS_OBJECT_UPDATED
159-
159+ LOGISTICS_OBJECT_AVAILABLE
160+ LOGISTICS_OBJECT_ACCESS_GRANTED
161+
160162 LOGISTICS_EVENT_RECEIVED
161163
162164 CHANGE_REQUEST_PENDING
You can’t perform that action at this time.
0 commit comments