Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-24 03:32:21 +00:00
co-authored by renee-png
parent 4d87143beb
commit 5924f3f4b7
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -2037,6 +2037,7 @@ export type Database = {
incoming_emails: {
Row: {
attachment_count: number
attachments: Json
body_html: string | null
body_text: string | null
case_id: string | null
@@ -2065,6 +2066,7 @@ export type Database = {
}
Insert: {
attachment_count?: number
attachments?: Json
body_html?: string | null
body_text?: string | null
case_id?: string | null
@@ -2093,6 +2095,7 @@ export type Database = {
}
Update: {
attachment_count?: number
attachments?: Json
body_html?: string | null
body_text?: string | null
case_id?: string | null