feat(MED-86): user can see in Medusa BO if sending order to medipost succeeded

This commit is contained in:
2025-08-28 14:42:07 +03:00
parent b3505c1627
commit da7f574234
2 changed files with 25 additions and 0 deletions

View File

@@ -2118,6 +2118,15 @@ export type Database = {
success: boolean
}
}
get_latest_medipost_dispatch_state_for_order: {
Args: {
medusa_order_id: string
}
Returns: {
has_success: boolean
action_date: string
}
}
}
Enums: {
analysis_feedback_status: "STARTED" | "DRAFT" | "COMPLETED"