V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit eba2aaae22 - Show all commits
+4 -1
View File
@@ -197,7 +197,10 @@ message PropertyMeta {
string completion_date = 10; string completion_date = 10;
string user_agreement_url = 11; string user_agreement_url = 11;
string location_image = 12; string location_image = 12;
PropertyDetail detail = 13; float lat = 13;
float lng = 14;
string map_link= 15;
PropertyDetail detail = 16;
} }
message PropertyDetail { message PropertyDetail {