@webitel/api-services
Preparing search index...
region-service/region-service
getRegionService
Function getRegionService
getRegionService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createRegion
:
(
engineCreateRegionRequest
:
EngineCreateRegionRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
deleteRegion
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
patchRegion
:
(
id
:
string
,
engineRegionServicePatchRegionBody
:
EngineRegionServicePatchRegionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
readRegion
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
searchRegion
:
(
params
?:
SearchRegionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRegion
,
any
,
{}
>
>
;
updateRegion
:
(
id
:
string
,
engineRegionServiceUpdateRegionBody
:
EngineRegionServiceUpdateRegionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createRegion
:
(
engineCreateRegionRequest
:
EngineCreateRegionRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
deleteRegion
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
patchRegion
:
(
id
:
string
,
engineRegionServicePatchRegionBody
:
EngineRegionServicePatchRegionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
readRegion
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
searchRegion
:
(
params
?:
SearchRegionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListRegion
,
any
,
{}
>
>
;
updateRegion
:
(
id
:
string
,
engineRegionServiceUpdateRegionBody
:
EngineRegionServiceUpdateRegionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineRegion
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...