Update Lovable tool use

This commit is contained in:
gpt-engineer-app[bot]
2025-09-20 12:40:01 +00:00
parent 478ed74ef2
commit 162e18e08b
3 changed files with 30 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export type Database = {
id: string
logo_url: string | null
name: string
person_type: string | null
slug: string
updated_at: string
website_url: string | null
@@ -37,6 +38,7 @@ export type Database = {
id?: string
logo_url?: string | null
name: string
person_type?: string | null
slug: string
updated_at?: string
website_url?: string | null
@@ -50,6 +52,7 @@ export type Database = {
id?: string
logo_url?: string | null
name?: string
person_type?: string | null
slug?: string
updated_at?: string
website_url?: string | null
@@ -490,6 +493,7 @@ export type Database = {
park_id: string
review_count: number | null
ride_model_id: string | null
ride_sub_type: string | null
slug: string
status: string
technical_specs: Json | null
@@ -519,6 +523,7 @@ export type Database = {
park_id: string
review_count?: number | null
ride_model_id?: string | null
ride_sub_type?: string | null
slug: string
status?: string
technical_specs?: Json | null
@@ -548,6 +553,7 @@ export type Database = {
park_id?: string
review_count?: number | null
ride_model_id?: string | null
ride_sub_type?: string | null
slug?: string
status?: string
technical_specs?: Json | null