ngx-vector-components 5.8.0 → 5.9.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.
|
@@ -403,5 +403,7 @@ export declare enum ProfileModuleActionType {
|
|
|
403
403
|
SAVE_CARRIERS_DOCUMENTS = "Save Carriers Documents",
|
|
404
404
|
APRV_Validation = "APRV_Validation",
|
|
405
405
|
SHOW_PLANNED_TRIPS = "Show Planned Trips",
|
|
406
|
-
ADD_PLANNED_TRIPS = "Add Planned Trips"
|
|
406
|
+
ADD_PLANNED_TRIPS = "Add Planned Trips",
|
|
407
|
+
ADD_MONITORING_PLANNED_TRIPS = "Add Monitoring Planned Trips",
|
|
408
|
+
SHOW_MONITORING_PLANNED_TRIPS = "Show Monitoring Planned Trips"
|
|
407
409
|
}
|