Added field for zip code, not yet implemented

This commit is contained in:
Andrew Scott 2022-07-26 02:24:32 -04:00
parent b32e700d8b
commit a68ccd0421
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -9,6 +9,7 @@ import "location_types.proto";
message RequestCurrent { message RequestCurrent {
//LocationType location_type = 1; NOT IMPLEMENTED YET //LocationType location_type = 1; NOT IMPLEMENTED YET
string city = 1; string city = 1;
// optional string zip_code = 2; NOT IMPLEMENTED YET
optional string state = 2; // US Only optional string state = 2; // US Only
optional string country = 3; // Must be ISO 3166 country code optional string country = 3; // Must be ISO 3166 country code
} }