ngx-vector-components 5.113.0 → 5.115.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.
|
@@ -49,7 +49,8 @@ export declare enum ProfileModuleType {
|
|
|
49
49
|
DICHARGE_CONTROL_PANEL = "DischargeControlPanel",
|
|
50
50
|
CARD_CONTROL = "Cart\u00E3o digital",
|
|
51
51
|
VECTOR_PAY_STATEMENT = "VectorPayStatement",
|
|
52
|
-
BUNGE_REFUND = "BungeEstorno"
|
|
52
|
+
BUNGE_REFUND = "BungeEstorno",
|
|
53
|
+
FINTECH_ADMIN = "Financeiro"
|
|
53
54
|
}
|
|
54
55
|
export declare enum ProfileModuleActionType {
|
|
55
56
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -545,5 +546,8 @@ export declare enum ProfileModuleActionType {
|
|
|
545
546
|
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial",
|
|
546
547
|
SEARCH_PAYMENT_TAG_HISTORY = "Search Tag History",
|
|
547
548
|
CAN_ADD_AGGREGATOR = "Adicionar Agenciados",
|
|
548
|
-
CAN_ACTIVATE_AGGREGATOR = "Ativar Agenciadores"
|
|
549
|
+
CAN_ACTIVATE_AGGREGATOR = "Ativar Agenciadores",
|
|
550
|
+
EDIT_PARAM_TOLL = "Parametros Pedagio",
|
|
551
|
+
CADOC_4111 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 4111",
|
|
552
|
+
CADOC_1201 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 1201"
|
|
549
553
|
}
|