mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 09:11:13 -05:00
Fix composite submission location data
This commit is contained in:
@@ -5612,15 +5612,26 @@ export type Database = {
|
||||
oldest_deleted_date: string
|
||||
}[]
|
||||
}
|
||||
create_submission_with_items: {
|
||||
Args: {
|
||||
p_content: Json
|
||||
p_items: Json[]
|
||||
p_submission_type: string
|
||||
p_user_id: string
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
create_submission_with_items:
|
||||
| {
|
||||
Args: {
|
||||
p_content: Json
|
||||
p_items: Json[]
|
||||
p_submission_type: string
|
||||
p_user_id: string
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
| {
|
||||
Args: {
|
||||
p_action_type: string
|
||||
p_entity_type: string
|
||||
p_items: Json
|
||||
p_submission_id: string
|
||||
p_user_id: string
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
extend_submission_lock: {
|
||||
Args: {
|
||||
extension_duration?: unknown
|
||||
|
||||
Reference in New Issue
Block a user