/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { EngineCallAnnotation } from './engineCallAnnotation'; import type { EngineCallFile } from './engineCallFile'; import type { EngineCallHold } from './engineCallHold'; import type { EngineEndpoint } from './engineEndpoint'; import type { EngineHistoryCallBlindTransfer } from './engineHistoryCallBlindTransfer'; import type { EngineHistoryCallCallForm } from './engineHistoryCallCallForm'; import type { EngineHistoryCallQualityMetrics } from './engineHistoryCallQualityMetrics'; import type { EngineHistoryCallVariables } from './engineHistoryCallVariables'; import type { EngineHistoryFileJob } from './engineHistoryFileJob'; import type { EngineLookup } from './engineLookup'; import type { EngineTranscriptLookup } from './engineTranscriptLookup'; export interface EngineHistoryCall { tags?: string[]; agent?: EngineLookup; agentDescription?: string; allowEvaluation?: boolean; amdAiLogs?: string[]; amdAiResult?: string; amdResult?: string; annotations?: EngineCallAnnotation[]; answeredAt?: string; appId?: string; attemptId?: string; billSec?: number; blindTransfer?: string; blindTransfers?: EngineHistoryCallBlindTransfer[]; bridgedAt?: string; bridgedId?: string; cause?: string; contact?: EngineLookup; conversationId?: string; createdAt?: string; destination?: string; destinationName?: string; direction?: string; display?: string; duration?: number; extension?: string; files?: EngineCallFile[]; filesJob?: EngineHistoryFileJob[]; forms?: EngineHistoryCallCallForm[]; from?: EngineEndpoint; fromNumber?: string; gateway?: EngineLookup; grantee?: EngineLookup; hangupAt?: string; hangupBy?: string; hangupDisposition?: string; hangupPhrase?: string; hasChildren?: boolean; hold?: EngineCallHold[]; holdSec?: number; id?: string; joinedAt?: string; leavingAt?: string; meetingId?: string; member?: EngineLookup; memberId?: string; parentId?: string; qualityMetrics?: EngineHistoryCallQualityMetrics; queue?: EngineLookup; queueBridgedAt?: string; queueDurationSec?: number; queueWaitSec?: number; rateId?: string; ratedBy?: EngineLookup; ratedUser?: EngineLookup; reportingAt?: string; reportingSec?: number; result?: string; schemas?: EngineLookup[]; scoreOptional?: number; scoreRequired?: number; sipCode?: number; storedAt?: string; talkSec?: number; team?: EngineLookup; to?: EngineEndpoint; toNumber?: string; transcripts?: EngineTranscriptLookup[]; transferFrom?: string; transferTo?: string; type?: string; user?: EngineLookup; variables?: EngineHistoryCallVariables; waitSec?: number; }