/** * 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'; import { EngineTag } from './engine-tag'; import { EngineTaskProcessing } from './engine-task-processing'; /** * * @export * @interface EngineQueueServiceUpdateQueueBody */ export interface EngineQueueServiceUpdateQueueBody { /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ after_schema?: EngineLookup; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ calendar?: EngineLookup; /** * * @type {string} * @memberof EngineQueueServiceUpdateQueueBody */ description?: string; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ dnc_list?: EngineLookup; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ do_schema?: EngineLookup; /** * * @type {string} * @memberof EngineQueueServiceUpdateQueueBody */ domain_id?: string; /** * * @type {boolean} * @memberof EngineQueueServiceUpdateQueueBody */ enabled?: boolean; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ form_schema?: EngineLookup; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ grantee?: EngineLookup; /** * * @type {string} * @memberof EngineQueueServiceUpdateQueueBody */ name?: string; /** * * @type {object} * @memberof EngineQueueServiceUpdateQueueBody */ payload?: object; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ priority?: number; /** * * @type {boolean} * @memberof EngineQueueServiceUpdateQueueBody */ processing?: boolean; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ processing_renewal_sec?: number; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ processing_sec?: number; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ ringtone?: EngineLookup; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ schema?: EngineLookup; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ sec_locate_agent?: number; /** * * @type {boolean} * @memberof EngineQueueServiceUpdateQueueBody */ sticky_agent?: boolean; /** * * @type {string} * @memberof EngineQueueServiceUpdateQueueBody */ strategy?: string; /** * * @type {Array} * @memberof EngineQueueServiceUpdateQueueBody */ tags?: Array; /** * * @type {EngineTaskProcessing} * @memberof EngineQueueServiceUpdateQueueBody */ task_processing?: EngineTaskProcessing; /** * * @type {EngineLookup} * @memberof EngineQueueServiceUpdateQueueBody */ team?: EngineLookup; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ timeout?: number; /** * * @type {number} * @memberof EngineQueueServiceUpdateQueueBody */ type?: number; /** * * @type {{ [key: string]: string; }} * @memberof EngineQueueServiceUpdateQueueBody */ variables?: { [key: string]: string; }; } //# sourceMappingURL=engine-queue-service-update-queue-body.d.ts.map