/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { SearchScreenRecordingsByAgentChannel } from './searchScreenRecordingsByAgentChannel'; import type { SearchScreenRecordingsByAgentType } from './searchScreenRecordingsByAgentType'; export type SearchScreenRecordingsByAgentParams = { page?: number; size?: number; q?: string; sort?: string; fields?: string[]; id?: string[]; 'uploadedAt.from'?: string; 'uploadedAt.to'?: string; referenceId?: string[]; 'retentionUntil.from'?: string; 'retentionUntil.to'?: string; type?: SearchScreenRecordingsByAgentType; channel?: SearchScreenRecordingsByAgentChannel; };