Releases: diadoc/diadocsdk-cpp
Releases · diadoc/diadocsdk-cpp
Add AuthorUserId and move document entity
This release adds MoveDocument entity and AuthorUserId to entity in GetEvent group of api methods.
Add method GetResolutionRoutesForOrganization
API method GetResolutionRoutesForOrganization was added to SDK
Add new cloud crypt confirmation type
Adding new cloud crypt confirmation type MobileSdk.
Add CertificateSubjectType for CertificateInfoV2
Add CertificateSubjectType for CertificateInfoV2
Add new GetWorkflowsSettings method
Merge pull request #123 from diadoc/get-document-workflows Get document workflows
Add TotalCountType to CounteragentList
For now we show a real TotalCount
for CounteragentList
. But it hits performance when the total count is huge (thousands and more). Like a documents list and document events list we are going to restrict a size of TotalCount
by 10 000. If a box has more counteragents the API will return 10 000 and a new field TotalCountType
will be equal GreaterThanOrEqual
Use V2 version of GenerateRevocationRequestXml
Merge pull request #121 from diadoc/generate-revocation-request-v2 Add content type id parameter to GenerateRevocationRequest method
Updated proto contracts
versions/1.92.7 Update proto contracts
Added GetMyCertificates
Added GetMyCertificates
url building fix
url building fix for GenerateDocumentProtocol, GenerateDocumentZip, GenerateForwardedDocumentProtocol methods