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.208.0"
".": "1.209.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: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml
openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml
openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9
config_hash: 4b562e97b3d8b4cba758a87d4927a76d
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.209.0 (2026-02-14)

Full Changelog: [v1.208.0...v1.209.0](https://github.com/Increase/increase-ruby/compare/v1.208.0...v1.209.0)

### Features

* **api:** api update ([6d4eb47](https://github.com/Increase/increase-ruby/commit/6d4eb473a5825b70b0acf61e0eaea8dbbb161b16))

## 1.208.0 (2026-02-10)

Full Changelog: [v1.207.0...v1.208.0](https://github.com/Increase/increase-ruby/compare/v1.207.0...v1.208.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.208.0)
increase (1.209.0)
cgi
connection_pool

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.208.0"
gem "increase", "~> 1.209.0"
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/models/account_statement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AccountStatement < Increase::Internal::Type::BaseModel
required :created_at, Time

# @!attribute ending_balance
# The Account's balance at the start of its statement period.
# The Account's balance at the end of its statement period.
#
# @return [Integer]
required :ending_balance, Integer
Expand Down Expand Up @@ -82,7 +82,7 @@ class AccountStatement < Increase::Internal::Type::BaseModel
#
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Account
#
# @param ending_balance [Integer] The Account's balance at the start of its statement period.
# @param ending_balance [Integer] The Account's balance at the end of its statement period.
#
# @param file_id [String] The identifier of the File containing a PDF of the statement.
#
Expand Down
6 changes: 3 additions & 3 deletions lib/increase/models/ach_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ACHTransfer < Increase::Internal::Type::BaseModel
required :individual_id, String, nil?: true

# @!attribute individual_name
# The name of the transfer recipient. This value is information and not verified
# The name of the transfer recipient. This value is informational and not verified
# by the recipient's bank.
#
# @return [String, nil]
Expand Down Expand Up @@ -300,7 +300,7 @@ class ACHTransfer < Increase::Internal::Type::BaseModel
#
# @param individual_id [String, nil] Your identifier for the transfer recipient.
#
# @param individual_name [String, nil] The name of the transfer recipient. This value is information and not verified b
# @param individual_name [String, nil] The name of the transfer recipient. This value is informational and not verified
#
# @param network [Symbol, Increase::Models::ACHTransfer::Network] The transfer's network.
#
Expand Down Expand Up @@ -1371,7 +1371,7 @@ class Submission < Increase::Internal::Type::BaseModel

# @!attribute expected_funds_settlement_at
# When the transfer is expected to settle in the recipient's account. Credits may
# be available sooner, at the receiving banks discretion. The FedACH schedule is
# be available sooner, at the receiving bank's discretion. The FedACH schedule is
# published
# [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
#
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/bookkeeping_balance_lookup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BookkeepingBalanceLookup < Increase::Internal::Type::BaseModel
# Some parameter documentations has been truncated, see
# {Increase::Models::BookkeepingBalanceLookup} for more details.
#
# Represents a request to lookup the balance of an Bookkeeping Account at a given
# Represents a request to lookup the balance of a Bookkeeping Account at a given
# point in time.
#
# @param balance [Integer] The Bookkeeping Account's current balance, representing the sum of all Bookkeepi
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/models/bookkeeping_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BookkeepingEntry < Increase::Internal::Type::BaseModel
required :created_at, Time

# @!attribute entry_set_id
# The identifier for the Account the Entry belongs to.
# The identifier for the Entry Set the Entry belongs to.
#
# @return [String]
required :entry_set_id, String
Expand Down Expand Up @@ -58,7 +58,7 @@ class BookkeepingEntry < Increase::Internal::Type::BaseModel
#
# @param created_at [Time] When the entry set was created.
#
# @param entry_set_id [String] The identifier for the Account the Entry belongs to.
# @param entry_set_id [String] The identifier for the Entry Set the Entry belongs to.
#
# @param type [Symbol, Increase::Models::BookkeepingEntry::Type] A constant representing the object's type. For this resource it will always be `

Expand Down
22 changes: 11 additions & 11 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Element < Increase::Internal::Type::BaseModel
# @!attribute card_authorization
# A Card Authorization object. This field will be present in the JSON response if
# and only if `category` is equal to `card_authorization`. Card Authorizations are
# temporary holds placed on a customers funds with the intent to later clear a
# temporary holds placed on a customer's funds with the intent to later clear a
# transaction.
#
# @return [Increase::Models::CardPayment::Element::CardAuthorization, nil]
Expand Down Expand Up @@ -148,7 +148,7 @@ class Element < Increase::Internal::Type::BaseModel
# @!attribute card_financial
# A Card Financial object. This field will be present in the JSON response if and
# only if `category` is equal to `card_financial`. Card Financials are temporary
# holds placed on a customers funds with the intent to later clear a transaction.
# holds placed on a customer's funds with the intent to later clear a transaction.
#
# @return [Increase::Models::CardPayment::Element::CardFinancial, nil]
optional :card_financial, -> { Increase::CardPayment::Element::CardFinancial }, nil?: true
Expand Down Expand Up @@ -177,7 +177,7 @@ class Element < Increase::Internal::Type::BaseModel
# @!attribute card_refund
# A Card Refund object. This field will be present in the JSON response if and
# only if `category` is equal to `card_refund`. Card Refunds move money back to
# the cardholder. While they are usually connected to a Card Settlement an
# the cardholder. While they are usually connected to a Card Settlement, an
# acquirer can also refund money directly to a card without relation to a
# transaction.
#
Expand Down Expand Up @@ -891,7 +891,7 @@ class CardAuthorization < Increase::Internal::Type::BaseModel
#
# A Card Authorization object. This field will be present in the JSON response if
# and only if `category` is equal to `card_authorization`. Card Authorizations are
# temporary holds placed on a customers funds with the intent to later clear a
# temporary holds placed on a customer's funds with the intent to later clear a
# transaction.
#
# @param id [String] The Card Authorization identifier.
Expand Down Expand Up @@ -4609,7 +4609,7 @@ class CardFinancial < Increase::Internal::Type::BaseModel
#
# A Card Financial object. This field will be present in the JSON response if and
# only if `category` is equal to `card_financial`. Card Financials are temporary
# holds placed on a customers funds with the intent to later clear a transaction.
# holds placed on a customer's funds with the intent to later clear a transaction.
#
# @param id [String] The Card Financial identifier.
#
Expand Down Expand Up @@ -6489,7 +6489,7 @@ class CardRefund < Increase::Internal::Type::BaseModel
required :currency, enum: -> { Increase::CardPayment::Element::CardRefund::Currency }

# @!attribute interchange
# Interchange assessed as a part of this transaciton.
# Interchange assessed as a part of this transaction.
#
# @return [Increase::Models::CardPayment::Element::CardRefund::Interchange, nil]
required :interchange, -> { Increase::CardPayment::Element::CardRefund::Interchange }, nil?: true
Expand Down Expand Up @@ -6586,7 +6586,7 @@ class CardRefund < Increase::Internal::Type::BaseModel
#
# A Card Refund object. This field will be present in the JSON response if and
# only if `category` is equal to `card_refund`. Card Refunds move money back to
# the cardholder. While they are usually connected to a Card Settlement an
# the cardholder. While they are usually connected to a Card Settlement, an
# acquirer can also refund money directly to a card without relation to a
# transaction.
#
Expand All @@ -6600,7 +6600,7 @@ class CardRefund < Increase::Internal::Type::BaseModel
#
# @param currency [Symbol, Increase::Models::CardPayment::Element::CardRefund::Currency] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transaction'
#
# @param interchange [Increase::Models::CardPayment::Element::CardRefund::Interchange, nil] Interchange assessed as a part of this transaciton.
# @param interchange [Increase::Models::CardPayment::Element::CardRefund::Interchange, nil] Interchange assessed as a part of this transaction.
#
# @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
#
Expand Down Expand Up @@ -6712,7 +6712,7 @@ class Interchange < Increase::Internal::Type::BaseModel
# {Increase::Models::CardPayment::Element::CardRefund::Interchange} for more
# details.
#
# Interchange assessed as a part of this transaciton.
# Interchange assessed as a part of this transaction.
#
# @param amount [String] The interchange amount given as a string containing a decimal number in major un
#
Expand Down Expand Up @@ -8212,7 +8212,7 @@ class CardSettlement < Increase::Internal::Type::BaseModel

# @!attribute surcharge
# Surcharge amount details, if applicable. The amount is positive if the surcharge
# is added to to the overall transaction amount (surcharge), and negative if the
# is added to the overall transaction amount (surcharge), and negative if the
# surcharge is deducted from the overall transaction amount (discount).
#
# @return [Increase::Models::CardPayment::Element::CardSettlement::Surcharge, nil]
Expand Down Expand Up @@ -9452,7 +9452,7 @@ class Surcharge < Increase::Internal::Type::BaseModel
# details.
#
# Surcharge amount details, if applicable. The amount is positive if the surcharge
# is added to to the overall transaction amount (surcharge), and negative if the
# is added to the overall transaction amount (surcharge), and negative if the
# surcharge is deducted from the overall transaction amount (discount).
#
# @param amount [Integer] The surcharge amount in the minor unit of the transaction's settlement currency.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/card_push_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ class Submission < Increase::Internal::Type::BaseModel

# @!attribute submitted_at
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
# the transfer was submitted to card network.
# the transfer was submitted to the card network.
#
# @return [Time]
required :submitted_at, Time
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/digital_card_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DigitalCardProfile < Increase::Internal::Type::BaseModel

# @!attribute created_at
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
# the Card Dispute was created.
# the Digital Card Profile was created.
#
# @return [Time]
required :created_at, Time
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/file_link_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FileLinkCreateParams < Increase::Internal::Type::BaseModel

# @!attribute expires_at
# The time at which the File Link will expire. The default is 1 hour from the time
# of the request. The maxiumum is 1 day from the time of the request.
# of the request. The maximum is 1 day from the time of the request.
#
# @return [Time, nil]
optional :expires_at, Time
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/models/inbound_ach_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ class NotificationOfChange < Increase::Internal::Type::BaseModel
required :updated_account_number, String, nil?: true

# @!attribute updated_routing_number
# The new account number provided in the notification of change.
# The new routing number provided in the notification of change.
#
# @return [String, nil]
required :updated_routing_number, String, nil?: true
Expand All @@ -897,7 +897,7 @@ class NotificationOfChange < Increase::Internal::Type::BaseModel
#
# @param updated_account_number [String, nil] The new account number provided in the notification of change.
#
# @param updated_routing_number [String, nil] The new account number provided in the notification of change.
# @param updated_routing_number [String, nil] The new routing number provided in the notification of change.
end

# @see Increase::Models::InboundACHTransfer#settlement
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/inbound_wire_drawdown_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class InboundWireDrawdownRequest < Increase::Internal::Type::BaseModel

# @!attribute created_at
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
# the inbound wire drawdown requested was created.
# the inbound wire drawdown request was created.
#
# @return [Time]
required :created_at, Time
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class Source < Increase::Internal::Type::BaseModel
# @!attribute card_authorization
# A Card Authorization object. This field will be present in the JSON response if
# and only if `category` is equal to `card_authorization`. Card Authorizations are
# temporary holds placed on a customers funds with the intent to later clear a
# temporary holds placed on a customer's funds with the intent to later clear a
# transaction.
#
# @return [Increase::Models::PendingTransaction::Source::CardAuthorization, nil]
Expand Down Expand Up @@ -770,7 +770,7 @@ class CardAuthorization < Increase::Internal::Type::BaseModel
#
# A Card Authorization object. This field will be present in the JSON response if
# and only if `category` is equal to `card_authorization`. Card Authorizations are
# temporary holds placed on a customers funds with the intent to later clear a
# temporary holds placed on a customer's funds with the intent to later clear a
# transaction.
#
# @param id [String] The Card Authorization identifier.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/physical_card_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PhysicalCardProfile < Increase::Internal::Type::BaseModel

# @!attribute created_at
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
# the Card Dispute was created.
# the Physical Card Profile was created.
#
# @return [Time]
required :created_at, Time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CardIncrementCreateParams < Increase::Internal::Type::BaseModel
required :amount, Integer

# @!attribute card_payment_id
# The identifier of the Card Payment to create a increment on.
# The identifier of the Card Payment to create an increment on.
#
# @return [String]
required :card_payment_id, String
Expand All @@ -35,7 +35,7 @@ class CardIncrementCreateParams < Increase::Internal::Type::BaseModel
#
# @param amount [Integer] The amount of the increment in minor units in the card authorization's currency.
#
# @param card_payment_id [String] The identifier of the Card Payment to create a increment on.
# @param card_payment_id [String] The identifier of the Card Payment to create an increment on.
#
# @param event_subscription_id [String] The identifier of the Event Subscription to use. If provided, will override the
#
Expand Down
Loading