2026-09-03 14:33:27 +02:00
|
|
|
{
|
|
|
|
|
"schema": 1,
|
|
|
|
|
"product": "ProspectOS Windows desktop client",
|
|
|
|
|
"shell": "web-ui",
|
|
|
|
|
"status": "source-contract",
|
|
|
|
|
"entrypoint": "../web/index.html",
|
|
|
|
|
"assets": [
|
|
|
|
|
"../web/index.html",
|
|
|
|
|
"../web/config.js",
|
|
|
|
|
"../web/app.js",
|
|
|
|
|
"../web/styles.css",
|
|
|
|
|
"../web/health.html",
|
|
|
|
|
"../web/error.html",
|
|
|
|
|
"../web/healthz",
|
|
|
|
|
"../web/smoke-test.html"
|
|
|
|
|
],
|
|
|
|
|
"runtime_config_keys": ["apiBase", "assetVersion"],
|
|
|
|
|
"routes_source": "../web/scripts/smoke-frontend.mjs",
|
|
|
|
|
"routes": [
|
|
|
|
|
"/api/v1/auth/me",
|
|
|
|
|
"/api/v1/auth/login",
|
|
|
|
|
"/api/v1/auth/logout",
|
|
|
|
|
"/api/v1/businesses",
|
|
|
|
|
"/api/v1/review-queue",
|
|
|
|
|
"/api/v1/saved-filters",
|
|
|
|
|
"/api/v1/businesses/bulk-review",
|
|
|
|
|
"/api/v1/jobs",
|
|
|
|
|
"/api/v1/sources",
|
|
|
|
|
"/api/v1/source-records",
|
|
|
|
|
"/api/v1/discovery-queries",
|
|
|
|
|
"/api/v1/merge-history",
|
|
|
|
|
"/api/v1/scoring/summary",
|
|
|
|
|
"/api/v1/score-rules",
|
|
|
|
|
"/api/v1/pipeline-entries",
|
|
|
|
|
"/api/v1/interactions",
|
|
|
|
|
"/api/v1/reports/pipeline",
|
|
|
|
|
"/api/v1/reports/outcomes",
|
|
|
|
|
"/api/v1/reports/activity",
|
|
|
|
|
"/api/v1/suppressions",
|
|
|
|
|
"/api/v1/ai-runs",
|
|
|
|
|
"/api/v1/outreach/drafts",
|
2026-09-03 21:19:04 +02:00
|
|
|
"/api/v1/outreach/provider-config",
|
|
|
|
|
"/api/v1/ai/provider-config",
|
|
|
|
|
"/api/v1/admin/ai-provider-config/test"
|
2026-09-03 14:33:27 +02:00
|
|
|
]
|
|
|
|
|
}
|