Fix account deletion flow

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 22:46:49 +00:00
parent 2918f9d280
commit a2cb037410
8 changed files with 143 additions and 28 deletions

View File

@@ -3976,6 +3976,10 @@ export type Database = {
Args: { item_id: string }
Returns: boolean
}
can_manage_deletion: {
Args: { _deletion_id: string; _user_id: string }
Returns: boolean
}
can_manage_user: {
Args: { _manager_id: string; _target_user_id: string }
Returns: boolean