update types

This commit is contained in:
2025-09-09 00:31:55 +03:00
parent 3bdc1cfefc
commit 353e5c3c4b

View File

@@ -1257,6 +1257,26 @@ export type Database = {
},
]
}
medipost_actions: {
Row: {
created_at: string
id: number
action: string
xml: string
has_analysis_results: boolean
medusa_order_id: string
response_xml: string
has_error: boolean
}
Insert: {
action: string
xml: string
has_analysis_results: boolean
medusa_order_id: string
response_xml: string
has_error: boolean
}
}
medreport_product_groups: {
Row: {
created_at: string