ngx-vector-components 6.20.0 → 6.22.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.
|
@@ -749,6 +749,8 @@ export declare enum ProfileModuleActionType {
|
|
|
749
749
|
CAN_UPDATE_VALUES_VALIDATION = "Pode Atualizar Valores Validacao",
|
|
750
750
|
CAN_RESET_VALIDATION = "Pode Resetar Validacao",
|
|
751
751
|
VIEW_RESTRICTION_COMMUNICATION_LOG = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs",
|
|
752
|
+
MANAGE_TRAINING = "Gerenciar treinamento",
|
|
753
|
+
SHOW_TRAINING_REPORT = "Relatorio de treinamento",
|
|
752
754
|
EDIT_TRAINING = "Editar treinamento",
|
|
753
755
|
ACTIVE_TRAINING = "Ativar treinamento",
|
|
754
756
|
CREATE_TRAINING = "Criar treinamento"
|