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 cf9408e76e - Show all commits
+1 -1
View File
@@ -680,7 +680,7 @@ message Accounting {
uint64 id = 1; uint64 id = 1;
int64 user_id = 2; int64 user_id = 2;
int64 balance = 3; int64 balance = 3;
auth.v1.User user = 4; auth.v1.UserIdentityBasic user = 4;
} }
message IPGGenTokenPayload { message IPGGenTokenPayload {