/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { WfmLookupEntity } from './wfm-lookup-entity'; /** * * @export * @interface WfmWorkingCondition */ export interface WfmWorkingCondition { /** * * @type {string} * @memberof WfmWorkingCondition */ created_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmWorkingCondition */ created_by?: WfmLookupEntity; /** * * @type {number} * @memberof WfmWorkingCondition */ days_off?: number; /** * * @type {string} * @memberof WfmWorkingCondition */ description?: string; /** * * @type {string} * @memberof WfmWorkingCondition */ domain_id?: string; /** * * @type {string} * @memberof WfmWorkingCondition */ id?: string; /** * * @type {string} * @memberof WfmWorkingCondition */ name?: string; /** * * @type {number} * @memberof WfmWorkingCondition */ pause_duration?: number; /** * * @type {WfmLookupEntity} * @memberof WfmWorkingCondition */ pause_template?: WfmLookupEntity; /** * * @type {WfmLookupEntity} * @memberof WfmWorkingCondition */ shift_template?: WfmLookupEntity; /** * * @type {number} * @memberof WfmWorkingCondition */ sick_leaves?: number; /** * * @type {string} * @memberof WfmWorkingCondition */ updated_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmWorkingCondition */ updated_by?: WfmLookupEntity; /** * * @type {number} * @memberof WfmWorkingCondition */ vacation?: number; /** * * @type {number} * @memberof WfmWorkingCondition */ workday_hours?: number; /** * * @type {number} * @memberof WfmWorkingCondition */ workdays_per_month?: number; } //# sourceMappingURL=wfm-working-condition.d.ts.map