From ba441b3d459e265699cedb83f669c197055671ae Mon Sep 17 00:00:00 2001 From: Any Association Date: Mon, 29 Apr 2024 11:37:48 +0000 Subject: [PATCH] Update proto files --- models.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/models.proto b/models.proto index 7afe695..ef20f0c 100644 --- a/models.proto +++ b/models.proto @@ -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 } \ No newline at end of file