@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 SearchMembersParams = {
        agentId?: number[];
        attemptsFrom?: string;
        attemptsTo?: string;
        bucketId?: number[];
        createdAtFrom?: string;
        createdAtTo?: string;
        destination?: string;
        fields?: string[];
        id?: string[];
        name?: string;
        offeringAtFrom?: string;
        offeringAtTo?: string;
        page?: number;
        priorityFrom?: string;
        priorityTo?: string;
        q?: string;
        queueId?: number[];
        size?: number;
        sort?: string;
        stopCause?: string[];
    }
    Index

    Properties

    agentId?: number[]
    attemptsFrom?: string
    attemptsTo?: string
    bucketId?: number[]
    createdAtFrom?: string
    createdAtTo?: string
    destination?: string
    fields?: string[]
    id?: string[]
    name?: string
    offeringAtFrom?: string
    offeringAtTo?: string
    page?: number
    priorityFrom?: string
    priorityTo?: string
    q?: string
    queueId?: number[]
    size?: number
    sort?: string
    stopCause?: string[]