/** * 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 { EngineLookup } from './engine-lookup'; /** * * @export * @interface EngineEmailProfileServicePatchEmailProfileBody */ export interface EngineEmailProfileServicePatchEmailProfileBody { /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ description?: string; /** * * @type {boolean} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ enabled?: boolean; /** * * @type {number} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ fetch_interval?: number; /** * * @type {Array} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ fields?: Array; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ imap_host?: string; /** * * @type {number} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ imap_port?: number; /** * * @type {boolean} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ listen?: boolean; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ login?: string; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ mailbox?: string; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ name?: string; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ password?: string; /** * * @type {EngineLookup} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ schema?: EngineLookup; /** * * @type {string} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ smtp_host?: string; /** * * @type {number} * @memberof EngineEmailProfileServicePatchEmailProfileBody */ smtp_port?: number; } //# sourceMappingURL=engine-email-profile-service-patch-email-profile-body.d.ts.map