From eb7bb4854f87c54e1d57aaa6993863898b6f19ee Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 5 Nov 2024 14:58:23 +0330 Subject: [PATCH] dev - mobile added to identity Signed-off-by: nfel --- authorization_message.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/authorization_message.proto b/authorization_message.proto index e26de36..415b2d6 100644 --- a/authorization_message.proto +++ b/authorization_message.proto @@ -131,8 +131,9 @@ message Identity { string updated_at = 18; string created_at = 19; string email = 20; - optional Company company = 21; - optional string employee_info = 22; + string mobile = 21; + optional Company company = 22; + optional string employee_info = 23; } message IdentityBasic {