upgrade playwright dependencies (#33348)
Этот коммит содержится в:
@@ -529,7 +529,10 @@ export type ConnectedWorkspacesSettings = {
|
||||
EnableSharedChannels: boolean;
|
||||
EnableRemoteClusterService: boolean;
|
||||
DisableSharedChannelsStatusSync: boolean;
|
||||
SyncUsersOnConnectionOpen: boolean;
|
||||
GlobalUserSyncBatchSize: number;
|
||||
MaxPostsPerSync: number;
|
||||
MemberSyncBatchSize: number;
|
||||
}
|
||||
|
||||
export type FileSettings = {
|
||||
@@ -715,6 +718,7 @@ export type LdapSettings = {
|
||||
LoginIdAttribute: string;
|
||||
PictureAttribute: string;
|
||||
SyncIntervalMinutes: number;
|
||||
ReAddRemovedMembers: boolean;
|
||||
SkipCertificateVerification: boolean;
|
||||
PublicCertificateFile: string;
|
||||
PrivateKeyFile: string;
|
||||
@@ -894,6 +898,7 @@ export type DataRetentionSettings = {
|
||||
BoardsRetentionDays: number;
|
||||
TimeBetweenBatchesMilliseconds: number;
|
||||
RetentionIdsBatchSize: number;
|
||||
PreservePinnedPosts: boolean;
|
||||
};
|
||||
|
||||
export type MessageExportSettings = {
|
||||
|
||||
Ссылка в новой задаче
Block a user