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

OZG-532 fix naming

parent 32bcd6c4
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ message GrpcCreateCommandRequest { ...@@ -39,7 +39,7 @@ message GrpcCreateCommandRequest {
int64 relationVersion = 4; int64 relationVersion = 4;
de.itvsh.ozg.pluto.wiedervorlage.GrpcWiedervorlage wiedervorlage = 5; de.itvsh.ozg.pluto.wiedervorlage.GrpcWiedervorlage wiedervorlage = 5;
de.itvsh.ozg.pluto.kommentar.GrpcKommentar kommentar = 6; de.itvsh.ozg.pluto.kommentar.GrpcKommentar kommentar = 6;
GrpcRedirectVorgangRequest redirectVorgangRequest = 7; GrpcRedirectRequest redirectRequest = 7;
} }
message GrpcCommandResponse { message GrpcCommandResponse {
...@@ -83,7 +83,7 @@ message GrpcExistsPendingCommandsResponse { ...@@ -83,7 +83,7 @@ message GrpcExistsPendingCommandsResponse {
bool existsPendingCommands = 1; bool existsPendingCommands = 1;
} }
message GrpcRedirectVorgangRequest { message GrpcRedirectRequest {
string email = 1; string email = 1;
string password = 2; string password = 2;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment