ngx-vector-components 6.22.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.23.0] (01/09/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added module 'TRAINING_NEW' in `ProfileModuleType` and permission 'VIEW_TRAINING' in `ProfileModuleActionType` (`profile.model.ts`)
8
+
3
9
  ## [6.22.0] (01/09/2026)
4
10
 
5
11
  ### Feat
@@ -267,6 +267,7 @@ var ProfileModuleType;
267
267
  ProfileModuleType["TAX_INCOMING"] = "ImpostoDeRenda";
268
268
  ProfileModuleType["CHATBOT"] = "Chatbot";
269
269
  ProfileModuleType["BLOCK_CARRIER"] = "Block Carrier";
270
+ ProfileModuleType["TRAINING_NEW"] = "Treinamento";
270
271
  })(ProfileModuleType || (ProfileModuleType = {}));
271
272
  var ProfileModuleActionType;
272
273
  (function (ProfileModuleActionType) {
@@ -870,6 +871,7 @@ var ProfileModuleActionType;
870
871
  ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
871
872
  ProfileModuleActionType["VIEW_RESTRICTION_COMMUNICATION_LOG"] = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs";
872
873
  ProfileModuleActionType["MANAGE_TRAINING"] = "Gerenciar treinamento";
874
+ ProfileModuleActionType["VIEW_TRAINING"] = "Visualizar treinamento";
873
875
  ProfileModuleActionType["SHOW_TRAINING_REPORT"] = "Relatorio de treinamento";
874
876
  ProfileModuleActionType["EDIT_TRAINING"] = "Editar treinamento";
875
877
  ProfileModuleActionType["ACTIVE_TRAINING"] = "Ativar treinamento";