You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(role): enhance Role schema with permissions and system flags
- Add new fields to Role schema:
- description (String, optional)
- permissions (Array of Permission ObjectIds)
- isSystem (Boolean) for system-level roles
- Update validation schemas for create and update operations
- Add ObjectId validation for permission references
0 commit comments