Skip to content

Commit

Permalink
DDCORE-9138 added IsAuthorFullyNotified to ResolutionRouteAssignment …
Browse files Browse the repository at this point in the history
…contracts
  • Loading branch information
majorro committed Oct 31, 2024
1 parent 9ae1225 commit c8c6c49
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 144 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ru.kontur.diadoc</groupId>
<artifactId>diadocsdk</artifactId>
<version>3.20.0-dev.5296.26860</version>
<version>3.23.0-dev.5417.32083</version>

<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions proto/Events/DiadocMessage-PostApi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ message ResolutionRouteAssignment
required string RouteId = 2;
optional string Comment = 3;
repeated string Labels = 4;
optional bool IsAuthorFullyNotified = 5 [default = false];
}

message ResolutionRequestCancellationAttachment {
Expand Down
Loading

0 comments on commit c8c6c49

Please sign in to comment.