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

      • axiosInstance: AxiosInstance = axios

      Returns {
          agentWorkingConditionsServiceReadAgentWorkingConditions: (
              agentId: string,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<WfmReadAgentWorkingConditionsResponse, any, {}>>;
          agentWorkingConditionsServiceUpdateAgentWorkingConditions: (
              agentId: string,
              agentWorkingConditionsServiceUpdateAgentWorkingConditionsBody: AgentWorkingConditionsServiceUpdateAgentWorkingConditionsBody,
              options?: AxiosRequestConfig,
          ) => Promise<
              AxiosResponse<WfmUpdateAgentWorkingConditionsResponse, any, {}>,
          >;
      }