name_fa added to company message
This commit is contained in:
parent
1e8e8ca920
commit
6d35ea5706
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user