diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8c186e3..40489a0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.119.0" + ".": "1.120.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index cdd898dd..174c0062 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b91d72f65357f42c5529b6b86bf04409c243e4bf98dd441a64792b86698da51e.yml -openapi_spec_hash: 7b35443ba7263403ac7b0c67bc8826b4 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5e23344ee5f70c17195f26e0af9e85bed0a92f4e8597db349d0038c316be4ff2.yml +openapi_spec_hash: 02057c342dd5b1c72f2006dd28234429 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eea5eba..1db5d431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.120.0 (2025-10-29) + +Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0) + +### Features + +* **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651)) + ## 1.119.0 (2025-10-28) Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.0) diff --git a/Gemfile.lock b/Gemfile.lock index 4ef10241..d632d78f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.119.0) + increase (1.120.0) connection_pool GEM diff --git a/README.md b/README.md index 789c5953..2c27d8cd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.119.0" +gem "increase", "~> 1.120.0" ``` diff --git a/lib/increase/models/account_create_params.rb b/lib/increase/models/account_create_params.rb index bdfac93c..c9c7cd0a 100644 --- a/lib/increase/models/account_create_params.rb +++ b/lib/increase/models/account_create_params.rb @@ -21,7 +21,7 @@ class AccountCreateParams < Increase::Internal::Type::BaseModel # @!attribute informational_entity_id # The identifier of an Entity that, while not owning the Account, is associated - # with its activity. Its relationship to your group must be `informational`. + # with its activity. This is generally the beneficiary of the funds. # # @return [String, nil] optional :informational_entity_id, String diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 1707c6c3..d8550352 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.119.0" + VERSION = "1.120.0" end diff --git a/rbi/increase/models/account_create_params.rbi b/rbi/increase/models/account_create_params.rbi index 3bd55a19..0661d075 100644 --- a/rbi/increase/models/account_create_params.rbi +++ b/rbi/increase/models/account_create_params.rbi @@ -23,7 +23,7 @@ module Increase attr_writer :entity_id # The identifier of an Entity that, while not owning the Account, is associated - # with its activity. Its relationship to your group must be `informational`. + # with its activity. This is generally the beneficiary of the funds. sig { returns(T.nilable(String)) } attr_reader :informational_entity_id @@ -53,7 +53,7 @@ module Increase # The identifier for the Entity that will own the Account. entity_id: nil, # The identifier of an Entity that, while not owning the Account, is associated - # with its activity. Its relationship to your group must be `informational`. + # with its activity. This is generally the beneficiary of the funds. informational_entity_id: nil, # The identifier for the Program that this Account falls under. Required if you # operate more than one Program. diff --git a/rbi/increase/resources/accounts.rbi b/rbi/increase/resources/accounts.rbi index 2aebed77..90dc90c6 100644 --- a/rbi/increase/resources/accounts.rbi +++ b/rbi/increase/resources/accounts.rbi @@ -19,7 +19,7 @@ module Increase # The identifier for the Entity that will own the Account. entity_id: nil, # The identifier of an Entity that, while not owning the Account, is associated - # with its activity. Its relationship to your group must be `informational`. + # with its activity. This is generally the beneficiary of the funds. informational_entity_id: nil, # The identifier for the Program that this Account falls under. Required if you # operate more than one Program.