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
|
@@ -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";
|