feat(MED-86): add db fn to show medipost dispatch error for order in Medusa

This commit is contained in:
2025-08-28 13:36:07 +03:00
parent f723633646
commit b931035c3b
2 changed files with 18 additions and 0 deletions

View File

@@ -2110,6 +2110,14 @@ export type Database = {
medusa_order_id: string
}
}
order_has_medipost_dispatch_error: {
Args: {
medusa_order_id: string
}
Returns: {
success: boolean
}
}
}
Enums: {
analysis_feedback_status: "STARTED" | "DRAFT" | "COMPLETED"