Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Jul 3, 2024
1 parent f881d6a commit 86699a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,11 @@ message MembershipTierData {
string androidProductId = 17;
string androidManageUrl = 18;
}
enum DeviceNetworkType {
WIFI = 0;
CELLULAR = 1;
NOT_CONNECTED = 2;
}

message Detail {
string key = 1;
Expand Down

0 comments on commit 86699a2

Please sign in to comment.