@closerplatform/spinner-openapi 0.12.1024 → 0.12.1026
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5007,10 +5007,10 @@ export interface OrgConfig {
|
|
|
5007
5007
|
externalIntegrationName?: string;
|
|
5008
5008
|
/**
|
|
5009
5009
|
*
|
|
5010
|
-
* @type {
|
|
5010
|
+
* @type {boolean}
|
|
5011
5011
|
* @memberof OrgConfig
|
|
5012
5012
|
*/
|
|
5013
|
-
recordingEnabled
|
|
5013
|
+
recordingEnabled: boolean;
|
|
5014
5014
|
}
|
|
5015
5015
|
/**
|
|
5016
5016
|
*
|