From 33da38b4ed6b65e9af82a82702e7a314c2765005 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:40:15 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 82f1f239..1e351e7e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-b8ede21f99c37f419124818376c550eae675f760b4bdcec3808bf5e77bb09d9b.yml -openapi_spec_hash: 3d2d4135fe142302f043ac1fbff2cd22 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ec876388bf461b96741c3304d0c3b280bb08700b27f3b9444f1256b2845c8552.yml +openapi_spec_hash: d1fda85520f2b6d0d52e773700c97766 config_hash: 9ae56f40cec7304896138bfad5caf748 From 7daf44ad7a23d25ef1a63499dd067be62dcdc0fd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:59:24 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- lib/finch_api/models/hris/pay_statement.rb | 4 ++-- rbi/finch_api/models/hris/pay_statement.rbi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1e351e7e..861514c9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ec876388bf461b96741c3304d0c3b280bb08700b27f3b9444f1256b2845c8552.yml -openapi_spec_hash: d1fda85520f2b6d0d52e773700c97766 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-3cd1346947fabfca2aa9c6f821170c8d945a82667fb20a15644d5c77f8e98c10.yml +openapi_spec_hash: 642e04e90d37c0e4875d154abd06eb54 config_hash: 9ae56f40cec7304896138bfad5caf748 diff --git a/lib/finch_api/models/hris/pay_statement.rb b/lib/finch_api/models/hris/pay_statement.rb index aaba6f8f..514288d7 100644 --- a/lib/finch_api/models/hris/pay_statement.rb +++ b/lib/finch_api/models/hris/pay_statement.rb @@ -113,7 +113,7 @@ class Earning < FinchAPI::Internal::Type::BaseModel required :hours, Float, nil?: true # @!attribute name - # The exact name of the deduction from the pay statement. + # The exact name of the earning from the pay statement. # # @return [String, nil] required :name, String, nil?: true @@ -139,7 +139,7 @@ class Earning < FinchAPI::Internal::Type::BaseModel # # @param hours [Float, nil] The number of hours associated with this earning. (For salaried employees, this # - # @param name [String, nil] The exact name of the deduction from the pay statement. + # @param name [String, nil] The exact name of the earning from the pay statement. # # @param type [Symbol, FinchAPI::Models::HRIS::PayStatement::Earning::Type, nil] The type of earning. # diff --git a/rbi/finch_api/models/hris/pay_statement.rbi b/rbi/finch_api/models/hris/pay_statement.rbi index af31b0f3..f75f11e4 100644 --- a/rbi/finch_api/models/hris/pay_statement.rbi +++ b/rbi/finch_api/models/hris/pay_statement.rbi @@ -179,7 +179,7 @@ module FinchAPI sig { returns(T.nilable(Float)) } attr_accessor :hours - # The exact name of the deduction from the pay statement. + # The exact name of the earning from the pay statement. sig { returns(T.nilable(String)) } attr_accessor :name @@ -234,7 +234,7 @@ module FinchAPI # The number of hours associated with this earning. (For salaried employees, this # could be hours per pay period, `0` or `null`, depending on the provider). hours:, - # The exact name of the deduction from the pay statement. + # The exact name of the earning from the pay statement. name:, # The type of earning. type:, From e4fb0379064b3fb5199ee2c2a5c6aee6f5ed8a5f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:59:43 +0000 Subject: [PATCH 3/3] release: 0.1.0-alpha.47 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/finch_api/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac370d2b..a9e92226 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.46" + ".": "0.1.0-alpha.47" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ca56e52b..aefc8bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.47 (2026-07-01) + +Full Changelog: [v0.1.0-alpha.46...v0.1.0-alpha.47](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.46...v0.1.0-alpha.47) + +### Features + +* **api:** api update ([7daf44a](https://github.com/Finch-API/finch-api-ruby/commit/7daf44ad7a23d25ef1a63499dd067be62dcdc0fd)) + ## 0.1.0-alpha.46 (2026-06-29) Full Changelog: [v0.1.0-alpha.45...v0.1.0-alpha.46](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.45...v0.1.0-alpha.46) diff --git a/Gemfile.lock b/Gemfile.lock index 3f535209..43c6f1e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - finch-api (0.1.0.pre.alpha.46) + finch-api (0.1.0.pre.alpha.47) cgi connection_pool diff --git a/README.md b/README.md index bfb6d0d3..3b0f78e9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "finch-api", "~> 0.1.0.pre.alpha.46" +gem "finch-api", "~> 0.1.0.pre.alpha.47" ``` diff --git a/lib/finch_api/version.rb b/lib/finch_api/version.rb index dda2ced9..6f6f9131 100644 --- a/lib/finch_api/version.rb +++ b/lib/finch_api/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FinchAPI - VERSION = "0.1.0.pre.alpha.46" + VERSION = "0.1.0.pre.alpha.47" end