From 0dc9219b3401c7506ff386807d845ffa134bdc4b Mon Sep 17 00:00:00 2001 From: Danis Kirasirov <kirasirov@perx.ru> Date: Thu, 10 Oct 2024 10:04:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(files):=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BF=D0=BE=D0=BB=D0=B5=20Temporary?= =?UTF-8?q?=20=D0=B2=20=D1=81=D0=BF=D0=B5=D1=86=D0=B8=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0=20File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #PRXS-2644 --- proto/files/files.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/files/files.proto b/proto/files/files.proto index 45eacf2..a09422c 100644 --- a/proto/files/files.proto +++ b/proto/files/files.proto @@ -14,6 +14,7 @@ message File { uint64 size = 3; // Размер файла string mime_type = 4; // Mime-type файла string url = 5; // Адрес для загрузки файла + bool temporary = 6; // Находится ли файл во временном хранилище } message MultipartUpload { -- GitLab