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