@webitel/api-services
Preparing search index...
catalogs/catalogs
getCatalogs
Function getCatalogs
getCatalogs
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createCatalog
:
(
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
CreateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
deleteCatalog
:
(
id
:
string
[]
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalogList
,
any
,
{}
>
>
;
listCatalogs
:
(
params
?:
ListCatalogsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalogList
,
any
,
{}
>
>
;
locateCatalog
:
(
id
:
string
,
params
?:
LocateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateCatalogResponse
,
any
,
{}
>
>
;
updateCatalog
:
(
id
:
string
,
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
UpdateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
updateCatalog2
:
(
id
:
string
,
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
UpdateCatalog2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createCatalog
:
(
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
CreateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
deleteCatalog
:
(
id
:
string
[]
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalogList
,
any
,
{}
>
>
;
listCatalogs
:
(
params
?:
ListCatalogsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalogList
,
any
,
{}
>
>
;
locateCatalog
:
(
id
:
string
,
params
?:
LocateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLocateCatalogResponse
,
any
,
{}
>
>
;
updateCatalog
:
(
id
:
string
,
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
UpdateCatalogParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
updateCatalog2
:
(
id
:
string
,
webitelCasesInputCatalog
:
WebitelCasesInputCatalog
,
params
?:
UpdateCatalog2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCatalog
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...