/** * 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 const SearchSystemSettingNameItem = { EmptySystemSettingsName: 'empty_system_settings_name', EnableOmnichannel: 'enable_omnichannel', MemberChunkSize: 'member_chunk_size', AmdCancelNotHuman: 'amd_cancel_not_human', SchemeVersionLimit: 'scheme_version_limit', Enable2fa: 'enable_2fa', ExportSettings: 'export_settings', SearchNumberLength: 'search_number_length', ChatAiConnection: 'chat_ai_connection', PasswordRegExp: 'password_reg_exp', PasswordValidationText: 'password_validation_text', AutolinkCallToContact: 'autolink_call_to_contact', PeriodToPlaybackRecords: 'period_to_playback_records', IsFulltextSearchEnabled: 'is_fulltext_search_enabled', WbtHideContact: 'wbt_hide_contact', ShowFullContact: 'show_full_contact', CallEndSoundNotification: 'call_end_sound_notification', CallEndPushNotification: 'call_end_push_notification', ChatEndSoundNotification: 'chat_end_sound_notification', ChatEndPushNotification: 'chat_end_push_notification', TaskEndSoundNotification: 'task_end_sound_notification', TaskEndPushNotification: 'task_end_push_notification', PushNotificationTimeout: 'push_notification_timeout', LabelsToLimitContacts: 'labels_to_limit_contacts', AutolinkMailToContact: 'autolink_mail_to_contact', NewMessageSoundNotification: 'new_message_sound_notification', NewChatSoundNotification: 'new_chat_sound_notification', ScreenshotInterval: 'screenshot_interval', PasswordExpiryDays: 'password_expiry_days', PasswordMinLength: 'password_min_length', PasswordCategories: 'password_categories', PasswordContainsLogin: 'password_contains_login', PasswordWarningDays: 'password_warning_days', DefaultPassword: 'default_password', ExpandContactTabs: 'expand_contact_tabs', DefaultWorkspaceTab: 'default_workspace_tab', BlockAllMemberNumbersFromList: 'block_all_member_numbers_from_list', LoginOptions: 'login_options', DefaultMembersFilter: 'default_members_filter', } as const;