From f6c3cbffe7f3aba609f4909053b35461b6262508 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 30 Nov 2023 17:11:13 +0300
Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?=
 =?UTF-8?q?=D0=BD=D1=8B=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?=
 =?UTF-8?q?=20=D0=BF=D0=BE=D0=BB=D0=B5=D0=B9=20=D0=B4=D0=BB=D1=8F=20Rules?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/common/common.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proto/common/common.proto b/proto/common/common.proto
index a929133..d68468a 100644
--- a/proto/common/common.proto
+++ b/proto/common/common.proto
@@ -40,8 +40,8 @@ message Rule {
   repeated Action actions = 2;
   Access access = 3;
   repeated string hidden_fields = 5;
-  repeated string readonly_fields = 6;
-  repeated string writeonly_fields = 7;
+  repeated string deny_read_fields = 6;
+  repeated string deny_write_fields = 7;
   string read_filter = 8;
   string write_filter = 9;
 }
-- 
GitLab