@closerplatform/spinner-openapi 0.12.1085 → 0.12.1087
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 +0 -24
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4932,18 +4932,6 @@ export interface OrgConfig {
|
|
|
4932
4932
|
* @memberof OrgConfig
|
|
4933
4933
|
*/
|
|
4934
4934
|
autoFollowOnUnassign?: boolean;
|
|
4935
|
-
/**
|
|
4936
|
-
*
|
|
4937
|
-
* @type {boolean}
|
|
4938
|
-
* @memberof OrgConfig
|
|
4939
|
-
*/
|
|
4940
|
-
reassignOnLogoutEnabled?: boolean;
|
|
4941
|
-
/**
|
|
4942
|
-
*
|
|
4943
|
-
* @type {boolean}
|
|
4944
|
-
* @memberof OrgConfig
|
|
4945
|
-
*/
|
|
4946
|
-
statusChangeOnCloseEnabled?: boolean;
|
|
4947
4935
|
/**
|
|
4948
4936
|
*
|
|
4949
4937
|
* @type {boolean}
|
|
@@ -5022,18 +5010,6 @@ export interface OrgConfig {
|
|
|
5022
5010
|
* @memberof OrgConfig
|
|
5023
5011
|
*/
|
|
5024
5012
|
autoReassignOnWebsocketUnavailable?: boolean;
|
|
5025
|
-
/**
|
|
5026
|
-
*
|
|
5027
|
-
* @type {string}
|
|
5028
|
-
* @memberof OrgConfig
|
|
5029
|
-
*/
|
|
5030
|
-
omniLink?: string;
|
|
5031
|
-
/**
|
|
5032
|
-
*
|
|
5033
|
-
* @type {boolean}
|
|
5034
|
-
* @memberof OrgConfig
|
|
5035
|
-
*/
|
|
5036
|
-
omniEnabled?: boolean;
|
|
5037
5013
|
/**
|
|
5038
5014
|
* format Europe/Warsaw
|
|
5039
5015
|
* @type {string}
|