[MM-52844] : Migrate "components/admin_console/push_settings.jsx" and tests to Typescript (#23616)
* migrate bleve_settings and tests to typescript * fix linter issues * update JobType type definition * migrate push_settings to typescript * add tests * update to general type, fix test * fix failing test * Merge branch 'master' into fix-for-issue-23416 * update snapshot * revert unwanted changes * revert unwanted changes --------- Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com> Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
178dbb9f95
Коммит
f333085f8a
@@ -526,6 +526,8 @@ export type EmailSettings = {
|
||||
ConnectionSecurity: string;
|
||||
SendPushNotifications: boolean;
|
||||
PushNotificationServer: string;
|
||||
PushNotificationServerType: 'off' | 'mhpns' | 'mtpns' | 'custom';
|
||||
PushNotificationServerLocation: 'us' | 'de';
|
||||
PushNotificationContents: string;
|
||||
PushNotificationBuffer: number;
|
||||
EnableEmailBatching: boolean;
|
||||
|
||||
Ссылка в новой задаче
Block a user