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 eb7bb4854f - Show all commits
+3 -2
View File
@@ -131,8 +131,9 @@ message Identity {
string updated_at = 18;
string created_at = 19;
string email = 20;
optional Company company = 21;
optional string employee_info = 22;
string mobile = 21;
optional Company company = 22;
optional string employee_info = 23;
}
message IdentityBasic {