/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type SearchSystemSettingNameItem = (typeof SearchSystemSettingNameItem)[keyof typeof SearchSystemSettingNameItem]; export declare const SearchSystemSettingNameItem: { readonly EmptySystemSettingsName: "empty_system_settings_name"; readonly EnableOmnichannel: "enable_omnichannel"; readonly MemberChunkSize: "member_chunk_size"; readonly AmdCancelNotHuman: "amd_cancel_not_human"; readonly SchemeVersionLimit: "scheme_version_limit"; readonly Enable2fa: "enable_2fa"; readonly ExportSettings: "export_settings"; readonly SearchNumberLength: "search_number_length"; readonly ChatAiConnection: "chat_ai_connection"; readonly PasswordRegExp: "password_reg_exp"; readonly PasswordValidationText: "password_validation_text"; readonly AutolinkCallToContact: "autolink_call_to_contact"; readonly PeriodToPlaybackRecords: "period_to_playback_records"; readonly IsFulltextSearchEnabled: "is_fulltext_search_enabled"; readonly WbtHideContact: "wbt_hide_contact"; readonly ShowFullContact: "show_full_contact"; readonly CallEndSoundNotification: "call_end_sound_notification"; readonly CallEndPushNotification: "call_end_push_notification"; readonly ChatEndSoundNotification: "chat_end_sound_notification"; readonly ChatEndPushNotification: "chat_end_push_notification"; readonly TaskEndSoundNotification: "task_end_sound_notification"; readonly TaskEndPushNotification: "task_end_push_notification"; readonly PushNotificationTimeout: "push_notification_timeout"; readonly LabelsToLimitContacts: "labels_to_limit_contacts"; readonly AutolinkMailToContact: "autolink_mail_to_contact"; readonly NewMessageSoundNotification: "new_message_sound_notification"; readonly NewChatSoundNotification: "new_chat_sound_notification"; readonly ScreenshotInterval: "screenshot_interval"; readonly PasswordExpiryDays: "password_expiry_days"; readonly PasswordMinLength: "password_min_length"; readonly PasswordCategories: "password_categories"; readonly PasswordContainsLogin: "password_contains_login"; readonly PasswordWarningDays: "password_warning_days"; readonly DefaultPassword: "default_password"; readonly ExpandContactTabs: "expand_contact_tabs"; readonly DefaultWorkspaceTab: "default_workspace_tab"; readonly BlockAllMemberNumbersFromList: "block_all_member_numbers_from_list"; readonly LoginOptions: "login_options"; readonly DefaultMembersFilter: "default_members_filter"; };