Add official source edition probes
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 17:33:40 +02:00
parent fd05c46e2a
commit 595967f892
27 changed files with 1513 additions and 18 deletions
+5
View File
@@ -28,6 +28,7 @@ import type {
ThematicRasterProductRead,
ThematicRasterSelectionResponse,
SourceFreshnessReport,
SourceCatalogProbeReport,
} from '../../types'
const DATASET_PAGE_SIZE = 200
@@ -61,6 +62,10 @@ export const datasetsApi = {
list: listProjectDatasets,
sourceFreshness: (projectId: string): Promise<SourceFreshnessReport> =>
apiGet<SourceFreshnessReport>(`/api/v1/projects/${projectId}/datasets/source-freshness`),
sourceCatalogProbes: (projectId: string, refresh = false): Promise<SourceCatalogProbeReport> =>
apiGet<SourceCatalogProbeReport>(
`/api/v1/projects/${projectId}/datasets/source-catalog-probes?refresh=${refresh ? 'true' : 'false'}`,
),
upload: (
projectId: string,
payload: {