diff --git a/src/integrations/supabase/types.ts b/src/integrations/supabase/types.ts index 9e43fae..23a8b39 100644 --- a/src/integrations/supabase/types.ts +++ b/src/integrations/supabase/types.ts @@ -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