@closerplatform/spinner-openapi 0.12.615 → 0.12.617
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
|
@@ -5088,6 +5088,12 @@ export interface OrgConfig {
|
|
|
5088
5088
|
* @memberof OrgConfig
|
|
5089
5089
|
*/
|
|
5090
5090
|
maintenanceWindows: Array<MaintenanceWindow>;
|
|
5091
|
+
/**
|
|
5092
|
+
*
|
|
5093
|
+
* @type {boolean}
|
|
5094
|
+
* @memberof OrgConfig
|
|
5095
|
+
*/
|
|
5096
|
+
welcomeMessageEnabled: boolean;
|
|
5091
5097
|
}
|
|
5092
5098
|
/**
|
|
5093
5099
|
*
|