Skip to content

Commit c7b3f90

Browse files
feat(api): api update
1 parent 661e86b commit c7b3f90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 46
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-5b00a0bc705b1d5bfcb5ea79c7af544766d51ec12ccc4721825664ab397789d8.yml
3-
openapi_spec_hash: 34891659cff31395ba7683a8153b1db5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-dbbf65e94ae7a53cd5a313974761102447ccda3096fd40967c137ad3f80f7154.yml
3+
openapi_spec_hash: 3cc9d87b60dc27283735d610d4b51a53
44
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6

src/finch/types/hris/employment_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ class UnionMember0(BaseModel):
9595
middle_name: Optional[str] = None
9696
"""The legal middle name of the individual."""
9797

98-
source_id: Optional[str] = None
99-
"""The source system's unique employment identifier for this individual"""
100-
10198
start_date: Optional[str] = None
10299

103100
title: Optional[str] = None
@@ -116,6 +113,9 @@ class UnionMember0(BaseModel):
116113
semi-monthly, daily, etc, depending on what information the provider returns.
117114
"""
118115

116+
source_id: Optional[str] = None
117+
"""The source system's unique employment identifier for this individual"""
118+
119119

120120
class BatchError(BaseModel):
121121
code: float

0 commit comments

Comments
 (0)