Skip to content
Merged
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.11"
".": "0.1.0-alpha.12"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 46
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-ff61a38530dfae03860bceb49379e84bfc7434eeb5d2f1dc9677cb162014faf1.yml
openapi_spec_hash: df3bdaf4acf575bb07767cae7ca24d69
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46640c1b468813b828be61b1af5cb5450f9555c4c757c5a740189906a8d56672.yml
openapi_spec_hash: 1d5845ae61d2c0a143db43d579b048c5
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0-alpha.12 (2025-04-18)

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

### Features

* **api:** api update ([af6d720](https://github.com/Finch-API/finch-api-ruby/commit/af6d7200af6949087dbcac88f67c486e42295b24))


### Chores

* **internal:** version bump ([159b4f1](https://github.com/Finch-API/finch-api-ruby/commit/159b4f1064283eff6cd1d2ad70a1770d4cc7b391))

## 0.1.0-alpha.11 (2025-04-12)

Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
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.10)
finch-api (0.1.0.pre.alpha.11)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.11"
gem "finch-api", "~> 0.1.0.pre.alpha.12"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 2 additions & 1 deletion lib/finch_api/models/hris/company.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class HRISCompany < FinchAPI::Internal::Type::BaseModel
required :primary_email, String, nil?: true

# @!attribute primary_phone_number
# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
#
# @return [String, nil]
required :primary_phone_number, String, nil?: true
Expand Down
3 changes: 2 additions & 1 deletion lib/finch_api/models/sandbox/company_update_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class CompanyUpdateParams < FinchAPI::Internal::Type::BaseModel
required :primary_email, String, nil?: true

# @!attribute primary_phone_number
# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
#
# @return [String, nil]
required :primary_phone_number, String, nil?: true
Expand Down
3 changes: 2 additions & 1 deletion lib/finch_api/models/sandbox/company_update_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class CompanyUpdateResponse < FinchAPI::Internal::Type::BaseModel
required :primary_email, String, nil?: true

# @!attribute primary_phone_number
# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
#
# @return [String, nil]
required :primary_phone_number, String, nil?: true
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.11"
VERSION = "0.1.0.pre.alpha.12"
end
3 changes: 2 additions & 1 deletion rbi/lib/finch_api/models/hris/company.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module FinchAPI
sig { returns(T.nilable(String)) }
attr_accessor :primary_email

# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
sig { returns(T.nilable(String)) }
attr_accessor :primary_phone_number

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ module FinchAPI
sig { returns(T.nilable(String)) }
attr_accessor :primary_email

# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
sig { returns(T.nilable(String)) }
attr_accessor :primary_phone_number

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ module FinchAPI
sig { returns(T.nilable(String)) }
attr_accessor :primary_email

# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
sig { returns(T.nilable(String)) }
attr_accessor :primary_phone_number

Expand Down
3 changes: 2 additions & 1 deletion rbi/lib/finch_api/resources/sandbox/company.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module FinchAPI
locations:,
# The email of the main administrator on the account.
primary_email:,
# The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
# The phone number of the main administrator on the account. Format: E.164, with
# extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
primary_phone_number:,
request_options: {}
); end
Expand Down