RED-9148 - Add paragraph page index to entity log

This commit is contained in:
Andrei Isvoran 2024-05-21 14:30:00 +03:00
parent 05153504d3
commit 1a0cea1332

View File

@ -74,5 +74,6 @@ public class EntityLogEntryResponse {
Set<String> importedRedactionIntersections = new HashSet<>();
int numberOfComments;
int paragraphPageIdx;
}