/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { SearchFilesByCallChannelItem } from './searchFilesByCallChannelItem'; export type SearchFilesByCallParams = { 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; /** * - ScreenRecordingChannel: ScreenshotChannel = 8; // deprecated */ channel?: SearchFilesByCallChannelItem[]; };