Complete operational map result workflow
This commit is contained in:
@@ -1392,6 +1392,20 @@ export interface ExportCreateResponse {
|
||||
metadata_json?: Record<string, unknown> | null
|
||||
}
|
||||
|
||||
export interface MapResultExportRequest {
|
||||
project_id: string
|
||||
mode: 'current' | 'evolution'
|
||||
bbox: VectorSelectionBBox
|
||||
dataset_id?: string
|
||||
earlier_dataset_id?: string
|
||||
later_dataset_id?: string
|
||||
area_id?: string
|
||||
partitioned?: boolean
|
||||
product_key?: string
|
||||
theme_id?: string
|
||||
name?: string
|
||||
}
|
||||
|
||||
export interface ExportListResponse {
|
||||
items: ExportRead[]
|
||||
total: number
|
||||
|
||||
Reference in New Issue
Block a user