ngx-vector-components 5.2.0 → 5.3.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.
|
@@ -385,5 +385,8 @@ export declare enum ProfileModuleActionType {
|
|
|
385
385
|
EDIT_FREIGHT_RATE_SON = "Edit Freight Rate Son",
|
|
386
386
|
CHANGE_IS_POC = "ChangeIsPOC",
|
|
387
387
|
APPROVE_BIDDING_CLOSURE = "Aprovar encerramento do Bidding",
|
|
388
|
-
APPROVE_BIDDING_WITH_GREATER_VALUE = "Aprovar Bidding com valor maior que o menor valor"
|
|
388
|
+
APPROVE_BIDDING_WITH_GREATER_VALUE = "Aprovar Bidding com valor maior que o menor valor",
|
|
389
|
+
VEHICLE_SHOW_SHIPPER_PETROBRAS = "Vehicle Show Shipper Petrobras",
|
|
390
|
+
DRIVER_SHOW_SHIPPER_PETROBRAS = "Driver Show Shipper Petrobras",
|
|
391
|
+
CARRIER_SHOW_SHIPPER_PETROBRAS = "Carrier Show Shipper Petrobras"
|
|
389
392
|
}
|