Skip to content

Commit

Permalink
Merge pull request #108 from diadoc/add-boxidguid
Browse files Browse the repository at this point in the history
Add BoxIdGuid in Box.proto
  • Loading branch information
Vladislav Skukov authored Jul 15, 2020
2 parents 23d43e3 + f52d73d commit 0d13502
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 24 deletions.
1 change: 1 addition & 0 deletions proto/Organization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ enum OrganizationInvoiceFormatVersion {

message Box {
required string BoxId = 1;
required string BoxIdGuid = 6;
required string Title = 2;
optional Organization Organization = 3;
optional OrganizationInvoiceFormatVersion InvoiceFormatVersion = 4 [default = v5_02];
Expand Down
85 changes: 73 additions & 12 deletions src/protos/Organization.pb.cc

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

115 changes: 103 additions & 12 deletions src/protos/Organization.pb.h

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

0 comments on commit 0d13502

Please sign in to comment.