Complete operational map result workflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 12:35:50 +02:00
parent 8266929b2e
commit a29c787238
33 changed files with 1121 additions and 107 deletions
+14
View File
@@ -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