ngx-vector-components 5.39.1 → 5.41.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.
|
@@ -441,5 +441,10 @@ export declare enum ProfileModuleActionType {
|
|
|
441
441
|
ADD_SURVEY_DRIVER = "Add Survey Driver",
|
|
442
442
|
SHOW_SURVEY_DRIVER = "Show Survey Driver",
|
|
443
443
|
EDIT_SURVEY_DRIVER = "Edit Survey Driver",
|
|
444
|
-
DELETE_SURVEY_DRIVER = "Delete Survey Driver"
|
|
444
|
+
DELETE_SURVEY_DRIVER = "Delete Survey Driver",
|
|
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"
|
|
445
450
|
}
|