chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit e0c66e2868 - Show all commits
+7 -4
View File
@@ -122,6 +122,11 @@ message User {
repeated int64 roles = 5;
}
message UserAddress{
string postal_code = 2;
string user_address = 3;
}
message Company {
int64 id = 1;
string name = 2;
@@ -157,8 +162,7 @@ message Identity {
optional string employee_info = 23;
string pub_key = 24;
optional float balance = 25;
optional string postal_code = 26;
optional string user_address = 27;
optional UserAddress user_address = 26;
}
message IdentityBasic {
@@ -181,8 +185,7 @@ message UserUpdateIdentityReq {
string national_id = 2;
string birthdate = 3;
string email = 4;
optional string postal_code = 5;
optional string user_address = 6;
optional UserAddress user_address = 5;
}
message UserUpdateBankInfoReq {