We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3071e commit 9cab600Copy full SHA for 9cab600
protos/account.proto
@@ -166,12 +166,11 @@ message GetAllAccountsWithUsersAndBlockedDetailsResponse {
166
message SyncAccountInfo {
167
message UserInAccount {
168
string user_id = 1;
169
- string user_name = 2;
170
- bool blocked = 3;
+ bool blocked = 2;
171
}
172
string account_name = 1;
173
repeated UserInAccount users = 2;
174
- optional string owner = 3;
+ optional string owner_id = 3;
175
bool blocked_in_cluster = 4;
176
// if blocked_in_cluster is true, the value is []
177
// if blocked_in_cluster is false, only unblock in specified paritions
0 commit comments