From c4fbf127f45a7146bbbc2a3bdfc25fa94d1ee5be Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:50:35 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/check_transfer.rb | 2 +- .../models/check_transfer_create_params.rb | 12 ++++++------ lib/increase/resources/check_transfers.rb | 2 +- rbi/increase/models/check_transfer.rbi | 2 +- .../models/check_transfer_create_params.rbi | 14 +++++++------- rbi/increase/resources/check_transfers.rbi | 4 ++-- sig/increase/models/check_transfer.rbs | 2 +- .../models/check_transfer_create_params.rbs | 2 +- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1c0a751d..8014bc2c 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-29da995f8b04baed0eb2b6b038bc14f3165a3e1eae15b7a1136cce323d132bfd.yml -openapi_spec_hash: ff369b84b7477f46c3f3e3edeecaf176 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3d5a35f67916cc1c9e9e4df38edbf72b926effa0faf60ea5cb7047a4a2d7f3c7.yml +openapi_spec_hash: 33c55e463f9bf747f502bdb38d5e2622 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/lib/increase/models/check_transfer.rb b/lib/increase/models/check_transfer.rb index 7dd837e5..3ec04f0d 100644 --- a/lib/increase/models/check_transfer.rb +++ b/lib/increase/models/check_transfer.rb @@ -253,7 +253,7 @@ class Approval < Increase::Internal::Type::BaseModel module BalanceCheck extend Increase::Internal::Type::Enum - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL = :full # No balance check will performed when the check transfer is initiated. A zero-dollar Pending Transaction will be created. The balance will still be checked when the Inbound Check Deposit is created. diff --git a/lib/increase/models/check_transfer_create_params.rb b/lib/increase/models/check_transfer_create_params.rb index efc3fbc9..cbe7c600 100644 --- a/lib/increase/models/check_transfer_create_params.rb +++ b/lib/increase/models/check_transfer_create_params.rb @@ -33,8 +33,8 @@ class CheckTransferCreateParams < Increase::Internal::Type::BaseModel required :source_account_number_id, String # @!attribute balance_check - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. # # @return [Symbol, Increase::Models::CheckTransferCreateParams::BalanceCheck, nil] optional :balance_check, enum: -> { Increase::CheckTransferCreateParams::BalanceCheck } @@ -81,7 +81,7 @@ class CheckTransferCreateParams < Increase::Internal::Type::BaseModel # # @param source_account_number_id [String] The identifier of the Account Number from which to send the transfer and print o # - # @param balance_check [Symbol, Increase::Models::CheckTransferCreateParams::BalanceCheck] How the account's available balance should be checked. Please contact [support@i + # @param balance_check [Symbol, Increase::Models::CheckTransferCreateParams::BalanceCheck] How the account's available balance should be checked. If omitted, the default b # # @param check_number [String] The check number Increase should use for the check. This should not contain lead # @@ -107,12 +107,12 @@ module FulfillmentMethod # @return [Array] end - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. module BalanceCheck extend Increase::Internal::Type::Enum - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL = :full # No balance check will performed when the check transfer is initiated. A zero-dollar Pending Transaction will be created. The balance will still be checked when the Inbound Check Deposit is created. diff --git a/lib/increase/resources/check_transfers.rb b/lib/increase/resources/check_transfers.rb index f04bbebd..1b512431 100644 --- a/lib/increase/resources/check_transfers.rb +++ b/lib/increase/resources/check_transfers.rb @@ -18,7 +18,7 @@ class CheckTransfers # # @param source_account_number_id [String] The identifier of the Account Number from which to send the transfer and print o # - # @param balance_check [Symbol, Increase::Models::CheckTransferCreateParams::BalanceCheck] How the account's available balance should be checked. Please contact [support@i + # @param balance_check [Symbol, Increase::Models::CheckTransferCreateParams::BalanceCheck] How the account's available balance should be checked. If omitted, the default b # # @param check_number [String] The check number Increase should use for the check. This should not contain lead # diff --git a/rbi/increase/models/check_transfer.rbi b/rbi/increase/models/check_transfer.rbi index cbe07574..dda0f096 100644 --- a/rbi/increase/models/check_transfer.rbi +++ b/rbi/increase/models/check_transfer.rbi @@ -372,7 +372,7 @@ module Increase T.type_alias { T.all(Symbol, Increase::CheckTransfer::BalanceCheck) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL = T.let(:full, Increase::CheckTransfer::BalanceCheck::TaggedSymbol) # No balance check will performed when the check transfer is initiated. A zero-dollar Pending Transaction will be created. The balance will still be checked when the Inbound Check Deposit is created. diff --git a/rbi/increase/models/check_transfer_create_params.rbi b/rbi/increase/models/check_transfer_create_params.rbi index f192aab8..a1f3c5eb 100644 --- a/rbi/increase/models/check_transfer_create_params.rbi +++ b/rbi/increase/models/check_transfer_create_params.rbi @@ -35,8 +35,8 @@ module Increase sig { returns(String) } attr_accessor :source_account_number_id - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. sig do returns( T.nilable(Increase::CheckTransferCreateParams::BalanceCheck::OrSymbol) @@ -126,8 +126,8 @@ module Increase # The identifier of the Account Number from which to send the transfer and print # on the check. source_account_number_id:, - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. balance_check: nil, # The check number Increase should use for the check. This should not contain # leading zeroes and must be unique across the `source_account_number`. If this is @@ -206,8 +206,8 @@ module Increase end end - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. module BalanceCheck extend Increase::Internal::Type::Enum @@ -217,7 +217,7 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL = T.let( :full, diff --git a/rbi/increase/resources/check_transfers.rbi b/rbi/increase/resources/check_transfers.rbi index bd136835..01da67f1 100644 --- a/rbi/increase/resources/check_transfers.rbi +++ b/rbi/increase/resources/check_transfers.rbi @@ -31,8 +31,8 @@ module Increase # The identifier of the Account Number from which to send the transfer and print # on the check. source_account_number_id:, - # How the account's available balance should be checked. Please contact - # [support@increase.com](mailto:support@increase.com) to enable this parameter. + # How the account's available balance should be checked. If omitted, the default + # behavior is `balance_check: full`. balance_check: nil, # The check number Increase should use for the check. This should not contain # leading zeroes and must be unique across the `source_account_number`. If this is diff --git a/sig/increase/models/check_transfer.rbs b/sig/increase/models/check_transfer.rbs index e0e8fb72..1452f197 100644 --- a/sig/increase/models/check_transfer.rbs +++ b/sig/increase/models/check_transfer.rbs @@ -148,7 +148,7 @@ module Increase module BalanceCheck extend Increase::Internal::Type::Enum - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL: :full # No balance check will performed when the check transfer is initiated. A zero-dollar Pending Transaction will be created. The balance will still be checked when the Inbound Check Deposit is created. diff --git a/sig/increase/models/check_transfer_create_params.rbs b/sig/increase/models/check_transfer_create_params.rbs index 0c1e3372..a4aa9bd8 100644 --- a/sig/increase/models/check_transfer_create_params.rbs +++ b/sig/increase/models/check_transfer_create_params.rbs @@ -97,7 +97,7 @@ module Increase module BalanceCheck extend Increase::Internal::Type::Enum - # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. + # The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. This is the default behavior if `balance_check` is omitted. FULL: :full # No balance check will performed when the check transfer is initiated. A zero-dollar Pending Transaction will be created. The balance will still be checked when the Inbound Check Deposit is created. From 245c1d4be1f9e08423aed47a1459dcaaa86e37d6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:50:57 +0000 Subject: [PATCH 2/2] release: 1.125.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 3f9da571..cfcd55ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.124.0" + ".": "1.125.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b09da8..6b84c7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.125.0 (2025-10-31) + +Full Changelog: [v1.124.0...v1.125.0](https://github.com/Increase/increase-ruby/compare/v1.124.0...v1.125.0) + +### Features + +* **api:** api update ([c4fbf12](https://github.com/Increase/increase-ruby/commit/c4fbf127f45a7146bbbc2a3bdfc25fa94d1ee5be)) + ## 1.124.0 (2025-10-30) Full Changelog: [v1.123.0...v1.124.0](https://github.com/Increase/increase-ruby/compare/v1.123.0...v1.124.0) diff --git a/Gemfile.lock b/Gemfile.lock index ee92617c..60fd37b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.124.0) + increase (1.125.0) connection_pool GEM diff --git a/README.md b/README.md index d50daf13..6e35c54e 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.124.0" +gem "increase", "~> 1.125.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 7cca0f68..e0520581 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.124.0" + VERSION = "1.125.0" end