/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @enum {string} */ export declare enum EngineSystemSettingName { 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" } //# sourceMappingURL=engine-system-setting-name.d.ts.map