Compare commits

..

No commits in common. "1de2ef2abf67e6c4d6ffdb75ef1c15f31db53b5e" and "73f47da2f9587e1440e34509f2d5b9012c2e452b" have entirely different histories.

View file

@ -4168,8 +4168,6 @@ export interface components {
distance_m: number;
/** Weight */
weight: number;
/** Score Contribution */
score_contribution: number;
/** Address */
address: string | null;
};
@ -4179,8 +4177,6 @@ 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"][];
};