ngx-vector-components 5.63.0 → 5.64.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.
|
@@ -480,5 +480,6 @@ export declare enum ProfileModuleActionType {
|
|
|
480
480
|
DELETE_SUPPLIER_SCHEDULING_MANAGEMENT = "Delete Supplier Scheduling Management",
|
|
481
481
|
EDIT_VECTOR_SHIFT_VACANCIES = "Edit Vector Shift Vacancies",
|
|
482
482
|
SHOW_ESTIMATED_TIME_TO_ARRIVE = "Show Estimated Time To Arrive",
|
|
483
|
-
EDIT_ESTIMATED_TIME_TO_ARRIVE = "Edit Estimated Time To Arrive"
|
|
483
|
+
EDIT_ESTIMATED_TIME_TO_ARRIVE = "Edit Estimated Time To Arrive",
|
|
484
|
+
SHOW_ETA_VECTOR = "Show Eta Vector"
|
|
484
485
|
}
|