ngx-vector-components 6.21.0 → 6.23.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.
|
@@ -147,7 +147,8 @@ export declare enum ProfileModuleType {
|
|
|
147
147
|
FREIGHT_AGENT_REPORT = "FreightAgentReport",
|
|
148
148
|
TAX_INCOMING = "ImpostoDeRenda",
|
|
149
149
|
CHATBOT = "Chatbot",
|
|
150
|
-
BLOCK_CARRIER = "Block Carrier"
|
|
150
|
+
BLOCK_CARRIER = "Block Carrier",
|
|
151
|
+
TRAINING_NEW = "Treinamento"
|
|
151
152
|
}
|
|
152
153
|
export declare enum ProfileModuleActionType {
|
|
153
154
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -750,6 +751,7 @@ export declare enum ProfileModuleActionType {
|
|
|
750
751
|
CAN_RESET_VALIDATION = "Pode Resetar Validacao",
|
|
751
752
|
VIEW_RESTRICTION_COMMUNICATION_LOG = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs",
|
|
752
753
|
MANAGE_TRAINING = "Gerenciar treinamento",
|
|
754
|
+
VIEW_TRAINING = "Visualizar treinamento",
|
|
753
755
|
SHOW_TRAINING_REPORT = "Relatorio de treinamento",
|
|
754
756
|
EDIT_TRAINING = "Editar treinamento",
|
|
755
757
|
ACTIVE_TRAINING = "Ativar treinamento",
|