added postal code to auth/identity
This commit is contained in:
parent
0ec7d72bda
commit
c0c9a4bef5
@ -157,6 +157,8 @@ message Identity {
|
|||||||
optional string employee_info = 23;
|
optional string employee_info = 23;
|
||||||
string pub_key = 24;
|
string pub_key = 24;
|
||||||
optional float balance = 25;
|
optional float balance = 25;
|
||||||
|
string postal_code = 26;
|
||||||
|
string user_address = 27;
|
||||||
}
|
}
|
||||||
|
|
||||||
message IdentityBasic {
|
message IdentityBasic {
|
||||||
@ -179,6 +181,8 @@ message UserUpdateIdentityReq {
|
|||||||
string national_id = 2;
|
string national_id = 2;
|
||||||
string birthdate = 3;
|
string birthdate = 3;
|
||||||
string email = 4;
|
string email = 4;
|
||||||
|
string postal_code = 5;
|
||||||
|
string user_address = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UserUpdateBankInfoReq {
|
message UserUpdateBankInfoReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user