From 1fbdbb02ad59d6adc9707f911263196668382a21 Mon Sep 17 00:00:00 2001
From: Alex Petraky <petraky@perx.ru>
Date: Fri, 1 Nov 2024 10:01:46 +0000
Subject: [PATCH] =?UTF-8?q?chore:=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?=
 =?UTF-8?q?=D1=8B=20deprecated=20=D0=BF=D0=BE=D0=BB=D1=8F=20(readonly=5Ffi?=
 =?UTF-8?q?elds=20=D0=B8=20writeonly=5Ffields)=20=D0=B8=D0=B7=20Rule?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/proto/common/common.proto b/proto/common/common.proto
index 5d969b4..3a74d1e 100644
--- a/proto/common/common.proto
+++ b/proto/common/common.proto
@@ -47,10 +47,6 @@ message Rule {
   Access access = 3;
   repeated string hidden_fields = 5;
 
-  // Deprecated
-  repeated string readonly_fields = 6;
-  repeated string writeonly_fields = 7;
-
   string read_filter = 8;
   string write_filter = 9;
   repeated string deny_read_fields = 10;
-- 
GitLab