From 0e26d8e3ca90a8b8840425caf6afa97fffe529d3 Mon Sep 17 00:00:00 2001
From: Alex Petraky <petraky@perx.ru>
Date: Tue, 15 Oct 2024 16:01:01 +0000
Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=20=D1=84=D0=BB=D0=B0=D0=B3=20"=D0=A1=D0=BA=D1=80?=
 =?UTF-8?q?=D1=8B=D1=82=D1=8C"=20=D0=B2=20Access=20=D0=B4=D0=BB=D1=8F=20?=
 =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/collections/collections.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto
index daaf839..1a56f94 100644
--- a/proto/collections/collections.proto
+++ b/proto/collections/collections.proto
@@ -19,6 +19,9 @@ message Access {
 
   repeated string deny_read_fields = 8;
   repeated string deny_write_fields = 9;
+
+  // Скрыть коллекцию в интерфейсе от пользователя
+  bool hidden = 10;
 }
 
 message Collection {
-- 
GitLab