Releases: diadoc/diadocsdk-csharp
Releases · diadoc/diadocsdk-csharp
Add MesNotification document type
Adds a missing MesNotification
document type to the DocumentType
enum.
Add delegated powers of attorney
This release extends existing contracts and introduces new methods to work with delegated powers of attorney.
Updated Models:
PowerOfAttorneyToPost
: AddedContents
field to specify the complete delegation chain for a power of attorney.PowerOfAttorney
: AddedDelegationChain
field to display the entire delegation hierarchy, sorted from root to subsequent parents.
New Models:
PowerOfAttorneyContentResponse
: Response container for new methodGetPowerOfAttorneyContentV2(Async)
.PowerOfAttorneyContentV2
: Extended version ofPowerOfAttorneyContent
which includes power of attorney identifier.
New Methods:
GetPowerOfAttorneyContentV2(Async)
: Retrieves specified power of attorney's contents and, if available, their delegation chain.
Add new cloud crypt confirmation type
Adding new cloud crypt confirmation type MobileSdk.
Added flag SendAsFile for powers of attorney
This release adds a flag to allow posting powers of attorney as meta, while Diadoc will send it as a file.
Added support for file-sent powers of attorney
This release extends contracts to allow working with powers of attorney sent as a file.
Models modified:
- SignaturePowerOfAttorney extended with the new field: SendingType
- PowerOfAttorneyToPost now allows to post a power of attorney with its content and signature.
- PowerOfAttorney now includes two new fields: System - where the given power of attorney is stored; IdFile - value of "ИдФайла" for file-sent powers of attorney / generated value for meta-sent powers of attorney.
New methods:
- GetPowerOfAttorneyContent(Async) returns a binary representation of the requested power of attorney and its signature. Currently only allowed for powers of attorney with SendingType = File.
ReconciliationAct UserContracts
Added userContracts:
- Reconciliation act sender title
- Reconciliation act recipient title
- Reconciliation act signer
New Technological documents for law 133
New versions of methods:
- /V2/GenerateReceiptXml
- /V2/GenerateInvoiceCorrectionRequestXml
- /V2/GenerateSignatureRejectionXml
Added new SignerType and SignerUserContract
versions/2.11.7 fix build
Up GetWorkflowsSettings version
Перешёл в клиенте на вторую версию GetWorkflowSettings
Добавил метод в COM API
Старые прото-контракты пока оставил
Power of attorney roaming sending result
roaming sending result (#1013) * roaming sending result * fix: enum backward compatibility Co-authored-by: akozlov <akozlov@skbkontur.ru>