dochub-sdk 0.1.25 → 0.1.26

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.
@@ -38,6 +38,6 @@ export interface IDocHubDataLake {
38
38
  // expression - JSONata выражение
39
39
  // params - коллекция параметров (необязательно)
40
40
  // context - контекст исполнения запроса (необязательно)
41
- pull(expression: string, params?: IDocHubPullDataParams, context?: any);
41
+ pull(expression: string, params?: IDocHubPullDataParams, context?: any): Promise<any>;
42
42
  }
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",