feat(MED-85): add logging for medipost response error xml

This commit is contained in:
2025-08-28 12:25:18 +03:00
parent a37c4cad9c
commit b4985afdf0
3 changed files with 50 additions and 12 deletions

View File

@@ -1196,18 +1196,24 @@ export type Database = {
has_analysis_results: boolean
created_at: string
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
}
Update: {
action?: string
xml?: string
has_analysis_results?: boolean
medusa_order_id?: string
response_xml?: string
has_error?: boolean
}
}
medreport_product_groups: {