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.154.0"
".": "1.155.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-979679fb897563997cb8d20590ac73729287354524a0c2579f4dfd41fa8b63d9.yml
openapi_spec_hash: 22eae96401c4a0de1d135e18133924d1
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-db504b55f81ac4d64ccbfc4d2fecdd346b2a671da840afd3b47fd499ea52e640.yml
openapi_spec_hash: 06d1e20101565b4c8ba616cfa84fbfdd
config_hash: b6f365add90e618b2174634df140826e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.155.0 (2025-12-06)

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

### Features

* **api:** api update ([a988d72](https://github.com/Increase/increase-ruby/commit/a988d7210e3bc9b3f471655c2e6b407904049d5b))

## 1.154.0 (2025-12-05)

Full Changelog: [v1.153.0...v1.154.0](https://github.com/Increase/increase-ruby/compare/v1.153.0...v1.154.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.154.0)
increase (1.155.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.154.0"
gem "increase", "~> 1.155.0"
```

<!-- x-release-please-end -->
Expand Down
9 changes: 9 additions & 0 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1646,6 +1646,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down Expand Up @@ -2936,6 +2939,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down Expand Up @@ -4187,6 +4193,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/declined_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/real_time_decision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ module Category
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# @!method self.values
# @return [Array<Symbol>]
end
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,9 @@ module ProcessingCategory
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT = :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY = :balance_inquiry

# The processing category is unknown.
UNKNOWN = :unknown

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.154.0"
VERSION = "1.155.0"
end
21 changes: 21 additions & 0 deletions rbi/increase/models/card_payment.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -3092,6 +3092,13 @@ module Increase
Increase::CardPayment::Element::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::CardPayment::Element::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down Expand Up @@ -5558,6 +5565,13 @@ module Increase
Increase::CardPayment::Element::CardDecline::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::CardPayment::Element::CardDecline::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down Expand Up @@ -7993,6 +8007,13 @@ module Increase
Increase::CardPayment::Element::CardFinancial::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::CardPayment::Element::CardFinancial::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/declined_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2689,6 +2689,13 @@ module Increase
Increase::DeclinedTransaction::Source::CardDecline::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::DeclinedTransaction::Source::CardDecline::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/pending_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2716,6 +2716,13 @@ module Increase
Increase::PendingTransaction::Source::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::PendingTransaction::Source::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/real_time_decision.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2516,6 +2516,13 @@ module Increase
Increase::RealTimeDecision::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::RealTimeDecision::CardAuthorization::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,13 @@ module Increase
Increase::Simulations::CardAuthorizationCreateParams::ProcessingCategory::Category::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::Simulations::CardAuthorizationCreateParams::ProcessingCategory::Category::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -4443,6 +4443,13 @@ module Increase
Increase::Transaction::Source::CardFinancial::ProcessingCategory::TaggedSymbol
)

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY =
T.let(
:balance_inquiry,
Increase::Transaction::Source::CardFinancial::ProcessingCategory::TaggedSymbol
)

# The processing category is unknown.
UNKNOWN =
T.let(
Expand Down
12 changes: 12 additions & 0 deletions sig/increase/models/card_payment.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -1086,6 +1087,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down Expand Up @@ -1926,6 +1930,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -1955,6 +1960,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down Expand Up @@ -2818,6 +2826,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -2847,6 +2856,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/declined_transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -953,6 +954,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/pending_transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -885,6 +886,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/real_time_decision.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -875,6 +876,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry

module Category
extend Increase::Internal::Type::Enum
Expand Down Expand Up @@ -365,6 +366,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::ProcessingCategory::category]
end

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@ module Increase
| :quasi_cash
| :refund
| :cash_disbursement
| :balance_inquiry
| :unknown

module ProcessingCategory
Expand Down Expand Up @@ -1517,6 +1518,9 @@ module Increase
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
CASH_DISBURSEMENT: :cash_disbursement

# A balance inquiry transaction is used to check the balance of an account associated with a card.
BALANCE_INQUIRY: :balance_inquiry

# The processing category is unknown.
UNKNOWN: :unknown

Expand Down