@closerplatform/spinner-openapi 0.12.308 → 0.12.310
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
|
@@ -4941,6 +4941,18 @@ export interface OrgConfig {
|
|
|
4941
4941
|
* @memberof OrgConfig
|
|
4942
4942
|
*/
|
|
4943
4943
|
overrideStyles?: string;
|
|
4944
|
+
/**
|
|
4945
|
+
*
|
|
4946
|
+
* @type {string}
|
|
4947
|
+
* @memberof OrgConfig
|
|
4948
|
+
*/
|
|
4949
|
+
widgetLogLevel?: string;
|
|
4950
|
+
/**
|
|
4951
|
+
*
|
|
4952
|
+
* @type {string}
|
|
4953
|
+
* @memberof OrgConfig
|
|
4954
|
+
*/
|
|
4955
|
+
agentLogLevel?: string;
|
|
4944
4956
|
}
|
|
4945
4957
|
/**
|
|
4946
4958
|
*
|