@webitel/api-services
Preparing search index...
user-helper-service/user-helper-service
getUserHelperService
Function getUserHelperService
getUserHelperService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
activityWorkspaceWidget
:
(
params
?:
ActivityWorkspaceWidgetParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineActivityWorkspaceWidgetResponse
,
any
,
{}
>
>
;
defaultDeviceConfig
:
(
type
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineDefaultDeviceConfigResponse
,
any
,
{}
>
>
;
openedWebSockets
:
(
userId
:
string
[]
,
params
?:
OpenedWebSocketsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOpenedWebSocket
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
activityWorkspaceWidget
:
(
params
?:
ActivityWorkspaceWidgetParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineActivityWorkspaceWidgetResponse
,
any
,
{}
>
>
;
defaultDeviceConfig
:
(
type
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineDefaultDeviceConfigResponse
,
any
,
{}
>
>
;
openedWebSockets
:
(
userId
:
string
[]
,
params
?:
OpenedWebSocketsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOpenedWebSocket
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...