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