mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 06:31:14 -05:00
Refactor: Approve tool use
This commit is contained in:
@@ -4718,6 +4718,38 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
submission_item_temp_refs: {
|
||||
Row: {
|
||||
created_at: string
|
||||
id: string
|
||||
ref_order_index: number
|
||||
ref_type: string
|
||||
submission_item_id: string
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string
|
||||
id?: string
|
||||
ref_order_index: number
|
||||
ref_type: string
|
||||
submission_item_id: string
|
||||
}
|
||||
Update: {
|
||||
created_at?: string
|
||||
id?: string
|
||||
ref_order_index?: number
|
||||
ref_type?: string
|
||||
submission_item_id?: string
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "submission_item_temp_refs_submission_item_id_fkey"
|
||||
columns: ["submission_item_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "submission_items"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
submission_items: {
|
||||
Row: {
|
||||
action_type: string | null
|
||||
|
||||
Reference in New Issue
Block a user