dochub-sdk 0.1.20 → 0.1.22

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.
@@ -29,6 +29,6 @@ export interface IDocHubDataLake {
29
29
  reload(uriPattern?: string | string[] | RegExp);
30
30
  // Внесение изменений в DataLake
31
31
  // changes - Массив изменений в DataLake
32
- pushChanges(changes: IDataLakeChange);
32
+ pushChanges(changes: IDataLakeChange[]);
33
33
  }
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",