/** * 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. */ import { AxiosPromise, AxiosInstance } from 'axios'; import { Configuration } from '../configuration'; import { RequestArgs, BaseAPI } from '../base'; import { EngineCreateSystemSettingRequest } from '../api'; import { EngineListAvailableSystemSetting } from '../api'; import { EngineListSystemSetting } from '../api'; import { EngineSystemSetting } from '../api'; import { EngineSystemSettingServicePatchSystemSettingBody } from '../api'; import { EngineSystemSettingServiceUpdateSystemSettingBody } from '../api'; /** * SystemSettingServiceApi - axios parameter creator * @export */ export declare const SystemSettingServiceApiAxiosParamCreator: (configuration?: Configuration) => { /** * * @param {EngineCreateSystemSettingRequest} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createSystemSetting: (body: EngineCreateSystemSettingRequest, options?: any) => Promise; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteSystemSetting: (id: number, options?: any) => Promise; /** * * @param {number} id * @param {EngineSystemSettingServicePatchSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchSystemSetting: (id: number, body: EngineSystemSettingServicePatchSystemSettingBody, options?: any) => Promise; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readSystemSetting: (id: number, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchAvailableSystemSetting: (page?: number, size?: number, q?: string, sort?: string, fields?: Array, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array<'empty_system_settings_name' | 'enable_omnichannel' | 'member_chunk_size' | 'amd_cancel_not_human' | 'scheme_version_limit' | 'enable_2fa' | 'export_settings' | 'search_number_length' | 'chat_ai_connection' | 'password_reg_exp' | 'password_validation_text' | 'autolink_call_to_contact' | 'period_to_playback_records' | 'is_fulltext_search_enabled' | 'wbt_hide_contact' | 'show_full_contact' | 'call_end_sound_notification' | 'call_end_push_notification' | 'chat_end_sound_notification' | 'chat_end_push_notification' | 'task_end_sound_notification' | 'task_end_push_notification' | 'push_notification_timeout' | 'labels_to_limit_contacts'>} [name] Filter by setting names * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchSystemSetting: (page?: number, size?: number, q?: string, sort?: string, fields?: Array, name?: Array<"empty_system_settings_name" | "enable_omnichannel" | "member_chunk_size" | "amd_cancel_not_human" | "scheme_version_limit" | "enable_2fa" | "export_settings" | "search_number_length" | "chat_ai_connection" | "password_reg_exp" | "password_validation_text" | "autolink_call_to_contact" | "period_to_playback_records" | "is_fulltext_search_enabled" | "wbt_hide_contact" | "show_full_contact" | "call_end_sound_notification" | "call_end_push_notification" | "chat_end_sound_notification" | "chat_end_push_notification" | "task_end_sound_notification" | "task_end_push_notification" | "push_notification_timeout" | "labels_to_limit_contacts">, options?: any) => Promise; /** * * @param {number} id * @param {EngineSystemSettingServiceUpdateSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateSystemSetting: (id: number, body: EngineSystemSettingServiceUpdateSystemSettingBody, options?: any) => Promise; }; /** * SystemSettingServiceApi - functional programming interface * @export */ export declare const SystemSettingServiceApiFp: (configuration?: Configuration) => { /** * * @param {EngineCreateSystemSettingRequest} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createSystemSetting(body: EngineCreateSystemSettingRequest, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteSystemSetting(id: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} id * @param {EngineSystemSettingServicePatchSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchSystemSetting(id: number, body: EngineSystemSettingServicePatchSystemSettingBody, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readSystemSetting(id: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchAvailableSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array<'empty_system_settings_name' | 'enable_omnichannel' | 'member_chunk_size' | 'amd_cancel_not_human' | 'scheme_version_limit' | 'enable_2fa' | 'export_settings' | 'search_number_length' | 'chat_ai_connection' | 'password_reg_exp' | 'password_validation_text' | 'autolink_call_to_contact' | 'period_to_playback_records' | 'is_fulltext_search_enabled' | 'wbt_hide_contact' | 'show_full_contact' | 'call_end_sound_notification' | 'call_end_push_notification' | 'chat_end_sound_notification' | 'chat_end_push_notification' | 'task_end_sound_notification' | 'task_end_push_notification' | 'push_notification_timeout' | 'labels_to_limit_contacts'>} [name] Filter by setting names * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, name?: Array<"empty_system_settings_name" | "enable_omnichannel" | "member_chunk_size" | "amd_cancel_not_human" | "scheme_version_limit" | "enable_2fa" | "export_settings" | "search_number_length" | "chat_ai_connection" | "password_reg_exp" | "password_validation_text" | "autolink_call_to_contact" | "period_to_playback_records" | "is_fulltext_search_enabled" | "wbt_hide_contact" | "show_full_contact" | "call_end_sound_notification" | "call_end_push_notification" | "chat_end_sound_notification" | "chat_end_push_notification" | "task_end_sound_notification" | "task_end_push_notification" | "push_notification_timeout" | "labels_to_limit_contacts">, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} id * @param {EngineSystemSettingServiceUpdateSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateSystemSetting(id: number, body: EngineSystemSettingServiceUpdateSystemSettingBody, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; }; /** * SystemSettingServiceApi - factory interface * @export */ export declare const SystemSettingServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => { /** * * @param {EngineCreateSystemSettingRequest} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createSystemSetting(body: EngineCreateSystemSettingRequest, options?: any): AxiosPromise; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteSystemSetting(id: number, options?: any): AxiosPromise; /** * * @param {number} id * @param {EngineSystemSettingServicePatchSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchSystemSetting(id: number, body: EngineSystemSettingServicePatchSystemSettingBody, options?: any): AxiosPromise; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readSystemSetting(id: number, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchAvailableSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array<'empty_system_settings_name' | 'enable_omnichannel' | 'member_chunk_size' | 'amd_cancel_not_human' | 'scheme_version_limit' | 'enable_2fa' | 'export_settings' | 'search_number_length' | 'chat_ai_connection' | 'password_reg_exp' | 'password_validation_text' | 'autolink_call_to_contact' | 'period_to_playback_records' | 'is_fulltext_search_enabled' | 'wbt_hide_contact' | 'show_full_contact' | 'call_end_sound_notification' | 'call_end_push_notification' | 'chat_end_sound_notification' | 'chat_end_push_notification' | 'task_end_sound_notification' | 'task_end_push_notification' | 'push_notification_timeout' | 'labels_to_limit_contacts'>} [name] Filter by setting names * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, name?: Array<"empty_system_settings_name" | "enable_omnichannel" | "member_chunk_size" | "amd_cancel_not_human" | "scheme_version_limit" | "enable_2fa" | "export_settings" | "search_number_length" | "chat_ai_connection" | "password_reg_exp" | "password_validation_text" | "autolink_call_to_contact" | "period_to_playback_records" | "is_fulltext_search_enabled" | "wbt_hide_contact" | "show_full_contact" | "call_end_sound_notification" | "call_end_push_notification" | "chat_end_sound_notification" | "chat_end_push_notification" | "task_end_sound_notification" | "task_end_push_notification" | "push_notification_timeout" | "labels_to_limit_contacts">, options?: any): AxiosPromise; /** * * @param {number} id * @param {EngineSystemSettingServiceUpdateSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateSystemSetting(id: number, body: EngineSystemSettingServiceUpdateSystemSettingBody, options?: any): AxiosPromise; }; /** * SystemSettingServiceApi - object-oriented interface * @export * @class SystemSettingServiceApi * @extends {BaseAPI} */ export declare class SystemSettingServiceApi extends BaseAPI { /** * * @param {EngineCreateSystemSettingRequest} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ createSystemSetting(body: EngineCreateSystemSettingRequest, options?: any): Promise>; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ deleteSystemSetting(id: number, options?: any): Promise>; /** * * @param {number} id * @param {EngineSystemSettingServicePatchSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ patchSystemSetting(id: number, body: EngineSystemSettingServicePatchSystemSettingBody, options?: any): Promise>; /** * * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ readSystemSetting(id: number, options?: any): Promise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ searchAvailableSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, options?: any): Promise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array<'empty_system_settings_name' | 'enable_omnichannel' | 'member_chunk_size' | 'amd_cancel_not_human' | 'scheme_version_limit' | 'enable_2fa' | 'export_settings' | 'search_number_length' | 'chat_ai_connection' | 'password_reg_exp' | 'password_validation_text' | 'autolink_call_to_contact' | 'period_to_playback_records' | 'is_fulltext_search_enabled' | 'wbt_hide_contact' | 'show_full_contact' | 'call_end_sound_notification' | 'call_end_push_notification' | 'chat_end_sound_notification' | 'chat_end_push_notification' | 'task_end_sound_notification' | 'task_end_push_notification' | 'push_notification_timeout' | 'labels_to_limit_contacts'>} [name] Filter by setting names * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ searchSystemSetting(page?: number, size?: number, q?: string, sort?: string, fields?: Array, name?: Array<'empty_system_settings_name' | 'enable_omnichannel' | 'member_chunk_size' | 'amd_cancel_not_human' | 'scheme_version_limit' | 'enable_2fa' | 'export_settings' | 'search_number_length' | 'chat_ai_connection' | 'password_reg_exp' | 'password_validation_text' | 'autolink_call_to_contact' | 'period_to_playback_records' | 'is_fulltext_search_enabled' | 'wbt_hide_contact' | 'show_full_contact' | 'call_end_sound_notification' | 'call_end_push_notification' | 'chat_end_sound_notification' | 'chat_end_push_notification' | 'task_end_sound_notification' | 'task_end_push_notification' | 'push_notification_timeout' | 'labels_to_limit_contacts'>, options?: any): Promise>; /** * * @param {number} id * @param {EngineSystemSettingServiceUpdateSystemSettingBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof SystemSettingServiceApi */ updateSystemSetting(id: number, body: EngineSystemSettingServiceUpdateSystemSettingBody, options?: any): Promise>; } //# sourceMappingURL=system-setting-service-api.d.ts.map