v2: postal in indetity req is optional as well

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-07 14:52:20 +03:30
parent 2618601e70
commit 9a321f6613
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -181,8 +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; optional string postal_code = 5;
string user_address = 6; optional string user_address = 6;
} }
message UserUpdateBankInfoReq { message UserUpdateBankInfoReq {