feat(MED-161): store more fields about medipost analysis response
This commit is contained in:
@@ -686,7 +686,9 @@ export type Database = {
|
||||
norm_upper_included: boolean | null
|
||||
original_response_element: Json
|
||||
response_time: string
|
||||
response_value: number
|
||||
response_value: number | null
|
||||
response_value_is_negative?: boolean | null
|
||||
status: string
|
||||
unit: string | null
|
||||
updated_at: string | null
|
||||
}
|
||||
@@ -704,7 +706,9 @@ export type Database = {
|
||||
norm_upper_included?: boolean | null
|
||||
original_response_element: Json
|
||||
response_time: string
|
||||
response_value: number
|
||||
response_value: number | null
|
||||
response_value_is_negative?: boolean | null
|
||||
status: string
|
||||
unit?: string | null
|
||||
updated_at?: string | null
|
||||
}
|
||||
@@ -722,7 +726,9 @@ export type Database = {
|
||||
norm_upper_included?: boolean | null
|
||||
original_response_element?: Json
|
||||
response_time?: string
|
||||
response_value?: number
|
||||
response_value?: number | null
|
||||
response_value_is_negative?: boolean | null
|
||||
status: string
|
||||
unit?: string | null
|
||||
updated_at?: string | null
|
||||
}
|
||||
@@ -1264,6 +1270,8 @@ export type Database = {
|
||||
action: string
|
||||
xml: string
|
||||
has_analysis_results: boolean
|
||||
medipost_external_order_id: string
|
||||
medipost_private_message_id: string
|
||||
medusa_order_id: string
|
||||
response_xml: string
|
||||
has_error: boolean
|
||||
@@ -1272,6 +1280,8 @@ export type Database = {
|
||||
action: string
|
||||
xml: string
|
||||
has_analysis_results: boolean
|
||||
medipost_external_order_id: string
|
||||
medipost_private_message_id: string
|
||||
medusa_order_id: string
|
||||
response_xml: string
|
||||
has_error: boolean
|
||||
|
||||
Reference in New Issue
Block a user