ngx-vector-components 6.13.0 → 6.14.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.
|
@@ -741,5 +741,6 @@ export declare enum ProfileModuleActionType {
|
|
|
741
741
|
SHOW_LIST_APPROVERS = "Visualizar lista de aprovadores",
|
|
742
742
|
SCHEDULING_SUBJECT_TO_LOADING_ORDER = "Scheduling Subject To Loading Order",
|
|
743
743
|
CAN_UPDATE_VALUES_VALIDATION = "Pode Atualizar Valores Validacao",
|
|
744
|
-
CAN_RESET_VALIDATION = "Pode Resetar Validacao"
|
|
744
|
+
CAN_RESET_VALIDATION = "Pode Resetar Validacao",
|
|
745
|
+
VIEW_RESTRICTION_COMMUNICATION_LOG = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs"
|
|
745
746
|
}
|