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

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

    interface EngineAgentPauseCauseServicePatchAgentPauseCauseBody {
        allowAdmin?: boolean;
        allowAgent?: boolean;
        allowSupervisor?: boolean;
        description?: string;
        fields?: string[];
        limitMin?: number;
        name?: string;
    }
    Index

    Properties

    allowAdmin?: boolean
    allowAgent?: boolean
    allowSupervisor?: boolean
    description?: string
    fields?: string[]
    limitMin?: number
    name?: string