Skip to content

Commit 6795335

Browse files
chore: remove internal-only field (#313)
1 parent 31ab309 commit 6795335

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/finch/types/hris/employment_data.py

-6
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ class EmploymentData(BaseModel):
8686
middle_name: Optional[str] = None
8787
"""The legal middle name of the individual."""
8888

89-
pay_group_ids: Optional[List[str]] = None
90-
"""Note: This property is only available if enabled for your account.
91-
92-
Please reach out to your Finch representative if you would like access.
93-
"""
94-
9589
source_id: Optional[str] = None
9690
"""The source system's unique employment identifier for this individual"""
9791

0 commit comments

Comments
 (0)