qanswer-sdk 3.1652.0-main → 3.1653.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 +12 -0
- package/dist/api.d.ts +12 -0
- package/package.json +1 -1
- package/qanswer-sdk-3.1653.0-main.tgz +0 -0
- package/qanswer-sdk-3.1652.0-main.tgz +0 -0
package/api.ts
CHANGED
|
@@ -5544,6 +5544,12 @@ export interface DatasetUpdateObject {
|
|
|
5544
5544
|
* @memberof DatasetUpdateObject
|
|
5545
5545
|
*/
|
|
5546
5546
|
'widget_init_msg'?: string;
|
|
5547
|
+
/**
|
|
5548
|
+
* Widget title
|
|
5549
|
+
* @type {string}
|
|
5550
|
+
* @memberof DatasetUpdateObject
|
|
5551
|
+
*/
|
|
5552
|
+
'widget_title'?: string;
|
|
5547
5553
|
/**
|
|
5548
5554
|
* Widget theme
|
|
5549
5555
|
* @type {string}
|
|
@@ -21120,6 +21126,12 @@ export interface WidgetConfigs {
|
|
|
21120
21126
|
* @memberof WidgetConfigs
|
|
21121
21127
|
*/
|
|
21122
21128
|
'init_msg'?: string;
|
|
21129
|
+
/**
|
|
21130
|
+
*
|
|
21131
|
+
* @type {string}
|
|
21132
|
+
* @memberof WidgetConfigs
|
|
21133
|
+
*/
|
|
21134
|
+
'title'?: string;
|
|
21123
21135
|
/**
|
|
21124
21136
|
*
|
|
21125
21137
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -5466,6 +5466,12 @@ export interface DatasetUpdateObject {
|
|
|
5466
5466
|
* @memberof DatasetUpdateObject
|
|
5467
5467
|
*/
|
|
5468
5468
|
'widget_init_msg'?: string;
|
|
5469
|
+
/**
|
|
5470
|
+
* Widget title
|
|
5471
|
+
* @type {string}
|
|
5472
|
+
* @memberof DatasetUpdateObject
|
|
5473
|
+
*/
|
|
5474
|
+
'widget_title'?: string;
|
|
5469
5475
|
/**
|
|
5470
5476
|
* Widget theme
|
|
5471
5477
|
* @type {string}
|
|
@@ -20867,6 +20873,12 @@ export interface WidgetConfigs {
|
|
|
20867
20873
|
* @memberof WidgetConfigs
|
|
20868
20874
|
*/
|
|
20869
20875
|
'init_msg'?: string;
|
|
20876
|
+
/**
|
|
20877
|
+
*
|
|
20878
|
+
* @type {string}
|
|
20879
|
+
* @memberof WidgetConfigs
|
|
20880
|
+
*/
|
|
20881
|
+
'title'?: string;
|
|
20870
20882
|
/**
|
|
20871
20883
|
*
|
|
20872
20884
|
* @type {string}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|