Skip to content

Commit

Permalink
Merge pull request #20 from ekomobile/issue-18
Browse files Browse the repository at this point in the history
Added fields `address.house_cadnum`, `address.flat_cadnum`.
  • Loading branch information
turboezh authored Aug 18, 2023
2 parents c4233db + b46195a commit 71fb0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ type (
HouseType string `json:"house_type"` // Тип дома (сокращенный)
HouseTypeFull string `json:"house_type_full"` // Тип дома
House string `json:"house"` // Дом
HouseCadNum string `json:"house_cadnum"` // Кадастровый номер дома (22.4+). Заполняется в зависимости от тарифа «Дадаты».
BlockType string `json:"block_type"` // Тип корпуса/строения (сокращенный)
BlockTypeFull string `json:"block_type_full"` // Тип корпуса/строения
Block string `json:"block"` // Корпус/строение
Expand All @@ -153,6 +154,7 @@ type (
FlatTypeFull string `json:"flat_type_full"` // Тип квартиры
Flat string `json:"flat"` // Квартира
FlatArea string `json:"flat_area"` // Площадь квартиры
FlatCadNum string `json:"flat_cadnum"` // Кадастровый номер квартиры (22.4+). Заполняется в зависимости от тарифа «Дадаты».
SquareMeterPrice string `json:"square_meter_price"` // Рыночная стоимость м²
FlatPrice string `json:"flat_price"` // Рыночная стоимость квартиры
PostalBox string `json:"postal_box"` // Абонентский ящик
Expand Down

0 comments on commit 71fb0b2

Please sign in to comment.