Merge branch 'master' into MM-50966-in-product-expansion
Этот коммит содержится в:
@@ -38,6 +38,7 @@ export type ClientConfig = {
|
||||
DefaultTheme: string;
|
||||
DiagnosticId: string;
|
||||
DiagnosticsEnabled: string;
|
||||
DisableRefetchingOnBrowserFocus: string;
|
||||
EmailLoginButtonBorderColor: string;
|
||||
EmailLoginButtonColor: string;
|
||||
EmailLoginButtonTextColor: string;
|
||||
@@ -525,7 +526,6 @@ export type EmailSettings = {
|
||||
LoginButtonColor: string;
|
||||
LoginButtonBorderColor: string;
|
||||
LoginButtonTextColor: string;
|
||||
EnableInactivityEmail: boolean;
|
||||
};
|
||||
|
||||
export type RateLimitSettings = {
|
||||
@@ -729,6 +729,7 @@ export type ExperimentalSettings = {
|
||||
EnableRemoteClusterService: boolean;
|
||||
EnableAppBar: boolean;
|
||||
PatchPluginsReactDOM: boolean;
|
||||
DisableRefetchingOnBrowserFocus: boolean;
|
||||
};
|
||||
|
||||
export type AnalyticsSettings = {
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
export type CompleteOnboardingRequest = {
|
||||
organization: string;
|
||||
install_plugins: string[];
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user