qanswer-sdk 3.2020.0-main → 3.2021.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
|
@@ -22536,13 +22536,13 @@ export interface User {
|
|
|
22536
22536
|
* @type {number}
|
|
22537
22537
|
* @memberof User
|
|
22538
22538
|
*/
|
|
22539
|
-
'
|
|
22539
|
+
'rateLimitBucketForUser'?: number;
|
|
22540
22540
|
/**
|
|
22541
22541
|
*
|
|
22542
22542
|
* @type {number}
|
|
22543
22543
|
* @memberof User
|
|
22544
22544
|
*/
|
|
22545
|
-
'
|
|
22545
|
+
'selectedOrgId'?: number;
|
|
22546
22546
|
}
|
|
22547
22547
|
|
|
22548
22548
|
export const UserPricingPlanEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -22257,13 +22257,13 @@ export interface User {
|
|
|
22257
22257
|
* @type {number}
|
|
22258
22258
|
* @memberof User
|
|
22259
22259
|
*/
|
|
22260
|
-
'
|
|
22260
|
+
'rateLimitBucketForUser'?: number;
|
|
22261
22261
|
/**
|
|
22262
22262
|
*
|
|
22263
22263
|
* @type {number}
|
|
22264
22264
|
* @memberof User
|
|
22265
22265
|
*/
|
|
22266
|
-
'
|
|
22266
|
+
'selectedOrgId'?: number;
|
|
22267
22267
|
}
|
|
22268
22268
|
export declare const UserPricingPlanEnum: {
|
|
22269
22269
|
readonly NotLogged: "NOT_LOGGED";
|
package/package.json
CHANGED
|
index 1e6cbc5..8799a5a 100644
|
|
|
Binary file
|