Skip to content
Snippets Groups Projects
Commit fb42a769 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5741 [interface] add sentInfo to bescheid

parent fbbdd328
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<version>1.12.0-SNAPSHOT</version> <version>1.12.0-SNAPSHOT</version>
<properties> <properties>
<vorgang-manager.version>2.7.0</vorgang-manager.version> <vorgang-manager.version>2.8.0-SNAPSHOT</vorgang-manager.version>
<nachrichten-manager.version>2.7.0</nachrichten-manager.version> <nachrichten-manager.version>2.7.0</nachrichten-manager.version>
<api-lib.version>0.9.0-SNAPSHOT</api-lib.version> <api-lib.version>0.9.0-SNAPSHOT</api-lib.version>
</properties> </properties>
......
...@@ -56,6 +56,12 @@ message GrpcBescheid { ...@@ -56,6 +56,12 @@ message GrpcBescheid {
string id = 8; string id = 8;
int64 version = 9; int64 version = 9;
string status = 10; string status = 10;
GrpcSentInfo sentInfo = 11;
}
message GrpcSentInfo {
string sentBy = 1;
string sentAt = 2;
} }
message GrpcBescheidManagerConfigRequest {} message GrpcBescheidManagerConfigRequest {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment