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.22.0</version>
<version>5.23.0</version>

<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions proto/Docflow/DocflowV4.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ message AmendmentRequestDocflowV4
required int32 AmendmentFlags = 6;
optional string PlainText = 7;
optional ConfirmationDocflowV4 ConfirmationDocflow = 8;
optional UniversalMessageAttachmentDocflow UniversalMessage = 9;
optional UniversalMessageAttachmentDocflow UniversalMessage = 9;
}

message ReceiptDocflowV4
Expand Down Expand Up @@ -103,4 +103,4 @@ message DocflowV4
repeated OuterDocflowEntities OuterDocflowEntities = 13;
required DocflowStatusV3 DocflowStatus = 14;
optional TtGisFixationDocflow TtGisFixation = 15;
}
}
2 changes: 2 additions & 0 deletions proto/Docflow/UniversalMessageAttachmentDocflow.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "Docflow/Attachment.proto";
import "UniversalMessage.proto";
import "Docflow/RoamingNotification.proto";

package Diadoc.Api.Proto.Docflow;
option java_outer_classname = "UniversalMessageAttachmentDocflowProtos";
Expand All @@ -9,4 +10,5 @@ message UniversalMessageAttachmentDocflow {
required UniversalMessageInfo MessageInfo = 2;
required string ContentTypeId = 3;
optional bool IsRead = 4 [default = false];
optional RoamingNotification RoamingNotification = 5;
}

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

Loading