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.97.1"
".": "1.98.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: 214
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-878472ce6c3df1541bd6f2924ca987acc43fec7409cb06e6fe129638f9b6fb72.yml
openapi_spec_hash: 69facc862aa08df8ca458569028663e7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1084eee4a06751b960309c5854bc2af4d20e8022359fda84882ea67495bdce1b.yml
openapi_spec_hash: 90bed8cf565ade10b60b33d5ca70e6d0
config_hash: a143293c5450ae8f52acad08f3102575
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.98.0 (2025-10-01)

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

### Features

* **api:** api update ([4fa817d](https://github.com/Increase/increase-ruby/commit/4fa817db198c0c75226d288d97957ebf58bd2cb1))

## 1.97.1 (2025-09-30)

Full Changelog: [v1.97.0...v1.97.1](https://github.com/Increase/increase-ruby/compare/v1.97.0...v1.97.1)
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.97.1)
increase (1.98.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.97.1"
gem "increase", "~> 1.98.0"
```

<!-- x-release-please-end -->
Expand Down
24 changes: 12 additions & 12 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class Source < Increase::Internal::Type::BaseModel
required :ach_transfer_return, -> { Increase::Transaction::Source::ACHTransferReturn }, nil?: true

# @!attribute card_dispute_acceptance
# A Card Dispute Acceptance object. This field will be present in the JSON
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_acceptance`.
# Contains the details of a successful Card Dispute.
#
Expand All @@ -240,9 +240,9 @@ class Source < Increase::Internal::Type::BaseModel
nil?: true

# @!attribute card_dispute_loss
# A Card Dispute Loss object. This field will be present in the JSON response if
# and only if `category` is equal to `card_dispute_loss`. Contains the details of
# a lost Card Dispute.
# A Legacy Card Dispute Loss object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_loss`. Contains the
# details of a lost Card Dispute.
#
# @return [Increase::Models::Transaction::Source::CardDisputeLoss, nil]
required :card_dispute_loss, -> { Increase::Transaction::Source::CardDisputeLoss }, nil?: true
Expand Down Expand Up @@ -557,11 +557,11 @@ class Source < Increase::Internal::Type::BaseModel
#
# @param ach_transfer_return [Increase::Models::Transaction::Source::ACHTransferReturn, nil] An ACH Transfer Return object. This field will be present in the JSON response i
#
# @param card_dispute_acceptance [Increase::Models::Transaction::Source::CardDisputeAcceptance, nil] A Card Dispute Acceptance object. This field will be present in the JSON respons
# @param card_dispute_acceptance [Increase::Models::Transaction::Source::CardDisputeAcceptance, nil] A Legacy Card Dispute Acceptance object. This field will be present in the JSON
#
# @param card_dispute_financial [Increase::Models::Transaction::Source::CardDisputeFinancial, nil] A Card Dispute Financial object. This field will be present in the JSON response
#
# @param card_dispute_loss [Increase::Models::Transaction::Source::CardDisputeLoss, nil] A Card Dispute Loss object. This field will be present in the JSON response if a
# @param card_dispute_loss [Increase::Models::Transaction::Source::CardDisputeLoss, nil] A Legacy Card Dispute Loss object. This field will be present in the JSON respon
#
# @param card_financial [Increase::Models::Transaction::Source::CardFinancial, nil] A Card Financial object. This field will be present in the JSON response if and
#
Expand Down Expand Up @@ -1129,7 +1129,7 @@ class CardDisputeAcceptance < Increase::Internal::Type::BaseModel
# Some parameter documentations has been truncated, see
# {Increase::Models::Transaction::Source::CardDisputeAcceptance} for more details.
#
# A Card Dispute Acceptance object. This field will be present in the JSON
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_acceptance`.
# Contains the details of a successful Card Dispute.
#
Expand Down Expand Up @@ -1270,9 +1270,9 @@ class CardDisputeLoss < Increase::Internal::Type::BaseModel
# Some parameter documentations has been truncated, see
# {Increase::Models::Transaction::Source::CardDisputeLoss} for more details.
#
# A Card Dispute Loss object. This field will be present in the JSON response if
# and only if `category` is equal to `card_dispute_loss`. Contains the details of
# a lost Card Dispute.
# A Legacy Card Dispute Loss object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_loss`. Contains the
# details of a lost Card Dispute.
#
# @param explanation [String] Why the Card Dispute was lost.
#
Expand Down Expand Up @@ -5385,13 +5385,13 @@ module Category
# Cashback Payment: details will be under the `cashback_payment` object.
CASHBACK_PAYMENT = :cashback_payment

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE = :card_dispute_acceptance

# Card Dispute Financial: details will be under the `card_dispute_financial` object.
CARD_DISPUTE_FINANCIAL = :card_dispute_financial

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS = :card_dispute_loss

# Card Refund: details will be under the `card_refund` object.
Expand Down
4 changes: 2 additions & 2 deletions lib/increase/models/transaction_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ module In
# Cashback Payment: details will be under the `cashback_payment` object.
CASHBACK_PAYMENT = :cashback_payment

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE = :card_dispute_acceptance

# Card Dispute Financial: details will be under the `card_dispute_financial` object.
CARD_DISPUTE_FINANCIAL = :card_dispute_financial

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS = :card_dispute_loss

# Card Refund: details will be under the `card_refund` object.
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.97.1"
VERSION = "1.98.0"
end
28 changes: 14 additions & 14 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ module Increase
end
attr_writer :ach_transfer_return

# A Card Dispute Acceptance object. This field will be present in the JSON
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_acceptance`.
# Contains the details of a successful Card Dispute.
sig do
Expand Down Expand Up @@ -350,9 +350,9 @@ module Increase
end
attr_writer :card_dispute_financial

# A Card Dispute Loss object. This field will be present in the JSON response if
# and only if `category` is equal to `card_dispute_loss`. Contains the details of
# a lost Card Dispute.
# A Legacy Card Dispute Loss object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_loss`. Contains the
# details of a lost Card Dispute.
sig do
returns(T.nilable(Increase::Transaction::Source::CardDisputeLoss))
end
Expand Down Expand Up @@ -1069,17 +1069,17 @@ module Increase
# the first two business days after the transfer is initiated, but can occur much
# later.
ach_transfer_return:,
# A Card Dispute Acceptance object. This field will be present in the JSON
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_acceptance`.
# Contains the details of a successful Card Dispute.
card_dispute_acceptance:,
# A Card Dispute Financial object. This field will be present in the JSON response
# if and only if `category` is equal to `card_dispute_financial`. Financial event
# related to a Card Dispute.
card_dispute_financial:,
# A Card Dispute Loss object. This field will be present in the JSON response if
# and only if `category` is equal to `card_dispute_loss`. Contains the details of
# a lost Card Dispute.
# A Legacy Card Dispute Loss object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_loss`. Contains the
# details of a lost Card Dispute.
card_dispute_loss:,
# 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
Expand Down Expand Up @@ -2278,7 +2278,7 @@ module Increase
sig { returns(String) }
attr_accessor :transaction_id

# A Card Dispute Acceptance object. This field will be present in the JSON
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_acceptance`.
# Contains the details of a successful Card Dispute.
sig do
Expand Down Expand Up @@ -2570,9 +2570,9 @@ module Increase
sig { returns(String) }
attr_accessor :transaction_id

# A Card Dispute Loss object. This field will be present in the JSON response if
# and only if `category` is equal to `card_dispute_loss`. Contains the details of
# a lost Card Dispute.
# A Legacy Card Dispute Loss object. This field will be present in the JSON
# response if and only if `category` is equal to `card_dispute_loss`. Contains the
# details of a lost Card Dispute.
sig do
params(
explanation: String,
Expand Down Expand Up @@ -10102,7 +10102,7 @@ module Increase
Increase::Transaction::Source::Category::TaggedSymbol
)

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE =
T.let(
:card_dispute_acceptance,
Expand All @@ -10116,7 +10116,7 @@ module Increase
Increase::Transaction::Source::Category::TaggedSymbol
)

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS =
T.let(
:card_dispute_loss,
Expand Down
4 changes: 2 additions & 2 deletions rbi/increase/models/transaction_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ module Increase
Increase::TransactionListParams::Category::In::TaggedSymbol
)

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE =
T.let(
:card_dispute_acceptance,
Expand All @@ -215,7 +215,7 @@ module Increase
Increase::TransactionListParams::Category::In::TaggedSymbol
)

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS =
T.let(
:card_dispute_loss,
Expand Down
4 changes: 2 additions & 2 deletions sig/increase/models/transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -3956,13 +3956,13 @@ module Increase
# Cashback Payment: details will be under the `cashback_payment` object.
CASHBACK_PAYMENT: :cashback_payment

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE: :card_dispute_acceptance

# Card Dispute Financial: details will be under the `card_dispute_financial` object.
CARD_DISPUTE_FINANCIAL: :card_dispute_financial

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS: :card_dispute_loss

# Card Refund: details will be under the `card_refund` object.
Expand Down
4 changes: 2 additions & 2 deletions sig/increase/models/transaction_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ module Increase
# Cashback Payment: details will be under the `cashback_payment` object.
CASHBACK_PAYMENT: :cashback_payment

# Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
# Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
CARD_DISPUTE_ACCEPTANCE: :card_dispute_acceptance

# Card Dispute Financial: details will be under the `card_dispute_financial` object.
CARD_DISPUTE_FINANCIAL: :card_dispute_financial

# Card Dispute Loss: details will be under the `card_dispute_loss` object.
# Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
CARD_DISPUTE_LOSS: :card_dispute_loss

# Card Refund: details will be under the `card_refund` object.
Expand Down