@webitel/api-services
Preparing search index...
dynamic-conditions/dynamic-conditions
getDynamicConditions
Function getDynamicConditions
getDynamicConditions
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createCondition
:
(
groupId
:
string
,
dynamicConditionsCreateConditionBody
:
DynamicConditionsCreateConditionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
deleteCondition
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
listConditions
:
(
groupId
:
string
,
params
?:
ListConditionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsConditionList
,
any
,
{}
>
>
;
locateCondition
:
(
id
:
string
,
params
?:
LocateConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLocateConditionResponse
,
any
,
{}
>
>
;
updateCondition
:
(
id
:
string
,
contactsInputCondition
:
ContactsInputCondition
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
updateCondition2
:
(
id
:
string
,
contactsInputCondition
:
ContactsInputCondition
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createCondition
:
(
groupId
:
string
,
dynamicConditionsCreateConditionBody
:
DynamicConditionsCreateConditionBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
deleteCondition
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
listConditions
:
(
groupId
:
string
,
params
?:
ListConditionsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsConditionList
,
any
,
{}
>
>
;
locateCondition
:
(
id
:
string
,
params
?:
LocateConditionParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLocateConditionResponse
,
any
,
{}
>
>
;
updateCondition
:
(
id
:
string
,
contactsInputCondition
:
ContactsInputCondition
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
updateCondition2
:
(
id
:
string
,
contactsInputCondition
:
ContactsInputCondition
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCondition
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...