Skip to content

Commit

Permalink
update flux employee class (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitesh authored May 24, 2024
1 parent b7f0ef0 commit 14598df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flux_sdk/flux_core/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class Employee:
employment_type: Optional[str] # The employment type of the employee.
department: Optional[str] # The department of the employee.
termination_reason: Optional[str] # The termination reason of the employee if the employee is terminated.
work_location_nickname: Optional[str]
teams: Optional[list[str]]


class ContributionType(Enum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rippling-flux-sdk"
version = "0.26"
version = "0.27"
description = "Defines the interfaces and data-models used by Rippling Flux Apps."
authors = ["Rippling Apps <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 14598df

Please sign in to comment.