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 Apr 29, 2024
1 parent 92d4297 commit ba441b3
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 @@ -1274,4 +1274,9 @@ message MembershipTierData {
// Android platform-specific data:
string androidProductId = 17;
string androidManageUrl = 18;
}

message Detail {
string key = 1;
google.protobuf.Value value = 2; // NUll - removes key
}

0 comments on commit ba441b3

Please sign in to comment.