V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 9a321f6613 - Show all commits
+2 -2
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 {