@webitel/api-services
Preparing search index...
working-condition-service/working-condition-service
getWorkingConditionService
Function getWorkingConditionService
getWorkingConditionService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
workingConditionServiceCreateWorkingCondition
:
(
wfmCreateWorkingConditionRequest
:
WfmCreateWorkingConditionRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceDeleteWorkingCondition
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceReadWorkingCondition
:
(
id
:
string
,
params
?:
WorkingConditionServiceReadWorkingConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceSearchWorkingCondition
:
(
params
?:
WorkingConditionServiceSearchWorkingConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceUpdateWorkingCondition
:
(
workingConditionServiceUpdateWorkingConditionBody
:
WorkingConditionServiceUpdateWorkingConditionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingConditionResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
workingConditionServiceCreateWorkingCondition
:
(
wfmCreateWorkingConditionRequest
:
WfmCreateWorkingConditionRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmCreateWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceDeleteWorkingCondition
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmDeleteWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceReadWorkingCondition
:
(
id
:
string
,
params
?:
WorkingConditionServiceReadWorkingConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmReadWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceSearchWorkingCondition
:
(
params
?:
WorkingConditionServiceSearchWorkingConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmSearchWorkingConditionResponse
,
any
,
{}
>
>
;
workingConditionServiceUpdateWorkingCondition
:
(
workingConditionServiceUpdateWorkingConditionBody
:
WorkingConditionServiceUpdateWorkingConditionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WfmUpdateWorkingConditionResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...