@closerplatform/spinner-openapi 0.12.988 → 0.12.990
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 +72 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1753,6 +1753,30 @@ export interface CreateTagGroupForm {
|
|
|
1753
1753
|
* @memberof CreateTagGroupForm
|
|
1754
1754
|
*/
|
|
1755
1755
|
autoCloseTimeoutSeconds?: number;
|
|
1756
|
+
/**
|
|
1757
|
+
*
|
|
1758
|
+
* @type {boolean}
|
|
1759
|
+
* @memberof CreateTagGroupForm
|
|
1760
|
+
*/
|
|
1761
|
+
callsEnabled?: boolean;
|
|
1762
|
+
/**
|
|
1763
|
+
*
|
|
1764
|
+
* @type {boolean}
|
|
1765
|
+
* @memberof CreateTagGroupForm
|
|
1766
|
+
*/
|
|
1767
|
+
screenSharingEnabled?: boolean;
|
|
1768
|
+
/**
|
|
1769
|
+
*
|
|
1770
|
+
* @type {boolean}
|
|
1771
|
+
* @memberof CreateTagGroupForm
|
|
1772
|
+
*/
|
|
1773
|
+
videoEnabled?: boolean;
|
|
1774
|
+
/**
|
|
1775
|
+
*
|
|
1776
|
+
* @type {boolean}
|
|
1777
|
+
* @memberof CreateTagGroupForm
|
|
1778
|
+
*/
|
|
1779
|
+
canLeadInitiateCall?: boolean;
|
|
1756
1780
|
}
|
|
1757
1781
|
/**
|
|
1758
1782
|
*
|
|
@@ -6074,6 +6098,30 @@ export interface TagGroupDto {
|
|
|
6074
6098
|
* @memberof TagGroupDto
|
|
6075
6099
|
*/
|
|
6076
6100
|
autoCloseTimeoutSeconds?: number;
|
|
6101
|
+
/**
|
|
6102
|
+
*
|
|
6103
|
+
* @type {boolean}
|
|
6104
|
+
* @memberof TagGroupDto
|
|
6105
|
+
*/
|
|
6106
|
+
callsEnabled: boolean;
|
|
6107
|
+
/**
|
|
6108
|
+
*
|
|
6109
|
+
* @type {boolean}
|
|
6110
|
+
* @memberof TagGroupDto
|
|
6111
|
+
*/
|
|
6112
|
+
screenSharingEnabled: boolean;
|
|
6113
|
+
/**
|
|
6114
|
+
*
|
|
6115
|
+
* @type {boolean}
|
|
6116
|
+
* @memberof TagGroupDto
|
|
6117
|
+
*/
|
|
6118
|
+
videoEnabled: boolean;
|
|
6119
|
+
/**
|
|
6120
|
+
*
|
|
6121
|
+
* @type {boolean}
|
|
6122
|
+
* @memberof TagGroupDto
|
|
6123
|
+
*/
|
|
6124
|
+
canLeadInitiateCall: boolean;
|
|
6077
6125
|
}
|
|
6078
6126
|
/**
|
|
6079
6127
|
*
|
|
@@ -6722,6 +6770,30 @@ export interface UpdateTagGroupForm {
|
|
|
6722
6770
|
* @memberof UpdateTagGroupForm
|
|
6723
6771
|
*/
|
|
6724
6772
|
autoCloseTimeoutSeconds?: number;
|
|
6773
|
+
/**
|
|
6774
|
+
*
|
|
6775
|
+
* @type {boolean}
|
|
6776
|
+
* @memberof UpdateTagGroupForm
|
|
6777
|
+
*/
|
|
6778
|
+
callsEnabled?: boolean;
|
|
6779
|
+
/**
|
|
6780
|
+
*
|
|
6781
|
+
* @type {boolean}
|
|
6782
|
+
* @memberof UpdateTagGroupForm
|
|
6783
|
+
*/
|
|
6784
|
+
screenSharingEnabled?: boolean;
|
|
6785
|
+
/**
|
|
6786
|
+
*
|
|
6787
|
+
* @type {boolean}
|
|
6788
|
+
* @memberof UpdateTagGroupForm
|
|
6789
|
+
*/
|
|
6790
|
+
videoEnabled?: boolean;
|
|
6791
|
+
/**
|
|
6792
|
+
*
|
|
6793
|
+
* @type {boolean}
|
|
6794
|
+
* @memberof UpdateTagGroupForm
|
|
6795
|
+
*/
|
|
6796
|
+
canLeadInitiateCall?: boolean;
|
|
6725
6797
|
}
|
|
6726
6798
|
/**
|
|
6727
6799
|
*
|