Skip to content

Releases: diadoc/diadocsdk-csharp

Add MesNotification document type

18 Oct 06:42
232c270
Compare
Choose a tag to compare

Adds a missing MesNotification document type to the DocumentType enum.

Add delegated powers of attorney

22 Sep 11:14
2598d8a
Compare
Choose a tag to compare

This release extends existing contracts and introduces new methods to work with delegated powers of attorney.

Updated Models:

  • PowerOfAttorneyToPost: Added Contents field to specify the complete delegation chain for a power of attorney.
  • PowerOfAttorney: Added DelegationChain field to display the entire delegation hierarchy, sorted from root to subsequent parents.

New Models:

  • PowerOfAttorneyContentResponse: Response container for new method GetPowerOfAttorneyContentV2(Async).
  • PowerOfAttorneyContentV2: Extended version of PowerOfAttorneyContent 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

09 Aug 08:46
5725098
Compare
Choose a tag to compare

Adding new cloud crypt confirmation type MobileSdk.

Added flag SendAsFile for powers of attorney

09 Aug 07:16
1936b08
Compare
Choose a tag to compare

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

22 Jun 08:06
e3f3ef4
Compare
Choose a tag to compare

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

02 Jun 12:02
Compare
Choose a tag to compare

Added userContracts:

  • Reconciliation act sender title
  • Reconciliation act recipient title
  • Reconciliation act signer

New Technological documents for law 133

19 May 14:36
3fc7614
Compare
Choose a tag to compare

New versions of methods:

  • /V2/GenerateReceiptXml
  • /V2/GenerateInvoiceCorrectionRequestXml
  • /V2/GenerateSignatureRejectionXml

Added new SignerType and SignerUserContract

10 Apr 09:01
Compare
Choose a tag to compare

Up GetWorkflowsSettings version

10 Mar 11:43
47f8427
Compare
Choose a tag to compare

Перешёл в клиенте на вторую версию GetWorkflowSettings
Добавил метод в COM API
Старые прото-контракты пока оставил

Power of attorney roaming sending result

11 Jan 07:40
dfb1b3d
Compare
Choose a tag to compare
roaming sending result (#1013)

* roaming sending result

* fix: enum backward compatibility

Co-authored-by: akozlov <akozlov@skbkontur.ru>