ngx-vector-components 5.42.0 → 5.44.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.
|
@@ -442,11 +442,15 @@ export declare enum ProfileModuleActionType {
|
|
|
442
442
|
SHOW_SURVEY_DRIVER = "Show Survey Driver",
|
|
443
443
|
EDIT_SURVEY_DRIVER = "Edit Survey Driver",
|
|
444
444
|
DELETE_SURVEY_DRIVER = "Delete Survey Driver",
|
|
445
|
+
SHOW_SHIPPING_FREIGHT = "Show Shipping Freight",
|
|
446
|
+
MANAGE_SHIPPING_FREIGHT = "Manage Shipping Freight",
|
|
445
447
|
UPDATE_TRAVEL_APPROVAL = "Update Travel Approval",
|
|
446
448
|
CONFIGURE_WAITING_LINES = "Configure Waiting Lines",
|
|
447
449
|
ADD_WAITING_LINES = "Add Waiting Lines",
|
|
448
450
|
SHOW_WAITING_LINES = "Show Waiting Lines",
|
|
449
451
|
CALL_DRIVER_WAITING_LINES = "Call Driver Waiting Lines",
|
|
450
452
|
MONITORING_HANDLE_EVENT = "Monitoring Handle Event",
|
|
451
|
-
MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event"
|
|
453
|
+
MONITORING_JUSTIFY_EVENT = "Monitoring Justify Event",
|
|
454
|
+
APPROVE_POOL_BIDDING_CLOSURE = "Aprovar Encerramento Pool Bidding",
|
|
455
|
+
APPROVE_POOL_BIDDING_LESSER_VALUE = "Aprovar Bidding Pool Com Valor Maior Que Menor Valor"
|
|
452
456
|
}
|