Fix: Implement Phase 1 and 2 for Account & Profile tab

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 18:44:14 +00:00
parent d4b859f637
commit 3833ba9748
9 changed files with 318 additions and 35 deletions

View File

@@ -3080,6 +3080,20 @@ export type Database = {
Args: { target_park_id: string }
Returns: undefined
}
update_profile: {
Args: {
p_avatar_image_id?: string
p_avatar_url?: string
p_bio?: string
p_display_name?: string
p_personal_location?: string
p_preferred_language?: string
p_preferred_pronouns?: string
p_show_pronouns?: boolean
p_username: string
}
Returns: Json
}
update_ride_ratings: {
Args: { target_ride_id: string }
Returns: undefined