Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-30 23:55:39 +00:00
parent d87ea2657c
commit 5c4bb30449

View file

@ -475,11 +475,6 @@ export type Database = {
natural_language_input: string
next_run_at: string | null
required_mcp_slugs: Json
runtime_last_delivery_error: string | null
runtime_last_error: string | null
runtime_last_status: string | null
runtime_state: string | null
runtime_synced_at: string | null
status: string
timezone: string
updated_at: string
@ -499,11 +494,6 @@ export type Database = {
natural_language_input: string
next_run_at?: string | null
required_mcp_slugs?: Json
runtime_last_delivery_error?: string | null
runtime_last_error?: string | null
runtime_last_status?: string | null
runtime_state?: string | null
runtime_synced_at?: string | null
status?: string
timezone?: string
updated_at?: string
@ -523,11 +513,6 @@ export type Database = {
natural_language_input?: string
next_run_at?: string | null
required_mcp_slugs?: Json
runtime_last_delivery_error?: string | null
runtime_last_error?: string | null
runtime_last_status?: string | null
runtime_state?: string | null
runtime_synced_at?: string | null
status?: string
timezone?: string
updated_at?: string