Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.kontur.diadoc</groupId>
<artifactId>diadocsdk</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>

<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions proto/Docflow/DocumentInfoV3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ message DocumentInfoV3
optional DocumentTemplateInfo TemplateInfo = 17;
optional Documents.Origin Origin = 18;
optional string EditingSettingId = 19 [default = ""];
optional bool HasUnreadOutOfWorkflowUniversalMessages = 82 [default = true];
}

message DocumentParticipants
Expand Down
1 change: 1 addition & 0 deletions proto/Docflow/UniversalMessageAttachmentDocflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ message UniversalMessageAttachmentDocflow {
required Attachment Attachment = 1;
required UniversalMessageInfo MessageInfo = 2;
required string ContentTypeId = 3;
optional bool IsRead = 4 [default = false];
}
1 change: 1 addition & 0 deletions proto/Documents/Document.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ message Document {
optional string ProxyDepartmentId = 79;
required DocflowStatusV3 DocflowStatus = 80;
optional TtGisFixationCancellationStatus TtGisFixationCancellationStatus = 81 [default = TtGisFixationCancellationStatusNone];
optional bool HasUnreadOutOfWorkflowUniversalMessages = 82 [default = true];
}

message LastOuterDocflow {
Expand Down
174 changes: 138 additions & 36 deletions src/main/java/Diadoc/Api/Proto/Docflow/DocumentInfoV3Protos.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading