@webitel/api-services
    Preparing search index...
    type WorkingScheduleServiceUpdateWorkingScheduleBodyItem = {
        agents?: WfmLookupEntity[];
        blockOutsideActivity?: boolean;
        calendar?: WfmLookupEntity;
        createdAt?: string;
        createdBy?: WfmLookupEntity;
        domainId?: string;
        endDateAt?: string;
        endTimeAt?: string;
        extraSkills?: WfmLookupEntity[];
        name?: string;
        startDateAt?: string;
        startTimeAt?: string;
        state?: WfmWorkingScheduleState;
        team?: WfmLookupEntity;
        totalAgents?: string;
        updatedAt?: string;
        updatedBy?: WfmLookupEntity;
    }
    Index

    Properties

    agents?: WfmLookupEntity[]
    blockOutsideActivity?: boolean
    calendar?: WfmLookupEntity
    createdAt?: string
    createdBy?: WfmLookupEntity
    domainId?: string
    endDateAt?: string
    endTimeAt?: string
    extraSkills?: WfmLookupEntity[]
    name?: string
    startDateAt?: string
    startTimeAt?: string
    totalAgents?: string
    updatedAt?: string
    updatedBy?: WfmLookupEntity