feat: anonymous pre-market release per unit
Add anonymous flag to schattenmarktRelease on PropertyUnit and Property. When a unit is enabled in the pre-market panel, an Anonym toggle appears inline — hides address and property name in the matching feed, showing only area, type and region to prospective tenants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -163,7 +163,7 @@ export interface Property {
|
||||
importedAt?: string
|
||||
lastUpdatedAt?: string
|
||||
|
||||
schattenmarktRelease?: { enabled: boolean; leadTimeMonths?: number }
|
||||
schattenmarktRelease?: { enabled: boolean; leadTimeMonths?: number; anonymous?: boolean }
|
||||
|
||||
status?: 'ACTIVE' | 'INACTIVE' | 'DRAFT' | 'ARCHIVED'
|
||||
lastReviewedAt?: string
|
||||
|
||||
Reference in New Issue
Block a user