[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>
Этот коммит содержится в:
Nitin Suresh
2023-06-22 08:54:36 -07:00
коммит произвёл GitHub
родитель 178dbb9f95
Коммит f333085f8a
7 изменённых файлов: 422 добавлений и 13 удалений

Просмотреть файл

@@ -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;