ngx-vector-components 5.19.2 → 5.20.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.
|
@@ -415,5 +415,7 @@ export declare enum ProfileModuleActionType {
|
|
|
415
415
|
SUPPLIER_UPDATE_CHECKIN_CHECKOUT = "Supplier Update CheckIn CheckOut",
|
|
416
416
|
RETROACTIVE_STEP_ADVANCEMENT = "Retroactive Show",
|
|
417
417
|
EDIT_CONFIGURATION = "Edit Configuration",
|
|
418
|
-
DELETE_ROTOGRAM = "Delete Rotogram"
|
|
418
|
+
DELETE_ROTOGRAM = "Delete Rotogram",
|
|
419
|
+
ADD_OBSERVATION_EVENT = "Add Observation Event",
|
|
420
|
+
APPROVED_EVENT = "Approved Event"
|
|
419
421
|
}
|