roles update

This commit is contained in:
lendry
2026-06-25 15:14:50 +03:00
parent 9671fe458b
commit 1c55c871fc
21 changed files with 721 additions and 93 deletions

View File

@@ -51,6 +51,7 @@ message AdminUser {
string status = 9;
string createdAt = 10;
repeated string roles = 11;
repeated string directPermissions = 12;
}
message ListUsersResponse {