mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 17:11:12 -05:00
Fix: Secure profile data access
This commit is contained in:
@@ -968,6 +968,10 @@ export type Database = {
|
||||
Args: { _profile_user_id: string; _viewer_id: string }
|
||||
Returns: boolean
|
||||
}
|
||||
get_filtered_profile: {
|
||||
Args: { _profile_user_id: string; _viewer_id?: string }
|
||||
Returns: Json
|
||||
}
|
||||
get_user_management_permissions: {
|
||||
Args: { _user_id: string }
|
||||
Returns: Json
|
||||
|
||||
Reference in New Issue
Block a user