Skip to content

Commit 57eaba6

Browse files
release: 1.28.0 (#661)
* feat(api): api update * release: 1.28.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 661e86b commit 57eaba6

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.27.0"
2+
".": "1.28.0"
33
}

.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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.28.0 (2025-05-16)
4+
5+
Full Changelog: [v1.27.0...v1.28.0](https://github.com/Finch-API/finch-api-python/compare/v1.27.0...v1.28.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c7b3f90](https://github.com/Finch-API/finch-api-python/commit/c7b3f909350f259f8798c6e372088c76cf9036c0))
10+
311
## 1.27.0 (2025-05-16)
412

513
Full Changelog: [v1.26.1...v1.27.0](https://github.com/Finch-API/finch-api-python/compare/v1.26.1...v1.27.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "finch-api"
3-
version = "1.27.0"
3+
version = "1.28.0"
44
description = "The official Python library for the Finch API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/finch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "finch"
4-
__version__ = "1.27.0" # x-release-please-version
4+
__version__ = "1.28.0" # x-release-please-version

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)