From 5c4bb304490ead686b9fb856025aeeba172011ac Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:55:39 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/integrations/supabase/types.ts | 15 --------------- 1 file changed, 15 deletions(-) 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