ngx-vector-components 5.7.0 → 5.8.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.
|
@@ -400,5 +400,8 @@ export declare enum ProfileModuleActionType {
|
|
|
400
400
|
DRIVER_VALIDATE_DOCUMENTS = "Driver Validate Documents",
|
|
401
401
|
ONLY_SHOW_PROFILE_PETROBRAS = "Only Show Profile Petrobras",
|
|
402
402
|
SHOW_PARAMETERS_CARRIER = "Show Parameters Carrier",
|
|
403
|
-
SAVE_CARRIERS_DOCUMENTS = "Save Carriers Documents"
|
|
403
|
+
SAVE_CARRIERS_DOCUMENTS = "Save Carriers Documents",
|
|
404
|
+
APRV_Validation = "APRV_Validation",
|
|
405
|
+
SHOW_PLANNED_TRIPS = "Show Planned Trips",
|
|
406
|
+
ADD_PLANNED_TRIPS = "Add Planned Trips"
|
|
404
407
|
}
|