@closerplatform/spinner-openapi 0.12.941 → 0.12.943
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/dist/api.d.ts +11 -11
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3352,12 +3352,6 @@ export interface LeadCtx {
|
|
|
3352
3352
|
* @memberof LeadCtx
|
|
3353
3353
|
*/
|
|
3354
3354
|
orgId: string;
|
|
3355
|
-
/**
|
|
3356
|
-
*
|
|
3357
|
-
* @type {string}
|
|
3358
|
-
* @memberof LeadCtx
|
|
3359
|
-
*/
|
|
3360
|
-
role?: string;
|
|
3361
3355
|
/**
|
|
3362
3356
|
*
|
|
3363
3357
|
* @type {string}
|
|
@@ -3399,13 +3393,19 @@ export interface LeadCtx {
|
|
|
3399
3393
|
* @type {string}
|
|
3400
3394
|
* @memberof LeadCtx
|
|
3401
3395
|
*/
|
|
3402
|
-
languageLocale
|
|
3396
|
+
languageLocale: string;
|
|
3403
3397
|
/**
|
|
3404
3398
|
* format Europe/Warsaw
|
|
3405
3399
|
* @type {string}
|
|
3406
3400
|
* @memberof LeadCtx
|
|
3407
3401
|
*/
|
|
3408
|
-
zoneId
|
|
3402
|
+
zoneId: string;
|
|
3403
|
+
/**
|
|
3404
|
+
*
|
|
3405
|
+
* @type {boolean}
|
|
3406
|
+
* @memberof LeadCtx
|
|
3407
|
+
*/
|
|
3408
|
+
widgetWasOpenedOnCurrentThread: boolean;
|
|
3409
3409
|
/**
|
|
3410
3410
|
*
|
|
3411
3411
|
* @type {Array<string>}
|
|
@@ -3417,19 +3417,19 @@ export interface LeadCtx {
|
|
|
3417
3417
|
* @type {Array<BackOfficeField>}
|
|
3418
3418
|
* @memberof LeadCtx
|
|
3419
3419
|
*/
|
|
3420
|
-
backOfficeData
|
|
3420
|
+
backOfficeData: Array<BackOfficeField>;
|
|
3421
3421
|
/**
|
|
3422
3422
|
*
|
|
3423
3423
|
* @type {string}
|
|
3424
3424
|
* @memberof LeadCtx
|
|
3425
3425
|
*/
|
|
3426
|
-
|
|
3426
|
+
tagGroupId?: string;
|
|
3427
3427
|
/**
|
|
3428
3428
|
*
|
|
3429
3429
|
* @type {string}
|
|
3430
3430
|
* @memberof LeadCtx
|
|
3431
3431
|
*/
|
|
3432
|
-
|
|
3432
|
+
idToken?: string;
|
|
3433
3433
|
}
|
|
3434
3434
|
/**
|
|
3435
3435
|
*
|