From fad74160a1ada1834a8dee06f5e84576e000aa6c Mon Sep 17 00:00:00 2001
From: Danis Kirasirov <dbgbbu@gmail.com>
Date: Mon, 2 Dec 2024 09:53:49 +0300
Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?=
 =?UTF-8?q?=D1=8B=20=D0=BE=D0=BF=D1=86=D0=B8=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/items/items.proto | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/proto/items/items.proto b/proto/items/items.proto
index e538ada..0e2ab17 100644
--- a/proto/items/items.proto
+++ b/proto/items/items.proto
@@ -208,7 +208,11 @@ message FindArchivedOptions {
 }
 
 message ListRevisionsOptions {
-  common.FindOptions options = 2;
+  int32 offset = 9;
+  int32 limit = 10;
+  repeated string fields = 11;
+  bool exclude_fields = 12;
+
   string locale_id = 7; // Язык перевода который будет использоваться. Если не указан, то возвращаются данные для языка по умолчанию
   repeated string translations_ids = 8; // Список идентификаторов переводов/локалей, которых должны быть включены в результат
 }
-- 
GitLab