qanswer-sdk 3.1652.0-main → 3.1654.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 +14 -2
- package/dist/api.d.ts +14 -2
- package/package.json +1 -1
- package/qanswer-sdk-3.1654.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}
|
|
@@ -19587,13 +19593,13 @@ export interface User {
|
|
|
19587
19593
|
* @type {number}
|
|
19588
19594
|
* @memberof User
|
|
19589
19595
|
*/
|
|
19590
|
-
'
|
|
19596
|
+
'selectedOrgId'?: number;
|
|
19591
19597
|
/**
|
|
19592
19598
|
*
|
|
19593
19599
|
* @type {number}
|
|
19594
19600
|
* @memberof User
|
|
19595
19601
|
*/
|
|
19596
|
-
'
|
|
19602
|
+
'rateLimitBucketForUser'?: number;
|
|
19597
19603
|
}
|
|
19598
19604
|
|
|
19599
19605
|
export const UserPricingPlanEnum = {
|
|
@@ -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}
|
|
@@ -19355,13 +19361,13 @@ export interface User {
|
|
|
19355
19361
|
* @type {number}
|
|
19356
19362
|
* @memberof User
|
|
19357
19363
|
*/
|
|
19358
|
-
'
|
|
19364
|
+
'selectedOrgId'?: number;
|
|
19359
19365
|
/**
|
|
19360
19366
|
*
|
|
19361
19367
|
* @type {number}
|
|
19362
19368
|
* @memberof User
|
|
19363
19369
|
*/
|
|
19364
|
-
'
|
|
19370
|
+
'rateLimitBucketForUser'?: number;
|
|
19365
19371
|
}
|
|
19366
19372
|
export declare const UserPricingPlanEnum: {
|
|
19367
19373
|
readonly NotLogged: "NOT_LOGGED";
|
|
@@ -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
|