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.85.0"
".": "1.86.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-884e347f765b181f0f15f821b0c5786f51d532aae1077294aedf3fff0d6f9b22.yml
openapi_spec_hash: 119e76f07825b0975b385de037fe8d96
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c92eec60054dfe853fc3f3147d60329d0b24e65d6e29a707d17f1e8c1b44bd7b.yml
openapi_spec_hash: cbe8d84401e587a8ebfd5037cf2bf7be
config_hash: 8dadd60eab7ab858cf06c6a8633ed9f3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.86.0 (2025-09-23)

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

### Features

* **api:** api update ([0a92487](https://github.com/Increase/increase-ruby/commit/0a9248761bbc6ad799398a0b5ed62b255e44941b))

## 1.85.0 (2025-09-22)

Full Changelog: [v1.84.0...v1.85.0](https://github.com/Increase/increase-ruby/compare/v1.84.0...v1.85.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.85.0)
increase (1.86.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.85.0"
gem "increase", "~> 1.86.0"
```

<!-- x-release-please-end -->
Expand Down
6 changes: 3 additions & 3 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5618,7 +5618,7 @@ class CardSettlement < Increase::Internal::Type::BaseModel
nil?: true

# @!attribute surcharge
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
#
Expand Down Expand Up @@ -5688,7 +5688,7 @@ class CardSettlement < Increase::Internal::Type::BaseModel
#
# @param purchase_details [Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails, nil] Additional details about the card purchase, such as tax and industry-specific fi
#
# @param surcharge [Increase::Models::CardPayment::Element::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amounts positive if the surcharge i
# @param surcharge [Increase::Models::CardPayment::Element::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amount is positive if the surcharge
#
# @param transaction_id [String] The identifier of the Transaction associated with this Transaction.
#
Expand Down Expand Up @@ -6891,7 +6891,7 @@ class Surcharge < Increase::Internal::Type::BaseModel
# {Increase::Models::CardPayment::Element::CardSettlement::Surcharge} for more
# details.
#
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
#
Expand Down
6 changes: 3 additions & 3 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ class CardSettlement < Increase::Internal::Type::BaseModel
nil?: true

# @!attribute surcharge
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
#
Expand Down Expand Up @@ -2934,7 +2934,7 @@ class CardSettlement < Increase::Internal::Type::BaseModel
#
# @param purchase_details [Increase::Models::Transaction::Source::CardSettlement::PurchaseDetails, nil] Additional details about the card purchase, such as tax and industry-specific fi
#
# @param surcharge [Increase::Models::Transaction::Source::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amounts positive if the surcharge i
# @param surcharge [Increase::Models::Transaction::Source::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amount is positive if the surcharge
#
# @param transaction_id [String] The identifier of the Transaction associated with this Transaction.
#
Expand Down Expand Up @@ -4137,7 +4137,7 @@ class Surcharge < Increase::Internal::Type::BaseModel
# {Increase::Models::Transaction::Source::CardSettlement::Surcharge} for more
# details.
#
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
#
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.85.0"
VERSION = "1.86.0"
end
6 changes: 3 additions & 3 deletions rbi/increase/models/card_payment.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -10347,7 +10347,7 @@ module Increase
end
attr_writer :purchase_details

# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
sig do
Expand Down Expand Up @@ -10478,7 +10478,7 @@ module Increase
# Additional details about the card purchase, such as tax and industry-specific
# fields.
purchase_details:,
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
surcharge:,
Expand Down Expand Up @@ -12697,7 +12697,7 @@ module Increase
sig { returns(Integer) }
attr_accessor :presentment_amount

# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
sig do
Expand Down
6 changes: 3 additions & 3 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -5350,7 +5350,7 @@ module Increase
end
attr_writer :purchase_details

# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
sig do
Expand Down Expand Up @@ -5481,7 +5481,7 @@ module Increase
# Additional details about the card purchase, such as tax and industry-specific
# fields.
purchase_details:,
# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
surcharge:,
Expand Down Expand Up @@ -7700,7 +7700,7 @@ module Increase
sig { returns(Integer) }
attr_accessor :presentment_amount

# Surcharge amount details, if applicable. The amounts positive if the 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
# surcharge is deducted from the overall transaction amount (discount).
sig do
Expand Down