Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BccCode.Hailey.Client/HaileyClientGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ public partial class EmployeeListItem
/// Number of vacation days for the Employee. Calculated from the employee's effectual employment.
/// </summary>
[Newtonsoft.Json.JsonProperty("vacationDays", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public int? VacationDays { get; set; }
public double? VacationDays { get; set; }

/// <summary>
/// Id of the Employee the current Employee is substituting for, if any. Calculated from the employee's effectual employment.
Expand Down Expand Up @@ -1640,7 +1640,7 @@ public partial class EmploymentTerms
/// Number of vacation days for the Employee.
/// </summary>
[Newtonsoft.Json.JsonProperty("vacationDays", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public int? VacationDays { get; set; }
public double? VacationDays { get; set; }

/// <summary>
/// Id of the Employee the current Employee is substituting for, if any.
Expand Down
Loading