/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type SearchHistoryCallParams = { page?: number; size?: number; q?: string; sort?: string; fields?: string[]; 'createdAt.from'?: string; 'createdAt.to'?: string; userId?: string[]; agentId?: string[]; queueId?: string[]; teamId?: string[]; memberId?: string[]; gatewayId?: string[]; 'duration.from'?: string; 'duration.to'?: string; skipParent?: boolean; parentId?: string; cause?: string[]; hasFile?: boolean; domainId?: string; number?: string; direction?: string; 'answeredAt.from'?: string; 'answeredAt.to'?: string; missed?: boolean; 'storedAt.from'?: string; 'storedAt.to'?: string; id?: string[]; transferFrom?: string[]; transferTo?: string[]; dependencyId?: string; tags?: string[]; /** * This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18 */ variablesString?: string; amdResult?: string[]; fts?: string; directions?: string[]; hasTranscript?: boolean; agentDescription?: string; ownerId?: string[]; granteeId?: string[]; amdAiResult?: string[]; 'talk.from'?: string; 'talk.to'?: string; rated?: boolean; ratedBy?: string[]; 'scoreRequired.from'?: string; 'scoreRequired.to'?: string; 'scoreOptional.from'?: string; 'scoreOptional.to'?: string; ratedUser?: string[]; contactId?: string[]; schemaId?: number[]; hasTransfer?: boolean; timeline?: boolean; };