diff --git a/flux_sdk/benefits_administration/capabilities/report_employees_hr_data/data_models.py b/flux_sdk/benefits_administration/capabilities/report_employees_hr_data/data_models.py index 16171d9..cd3c183 100644 --- a/flux_sdk/benefits_administration/capabilities/report_employees_hr_data/data_models.py +++ b/flux_sdk/benefits_administration/capabilities/report_employees_hr_data/data_models.py @@ -78,6 +78,8 @@ class JobDetails: department: Optional[Department] """ The employees location """ location: Optional[WorkLocation] + """ The Company Configured Employment Type""" + companyEmploymentType: Optional[str] class Employment: diff --git a/pyproject.toml b/pyproject.toml index ec92d8f..4f0d466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rippling-flux-sdk" -version = "0.43" +version = "0.44" description = "Defines the interfaces and data-models used by Rippling Flux Apps." authors = ["Rippling Apps "] readme = "README.md"