ngx-vector-components 5.54.0 → 5.56.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.
|
@@ -46,7 +46,8 @@ export declare enum ProfileModuleType {
|
|
|
46
46
|
REGISTER_JUSTICATIVE = "RegisterJustificative",
|
|
47
47
|
BANK_EXTERNAL = "BancoExterno",
|
|
48
48
|
PAYMENT_SCHEDULING = "Agendamento De Pagamento",
|
|
49
|
-
DICHARGE_CONTROL_PANEL = "DischargeControlPanel"
|
|
49
|
+
DICHARGE_CONTROL_PANEL = "DischargeControlPanel",
|
|
50
|
+
CARD_CONTROL = "Cart\u00E3o digital"
|
|
50
51
|
}
|
|
51
52
|
export declare enum ProfileModuleActionType {
|
|
52
53
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -464,5 +465,8 @@ export declare enum ProfileModuleActionType {
|
|
|
464
465
|
VIEW_LOCATION_GROUP = "View Location Group",
|
|
465
466
|
CREATE_LOCATION_GROUP = "Create Location Group",
|
|
466
467
|
EDIT_LOCATION_GROUP = "Edit Location Group",
|
|
467
|
-
DEACTIVATE_LOCATION_GROUP = "Deactivate Location Group"
|
|
468
|
+
DEACTIVATE_LOCATION_GROUP = "Deactivate Location Group",
|
|
469
|
+
DELIVERY_TOLL_CARD = "Delivery Toll Card",
|
|
470
|
+
SHOW_TOLL_CARD = "View Toll Card",
|
|
471
|
+
EDIT_TOLL_CARD = "Edit Toll Card"
|
|
468
472
|
}
|