From a456344ef7dd123a819153711709dec13edc30ef Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:51:18 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 6 +++--- lib/increase/client.rb | 8 ++++---- lib/increase/resources/simulations.rb | 8 ++++---- rbi/increase/client.rbi | 6 +++--- rbi/increase/resources/simulations.rbi | 6 +++--- sig/increase/client.rbs | 4 ++-- sig/increase/resources/simulations.rbs | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.stats.yml b/.stats.yml index 602fdb7cc..11b34180d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 217 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6d1cfc3f93b6829318d0905c04d24008ab3576d5c00d8eb17c7d55fc34beef9e.yml -openapi_spec_hash: 12f331a1ebc9c7c8465a850736a8d8c6 -config_hash: 2a4a1945e6eefa24fa5b0590cf580fb4 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e74540ca75fc4e7a0e28d2c41c53c6131dff74e1e3c1472601db19509bb77451.yml +openapi_spec_hash: 4030ac2965b556670d1b427ffc5c554b +config_hash: e1885b38eded054b77308a024c5d80cc diff --git a/lib/increase/client.rb b/lib/increase/client.rb index 745902297..d81709908 100644 --- a/lib/increase/client.rb +++ b/lib/increase/client.rb @@ -29,6 +29,9 @@ class Client < Increase::Internal::Transport::BaseClient # @return [Increase::Resources::AccountNumbers] attr_reader :account_numbers + # @return [Increase::Resources::AccountTransfers] + attr_reader :account_transfers + # @return [Increase::Resources::Cards] attr_reader :cards @@ -62,9 +65,6 @@ class Client < Increase::Internal::Transport::BaseClient # @return [Increase::Resources::DeclinedTransactions] attr_reader :declined_transactions - # @return [Increase::Resources::AccountTransfers] - attr_reader :account_transfers - # @return [Increase::Resources::ACHTransfers] attr_reader :ach_transfers @@ -252,6 +252,7 @@ def initialize( @accounts = Increase::Resources::Accounts.new(client: self) @account_numbers = Increase::Resources::AccountNumbers.new(client: self) + @account_transfers = Increase::Resources::AccountTransfers.new(client: self) @cards = Increase::Resources::Cards.new(client: self) @card_payments = Increase::Resources::CardPayments.new(client: self) @card_purchase_supplements = Increase::Resources::CardPurchaseSupplements.new(client: self) @@ -263,7 +264,6 @@ def initialize( @transactions = Increase::Resources::Transactions.new(client: self) @pending_transactions = Increase::Resources::PendingTransactions.new(client: self) @declined_transactions = Increase::Resources::DeclinedTransactions.new(client: self) - @account_transfers = Increase::Resources::AccountTransfers.new(client: self) @ach_transfers = Increase::Resources::ACHTransfers.new(client: self) @ach_prenotifications = Increase::Resources::ACHPrenotifications.new(client: self) @inbound_ach_transfers = Increase::Resources::InboundACHTransfers.new(client: self) diff --git a/lib/increase/resources/simulations.rb b/lib/increase/resources/simulations.rb index d9c8d8c57..6eb775bfc 100644 --- a/lib/increase/resources/simulations.rb +++ b/lib/increase/resources/simulations.rb @@ -6,6 +6,9 @@ class Simulations # @return [Increase::Resources::Simulations::InterestPayments] attr_reader :interest_payments + # @return [Increase::Resources::Simulations::AccountTransfers] + attr_reader :account_transfers + # @return [Increase::Resources::Simulations::CardAuthorizations] attr_reader :card_authorizations @@ -39,9 +42,6 @@ class Simulations # @return [Increase::Resources::Simulations::PendingTransactions] attr_reader :pending_transactions - # @return [Increase::Resources::Simulations::AccountTransfers] - attr_reader :account_transfers - # @return [Increase::Resources::Simulations::ACHTransfers] attr_reader :ach_transfers @@ -96,6 +96,7 @@ class Simulations def initialize(client:) @client = client @interest_payments = Increase::Resources::Simulations::InterestPayments.new(client: client) + @account_transfers = Increase::Resources::Simulations::AccountTransfers.new(client: client) @card_authorizations = Increase::Resources::Simulations::CardAuthorizations.new(client: client) @card_authorization_expirations = Increase::Resources::Simulations::CardAuthorizationExpirations.new(client: client) @@ -109,7 +110,6 @@ def initialize(client:) @digital_wallet_token_requests = Increase::Resources::Simulations::DigitalWalletTokenRequests.new(client: client) @pending_transactions = Increase::Resources::Simulations::PendingTransactions.new(client: client) - @account_transfers = Increase::Resources::Simulations::AccountTransfers.new(client: client) @ach_transfers = Increase::Resources::Simulations::ACHTransfers.new(client: client) @inbound_ach_transfers = Increase::Resources::Simulations::InboundACHTransfers.new(client: client) @wire_transfers = Increase::Resources::Simulations::WireTransfers.new(client: client) diff --git a/rbi/increase/client.rbi b/rbi/increase/client.rbi index 0f1dc8dec..4e039309b 100644 --- a/rbi/increase/client.rbi +++ b/rbi/increase/client.rbi @@ -28,6 +28,9 @@ module Increase sig { returns(Increase::Resources::AccountNumbers) } attr_reader :account_numbers + sig { returns(Increase::Resources::AccountTransfers) } + attr_reader :account_transfers + sig { returns(Increase::Resources::Cards) } attr_reader :cards @@ -61,9 +64,6 @@ module Increase sig { returns(Increase::Resources::DeclinedTransactions) } attr_reader :declined_transactions - sig { returns(Increase::Resources::AccountTransfers) } - attr_reader :account_transfers - sig { returns(Increase::Resources::ACHTransfers) } attr_reader :ach_transfers diff --git a/rbi/increase/resources/simulations.rbi b/rbi/increase/resources/simulations.rbi index 1d647b52f..27863be1d 100644 --- a/rbi/increase/resources/simulations.rbi +++ b/rbi/increase/resources/simulations.rbi @@ -6,6 +6,9 @@ module Increase sig { returns(Increase::Resources::Simulations::InterestPayments) } attr_reader :interest_payments + sig { returns(Increase::Resources::Simulations::AccountTransfers) } + attr_reader :account_transfers + sig { returns(Increase::Resources::Simulations::CardAuthorizations) } attr_reader :card_authorizations @@ -43,9 +46,6 @@ module Increase sig { returns(Increase::Resources::Simulations::PendingTransactions) } attr_reader :pending_transactions - sig { returns(Increase::Resources::Simulations::AccountTransfers) } - attr_reader :account_transfers - sig { returns(Increase::Resources::Simulations::ACHTransfers) } attr_reader :ach_transfers diff --git a/sig/increase/client.rbs b/sig/increase/client.rbs index b2e04f415..8a44a8aab 100644 --- a/sig/increase/client.rbs +++ b/sig/increase/client.rbs @@ -19,6 +19,8 @@ module Increase attr_reader account_numbers: Increase::Resources::AccountNumbers + attr_reader account_transfers: Increase::Resources::AccountTransfers + attr_reader cards: Increase::Resources::Cards attr_reader card_payments: Increase::Resources::CardPayments @@ -41,8 +43,6 @@ module Increase attr_reader declined_transactions: Increase::Resources::DeclinedTransactions - attr_reader account_transfers: Increase::Resources::AccountTransfers - attr_reader ach_transfers: Increase::Resources::ACHTransfers attr_reader ach_prenotifications: Increase::Resources::ACHPrenotifications diff --git a/sig/increase/resources/simulations.rbs b/sig/increase/resources/simulations.rbs index fbd77233e..3944fd33a 100644 --- a/sig/increase/resources/simulations.rbs +++ b/sig/increase/resources/simulations.rbs @@ -3,6 +3,8 @@ module Increase class Simulations attr_reader interest_payments: Increase::Resources::Simulations::InterestPayments + attr_reader account_transfers: Increase::Resources::Simulations::AccountTransfers + attr_reader card_authorizations: Increase::Resources::Simulations::CardAuthorizations attr_reader card_authorization_expirations: Increase::Resources::Simulations::CardAuthorizationExpirations @@ -25,8 +27,6 @@ module Increase attr_reader pending_transactions: Increase::Resources::Simulations::PendingTransactions - attr_reader account_transfers: Increase::Resources::Simulations::AccountTransfers - attr_reader ach_transfers: Increase::Resources::Simulations::ACHTransfers attr_reader inbound_ach_transfers: Increase::Resources::Simulations::InboundACHTransfers From 732aaf7e4bac8710fe52cf2b224a94b22604b4db Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:51:37 +0000 Subject: [PATCH 2/2] release: 1.66.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 045e3819b..fa1c44bbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.65.0" + ".": "1.66.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aa69d8485..6809babf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.66.0 (2025-09-05) + +Full Changelog: [v1.65.0...v1.66.0](https://github.com/Increase/increase-ruby/compare/v1.65.0...v1.66.0) + +### Features + +* **api:** api update ([a456344](https://github.com/Increase/increase-ruby/commit/a456344ef7dd123a819153711709dec13edc30ef)) + ## 1.65.0 (2025-09-05) Full Changelog: [v1.64.0...v1.65.0](https://github.com/Increase/increase-ruby/compare/v1.64.0...v1.65.0) diff --git a/Gemfile.lock b/Gemfile.lock index e2604cda1..af3f50eb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.65.0) + increase (1.66.0) connection_pool GEM diff --git a/README.md b/README.md index 8b4456e67..e21003600 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.65.0" +gem "increase", "~> 1.66.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 6d05e32ff..ee4cb74e6 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.65.0" + VERSION = "1.66.0" end