From b4956dddd9c330f39d53c4fe48b9249916b1db7a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:47:50 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/inbound_check_deposit.rb | 3 +++ lib/increase/models/transaction.rb | 3 +++ rbi/increase/models/inbound_check_deposit.rbi | 7 +++++++ rbi/increase/models/transaction.rbi | 7 +++++++ sig/increase/models/inbound_check_deposit.rbs | 4 ++++ sig/increase/models/transaction.rbs | 4 ++++ 7 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 2cc58976..1e5f14c3 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 229 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a0eb4b9ef698e80be2fc9e995d6096b96de35e4985c8586e0773fa55a6b50943.yml -openapi_spec_hash: a36c0bee01bf3af40ebcd7075308f170 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-af1c3f6f39bad6db3878ece15395915f818d9310c5535947520e935e82e8bac3.yml +openapi_spec_hash: 3291dcc6833f09527c442c898c8d11f0 config_hash: ca1425272e17fa23d4466d33492334fa diff --git a/lib/increase/models/inbound_check_deposit.rb b/lib/increase/models/inbound_check_deposit.rb index 7b3b034d..a874482e 100644 --- a/lib/increase/models/inbound_check_deposit.rb +++ b/lib/increase/models/inbound_check_deposit.rb @@ -237,6 +237,9 @@ module Reason # The recipient was not able to process the check. This usually happens for e.g., low quality images. NON_CONFORMING_ITEM = :non_conforming_item + # The check has already been deposited elsewhere and so this is a duplicate. + PAID = :paid + # @!method self.values # @return [Array] end diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index bb539d5e..a19c1822 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -6078,6 +6078,9 @@ module Reason # The recipient was not able to process the check. This usually happens for e.g., low quality images. NON_CONFORMING_ITEM = :non_conforming_item + # The check has already been deposited elsewhere and so this is a duplicate. + PAID = :paid + # @!method self.values # @return [Array] end diff --git a/rbi/increase/models/inbound_check_deposit.rbi b/rbi/increase/models/inbound_check_deposit.rbi index 92b427be..7d15f714 100644 --- a/rbi/increase/models/inbound_check_deposit.rbi +++ b/rbi/increase/models/inbound_check_deposit.rbi @@ -331,6 +331,13 @@ module Increase Increase::InboundCheckDeposit::Adjustment::Reason::TaggedSymbol ) + # The check has already been deposited elsewhere and so this is a duplicate. + PAID = + T.let( + :paid, + Increase::InboundCheckDeposit::Adjustment::Reason::TaggedSymbol + ) + sig do override.returns( T::Array[ diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index 8a580475..cb0f6e7c 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -11364,6 +11364,13 @@ module Increase Increase::Transaction::Source::InboundCheckAdjustment::Reason::TaggedSymbol ) + # The check has already been deposited elsewhere and so this is a duplicate. + PAID = + T.let( + :paid, + Increase::Transaction::Source::InboundCheckAdjustment::Reason::TaggedSymbol + ) + sig do override.returns( T::Array[ diff --git a/sig/increase/models/inbound_check_deposit.rbs b/sig/increase/models/inbound_check_deposit.rbs index c57de235..6ca9e32c 100644 --- a/sig/increase/models/inbound_check_deposit.rbs +++ b/sig/increase/models/inbound_check_deposit.rbs @@ -147,6 +147,7 @@ module Increase | :wrong_payee_credit | :adjusted_amount | :non_conforming_item + | :paid module Reason extend Increase::Internal::Type::Enum @@ -163,6 +164,9 @@ module Increase # The recipient was not able to process the check. This usually happens for e.g., low quality images. NON_CONFORMING_ITEM: :non_conforming_item + # The check has already been deposited elsewhere and so this is a duplicate. + PAID: :paid + def self?.values: -> ::Array[Increase::Models::InboundCheckDeposit::Adjustment::reason] end end diff --git a/sig/increase/models/transaction.rbs b/sig/increase/models/transaction.rbs index 2c82ff5b..ebd98b31 100644 --- a/sig/increase/models/transaction.rbs +++ b/sig/increase/models/transaction.rbs @@ -4448,6 +4448,7 @@ module Increase | :wrong_payee_credit | :adjusted_amount | :non_conforming_item + | :paid module Reason extend Increase::Internal::Type::Enum @@ -4464,6 +4465,9 @@ module Increase # The recipient was not able to process the check. This usually happens for e.g., low quality images. NON_CONFORMING_ITEM: :non_conforming_item + # The check has already been deposited elsewhere and so this is a duplicate. + PAID: :paid + def self?.values: -> ::Array[Increase::Models::Transaction::Source::InboundCheckAdjustment::reason] end end From 12e7e3a0be93cda57c560118740a469714e135a0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:48:14 +0000 Subject: [PATCH 2/2] release: 1.141.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 2390bfeb..bf9ed174 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.140.0" + ".": "1.141.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad28b59..0c8a7667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.141.0 (2025-11-13) + +Full Changelog: [v1.140.0...v1.141.0](https://github.com/Increase/increase-ruby/compare/v1.140.0...v1.141.0) + +### Features + +* **api:** api update ([b4956dd](https://github.com/Increase/increase-ruby/commit/b4956dddd9c330f39d53c4fe48b9249916b1db7a)) + ## 1.140.0 (2025-11-12) Full Changelog: [v1.139.0...v1.140.0](https://github.com/Increase/increase-ruby/compare/v1.139.0...v1.140.0) diff --git a/Gemfile.lock b/Gemfile.lock index aab61656..23f8fc21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.140.0) + increase (1.141.0) connection_pool GEM diff --git a/README.md b/README.md index d6f8c090..a24d3f86 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.140.0" +gem "increase", "~> 1.141.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index aa4d432c..f3b5df3e 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.140.0" + VERSION = "1.141.0" end