dochub-sdk 0.1.243 → 0.1.244

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,7 +132,7 @@ export interface IDocHubTransaction {
132
132
  * @param uri - URI файла
133
133
  * @returns - Возвращает массив содержимое найденных файлов
134
134
  */
135
- getFileVersions(uri: string): Promise<IDocHubTransactionChangeRecord>;
135
+ getFileVersions(uri: string): Promise<IDocHubTransactionChangeRecord[]>;
136
136
 
137
137
  /**
138
138
  * Возвращает указанную версию файла
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.243",
3
+ "version": "0.1.244",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",