diff --git a/frontend/src/lib/api-types.ts b/frontend/src/lib/api-types.ts index 9d45a9f7..e3e059ed 100644 --- a/frontend/src/lib/api-types.ts +++ b/frontend/src/lib/api-types.ts @@ -4168,6 +4168,8 @@ export interface components { distance_m: number; /** Weight */ weight: number; + /** Score Contribution */ + score_contribution: number; /** Address */ address: string | null; }; @@ -4177,6 +4179,8 @@ export interface components { cad_num: string; /** Radius M */ radius_m: number; + /** Poi Weighted Score */ + poi_weighted_score: number; /** Top Poi */ top_poi: components["schemas"]["PoiScoreItem"][]; };