@webitel/api-services
Preparing search index...
backend-profile-service/backend-profile-service
getBackendProfileService
Function getBackendProfileService
getBackendProfileService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createBackendProfile
:
(
storageCreateBackendProfileRequest
:
StorageCreateBackendProfileRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
deleteBackendProfile
:
(
id
:
string
,
params
?:
DeleteBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
patchBackendProfile
:
(
id
:
string
,
storageBackendProfileServicePatchBackendProfileBody
:
StorageBackendProfileServicePatchBackendProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
readBackendProfile
:
(
id
:
string
,
params
?:
ReadBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
searchBackendProfile
:
(
params
?:
SearchBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListBackendProfile
,
any
,
{}
>
>
;
updateBackendProfile
:
(
id
:
string
,
storageBackendProfileServiceUpdateBackendProfileBody
:
StorageBackendProfileServiceUpdateBackendProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createBackendProfile
:
(
storageCreateBackendProfileRequest
:
StorageCreateBackendProfileRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
deleteBackendProfile
:
(
id
:
string
,
params
?:
DeleteBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
patchBackendProfile
:
(
id
:
string
,
storageBackendProfileServicePatchBackendProfileBody
:
StorageBackendProfileServicePatchBackendProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
readBackendProfile
:
(
id
:
string
,
params
?:
ReadBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
searchBackendProfile
:
(
params
?:
SearchBackendProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListBackendProfile
,
any
,
{}
>
>
;
updateBackendProfile
:
(
id
:
string
,
storageBackendProfileServiceUpdateBackendProfileBody
:
StorageBackendProfileServiceUpdateBackendProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageBackendProfile
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...