Skip to content

Commit f980335

Browse files
committed
Add NotificationEventType for access granted and Logistics Object availability
#282
1 parent e6c653a commit f980335

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Documentation_website/docs/API-Security/notifications.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

working_draft/API/ONE-Record-API-Class-Diagram.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)