Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
4d3a9ac369
commit
4d87143beb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user