mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 16:11:12 -05:00
Fix Supabase RPC type error
This commit is contained in:
@@ -3931,6 +3931,23 @@ export type Database = {
|
||||
Args: Record<PropertyKey, never>
|
||||
Returns: undefined
|
||||
}
|
||||
log_request_metadata: {
|
||||
Args: {
|
||||
p_client_version?: string
|
||||
p_duration_ms?: number
|
||||
p_endpoint?: string
|
||||
p_error_message?: string
|
||||
p_error_type?: string
|
||||
p_method?: string
|
||||
p_parent_request_id?: string
|
||||
p_request_id: string
|
||||
p_status_code?: number
|
||||
p_trace_id?: string
|
||||
p_user_agent?: string
|
||||
p_user_id?: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
migrate_ride_technical_data: {
|
||||
Args: Record<PropertyKey, never>
|
||||
Returns: undefined
|
||||
|
||||
Reference in New Issue
Block a user