@webitel/api-services
Preparing search index...
webitel-im-api-gateway-v1-account/webitel-im-api-gateway-v1-account
getWebitelImApiGatewayV1Account
Function getWebitelImApiGatewayV1Account
getWebitelImApiGatewayV1Account
(
axiosInstance
?:
AxiosInstance
,
)
:
{
accountInspect
:
(
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Authorization
,
any
,
{}
>
>
;
accountLogout
:
(
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1LogoutResponse
,
any
,
{}
>
>
;
accountRegisterDevice
:
(
webitelImApiGatewayV1PUSHSubscriptionBody
:
WebitelImApiGatewayV1PUSHSubscription
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1RegisterDeviceResponse
,
any
,
{}
>
,
>
;
accountToken
:
(
webitelImApiGatewayV1TokenRequest
:
WebitelImApiGatewayV1TokenRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Authorization
,
any
,
{}
>
>
;
accountUnregisterDevice
:
(
webitelImApiGatewayV1PUSHSubscriptionBody
:
WebitelImApiGatewayV1PUSHSubscription
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1UnregisterDeviceResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
accountInspect
:
(
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Authorization
,
any
,
{}
>
>
;
accountLogout
:
(
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1LogoutResponse
,
any
,
{}
>
>
;
accountRegisterDevice
:
(
webitelImApiGatewayV1PUSHSubscriptionBody
:
WebitelImApiGatewayV1PUSHSubscription
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1RegisterDeviceResponse
,
any
,
{}
>
,
>
;
accountToken
:
(
webitelImApiGatewayV1TokenRequest
:
WebitelImApiGatewayV1TokenRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Authorization
,
any
,
{}
>
>
;
accountUnregisterDevice
:
(
webitelImApiGatewayV1PUSHSubscriptionBody
:
WebitelImApiGatewayV1PUSHSubscription
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1UnregisterDeviceResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...