From c7b3f909350f259f8798c6e372088c76cf9036c0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 17:39:16 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/finch/types/hris/employment_data.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index c72261be..b63f6b19 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 46 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-5b00a0bc705b1d5bfcb5ea79c7af544766d51ec12ccc4721825664ab397789d8.yml -openapi_spec_hash: 34891659cff31395ba7683a8153b1db5 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-dbbf65e94ae7a53cd5a313974761102447ccda3096fd40967c137ad3f80f7154.yml +openapi_spec_hash: 3cc9d87b60dc27283735d610d4b51a53 config_hash: 53778a0b839c4f6ad34fbba051f5e8a6 diff --git a/src/finch/types/hris/employment_data.py b/src/finch/types/hris/employment_data.py index 140f2274..82713daf 100644 --- a/src/finch/types/hris/employment_data.py +++ b/src/finch/types/hris/employment_data.py @@ -95,9 +95,6 @@ class UnionMember0(BaseModel): middle_name: Optional[str] = None """The legal middle name of the individual.""" - source_id: Optional[str] = None - """The source system's unique employment identifier for this individual""" - start_date: Optional[str] = None title: Optional[str] = None @@ -116,6 +113,9 @@ class UnionMember0(BaseModel): semi-monthly, daily, etc, depending on what information the provider returns. """ + source_id: Optional[str] = None + """The source system's unique employment identifier for this individual""" + class BatchError(BaseModel): code: float From 708b7d2cd059aa60f325d8b09762b04feb3f309a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 17:39:46 +0000 Subject: [PATCH 2/2] release: 1.28.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/finch/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4eb89879..31d82388 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.0" + ".": "1.28.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d96ea116..cd521996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.28.0 (2025-05-16) + +Full Changelog: [v1.27.0...v1.28.0](https://github.com/Finch-API/finch-api-python/compare/v1.27.0...v1.28.0) + +### Features + +* **api:** api update ([c7b3f90](https://github.com/Finch-API/finch-api-python/commit/c7b3f909350f259f8798c6e372088c76cf9036c0)) + ## 1.27.0 (2025-05-16) Full Changelog: [v1.26.1...v1.27.0](https://github.com/Finch-API/finch-api-python/compare/v1.26.1...v1.27.0) diff --git a/pyproject.toml b/pyproject.toml index d919801a..a019fd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "finch-api" -version = "1.27.0" +version = "1.28.0" description = "The official Python library for the Finch API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/finch/_version.py b/src/finch/_version.py index 5337dd5b..44e3bc02 100644 --- a/src/finch/_version.py +++ b/src/finch/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "finch" -__version__ = "1.27.0" # x-release-please-version +__version__ = "1.28.0" # x-release-please-version