feat: Add SUPER_ADMIN role with dedicated admin user management and updated access controls for existing admin features.

This commit is contained in:
pradeepkumar
2026-03-20 17:05:40 +05:30
parent 8e9d623f24
commit 31439c3b06
6 changed files with 104 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ enum UserRole {
USER
AGENT
ADMIN
SUPER_ADMIN
}
enum UserStatus {