@webitel/api-services
Preparing search index...
_models/workingConditionServiceUpdateWorkingConditionBodyItem.zod
WorkingConditionServiceUpdateWorkingConditionBodyItem
Type Alias WorkingConditionServiceUpdateWorkingConditionBodyItem
type
WorkingConditionServiceUpdateWorkingConditionBodyItem
=
{
createdAt
?:
string
;
createdBy
?:
WfmLookupEntity
;
daysOff
?:
number
;
description
?:
string
;
domainId
?:
string
;
name
?:
string
;
pauseDuration
?:
number
;
pauseTemplate
?:
WfmLookupEntity
;
shiftTemplate
?:
WfmLookupEntity
;
sickLeaves
?:
number
;
updatedAt
?:
string
;
updatedBy
?:
WfmLookupEntity
;
vacation
?:
number
;
workdayHours
?:
number
;
workdaysPerMonth
?:
number
;
}
Index
Properties
created
At?
created
By?
days
Off?
description?
domain
Id?
name?
pause
Duration?
pause
Template?
shift
Template?
sick
Leaves?
updated
At?
updated
By?
vacation?
workday
Hours?
workdays
Per
Month?
Properties
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
WfmLookupEntity
Optional
days
Off
daysOff
?:
number
Optional
description
description
?:
string
Optional
domain
Id
domainId
?:
string
Optional
name
name
?:
string
Optional
pause
Duration
pauseDuration
?:
number
Optional
pause
Template
pauseTemplate
?:
WfmLookupEntity
Optional
shift
Template
shiftTemplate
?:
WfmLookupEntity
Optional
sick
Leaves
sickLeaves
?:
number
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
WfmLookupEntity
Optional
vacation
vacation
?:
number
Optional
workday
Hours
workdayHours
?:
number
Optional
workdays
Per
Month
workdaysPerMonth
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
created
By
days
Off
description
domain
Id
name
pause
Duration
pause
Template
shift
Template
sick
Leaves
updated
At
updated
By
vacation
workday
Hours
workdays
Per
Month
@webitel/api-services
Loading...