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 8ab8d8d0f9 - Show all commits
+4 -5
View File
@@ -211,11 +211,10 @@ message PropertyMeta {
string usage_type = 9;
string completion_date = 10;
string user_agreement_url = 11;
string location = 12;
float lat = 13;
float lng = 14;
string map_link = 15;
PropertyDetail detail = 16;
float lat = 12;
float lng = 13;
string map_link = 14;
PropertyDetail detail = 15;
}
message PropertyDetail {