diff --git a/src/Dto/Rtt/EmployeeRttWeekSummary.php b/src/Dto/Rtt/EmployeeRttWeekSummary.php index 600a80b..8ee8e86 100644 --- a/src/Dto/Rtt/EmployeeRttWeekSummary.php +++ b/src/Dto/Rtt/EmployeeRttWeekSummary.php @@ -18,5 +18,6 @@ final class EmployeeRttWeekSummary public int $bonus50Minutes = 0, public int $totalMinutes = 0, public int $cumulativeBalanceMinutes = 0, + public bool $isFlatRecovery = false, ) {} } diff --git a/src/Dto/Rtt/WeekRecoveryDetail.php b/src/Dto/Rtt/WeekRecoveryDetail.php index 8254a2a..7899361 100644 --- a/src/Dto/Rtt/WeekRecoveryDetail.php +++ b/src/Dto/Rtt/WeekRecoveryDetail.php @@ -17,5 +17,6 @@ final class WeekRecoveryDetail public int $bonus50Minutes = 0, public int $totalMinutes = 0, public array $dailyMinutes = [], + public bool $isFlatRecovery = false, ) {} }