From 8d1bb4bcc90a2ed3a55c195b89e867e47ffd9704 Mon Sep 17 00:00:00 2001
From: CWA Technical User
 <67319337+Corona-Warn-App-Technical-User@users.noreply.github.com>
Date: Thu, 18 Mar 2021 11:19:12 +0100
Subject: [PATCH] Protocol Buffer update for release 2.0.x at Tue Mar 16
 17:55:16 UTC 2021 (DEV) (#2631)

* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f58960da0ff4ce487d863c307b674ae6c2dfbbdb

* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/90cbed5ade2e950aa5135a1e3243c18756052f4c

Co-authored-by: Matthias Urhahn <matthias.urhahn@sap.com>
---
 .../src/main/proto/internal/pt/trace_warning.proto              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Server-Protocol-Buffer/src/main/proto/internal/pt/trace_warning.proto b/Server-Protocol-Buffer/src/main/proto/internal/pt/trace_warning.proto
index 3696b4ac9..e6df1c6bd 100644
--- a/Server-Protocol-Buffer/src/main/proto/internal/pt/trace_warning.proto
+++ b/Server-Protocol-Buffer/src/main/proto/internal/pt/trace_warning.proto
@@ -13,7 +13,7 @@ message TraceWarningPackage {
 }
 
 message TraceTimeIntervalWarning {
-  string locationGuid = 1; // uuid
+  bytes locationGuidHash = 1; // Hash of the Location GUID
   // 10-minute intervals since UNIX Epoch
   uint32 startIntervalNumber = 2;
   // Number of 10-minute intervals to which the warning applies
-- 
GitLab