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 @@
{
".": "1.119.0"
".": "1.120.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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:
increase (1.119.0)
increase (1.120.0)
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 @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.119.0"
gem "increase", "~> 1.120.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/account_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.119.0"
VERSION = "1.120.0"
end
4 changes: 2 additions & 2 deletions rbi/increase/models/account_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rbi/increase/resources/accounts.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down