feat: make spatial entry optional and authoritative
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-07-26 03:39:50 +02:00
parent 5efcf94d82
commit 25b6f1ab39
21 changed files with 462 additions and 104 deletions
+13
View File
@@ -76,6 +76,19 @@ export interface AreaListResponse {
offset: number
}
export interface MunicipalitySearchItem {
niscode: string
name: string
name_nl?: string | null
name_fr?: string | null
name_de?: string | null
}
export interface MunicipalitySearchResponse {
items: MunicipalitySearchItem[]
total: number
}
export interface DatasetCreateResponse {
id: string
name: string