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:31:45 +00:00
co-authored by renee-png
parent 4d3a9ac369
commit 4d87143beb
2 changed files with 28 additions and 0 deletions
+18
View File
@@ -2042,13 +2042,19 @@ export type Database = {
case_id: string | null
cc_addresses: string[]
created_at: string
email_references: string[]
from_address: string | null
from_name: string | null
has_attachments: boolean
id: string
imap_uid: number | null
in_reply_to: string | null
is_archived: boolean
is_read: boolean
match_reason: string | null
match_status: string
match_suggestions: Json
matched_at: string | null
message_id: string | null
notes: string | null
raw_size_bytes: number | null
@@ -2064,13 +2070,19 @@ export type Database = {
case_id?: string | null
cc_addresses?: string[]
created_at?: string
email_references?: string[]
from_address?: string | null
from_name?: string | null
has_attachments?: boolean
id?: string
imap_uid?: number | null
in_reply_to?: string | null
is_archived?: boolean
is_read?: boolean
match_reason?: string | null
match_status?: string
match_suggestions?: Json
matched_at?: string | null
message_id?: string | null
notes?: string | null
raw_size_bytes?: number | null
@@ -2086,13 +2098,19 @@ export type Database = {
case_id?: string | null
cc_addresses?: string[]
created_at?: string
email_references?: string[]
from_address?: string | null
from_name?: string | null
has_attachments?: boolean
id?: string
imap_uid?: number | null
in_reply_to?: string | null
is_archived?: boolean
is_read?: boolean
match_reason?: string | null
match_status?: string
match_suggestions?: Json
matched_at?: string | null
message_id?: string | null
notes?: string | null
raw_size_bytes?: number | null