@webitel/api-services
Preparing search index...
extensions/extensions
getExtensions
Function getExtensions
getExtensions
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
deleteType2
:
(
params
?:
DeleteType2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
deleteTypeExtensions
:
(
repo
:
string
[]
,
params
?:
DeleteTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
locateTypeExtensions
:
(
repo
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
searchTypeExtensions
:
(
params
?:
SearchTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
updateTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
deleteType2
:
(
params
?:
DeleteType2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
deleteTypeExtensions
:
(
repo
:
string
[]
,
params
?:
DeleteTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
locateTypeExtensions
:
(
repo
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
searchTypeExtensions
:
(
params
?:
SearchTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
updateTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
}
createTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
returns (Extension) {
deleteType2
:
(
params
?:
DeleteType2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
returns (ExtensionList) {
deleteTypeExtensions
:
(
repo
:
string
[]
,
params
?:
DeleteTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
returns (ExtensionList) {
locateTypeExtensions
:
(
repo
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
returns (Extension) {
searchTypeExtensions
:
(
params
?:
SearchTypeExtensionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
(ExtensionList) {
updateTypeExtensions
:
(
repo
:
string
,
dataInputExtension
:
DataInputExtension
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
returns (Extension) {
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...
returns (Extension) {