diff --git a/BccCode.Hailey.Client/HaileyClientGenerated.cs b/BccCode.Hailey.Client/HaileyClientGenerated.cs index 3207c91..935f359 100644 --- a/BccCode.Hailey.Client/HaileyClientGenerated.cs +++ b/BccCode.Hailey.Client/HaileyClientGenerated.cs @@ -1315,7 +1315,7 @@ public partial class EmployeeListItem /// Number of vacation days for the Employee. Calculated from the employee's effectual employment. /// [Newtonsoft.Json.JsonProperty("vacationDays", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public int? VacationDays { get; set; } + public double? VacationDays { get; set; } /// /// Id of the Employee the current Employee is substituting for, if any. Calculated from the employee's effectual employment. @@ -1640,7 +1640,7 @@ public partial class EmploymentTerms /// Number of vacation days for the Employee. /// [Newtonsoft.Json.JsonProperty("vacationDays", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public int? VacationDays { get; set; } + public double? VacationDays { get; set; } /// /// Id of the Employee the current Employee is substituting for, if any.