From 50e47280d36a4e8339026f810158a3b0ff127651 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 01:09:02 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/account_create_params.rb | 2 +- rbi/increase/models/account_create_params.rbi | 4 ++-- rbi/increase/resources/accounts.rbi | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index cdd898dd6..174c00620 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/lib/increase/models/account_create_params.rb b/lib/increase/models/account_create_params.rb index bdfac93c5..c9c7cd0a1 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/rbi/increase/models/account_create_params.rbi b/rbi/increase/models/account_create_params.rbi index 3bd55a19f..0661d075b 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 2aebed77b..90dc90c68 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. From 08608be158f4567a4aec2dc74f82a0288a9f8daa Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 01:09:22 +0000 Subject: [PATCH 2/2] release: 1.120.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8c186e3d..40489a0e4 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/CHANGELOG.md b/CHANGELOG.md index 0eea5eba1..1db5d4315 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 4ef10241b..d632d78fe 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 789c59530..2c27d8cd9 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/version.rb b/lib/increase/version.rb index 1707c6c39..d85503529 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