From 4787a07c3d59be5640c26ec61b7617ed2b13f2d4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:44:25 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/check_transfer.rb | 7 ++----- lib/increase/models/check_transfer_list_params.rb | 7 ++----- rbi/increase/models/check_transfer.rbi | 13 +++---------- rbi/increase/models/check_transfer_list_params.rbi | 13 +++---------- sig/increase/models/check_transfer.rbs | 10 +++------- sig/increase/models/check_transfer_list_params.rbs | 10 +++------- 7 files changed, 18 insertions(+), 46 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7ba77f512..e94fde2d8 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-8c1e7b6c76b828e1835e628850b33c7468a0db61db1df8e5b781868445ecf25c.yml -openapi_spec_hash: eff2b69771bdda576c42980ca05fdc79 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6b193549e9c795e807b299e7161628dc1e504d43d6be27113b1f3a1e491914f.yml +openapi_spec_hash: 9d0ff6cc1ec60a6772598cff20f8db1d config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/lib/increase/models/check_transfer.rb b/lib/increase/models/check_transfer.rb index 2dd54a74b..f3d78cbd0 100644 --- a/lib/increase/models/check_transfer.rb +++ b/lib/increase/models/check_transfer.rb @@ -765,8 +765,8 @@ module Status # The transfer has been canceled. CANCELED = :canceled - # The transfer is pending review. - PENDING_REVIEWING = :pending_reviewing + # The transfer is pending submission. + PENDING_SUBMISSION = :pending_submission # The transfer requires attention from an Increase operator. REQUIRES_ATTENTION = :requires_attention @@ -774,9 +774,6 @@ module Status # The transfer has been rejected. REJECTED = :rejected - # The transfer is pending submission. - PENDING_SUBMISSION = :pending_submission - # The check is queued for mailing. PENDING_MAILING = :pending_mailing diff --git a/lib/increase/models/check_transfer_list_params.rb b/lib/increase/models/check_transfer_list_params.rb index c38deb1b6..3784881dd 100644 --- a/lib/increase/models/check_transfer_list_params.rb +++ b/lib/increase/models/check_transfer_list_params.rb @@ -133,8 +133,8 @@ module In # The transfer has been canceled. CANCELED = :canceled - # The transfer is pending review. - PENDING_REVIEWING = :pending_reviewing + # The transfer is pending submission. + PENDING_SUBMISSION = :pending_submission # The transfer requires attention from an Increase operator. REQUIRES_ATTENTION = :requires_attention @@ -142,9 +142,6 @@ module In # The transfer has been rejected. REJECTED = :rejected - # The transfer is pending submission. - PENDING_SUBMISSION = :pending_submission - # The check is queued for mailing. PENDING_MAILING = :pending_mailing diff --git a/rbi/increase/models/check_transfer.rbi b/rbi/increase/models/check_transfer.rbi index 16a536834..1ccf49d0f 100644 --- a/rbi/increase/models/check_transfer.rbi +++ b/rbi/increase/models/check_transfer.rbi @@ -1282,10 +1282,10 @@ module Increase CANCELED = T.let(:canceled, Increase::CheckTransfer::Status::TaggedSymbol) - # The transfer is pending review. - PENDING_REVIEWING = + # The transfer is pending submission. + PENDING_SUBMISSION = T.let( - :pending_reviewing, + :pending_submission, Increase::CheckTransfer::Status::TaggedSymbol ) @@ -1300,13 +1300,6 @@ module Increase REJECTED = T.let(:rejected, Increase::CheckTransfer::Status::TaggedSymbol) - # The transfer is pending submission. - PENDING_SUBMISSION = - T.let( - :pending_submission, - Increase::CheckTransfer::Status::TaggedSymbol - ) - # The check is queued for mailing. PENDING_MAILING = T.let(:pending_mailing, Increase::CheckTransfer::Status::TaggedSymbol) diff --git a/rbi/increase/models/check_transfer_list_params.rbi b/rbi/increase/models/check_transfer_list_params.rbi index ecb56bee3..ebc8a7d07 100644 --- a/rbi/increase/models/check_transfer_list_params.rbi +++ b/rbi/increase/models/check_transfer_list_params.rbi @@ -260,10 +260,10 @@ module Increase Increase::CheckTransferListParams::Status::In::TaggedSymbol ) - # The transfer is pending review. - PENDING_REVIEWING = + # The transfer is pending submission. + PENDING_SUBMISSION = T.let( - :pending_reviewing, + :pending_submission, Increase::CheckTransferListParams::Status::In::TaggedSymbol ) @@ -281,13 +281,6 @@ module Increase Increase::CheckTransferListParams::Status::In::TaggedSymbol ) - # The transfer is pending submission. - PENDING_SUBMISSION = - T.let( - :pending_submission, - Increase::CheckTransferListParams::Status::In::TaggedSymbol - ) - # The check is queued for mailing. PENDING_MAILING = T.let( diff --git a/sig/increase/models/check_transfer.rbs b/sig/increase/models/check_transfer.rbs index e58c35d79..3653aa3ec 100644 --- a/sig/increase/models/check_transfer.rbs +++ b/sig/increase/models/check_transfer.rbs @@ -525,10 +525,9 @@ module Increase type status = :pending_approval | :canceled - | :pending_reviewing + | :pending_submission | :requires_attention | :rejected - | :pending_submission | :pending_mailing | :mailed | :deposited @@ -544,8 +543,8 @@ module Increase # The transfer has been canceled. CANCELED: :canceled - # The transfer is pending review. - PENDING_REVIEWING: :pending_reviewing + # The transfer is pending submission. + PENDING_SUBMISSION: :pending_submission # The transfer requires attention from an Increase operator. REQUIRES_ATTENTION: :requires_attention @@ -553,9 +552,6 @@ module Increase # The transfer has been rejected. REJECTED: :rejected - # The transfer is pending submission. - PENDING_SUBMISSION: :pending_submission - # The check is queued for mailing. PENDING_MAILING: :pending_mailing diff --git a/sig/increase/models/check_transfer_list_params.rbs b/sig/increase/models/check_transfer_list_params.rbs index 31cf4d75d..accda88bf 100644 --- a/sig/increase/models/check_transfer_list_params.rbs +++ b/sig/increase/models/check_transfer_list_params.rbs @@ -119,10 +119,9 @@ module Increase type in_ = :pending_approval | :canceled - | :pending_reviewing + | :pending_submission | :requires_attention | :rejected - | :pending_submission | :pending_mailing | :mailed | :deposited @@ -138,8 +137,8 @@ module Increase # The transfer has been canceled. CANCELED: :canceled - # The transfer is pending review. - PENDING_REVIEWING: :pending_reviewing + # The transfer is pending submission. + PENDING_SUBMISSION: :pending_submission # The transfer requires attention from an Increase operator. REQUIRES_ATTENTION: :requires_attention @@ -147,9 +146,6 @@ module Increase # The transfer has been rejected. REJECTED: :rejected - # The transfer is pending submission. - PENDING_SUBMISSION: :pending_submission - # The check is queued for mailing. PENDING_MAILING: :pending_mailing From 20b55c2c20ab411c2330f11ae2d29b6773ae2046 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:44:48 +0000 Subject: [PATCH 2/2] release: 1.139.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 ec9e600f0..b96067094 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.138.0" + ".": "1.139.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e06e46fac..91dacf99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.139.0 (2025-11-10) + +Full Changelog: [v1.138.0...v1.139.0](https://github.com/Increase/increase-ruby/compare/v1.138.0...v1.139.0) + +### Features + +* **api:** api update ([4787a07](https://github.com/Increase/increase-ruby/commit/4787a07c3d59be5640c26ec61b7617ed2b13f2d4)) + ## 1.138.0 (2025-11-07) Full Changelog: [v1.137.0...v1.138.0](https://github.com/Increase/increase-ruby/compare/v1.137.0...v1.138.0) diff --git a/Gemfile.lock b/Gemfile.lock index d364c8668..e85337862 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.138.0) + increase (1.139.0) connection_pool GEM diff --git a/README.md b/README.md index b97684510..9b2e256d8 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.138.0" +gem "increase", "~> 1.139.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index bef3dd14b..c67f29a48 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.138.0" + VERSION = "1.139.0" end