/** * 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 { EngineMemberCommunication } from './engine-member-communication'; /** * * @export * @interface EngineAttemptHistory */ export interface EngineAttemptHistory { /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ agent?: EngineLookup; /** * * @type {string} * @memberof EngineAttemptHistory */ agent_call_id?: string; /** * * @type {string} * @memberof EngineAttemptHistory */ amd_result?: string; /** * * @type {number} * @memberof EngineAttemptHistory */ attempts?: number; /** * * @type {string} * @memberof EngineAttemptHistory */ bridged_at?: string; /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ bucket?: EngineLookup; /** * * @type {string} * @memberof EngineAttemptHistory */ channel?: string; /** * * @type {EngineMemberCommunication} * @memberof EngineAttemptHistory */ destination?: EngineMemberCommunication; /** * * @type {string} * @memberof EngineAttemptHistory */ display?: string; /** * * @type {string} * @memberof EngineAttemptHistory */ id?: string; /** * * @type {string} * @memberof EngineAttemptHistory */ joined_at?: string; /** * * @type {string} * @memberof EngineAttemptHistory */ leaving_at?: string; /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ list?: EngineLookup; /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ member?: EngineLookup; /** * * @type {string} * @memberof EngineAttemptHistory */ member_call_id?: string; /** * * @type {Array} * @memberof EngineAttemptHistory */ offered_agents?: Array; /** * * @type {string} * @memberof EngineAttemptHistory */ offering_at?: string; /** * * @type {number} * @memberof EngineAttemptHistory */ position?: number; /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ queue?: EngineLookup; /** * * @type {string} * @memberof EngineAttemptHistory */ reporting_at?: string; /** * * @type {EngineLookup} * @memberof EngineAttemptHistory */ resource?: EngineLookup; /** * * @type {string} * @memberof EngineAttemptHistory */ result?: string; /** * * @type {{ [key: string]: string; }} * @memberof EngineAttemptHistory */ variables?: { [key: string]: string; }; } //# sourceMappingURL=engine-attempt-history.d.ts.map