Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.50"
".": "0.1.0-alpha.51"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-bdcc610cd7d5dcb5d3d7598a33957dd673cb81f14ca5d8dc9d41fced4230f114.yml
openapi_spec_hash: 16dce00b8187a592fab5c88efc7bf7fc
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-c64363d1edd148f74b9e6f3bf2b89348a5be16ee45110a9fd4a96e364b7b85e5.yml
openapi_spec_hash: c6f18b85810ffad38fe9e7b40a3228a4
config_hash: 9ae56f40cec7304896138bfad5caf748
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.51 (2026-07-29)

Full Changelog: [v0.1.0-alpha.50...v0.1.0-alpha.51](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.50...v0.1.0-alpha.51)

### Features

* **api:** api update ([681e5c5](https://github.com/Finch-API/finch-api-ruby/commit/681e5c568238a55e28cc9eb636064f065a1a7cef))

## 0.1.0-alpha.50 (2026-07-17)

Full Changelog: [v0.1.0-alpha.49...v0.1.0-alpha.50](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.49...v0.1.0-alpha.50)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
finch-api (0.1.0.pre.alpha.50)
finch-api (0.1.0.pre.alpha.51)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "finch-api", "~> 0.1.0.pre.alpha.50"
gem "finch-api", "~> 0.1.0.pre.alpha.51"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 3 additions & 0 deletions lib/finch_api/models/connect/session_new_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ module Product
INDIVIDUAL = :individual
PAYMENT = :payment
PAY_STATEMENT = :pay_statement
PLANS = :plans
PLANS_DEPENDENTS = :plans_dependents
PLANS_ENROLLMENTS = :plans_enrollments
RECORDKEEPING = :recordkeeping
SSN = :ssn

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ module Product
INDIVIDUAL = :individual
PAYMENT = :payment
PAY_STATEMENT = :pay_statement
PLANS = :plans
PLANS_DEPENDENTS = :plans_dependents
PLANS_ENROLLMENTS = :plans_enrollments
RECORDKEEPING = :recordkeeping
SSN = :ssn

Expand Down
2 changes: 1 addition & 1 deletion lib/finch_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FinchAPI
VERSION = "0.1.0.pre.alpha.50"
VERSION = "0.1.0.pre.alpha.51"
end
15 changes: 15 additions & 0 deletions rbi/finch_api/models/connect/session_new_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,21 @@ module FinchAPI
:pay_statement,
FinchAPI::Connect::SessionNewParams::Product::TaggedSymbol
)
PLANS =
T.let(
:plans,
FinchAPI::Connect::SessionNewParams::Product::TaggedSymbol
)
PLANS_DEPENDENTS =
T.let(
:plans_dependents,
FinchAPI::Connect::SessionNewParams::Product::TaggedSymbol
)
PLANS_ENROLLMENTS =
T.let(
:plans_enrollments,
FinchAPI::Connect::SessionNewParams::Product::TaggedSymbol
)
RECORDKEEPING =
T.let(
:recordkeeping,
Expand Down
15 changes: 15 additions & 0 deletions rbi/finch_api/models/connect/session_reauthenticate_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,21 @@ module FinchAPI
:pay_statement,
FinchAPI::Connect::SessionReauthenticateParams::Product::TaggedSymbol
)
PLANS =
T.let(
:plans,
FinchAPI::Connect::SessionReauthenticateParams::Product::TaggedSymbol
)
PLANS_DEPENDENTS =
T.let(
:plans_dependents,
FinchAPI::Connect::SessionReauthenticateParams::Product::TaggedSymbol
)
PLANS_ENROLLMENTS =
T.let(
:plans_enrollments,
FinchAPI::Connect::SessionReauthenticateParams::Product::TaggedSymbol
)
RECORDKEEPING =
T.let(
:recordkeeping,
Expand Down
6 changes: 6 additions & 0 deletions sig/finch_api/models/connect/session_new_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ module FinchAPI
| :individual
| :payment
| :pay_statement
| :plans
| :plans_dependents
| :plans_enrollments
| :recordkeeping
| :ssn

Expand All @@ -88,6 +91,9 @@ module FinchAPI
INDIVIDUAL: :individual
PAYMENT: :payment
PAY_STATEMENT: :pay_statement
PLANS: :plans
PLANS_DEPENDENTS: :plans_dependents
PLANS_ENROLLMENTS: :plans_enrollments
RECORDKEEPING: :recordkeeping
SSN: :ssn

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module FinchAPI
| :individual
| :payment
| :pay_statement
| :plans
| :plans_dependents
| :plans_enrollments
| :recordkeeping
| :ssn

Expand All @@ -65,6 +68,9 @@ module FinchAPI
INDIVIDUAL: :individual
PAYMENT: :payment
PAY_STATEMENT: :pay_statement
PLANS: :plans
PLANS_DEPENDENTS: :plans_dependents
PLANS_ENROLLMENTS: :plans_enrollments
RECORDKEEPING: :recordkeeping
SSN: :ssn

Expand Down