RED-8428 - Add RESIZE_LOCALLY and RESIZE_IN_DICTIONARY in ManualRedactionType to differentiate between the two operations #336

Merged
andrei.isvoran.ext merged 2 commits from RED-8428 into master 2024-02-05 09:20:19 +01:00
Showing only changes of commit bd2ca5db94 - Show all commits

View File

@ -10,5 +10,6 @@ public enum ManualRedactionType {
FORCE_HINT,
RECATEGORIZE,
LEGAL_BASIS_CHANGE,
RESIZE
RESIZE_LOCALLY,
RESIZE_IN_DICTIONARY
}