diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37d774d68..0b97f7533 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.52.0" + ".": "1.53.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d35c27b7d..a52464a81 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6c7f7c551cd8635ddf3fa27eb1040a4e3888c8190326472c19fd919a5e2c8c5.yml -openapi_spec_hash: 287cbadcab1cec9f352da22a4e39c160 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f848edf1a38bbdc834fb3855aaf2eaeb77711e36e9a560cadfeb49428b4ac3de.yml +openapi_spec_hash: 52e32b8e609fa290c285bbd44f8bc74a config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b7384a6..b7e30ccb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.53.0 (2025-08-26) + +Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0) + +### Features + +* **api:** api update ([0978f47](https://github.com/Increase/increase-ruby/commit/0978f470ead5ad55589045b5f9317e7aff10cb65)) + ## 1.52.0 (2025-08-26) Full Changelog: [v1.51.0...v1.52.0](https://github.com/Increase/increase-ruby/compare/v1.51.0...v1.52.0) diff --git a/Gemfile.lock b/Gemfile.lock index 5f832e06e..d54c1cb8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.52.0) + increase (1.53.0) connection_pool GEM diff --git a/README.md b/README.md index ca3d5663f..20843d8fa 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.52.0" +gem "increase", "~> 1.53.0" ``` diff --git a/lib/increase/models/ach_transfer.rb b/lib/increase/models/ach_transfer.rb index 9ca22ecc1..dda49feec 100644 --- a/lib/increase/models/ach_transfer.rb +++ b/lib/increase/models/ach_transfer.rb @@ -694,12 +694,6 @@ module Funding # @see Increase::Models::ACHTransfer#inbound_funds_hold class InboundFundsHold < Increase::Internal::Type::BaseModel - # @!attribute id - # The Inbound Funds Hold identifier. - # - # @return [String] - required :id, String - # @!attribute amount # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. @@ -759,15 +753,13 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::ACHTransfer::InboundFundsHold::Type] required :type, enum: -> { Increase::ACHTransfer::InboundFundsHold::Type } - # @!method initialize(id:, amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) + # @!method initialize(amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) # Some parameter documentations has been truncated, see # {Increase::Models::ACHTransfer::InboundFundsHold} for more details. # # Increase will sometimes hold the funds for ACH debit transfers. If funds are # held, this sub-object will contain details of the hold. # - # @param id [String] The Inbound Funds Hold identifier. - # # @param amount [Integer] The held amount in the minor unit of the account's currency. For dollars, for ex # # @param automatically_releases_at [Time] When the hold will be released automatically. Certain conditions may cause it to diff --git a/lib/increase/models/check_deposit.rb b/lib/increase/models/check_deposit.rb index bce71af06..fbd29e792 100644 --- a/lib/increase/models/check_deposit.rb +++ b/lib/increase/models/check_deposit.rb @@ -617,12 +617,6 @@ class DepositSubmission < Increase::Internal::Type::BaseModel # @see Increase::Models::CheckDeposit#inbound_funds_hold class InboundFundsHold < Increase::Internal::Type::BaseModel - # @!attribute id - # The Inbound Funds Hold identifier. - # - # @return [String] - required :id, String - # @!attribute amount # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. @@ -682,15 +676,13 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::CheckDeposit::InboundFundsHold::Type] required :type, enum: -> { Increase::CheckDeposit::InboundFundsHold::Type } - # @!method initialize(id:, amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) + # @!method initialize(amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) # Some parameter documentations has been truncated, see # {Increase::Models::CheckDeposit::InboundFundsHold} for more details. # # Increase will sometimes hold the funds for Check Deposits. If funds are held, # this sub-object will contain details of the hold. # - # @param id [String] The Inbound Funds Hold identifier. - # # @param amount [Integer] The held amount in the minor unit of the account's currency. For dollars, for ex # # @param automatically_releases_at [Time] When the hold will be released automatically. Certain conditions may cause it to diff --git a/lib/increase/models/pending_transaction.rb b/lib/increase/models/pending_transaction.rb index 5cac5c255..e74007efe 100644 --- a/lib/increase/models/pending_transaction.rb +++ b/lib/increase/models/pending_transaction.rb @@ -1801,12 +1801,6 @@ module Currency # @see Increase::Models::PendingTransaction::Source#inbound_funds_hold class InboundFundsHold < Increase::Internal::Type::BaseModel - # @!attribute id - # The Inbound Funds Hold identifier. - # - # @return [String] - required :id, String - # @!attribute amount # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. @@ -1866,7 +1860,7 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::PendingTransaction::Source::InboundFundsHold::Type] required :type, enum: -> { Increase::PendingTransaction::Source::InboundFundsHold::Type } - # @!method initialize(id:, amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) + # @!method initialize(amount:, automatically_releases_at:, created_at:, currency:, held_transaction_id:, pending_transaction_id:, released_at:, status:, type:) # Some parameter documentations has been truncated, see # {Increase::Models::PendingTransaction::Source::InboundFundsHold} for more # details. @@ -1876,8 +1870,6 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel # certain transaction types to account for return windows where funds might still # be clawed back by the sending institution. # - # @param id [String] The Inbound Funds Hold identifier. - # # @param amount [Integer] The held amount in the minor unit of the account's currency. For dollars, for ex # # @param automatically_releases_at [Time] When the hold will be released automatically. Certain conditions may cause it to diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 113825c75..70f5ecf5e 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.52.0" + VERSION = "1.53.0" end diff --git a/rbi/increase/models/ach_transfer.rbi b/rbi/increase/models/ach_transfer.rbi index 509baffca..dcad5a4df 100644 --- a/rbi/increase/models/ach_transfer.rbi +++ b/rbi/increase/models/ach_transfer.rbi @@ -1179,10 +1179,6 @@ module Increase ) end - # The Inbound Funds Hold identifier. - sig { returns(String) } - attr_accessor :id - # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. sig { returns(Integer) } @@ -1236,7 +1232,6 @@ module Increase # held, this sub-object will contain details of the hold. sig do params( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -1250,8 +1245,6 @@ module Increase ).returns(T.attached_class) end def self.new( - # The Inbound Funds Hold identifier. - id:, # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. amount:, @@ -1281,7 +1274,6 @@ module Increase sig do override.returns( { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, diff --git a/rbi/increase/models/check_deposit.rbi b/rbi/increase/models/check_deposit.rbi index 73cfb4547..baed9eb05 100644 --- a/rbi/increase/models/check_deposit.rbi +++ b/rbi/increase/models/check_deposit.rbi @@ -1088,10 +1088,6 @@ module Increase ) end - # The Inbound Funds Hold identifier. - sig { returns(String) } - attr_accessor :id - # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. sig { returns(Integer) } @@ -1147,7 +1143,6 @@ module Increase # this sub-object will contain details of the hold. sig do params( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -1161,8 +1156,6 @@ module Increase ).returns(T.attached_class) end def self.new( - # The Inbound Funds Hold identifier. - id:, # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. amount:, @@ -1192,7 +1185,6 @@ module Increase sig do override.returns( { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, diff --git a/rbi/increase/models/pending_transaction.rbi b/rbi/increase/models/pending_transaction.rbi index 34a5a00b9..62bdaf12b 100644 --- a/rbi/increase/models/pending_transaction.rbi +++ b/rbi/increase/models/pending_transaction.rbi @@ -3409,10 +3409,6 @@ module Increase ) end - # The Inbound Funds Hold identifier. - sig { returns(String) } - attr_accessor :id - # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. sig { returns(Integer) } @@ -3472,7 +3468,6 @@ module Increase # be clawed back by the sending institution. sig do params( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -3488,8 +3483,6 @@ module Increase ).returns(T.attached_class) end def self.new( - # The Inbound Funds Hold identifier. - id:, # The held amount in the minor unit of the account's currency. For dollars, for # example, this is cents. amount:, @@ -3519,7 +3512,6 @@ module Increase sig do override.returns( { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, diff --git a/sig/increase/models/ach_transfer.rbs b/sig/increase/models/ach_transfer.rbs index c1c213ca9..89eb67f6e 100644 --- a/sig/increase/models/ach_transfer.rbs +++ b/sig/increase/models/ach_transfer.rbs @@ -467,7 +467,6 @@ module Increase type inbound_funds_hold = { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -480,8 +479,6 @@ module Increase } class InboundFundsHold < Increase::Internal::Type::BaseModel - attr_accessor id: String - attr_accessor amount: Integer attr_accessor automatically_releases_at: Time @@ -501,7 +498,6 @@ module Increase attr_accessor type: Increase::Models::ACHTransfer::InboundFundsHold::type_ def initialize: ( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -514,7 +510,6 @@ module Increase ) -> void def to_hash: -> { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, diff --git a/sig/increase/models/check_deposit.rbs b/sig/increase/models/check_deposit.rbs index 2376f9b21..df6c640d5 100644 --- a/sig/increase/models/check_deposit.rbs +++ b/sig/increase/models/check_deposit.rbs @@ -499,7 +499,6 @@ module Increase type inbound_funds_hold = { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -512,8 +511,6 @@ module Increase } class InboundFundsHold < Increase::Internal::Type::BaseModel - attr_accessor id: String - attr_accessor amount: Integer attr_accessor automatically_releases_at: Time @@ -533,7 +530,6 @@ module Increase attr_accessor type: Increase::Models::CheckDeposit::InboundFundsHold::type_ def initialize: ( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -546,7 +542,6 @@ module Increase ) -> void def to_hash: -> { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, diff --git a/sig/increase/models/pending_transaction.rbs b/sig/increase/models/pending_transaction.rbs index 5054963a6..485ed1f08 100644 --- a/sig/increase/models/pending_transaction.rbs +++ b/sig/increase/models/pending_transaction.rbs @@ -1234,7 +1234,6 @@ module Increase type inbound_funds_hold = { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -1247,8 +1246,6 @@ module Increase } class InboundFundsHold < Increase::Internal::Type::BaseModel - attr_accessor id: String - attr_accessor amount: Integer attr_accessor automatically_releases_at: Time @@ -1268,7 +1265,6 @@ module Increase attr_accessor type: Increase::Models::PendingTransaction::Source::InboundFundsHold::type_ def initialize: ( - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time, @@ -1281,7 +1277,6 @@ module Increase ) -> void def to_hash: -> { - id: String, amount: Integer, automatically_releases_at: Time, created_at: Time,