Implement RPC function for user emails

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 18:03:17 +00:00
parent 3318fdaa3f
commit bcbb8019bd
3 changed files with 61 additions and 6 deletions

View File

@@ -4631,6 +4631,19 @@ export type Database = {
Args: { _user_id: string }
Returns: Json
}
get_users_with_emails: {
Args: never
Returns: {
avatar_url: string
banned: boolean
created_at: string
display_name: string
email: string
id: string
user_id: string
username: string
}[]
}
get_version_diff: {
Args: {
p_entity_type: string