@closerplatform/spinner-openapi 0.12.419 → 0.12.421
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
|
@@ -4825,6 +4825,12 @@ export interface OrgConfig {
|
|
|
4825
4825
|
* @memberof OrgConfig
|
|
4826
4826
|
*/
|
|
4827
4827
|
profanitiesCheckingEnabled?: boolean;
|
|
4828
|
+
/**
|
|
4829
|
+
*
|
|
4830
|
+
* @type {boolean}
|
|
4831
|
+
* @memberof OrgConfig
|
|
4832
|
+
*/
|
|
4833
|
+
keyboardShortcutsEnabled?: boolean;
|
|
4828
4834
|
/**
|
|
4829
4835
|
*
|
|
4830
4836
|
* @type {boolean}
|