/** * 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 { EngineEmailAuthType } from './engine-email-auth-type'; import { EngineEmailProfileParams } from './engine-email-profile-params'; import { EngineLookup } from './engine-lookup'; /** * * @export * @interface EngineEmailProfile */ export interface EngineEmailProfile { /** * * @type {string} * @memberof EngineEmailProfile */ activity_at?: string; /** * * @type {EngineEmailAuthType} * @memberof EngineEmailProfile */ auth_type?: EngineEmailAuthType; /** * * @type {string} * @memberof EngineEmailProfile */ created_at?: string; /** * * @type {EngineLookup} * @memberof EngineEmailProfile */ created_by?: EngineLookup; /** * * @type {string} * @memberof EngineEmailProfile */ description?: string; /** * * @type {boolean} * @memberof EngineEmailProfile */ enabled?: boolean; /** * * @type {string} * @memberof EngineEmailProfile */ fetch_error?: string; /** * * @type {number} * @memberof EngineEmailProfile */ fetch_interval?: number; /** * * @type {string} * @memberof EngineEmailProfile */ id?: string; /** * * @type {string} * @memberof EngineEmailProfile */ imap_host?: string; /** * * @type {number} * @memberof EngineEmailProfile */ imap_port?: number; /** * * @type {boolean} * @memberof EngineEmailProfile */ listen?: boolean; /** * * @type {boolean} * @memberof EngineEmailProfile */ logged?: boolean; /** * * @type {string} * @memberof EngineEmailProfile */ login?: string; /** * * @type {string} * @memberof EngineEmailProfile */ mailbox?: string; /** * * @type {string} * @memberof EngineEmailProfile */ name?: string; /** * * @type {EngineEmailProfileParams} * @memberof EngineEmailProfile */ params?: EngineEmailProfileParams; /** * * @type {string} * @memberof EngineEmailProfile */ password?: string; /** * * @type {EngineLookup} * @memberof EngineEmailProfile */ schema?: EngineLookup; /** * * @type {string} * @memberof EngineEmailProfile */ smtp_host?: string; /** * * @type {number} * @memberof EngineEmailProfile */ smtp_port?: number; /** * * @type {string} * @memberof EngineEmailProfile */ state?: string; /** * * @type {string} * @memberof EngineEmailProfile */ updated_at?: string; /** * * @type {EngineLookup} * @memberof EngineEmailProfile */ updated_by?: EngineLookup; } //# sourceMappingURL=engine-email-profile.d.ts.map