fix(results): gate operational AI exports on QA
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-09 11:31:51 +02:00
parent b76cd1837b
commit 0209167cfd
10 changed files with 313 additions and 8 deletions
+1
View File
@@ -21,6 +21,7 @@ export const exportsApi = {
name?: string
bbox?: VectorSelectionBBox
limit?: number
intended_use?: 'review' | 'operational'
}
| string,
): Promise<ExportCreateResponse> => {