From 9bff3aa5ef356fe5b5a2ecf9d82a8657890bb0e2 Mon Sep 17 00:00:00 2001 From: CWA Technical User <67319337+Corona-Warn-App-Technical-User@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:31:23 +0100 Subject: [PATCH] Protocol Buffer update for release 2.0.x at Fri Mar 12 07:08:37 UTC 2021 (#2589) * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/ec655f01138aca0cd918d5deb870e87e27041379 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/b7cac5c1610d3baf682ed9a8dcdfdd1b6d4022f8 Co-authored-by: Matthias Urhahn <matthias.urhahn@sap.com> --- .../src/main/proto/internal/pt/qr_code_poster_template.proto | 4 ++-- .../src/main/proto/internal/pt/trace_warning.proto | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto b/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto index dcc4a40cb..76a0b921c 100644 --- a/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto +++ b/Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto @@ -12,7 +12,7 @@ message QRCodePosterTemplateAndroid { uint32 qrCodeSideLength = 4; - QRCodeTextBoxAndroid description = 5; + QRCodeTextBoxAndroid descriptionTextBox = 5; message QRCodeTextBoxAndroid { uint32 offsetX = 1; @@ -35,7 +35,7 @@ message QRCodePosterTemplateIOS { uint32 qrCodeSideLength = 4; - QRCodeTextBoxIOS description = 5; + QRCodeTextBoxIOS descriptionTextBox = 5; message QRCodeTextBoxIOS { uint32 offsetX = 1; 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 be4b1346d..3696b4ac9 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 @@ -16,7 +16,7 @@ message TraceTimeIntervalWarning { string locationGuid = 1; // uuid // 10-minute intervals since UNIX Epoch uint32 startIntervalNumber = 2; - // 10-minute intervals since UNIX Epoch - uint32 endIntervalNumber = 3; + // Number of 10-minute intervals to which the warning applies + uint32 period = 3; uint32 transmissionRiskLevel = 4; } \ No newline at end of file -- GitLab