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