dochub-sdk 0.1.314 → 0.1.315

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.
Files changed (2) hide show
  1. package/interfaces/ai.ts +1 -1
  2. package/package.json +1 -1
package/interfaces/ai.ts CHANGED
@@ -6,7 +6,7 @@ export interface IDocHubAIRequest {
6
6
  * Обрабатывает ответ от AI
7
7
  * @param answer - Ответ от AI
8
8
  */
9
- onTyping: (answer: string) => void;
9
+ onTyping?: (answer: string) => void;
10
10
  /**
11
11
  * Обрабатывает завершение ответа от AI
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.314",
3
+ "version": "0.1.315",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",