From 6d35ea57064da206e028c6e749ab4fb5b493737b Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 5 Aug 2024 14:55:04 +0330 Subject: [PATCH] name_fa added to company message --- authorization_message.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/authorization_message.proto b/authorization_message.proto index 5694d2d..c6fddda 100644 --- a/authorization_message.proto +++ b/authorization_message.proto @@ -86,7 +86,8 @@ message User { message Company { int64 id = 1; string name = 2; - string location = 3; + string name_fa = 3; + string location = 4; } message Identity { @@ -110,8 +111,8 @@ message Identity { string updated_at = 18; string created_at = 19; string email = 20; - Company company = 21; - optional string employee_info = 22; + // Company company = 21; + // optional string employee_info = 22; } message IdentityBasic {