Refactor: Fix notification view security

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 00:30:56 +00:00
parent d44f806afa
commit ecca11a475
5 changed files with 589 additions and 0 deletions

View File

@@ -4765,6 +4765,12 @@ export type Database = {
user_agent: string
}[]
}
get_orphaned_edit_history: {
Args: never
Returns: {
id: string
}[]
}
get_recent_changes: {
Args: { limit_count?: number }
Returns: {