适配 M002 V3 字段矩阵前端交互
This commit is contained in:
@@ -296,6 +296,8 @@ export interface ReservationTaskFieldResult {
|
||||
task_subtype?: string | null
|
||||
display_area: string | null
|
||||
field_path: string
|
||||
field_pointer?: string | null
|
||||
legacy_field_path?: string | null
|
||||
display_name: string
|
||||
default_value_source?: string | null
|
||||
visible: string | null
|
||||
@@ -406,8 +408,13 @@ export interface ReservationManualReviewConversionResult {
|
||||
original_order_logic_deleted: boolean
|
||||
}
|
||||
|
||||
export interface ReservationManualReviewResolutionFieldOverrideRequest {
|
||||
export type ReservationManualReviewResolutionFieldOverrideRequest = {
|
||||
field_pointer: string
|
||||
field_path?: string
|
||||
value: unknown
|
||||
} | {
|
||||
field_pointer?: string
|
||||
field_path: string
|
||||
value: unknown
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user