ngx-vector-components 6.20.0 → 6.21.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.21.0] (28/08/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permissions 'MANAGE_TRAINING' and 'SHOW_TRAINING_REPORT' in `ProfileModuleActionType` (`profile.model.ts`)
8
+
3
9
  ## [6.20.0] (28/08/2026)
4
10
 
5
11
  ### Feat
@@ -869,6 +869,8 @@ var ProfileModuleActionType;
869
869
  ProfileModuleActionType["CAN_UPDATE_VALUES_VALIDATION"] = "Pode Atualizar Valores Validacao";
870
870
  ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
871
871
  ProfileModuleActionType["VIEW_RESTRICTION_COMMUNICATION_LOG"] = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs";
872
+ ProfileModuleActionType["MANAGE_TRAINING"] = "Gerenciar treinamento";
873
+ ProfileModuleActionType["SHOW_TRAINING_REPORT"] = "Relatorio de treinamento";
872
874
  ProfileModuleActionType["EDIT_TRAINING"] = "Editar treinamento";
873
875
  ProfileModuleActionType["ACTIVE_TRAINING"] = "Ativar treinamento";
874
876
  ProfileModuleActionType["CREATE_TRAINING"] = "Criar treinamento";