From 8c4cdadeae3c359bfec9646743e2e0ed5ecb8838 Mon Sep 17 00:00:00 2001
From: Semyon Krestyaninov <krestyaninov@perx.ru>
Date: Mon, 28 Oct 2024 09:14:27 +0000
Subject: [PATCH] =?UTF-8?q?chore:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80=D0=B0?=
 =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D1=82=D0=B5=D0=B3=D0=B0?=
 =?UTF-8?q?=D0=BC=20=D0=B2=20Collections.List=20(ListRequest.Filter.tag)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto
index 1a56f94..4e34c5c 100644
--- a/proto/collections/collections.proto
+++ b/proto/collections/collections.proto
@@ -114,6 +114,7 @@ message ListRequest {
     bool include_hidden = 6;
     repeated string name = 3;
     repeated string id = 4;
+    repeated string tag = 7;
   }
 
   string space_id = 1;
-- 
GitLab