ngx-vector-components 5.40.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.
|
@@ -442,5 +442,11 @@ export declare enum ProfileModuleActionType {
|
|
|
442
442
|
SHOW_SURVEY_DRIVER = "Show Survey Driver",
|
|
443
443
|
EDIT_SURVEY_DRIVER = "Edit Survey Driver",
|
|
444
444
|
DELETE_SURVEY_DRIVER = "Delete Survey Driver",
|
|
445
|
-
UPDATE_TRAVEL_APPROVAL = "Update Travel Approval"
|
|
445
|
+
UPDATE_TRAVEL_APPROVAL = "Update Travel Approval",
|
|
446
|
+
CONFIGURE_WAITING_LINES = "Configure Waiting Lines",
|
|
447
|
+
ADD_WAITING_LINES = "Add Waiting Lines",
|
|
448
|
+
SHOW_WAITING_LINES = "Show 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"
|
|
446
452
|
}
|