dev - mobile added to identity

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-05 14:58:23 +03:30
parent 88cfb4e150
commit eb7bb4854f
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -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 {