@closerplatform/spinner-openapi 0.12.1104 → 0.12.1106
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 +7 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1315,6 +1315,12 @@ export interface Call {
|
|
|
1315
1315
|
* @memberof Call
|
|
1316
1316
|
*/
|
|
1317
1317
|
invitee: string;
|
|
1318
|
+
/**
|
|
1319
|
+
*
|
|
1320
|
+
* @type {string}
|
|
1321
|
+
* @memberof Call
|
|
1322
|
+
*/
|
|
1323
|
+
token?: string;
|
|
1318
1324
|
}
|
|
1319
1325
|
/**
|
|
1320
1326
|
*
|
|
@@ -4844,7 +4850,7 @@ export interface OrgConfig {
|
|
|
4844
4850
|
* @type {boolean}
|
|
4845
4851
|
* @memberof OrgConfig
|
|
4846
4852
|
*/
|
|
4847
|
-
|
|
4853
|
+
callPopoutEnabled: boolean;
|
|
4848
4854
|
/**
|
|
4849
4855
|
*
|
|
4850
4856
|
* @type {boolean}
|