Adding support for contacts and locations.

This commit is contained in:
stephb9959
2021-09-26 18:44:14 -07:00
parent 7421592afa
commit 580daec680
10 changed files with 102 additions and 23 deletions

View File

@@ -163,7 +163,7 @@ namespace OpenWifi::ProvObjects {
Types::StringVec mobiles;
std::string geoCode;
Types::StringVec inUse;
Types::UUID_t owner;
Types::UUID_t entity;
Types::UUID_t managementPolicy;
void to_json(Poco::JSON::Object &Obj) const;
@@ -226,7 +226,7 @@ namespace OpenWifi::ProvObjects {
std::string secondaryEmail;
std::string accessPIN;
Types::StringVec inUse;
Types::UUID_t owner;
Types::UUID_t entity;
Types::UUID_t managementPolicy;
void to_json(Poco::JSON::Object &Obj) const;