/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { EngineLookup } from './engineLookup.zod'; export interface EngineAgentStatsStatistic { activeCallId?: string; agentId?: number; auditor?: EngineLookup[]; callTime?: string; chatCount?: number; chatTime?: string; descTrack?: boolean; extension?: string; handles?: number; maxBridgedAt?: string; maxOfferingAt?: string; missed?: number; name?: string; occupancy?: number; offline?: string; online?: string; pause?: string; pauseCause?: string; queues?: EngineLookup[]; screenControl?: boolean; skills?: EngineLookup[]; status?: string; statusComment?: string; statusDuration?: string; supervisor?: EngineLookup[]; team?: EngineLookup; transferred?: number; user?: EngineLookup; utilization?: number; }