Skip to content

Commit c8c6c49

Browse files
committed
DDCORE-9138 added IsAuthorFullyNotified to ResolutionRouteAssignment contracts
1 parent 9ae1225 commit c8c6c49

File tree

3 files changed

+224
-144
lines changed

3 files changed

+224
-144
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ru.kontur.diadoc</groupId>
66
<artifactId>diadocsdk</artifactId>
7-
<version>3.20.0-dev.5296.26860</version>
7+
<version>3.23.0-dev.5417.32083</version>
88

99
<packaging>jar</packaging>
1010

proto/Events/DiadocMessage-PostApi.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ message ResolutionRouteAssignment
344344
required string RouteId = 2;
345345
optional string Comment = 3;
346346
repeated string Labels = 4;
347+
optional bool IsAuthorFullyNotified = 5 [default = false];
347348
}
348349

349350
message ResolutionRequestCancellationAttachment {

0 commit comments

Comments
 (0)