docs/CreateWorkPlan.md in purecloudplatformclientv2-69.0.0 vs docs/CreateWorkPlan.md in purecloudplatformclientv2-70.0.0

- old
+ new

@@ -17,20 +17,10 @@ | **constrain_paid_time_granularity** | **BOOLEAN** | Whether paid time granularity should be constrained for this workplan | [optional] | | **paid_time_granularity_minutes** | **Integer** | Granularity in minutes allowed for shift paid time in this work plan. Used if constrainPaidTimeGranularity == true | [optional] | | **constrain_minimum_time_between_shifts** | **BOOLEAN** | Whether the minimum time between shifts constraint is enabled for this work plan | [optional] | | **minimum_time_between_shifts_minutes** | **Integer** | Minimum time between shifts in minutes defined in this work plan. Used if constrainMinimumTimeBetweenShifts == true | [optional] | | **maximum_days** | **Integer** | Maximum number days in a week allowed to be scheduled for this work plan | [optional] | -| **start_day_of_weekend** | **String** | The day of the week for which the weekend starts, such as Saturday | [optional] | -| **minimum_consecutive_time_off_per_week_minutes** | **Integer** | Minimum amount of consecutive time off per week that agents who are assigned this work plan are allowed to have off | [optional] | -| **constrain_maximum_consecutive_working_weekends** | **BOOLEAN** | Whether to constrain the maximum consecutive working weekends | [optional] | -| **maximum_consecutive_working_weekends** | **Integer** | The maximum number of consecutive weekends that agents who are assigned to this work plan are allowed to work | [optional] | | **minimum_working_days_per_week** | **Integer** | The minimum number of days that agents assigned to a work plan must work per week | [optional] | -| **maximum_consecutive_working_days** | **Integer** | The maximum number of consecutive days that agents assigned to this work plan are allowed to work | [optional] | -| **minimum_shift_start_distance_minutes** | **Integer** | The time period in minutes for the duration between the start times of two consecutive working days | [optional] | -| **minimum_days_off_per_planning_period** | **Integer** | Minimum days off in the planning period | [optional] | -| **maximum_days_off_per_planning_period** | **Integer** | Maximum days off in the planning period | [optional] | -| **minimum_paid_hours_per_planning_period** | **Integer** | Minimum paid hours in the planning period | [optional] | -| **maximum_paid_hours_per_planning_period** | **Integer** | Maximum paid hours in the planning period | [optional] | | **optional_days** | [**SetWrapperDayOfWeek**](SetWrapperDayOfWeek.html) | Optional days to schedule for this work plan | [optional] | | **shift_start_variances** | [**ListWrapperShiftStartVariance**](ListWrapperShiftStartVariance.html) | Variance in minutes among start times of shifts in this work plan | [optional] | | **shifts** | [**Array<CreateWorkPlanShift>**](CreateWorkPlanShift.html) | Shifts in this work plan | [optional] | | **agents** | [**Array<UserReference>**](UserReference.html) | Agents in this work plan | [optional] | {: class="table table-striped"}