Skip to content

Commit

Permalink
Merge pull request #17 from kernusr/release-2.3.0-prepare
Browse files Browse the repository at this point in the history
2.3.0
  • Loading branch information
kernusr committed Jun 4, 2021
2 parents dcae2f3 + 91934ec commit d8f2ba6
Show file tree
Hide file tree
Showing 24 changed files with 23,995 additions and 14,037 deletions.
251 changes: 17 additions & 234 deletions README.md

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions dist/api/createSignature.d.ts

This file was deleted.

8 changes: 8 additions & 0 deletions dist/api/getAllUserCertificates.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { Certificate } from './certificate';
/**
* Возвращает все сертификаты без фильтрации по дате и наличию приватного ключа
*
* @param resetCache = false - позволяет сбросить кэш ранее полученных сертификатов
* @returns список сертификатов
*/
export declare const getAllUserCertificates: (resetCache?: boolean) => Promise<Certificate[]>;
6 changes: 6 additions & 0 deletions dist/api/getCspVersion.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Предоставляет информацию о системе
*
* @returns информацию о CSP
*/
export declare const getCspVersion: () => Promise<string>;
6 changes: 6 additions & 0 deletions dist/api/getPluginVersion.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Предоставляет информацию о системе
*
* @returns информацию о плагине
*/
export declare const getPluginVersion: () => Promise<string>;
1 change: 0 additions & 1 deletion dist/api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export * from './getUserCertificates';
export * from './getAllUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
export * from './createSignature';
export * from './createXMLSignature';
export * from './createDetachedSignature';
export * from './addDetachedSignature';
Expand Down
7 changes: 7 additions & 0 deletions dist/crypto-pro-js.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Type definitions for crypto-pro-js 2.3.0
// Project: crypto-pro-js
// Definitions by: Artem Vasilev https://github.com/kernusr

export as namespace cryptoPro;

export * from './api';
Loading

0 comments on commit d8f2ba6

Please sign in to comment.