@webitel/api-services
Preparing search index...
queue-service/queue-service
getQueueService
Function getQueueService
getQueueService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createQueue
:
(
engineCreateQueueRequest
:
EngineCreateQueueRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
deleteQueue
:
(
id
:
string
,
params
?:
DeleteQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
getQueuesGlobalState
:
(
params
?:
GetQueuesGlobalStateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineGetQueuesGlobalStateResponse
,
any
,
{}
>
>
;
patchQueue
:
(
id
:
string
,
engineQueueServicePatchQueueBody
:
EngineQueueServicePatchQueueBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
readQueue
:
(
id
:
string
,
params
?:
ReadQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
searchQueue
:
(
params
?:
SearchQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListQueue
,
any
,
{}
>
>
;
searchQueueReportGeneral
:
(
params
?:
SearchQueueReportGeneralParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListReportGeneral
,
any
,
{}
>
>
;
searchQueueTags
:
(
params
?:
SearchQueueTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListTags
,
any
,
{}
>
>
;
setQueuesGlobalState
:
(
engineSetQueuesGlobalStateRequest
:
EngineSetQueuesGlobalStateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineSetQueuesGlobalStateResponse
,
any
,
{}
>
>
;
updateQueue
:
(
id
:
string
,
engineQueueServiceUpdateQueueBody
:
EngineQueueServiceUpdateQueueBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createQueue
:
(
engineCreateQueueRequest
:
EngineCreateQueueRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
deleteQueue
:
(
id
:
string
,
params
?:
DeleteQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
getQueuesGlobalState
:
(
params
?:
GetQueuesGlobalStateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineGetQueuesGlobalStateResponse
,
any
,
{}
>
>
;
patchQueue
:
(
id
:
string
,
engineQueueServicePatchQueueBody
:
EngineQueueServicePatchQueueBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
readQueue
:
(
id
:
string
,
params
?:
ReadQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
searchQueue
:
(
params
?:
SearchQueueParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListQueue
,
any
,
{}
>
>
;
searchQueueReportGeneral
:
(
params
?:
SearchQueueReportGeneralParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListReportGeneral
,
any
,
{}
>
>
;
searchQueueTags
:
(
params
?:
SearchQueueTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListTags
,
any
,
{}
>
>
;
setQueuesGlobalState
:
(
engineSetQueuesGlobalStateRequest
:
EngineSetQueuesGlobalStateRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineSetQueuesGlobalStateResponse
,
any
,
{}
>
>
;
updateQueue
:
(
id
:
string
,
engineQueueServiceUpdateQueueBody
:
EngineQueueServiceUpdateQueueBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineQueue
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...