qanswer-sdk 3.1248.0-main → 3.1249.0-main

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.
package/api.ts CHANGED
@@ -7553,6 +7553,12 @@ export interface Llm {
7553
7553
  * @memberof Llm
7554
7554
  */
7555
7555
  'userChatbotSettings'?: Array<UserChatbotSetting>;
7556
+ /**
7557
+ *
7558
+ * @type {Array<LlmConsumption>}
7559
+ * @memberof Llm
7560
+ */
7561
+ 'llmConsumptions'?: Array<LlmConsumption>;
7556
7562
  }
7557
7563
  /**
7558
7564
  *
package/dist/api.d.ts CHANGED
@@ -7419,6 +7419,12 @@ export interface Llm {
7419
7419
  * @memberof Llm
7420
7420
  */
7421
7421
  'userChatbotSettings'?: Array<UserChatbotSetting>;
7422
+ /**
7423
+ *
7424
+ * @type {Array<LlmConsumption>}
7425
+ * @memberof Llm
7426
+ */
7427
+ 'llmConsumptions'?: Array<LlmConsumption>;
7422
7428
  }
7423
7429
  /**
7424
7430
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qanswer-sdk",
3
- "version": "3.1248.0-main",
3
+ "version": "3.1249.0-main",
4
4
  "description": "OpenAPI client for qanswer-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file