diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db912a0d..7b33636f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.96.0" + ".": "1.97.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 5be8c21e..0b87763c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-24ddca9eb65b72b527002775880ca10d5f0e13426f076fb983761c44df2429a9.yml -openapi_spec_hash: 32d6ee149133e0cc8026079cc29c0991 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-57a965663739666faa0c7699e48af1185389436a2c4fd774e28d86cb7b1c69ba.yml +openapi_spec_hash: cd4681291bf755562f76ae6a1ead73a3 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/CHANGELOG.md b/CHANGELOG.md index 063e06e0..9cc0cbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.97.0 (2025-09-29) + +Full Changelog: [v1.96.0...v1.97.0](https://github.com/Increase/increase-ruby/compare/v1.96.0...v1.97.0) + +### Features + +* **api:** api update ([f06a2da](https://github.com/Increase/increase-ruby/commit/f06a2da6b5ff662026549228b579a75001825fa1)) + ## 1.96.0 (2025-09-29) Full Changelog: [v1.95.1...v1.96.0](https://github.com/Increase/increase-ruby/compare/v1.95.1...v1.96.0) diff --git a/Gemfile.lock b/Gemfile.lock index d34eba1d..8a36b3eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.96.0) + increase (1.97.0) connection_pool GEM diff --git a/README.md b/README.md index b6833006..6cd1edc4 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.96.0" +gem "increase", "~> 1.97.0" ``` diff --git a/lib/increase/models/bookkeeping_account_create_params.rb b/lib/increase/models/bookkeeping_account_create_params.rb index 752aa207..91e30880 100644 --- a/lib/increase/models/bookkeeping_account_create_params.rb +++ b/lib/increase/models/bookkeeping_account_create_params.rb @@ -14,7 +14,7 @@ class BookkeepingAccountCreateParams < Increase::Internal::Type::BaseModel required :name, String # @!attribute account_id - # The entity, if `compliance_category` is `commingled_cash`. + # The account, if `compliance_category` is `commingled_cash`. # # @return [String, nil] optional :account_id, String @@ -34,7 +34,7 @@ class BookkeepingAccountCreateParams < Increase::Internal::Type::BaseModel # @!method initialize(name:, account_id: nil, compliance_category: nil, entity_id: nil, request_options: {}) # @param name [String] The name you choose for the account. # - # @param account_id [String] The entity, if `compliance_category` is `commingled_cash`. + # @param account_id [String] The account, if `compliance_category` is `commingled_cash`. # # @param compliance_category [Symbol, Increase::Models::BookkeepingAccountCreateParams::ComplianceCategory] The account compliance category. # diff --git a/lib/increase/resources/bookkeeping_accounts.rb b/lib/increase/resources/bookkeeping_accounts.rb index ff7ed302..494c5464 100644 --- a/lib/increase/resources/bookkeeping_accounts.rb +++ b/lib/increase/resources/bookkeeping_accounts.rb @@ -9,7 +9,7 @@ class BookkeepingAccounts # # @param name [String] The name you choose for the account. # - # @param account_id [String] The entity, if `compliance_category` is `commingled_cash`. + # @param account_id [String] The account, if `compliance_category` is `commingled_cash`. # # @param compliance_category [Symbol, Increase::Models::BookkeepingAccountCreateParams::ComplianceCategory] The account compliance category. # diff --git a/lib/increase/version.rb b/lib/increase/version.rb index e52e5d60..d7cea7e3 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.96.0" + VERSION = "1.97.0" end diff --git a/rbi/increase/models/bookkeeping_account_create_params.rbi b/rbi/increase/models/bookkeeping_account_create_params.rbi index 4b683b7c..c8bc0925 100644 --- a/rbi/increase/models/bookkeeping_account_create_params.rbi +++ b/rbi/increase/models/bookkeeping_account_create_params.rbi @@ -18,7 +18,7 @@ module Increase sig { returns(String) } attr_accessor :name - # The entity, if `compliance_category` is `commingled_cash`. + # The account, if `compliance_category` is `commingled_cash`. sig { returns(T.nilable(String)) } attr_reader :account_id @@ -63,7 +63,7 @@ module Increase def self.new( # The name you choose for the account. name:, - # The entity, if `compliance_category` is `commingled_cash`. + # The account, if `compliance_category` is `commingled_cash`. account_id: nil, # The account compliance category. compliance_category: nil, diff --git a/rbi/increase/resources/bookkeeping_accounts.rbi b/rbi/increase/resources/bookkeeping_accounts.rbi index 48ee161b..a33f257a 100644 --- a/rbi/increase/resources/bookkeeping_accounts.rbi +++ b/rbi/increase/resources/bookkeeping_accounts.rbi @@ -17,7 +17,7 @@ module Increase def create( # The name you choose for the account. name:, - # The entity, if `compliance_category` is `commingled_cash`. + # The account, if `compliance_category` is `commingled_cash`. account_id: nil, # The account compliance category. compliance_category: nil,