mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 16:31:12 -05:00
Fix: Implement Phase 1 and 2 for Account & Profile tab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user