feat(record): REOPEN operation — вернуть закрытую запись

This commit is contained in:
Александр Зимин
2026-06-22 09:18:50 +00:00
parent 8dff458b83
commit 444c004e3c
10 changed files with 151 additions and 5 deletions
@@ -4,5 +4,7 @@ package cloud.nstart.terravault.ordinis.domain.draft;
public enum DraftOperation {
CREATE,
UPDATE,
CLOSE
CLOSE,
/** Re-open a previously CLOSE'd record — sets valid_to back to far-future. */
REOPEN
}