mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Implement submission protections
This commit is contained in:
@@ -3590,10 +3590,23 @@ export type Database = {
|
||||
Args: { entity_type: string; keep_versions?: number }
|
||||
Returns: number
|
||||
}
|
||||
cleanup_orphaned_submissions: {
|
||||
Args: Record<PropertyKey, never>
|
||||
Returns: number
|
||||
}
|
||||
cleanup_rate_limits: {
|
||||
Args: Record<PropertyKey, never>
|
||||
Returns: undefined
|
||||
}
|
||||
create_submission_with_items: {
|
||||
Args: {
|
||||
p_content: Json
|
||||
p_items: Json[]
|
||||
p_submission_type: string
|
||||
p_user_id: string
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
extend_submission_lock: {
|
||||
Args: {
|
||||
extension_duration?: unknown
|
||||
|
||||
Reference in New Issue
Block a user