Skip to content

Commit 979fcf4

Browse files
authored
Merge pull request #113 from ltitbe/add-proxy-to-document
Add Proxy to Document
2 parents 2e6dfd9 + c1d748d commit 979fcf4

File tree

3 files changed

+367
-62
lines changed

3 files changed

+367
-62
lines changed

proto/Documents/Document.proto

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ message Document {
9494
required SenderReceiptMetadata SenderReceiptMetadata = 75;
9595
required string Version = 76;
9696
repeated LastOuterDocflow LastOuterDocflows = 77;
97+
optional string ProxyBoxId = 78;
98+
optional string ProxyDepartmentId = 79;
9799
}
98100

99101
message LastOuterDocflow {

src/protos/Documents/Document.pb.cc

+183-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)