Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.52.0"
".": "1.53.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.52.0)
increase (1.53.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.52.0"
gem "increase", "~> 1.53.0"
```

<!-- x-release-please-end -->
Expand Down
10 changes: 1 addition & 9 deletions lib/increase/models/ach_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 1 addition & 9 deletions lib/increase/models/check_deposit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 1 addition & 9 deletions lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.52.0"
VERSION = "1.53.0"
end
8 changes: 0 additions & 8 deletions rbi/increase/models/ach_transfer.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down Expand Up @@ -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,
Expand All @@ -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:,
Expand Down Expand Up @@ -1281,7 +1274,6 @@ module Increase
sig do
override.returns(
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down
8 changes: 0 additions & 8 deletions rbi/increase/models/check_deposit.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down Expand Up @@ -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,
Expand All @@ -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:,
Expand Down Expand Up @@ -1192,7 +1185,6 @@ module Increase
sig do
override.returns(
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down
8 changes: 0 additions & 8 deletions rbi/increase/models/pending_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down Expand Up @@ -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,
Expand All @@ -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:,
Expand Down Expand Up @@ -3519,7 +3512,6 @@ module Increase
sig do
override.returns(
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down
5 changes: 0 additions & 5 deletions sig/increase/models/ach_transfer.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ module Increase

type inbound_funds_hold =
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand All @@ -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
Expand All @@ -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,
Expand All @@ -514,7 +510,6 @@ module Increase
) -> void

def to_hash: -> {
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down
5 changes: 0 additions & 5 deletions sig/increase/models/check_deposit.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ module Increase

type inbound_funds_hold =
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand All @@ -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
Expand All @@ -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,
Expand All @@ -546,7 +542,6 @@ module Increase
) -> void

def to_hash: -> {
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down
5 changes: 0 additions & 5 deletions sig/increase/models/pending_transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,6 @@ module Increase

type inbound_funds_hold =
{
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand All @@ -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
Expand All @@ -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,
Expand All @@ -1281,7 +1277,6 @@ module Increase
) -> void

def to_hash: -> {
id: String,
amount: Integer,
automatically_releases_at: Time,
created_at: Time,
Expand Down