ngx-vector-components 5.109.4 → 5.111.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.
|
@@ -268,6 +268,8 @@ export declare enum ProfileModuleActionType {
|
|
|
268
268
|
AUTOMATIC_CHECKIN = "Automatic CheckIn",
|
|
269
269
|
SHOW_FILTERS_MONTHLY_RECEPTION = "Show Filters Monthly Reception",
|
|
270
270
|
VIEW_ROUTE_TRIP = "View Route Trip",
|
|
271
|
+
SHOW_ROUTE = "Show Route",
|
|
272
|
+
EDIT_ROUTE = "Edit Route",
|
|
271
273
|
SHOW_RISK_MANAGEMENT = "Show Risk Management",
|
|
272
274
|
ADD_RISK_MANAGEMENT = "Add Risk Management",
|
|
273
275
|
EDIT_RISK_MANAGEMENT = "Edit Risk Management",
|
|
@@ -541,5 +543,7 @@ export declare enum ProfileModuleActionType {
|
|
|
541
543
|
TOLL_MANAGEMENT = "Gest\u00E3o de Ped\u00E1gio",
|
|
542
544
|
BUNGE_REFUND_PARTIAL = "Bunge Estorno Parcial",
|
|
543
545
|
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial",
|
|
544
|
-
SEARCH_PAYMENT_TAG_HISTORY = "Search Tag History"
|
|
546
|
+
SEARCH_PAYMENT_TAG_HISTORY = "Search Tag History",
|
|
547
|
+
CAN_ADD_AGGREGATOR = "Adicionar Agenciados",
|
|
548
|
+
CAN_ACTIVATE_AGGREGATOR = "Ativar Agenciadores"
|
|
545
549
|
}
|