From f9169554a5c162449d3150d5d4da87b2ac38ec4d Mon Sep 17 00:00:00 2001 From: Danis Kirasirov <dbgbbu@gmail.com> Date: Tue, 10 Sep 2024 14:41:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BF=D0=BE=D0=BB=D0=B5=20localeID=20=D0=B2=20A?= =?UTF-8?q?ctionRequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/extensions/extension.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/extensions/extension.proto b/proto/extensions/extension.proto index c55171a..a5a69ec 100644 --- a/proto/extensions/extension.proto +++ b/proto/extensions/extension.proto @@ -149,6 +149,7 @@ message Action { message ActionRequest { string extension = 1000; string action = 10100; + string locale_id = 11050; string space_id = 10500; string env_id = 10510; string collection_id = 10520; -- GitLab