dochub-sdk 0.1.369 → 0.1.370

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.
@@ -171,15 +171,9 @@ export interface IDocHubJSONata {
171
171
  * @param debug - Объект реализующий отладчик
172
172
  */
173
173
  registerDebugger(debug: IDocHubDataLakeDebugger);
174
-
175
174
  /**
176
175
  * Создает объект запроса
177
176
  */
178
- expression(query: JSONataExpression): Promise<IDocHubJSONataQuery>;
179
-
180
- /**
181
- * Метод временный на период миграции к полной асинхронности
182
- */
183
- expressionLocal(query: JSONataExpression): IDocHubJSONataQuery;
177
+ expression(query: JSONataExpression): IDocHubJSONataQuery;
184
178
  }
185
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.369",
3
+ "version": "0.1.370",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",