added postal code to auth/identity

This commit is contained in:
nfel 2025-07-07 14:12:49 +03:30
parent 0ec7d72bda
commit c0c9a4bef5
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

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