Skip to content

Releases: diadoc/diadocsdk-csharp

Extended SignatureV3 with qualification type

05 Jun 09:09
e386872
Compare
Choose a tag to compare

This release extends existing contract SignatureV3 with information regarding the signature qualification type.

Updated models:

  • SignatureV3: added field SignatureTypeInfo with information about the signature qualification type.

New models:

  • SignatureTypeInfo: contains information about the signature qualification type including the type itself and the qualification details.

  • SignatureType (enum): represents the verified signature qualification type. SignatureType may be Unknown, if a signature type was not determined. SignatureType may be OnVerification, if a signature is currently on verification and the type has not been determined yet.

  • QualifiedDetails: contains the details for the qualified signature type (not null if SignatureType is Qualified).

  • NonQualifiedDetails: contains the details for the nonqualified signature type (not null if SignatureType is NonQualified).

Fix csproj settings

04 Jun 13:43
Compare
Choose a tag to compare

Some nuget-package problems were fixed in csproj-settings

versions/2.40.0

03 Jun 10:59
751a0e8
Compare
Choose a tag to compare

Add method ParseGarAddress(string address)

versions/2.39.1

30 May 11:09
1b6175e
Compare
Choose a tag to compare
Merge pull request #1238 from diadoc/global_namespace_fix

BugFix. Перевел классы УС в собственный namespace

versions/2.39.0

30 May 10:04
3202fb2
Compare
Choose a tag to compare
Merge pull request #1237 from diadoc/ddcore-9909-api-generate-sum

DDCORE-10136 Реализована поддержка Универсальных сообщений

Added V2/GetOrganizationsByInnList

12 May 12:43
a1e9bf8
Compare
Choose a tag to compare

In this release, new method have been added to work with getting information about organizations by inn list.

New Methods:
GetOrganizationsByInnListV2(Async): Retrieves information about organizations by inn list.

Add optional RepresentativeInn in power of attorney

24 Apr 04:02
45487af
Compare
Choose a tag to compare

This release extends existing contract PowerOfAttorneyFullId for powers of attorney.

Updated Models:

  • PowerOfAttorneyFullId: Added optional field RepresentativeInn

Add samples generate and posting XmlAcceptanceCertificate (552 format) and XmlTorg12 (551 format)

09 Apr 13:14
6980d83
Compare
Choose a tag to compare

New sample:
Add samples generate and posting XmlAcceptanceCertificate (552 format) and XmlTorg12 (551 format)

Remove the oudated methods api

02 Apr 10:46
34ffa21
Compare
Choose a tag to compare

Removed models:

  • ExternalServiceAuthInfo
  • Recognition

Removed methods:

  • Recognize
  • RecognizeAsync
  • GetRecognized
  • GetRecognizedAsync
  • GetExternalServiceAuthInfo
  • GetExternalServiceAuthInfoAsync

Add sample generate and posting UTD970

21 Mar 11:17
5dbe415
Compare
Choose a tag to compare

New sample:
Add sample generate and posting UTD970