ngx-vector-components 5.4.2 → 5.5.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.
|
@@ -397,5 +397,8 @@ export declare enum ProfileModuleActionType {
|
|
|
397
397
|
VEHICLE_VALIDATE_DOCUMENTS = "Vehicle Validate Documents",
|
|
398
398
|
SAVE_DRIVER_DOCUMENTS = "Save Driver Documents",
|
|
399
399
|
SHOW_DRIVER_DOCUMENTS = "Show Driver Documents",
|
|
400
|
-
DRIVER_VALIDATE_DOCUMENTS = "Driver Validate Documents"
|
|
400
|
+
DRIVER_VALIDATE_DOCUMENTS = "Driver Validate Documents",
|
|
401
|
+
ONLY_SHOW_PROFILE_PETROBRAS = "Only Show Profile Petrobras",
|
|
402
|
+
SHOW_PARAMETERS_CARRIER = "Show Parameters Carrier",
|
|
403
|
+
SAVE_CARRIERS_DOCUMENTS = "Save Carriers Documents"
|
|
401
404
|
}
|