@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type SearchAttemptsHistoryParams = {
        agentId?: string[];
        bucketId?: string[];
        durationFrom?: string;
        durationTo?: string;
        fields?: string[];
        id?: string[];
        joinedAtFrom?: string;
        joinedAtTo?: string;
        leavingAtFrom?: string;
        leavingAtTo?: string;
        memberId?: string[];
        offeredAgentId?: string[];
        offeringAtFrom?: string;
        offeringAtTo?: string;
        page?: number;
        q?: string;
        queueId?: string[];
        result?: string[];
        size?: number;
        sort?: string;
    }
    Index

    Properties

    agentId?: string[]
    bucketId?: string[]
    durationFrom?: string
    durationTo?: string
    fields?: string[]
    id?: string[]
    joinedAtFrom?: string
    joinedAtTo?: string
    leavingAtFrom?: string
    leavingAtTo?: string
    memberId?: string[]
    offeredAgentId?: string[]
    offeringAtFrom?: string
    offeringAtTo?: string
    page?: number
    q?: string
    queueId?: string[]
    result?: string[]
    size?: number
    sort?: string