From cd3e1f44d8f5acb2c6f3aa4095303f1f6d2617f8 Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 28 Jun 2021 15:19:09 +0300 Subject: [PATCH] added legalBasisChangeValue field --- libs/red-ui-http/src/lib/model/redactionLogEntry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/red-ui-http/src/lib/model/redactionLogEntry.ts b/libs/red-ui-http/src/lib/model/redactionLogEntry.ts index 0805776e0..f84bd6689 100644 --- a/libs/red-ui-http/src/lib/model/redactionLogEntry.ts +++ b/libs/red-ui-http/src/lib/model/redactionLogEntry.ts @@ -39,6 +39,7 @@ export interface RedactionLogEntry { textBefore?: string; type?: string; value?: string; + legalBasisChangeValue?: string; } export namespace RedactionLogEntry {