@closerplatform/spinner-openapi 0.12.1103 → 0.12.1104
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 +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4839,6 +4839,12 @@ export interface OrgConfig {
|
|
|
4839
4839
|
* @memberof OrgConfig
|
|
4840
4840
|
*/
|
|
4841
4841
|
callsEnabled?: boolean;
|
|
4842
|
+
/**
|
|
4843
|
+
*
|
|
4844
|
+
* @type {boolean}
|
|
4845
|
+
* @memberof OrgConfig
|
|
4846
|
+
*/
|
|
4847
|
+
callPopupEnabled: boolean;
|
|
4842
4848
|
/**
|
|
4843
4849
|
*
|
|
4844
4850
|
* @type {boolean}
|