fix(types): add 'objective' to velocity_source union (cherry-pick miss)

Cherry-pick от закрытого PR #157 потерял этот файл. Frontend type-check fails
с 'no overlap' error. Restoring.

Refs: PR #158 frontend CI failure
This commit is contained in:
lekss361 2026-05-15 09:29:01 +03:00
parent cc03ffa32d
commit 5c926470c6

View file

@ -276,7 +276,7 @@ export interface RecommendMixOutput {
region_code: number;
total_deals: number;
market_velocity_per_month: number | null;
velocity_source: "sale_graph" | "rosreestr_fallback";
velocity_source: "objective" | "sale_graph" | "rosreestr_fallback";
velocity_observations: number;
velocity_objects: number;
competitors_count: number;