@closerplatform/spinner-openapi 0.12.1103 → 0.12.1105
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 +12 -0
- 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
|
*
|
|
@@ -4839,6 +4845,12 @@ export interface OrgConfig {
|
|
|
4839
4845
|
* @memberof OrgConfig
|
|
4840
4846
|
*/
|
|
4841
4847
|
callsEnabled?: boolean;
|
|
4848
|
+
/**
|
|
4849
|
+
*
|
|
4850
|
+
* @type {boolean}
|
|
4851
|
+
* @memberof OrgConfig
|
|
4852
|
+
*/
|
|
4853
|
+
callPopupEnabled: boolean;
|
|
4842
4854
|
/**
|
|
4843
4855
|
*
|
|
4844
4856
|
* @type {boolean}
|