@closerplatform/spinner-openapi 0.12.57 → 0.12.58
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
|
@@ -4725,6 +4725,12 @@ export interface OrgConfig {
|
|
|
4725
4725
|
* @memberof OrgConfig
|
|
4726
4726
|
*/
|
|
4727
4727
|
resetRoomViewOnClose?: boolean;
|
|
4728
|
+
/**
|
|
4729
|
+
*
|
|
4730
|
+
* @type {boolean}
|
|
4731
|
+
* @memberof OrgConfig
|
|
4732
|
+
*/
|
|
4733
|
+
autoReassignOnWebsocketUnavailable?: boolean;
|
|
4728
4734
|
}
|
|
4729
4735
|
/**
|
|
4730
4736
|
*
|