ngx-vector-components 5.41.0 → 5.42.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.
|
@@ -446,5 +446,7 @@ export declare enum ProfileModuleActionType {
|
|
|
446
446
|
CONFIGURE_WAITING_LINES = "Configure Waiting Lines",
|
|
447
447
|
ADD_WAITING_LINES = "Add Waiting Lines",
|
|
448
448
|
SHOW_WAITING_LINES = "Show Waiting Lines",
|
|
449
|
-
CALL_DRIVER_WAITING_LINES = "Call Driver Waiting Lines"
|
|
449
|
+
CALL_DRIVER_WAITING_LINES = "Call Driver Waiting Lines",
|
|
450
|
+
MONITORING_HANDLE_EVENT = "Monitoring Handle Event",
|
|
451
|
+
MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event"
|
|
450
452
|
}
|