Skip to content

Commit

Permalink
3P Flex: EmployeeEnrollment Data Model added with timestamp field add…
Browse files Browse the repository at this point in the history
…ition (#107)
  • Loading branch information
nikhil946Rippling authored Dec 27, 2024
1 parent 18e7405 commit f4a54da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ class EmployeeEnrollment:
first_enrollment_date: Optional[date]
department: Optional[str]
hsa_annual_limit_type: Optional[str]
record_sent_timestamp: Optional[date]
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.45"
version = "0.46"
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 f4a54da

Please sign in to comment.