feat(MED-85): run sending fake medipost results in dev from Medusa BO

This commit is contained in:
2025-08-28 10:24:13 +03:00
parent d760f86632
commit 47ab39172e
7 changed files with 89 additions and 2 deletions

View File

@@ -2074,6 +2074,11 @@ export type Database = {
}
sync_analysis_results: {
}
send_medipost_test_response_for_order: {
Args: {
order_id: string
}
}
}
Enums: {
analysis_feedback_status: "STARTED" | "DRAFT" | "COMPLETED"