increase 1.85.0 → 1.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 445e62a81e2cee0335a1cba6e747282e611861101faade3a6ce9ed6b577726ec
4
- data.tar.gz: 8ee6a0954552a0f66e358ecbd582475af40083fb7ef810bad7ff48314b4f3075
3
+ metadata.gz: f8acf07264d41314b8cfaa8ab021a60d760591732ee5341475f11efa375dac01
4
+ data.tar.gz: 571de627ba80cc232fafec151131e79b229fd09bd224689d1c1d4ea981b64621
5
5
  SHA512:
6
- metadata.gz: 31f11519838c613c8d7a7f21ea0cc6bc1013dd75b2e948ca99c8f7665106b88d8cb3cee5ea37686a5f0fa1681cdd4afda9dcc6e1b15993eb911d74da2386a7ca
7
- data.tar.gz: 41265b62cc991d39d973959e458704c23709699e751f571935817be4668fda0015472b8c9359cc619a4a1ce5617395d00086a6b70e0e753d0653c96ad5b24455
6
+ metadata.gz: 68029c74e9ee1f5105d9c563fce6dadedfc1676e7f88461fe4fa1da772b3e99c81abb1df164fb7946fe35fb09771c27927297845ffaa9c1418fc56aed4faf908
7
+ data.tar.gz: 4c713546dd243f6d3fd9bb5db09decbf3224d188cf3de7feed945e69d19cb6b221767888c3ef9da3fe29c7d9949572dd6b99ed55f307f90160e4b3185cc8e49f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.86.0 (2025-09-23)
4
+
5
+ Full Changelog: [v1.85.0...v1.86.0](https://github.com/Increase/increase-ruby/compare/v1.85.0...v1.86.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([0a92487](https://github.com/Increase/increase-ruby/commit/0a9248761bbc6ad799398a0b5ed62b255e44941b))
10
+
3
11
  ## 1.85.0 (2025-09-22)
4
12
 
5
13
  Full Changelog: [v1.84.0...v1.85.0](https://github.com/Increase/increase-ruby/compare/v1.84.0...v1.85.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.85.0"
18
+ gem "increase", "~> 1.86.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -5618,7 +5618,7 @@ module Increase
5618
5618
  nil?: true
5619
5619
 
5620
5620
  # @!attribute surcharge
5621
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
5621
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
5622
5622
  # is added to to the overall transaction amount (surcharge), and negative if the
5623
5623
  # surcharge is deducted from the overall transaction amount (discount).
5624
5624
  #
@@ -5688,7 +5688,7 @@ module Increase
5688
5688
  #
5689
5689
  # @param purchase_details [Increase::Models::CardPayment::Element::CardSettlement::PurchaseDetails, nil] Additional details about the card purchase, such as tax and industry-specific fi
5690
5690
  #
5691
- # @param surcharge [Increase::Models::CardPayment::Element::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amounts positive if the surcharge i
5691
+ # @param surcharge [Increase::Models::CardPayment::Element::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amount is positive if the surcharge
5692
5692
  #
5693
5693
  # @param transaction_id [String] The identifier of the Transaction associated with this Transaction.
5694
5694
  #
@@ -6891,7 +6891,7 @@ module Increase
6891
6891
  # {Increase::Models::CardPayment::Element::CardSettlement::Surcharge} for more
6892
6892
  # details.
6893
6893
  #
6894
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
6894
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
6895
6895
  # is added to to the overall transaction amount (surcharge), and negative if the
6896
6896
  # surcharge is deducted from the overall transaction amount (discount).
6897
6897
  #
@@ -2864,7 +2864,7 @@ module Increase
2864
2864
  nil?: true
2865
2865
 
2866
2866
  # @!attribute surcharge
2867
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
2867
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
2868
2868
  # is added to to the overall transaction amount (surcharge), and negative if the
2869
2869
  # surcharge is deducted from the overall transaction amount (discount).
2870
2870
  #
@@ -2934,7 +2934,7 @@ module Increase
2934
2934
  #
2935
2935
  # @param purchase_details [Increase::Models::Transaction::Source::CardSettlement::PurchaseDetails, nil] Additional details about the card purchase, such as tax and industry-specific fi
2936
2936
  #
2937
- # @param surcharge [Increase::Models::Transaction::Source::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amounts positive if the surcharge i
2937
+ # @param surcharge [Increase::Models::Transaction::Source::CardSettlement::Surcharge, nil] Surcharge amount details, if applicable. The amount is positive if the surcharge
2938
2938
  #
2939
2939
  # @param transaction_id [String] The identifier of the Transaction associated with this Transaction.
2940
2940
  #
@@ -4137,7 +4137,7 @@ module Increase
4137
4137
  # {Increase::Models::Transaction::Source::CardSettlement::Surcharge} for more
4138
4138
  # details.
4139
4139
  #
4140
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
4140
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
4141
4141
  # is added to to the overall transaction amount (surcharge), and negative if the
4142
4142
  # surcharge is deducted from the overall transaction amount (discount).
4143
4143
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.85.0"
4
+ VERSION = "1.86.0"
5
5
  end
@@ -10347,7 +10347,7 @@ module Increase
10347
10347
  end
10348
10348
  attr_writer :purchase_details
10349
10349
 
10350
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
10350
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
10351
10351
  # is added to to the overall transaction amount (surcharge), and negative if the
10352
10352
  # surcharge is deducted from the overall transaction amount (discount).
10353
10353
  sig do
@@ -10478,7 +10478,7 @@ module Increase
10478
10478
  # Additional details about the card purchase, such as tax and industry-specific
10479
10479
  # fields.
10480
10480
  purchase_details:,
10481
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
10481
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
10482
10482
  # is added to to the overall transaction amount (surcharge), and negative if the
10483
10483
  # surcharge is deducted from the overall transaction amount (discount).
10484
10484
  surcharge:,
@@ -12697,7 +12697,7 @@ module Increase
12697
12697
  sig { returns(Integer) }
12698
12698
  attr_accessor :presentment_amount
12699
12699
 
12700
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
12700
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
12701
12701
  # is added to to the overall transaction amount (surcharge), and negative if the
12702
12702
  # surcharge is deducted from the overall transaction amount (discount).
12703
12703
  sig do
@@ -5350,7 +5350,7 @@ module Increase
5350
5350
  end
5351
5351
  attr_writer :purchase_details
5352
5352
 
5353
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
5353
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
5354
5354
  # is added to to the overall transaction amount (surcharge), and negative if the
5355
5355
  # surcharge is deducted from the overall transaction amount (discount).
5356
5356
  sig do
@@ -5481,7 +5481,7 @@ module Increase
5481
5481
  # Additional details about the card purchase, such as tax and industry-specific
5482
5482
  # fields.
5483
5483
  purchase_details:,
5484
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
5484
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
5485
5485
  # is added to to the overall transaction amount (surcharge), and negative if the
5486
5486
  # surcharge is deducted from the overall transaction amount (discount).
5487
5487
  surcharge:,
@@ -7700,7 +7700,7 @@ module Increase
7700
7700
  sig { returns(Integer) }
7701
7701
  attr_accessor :presentment_amount
7702
7702
 
7703
- # Surcharge amount details, if applicable. The amounts positive if the surcharge
7703
+ # Surcharge amount details, if applicable. The amount is positive if the surcharge
7704
7704
  # is added to to the overall transaction amount (surcharge), and negative if the
7705
7705
  # surcharge is deducted from the overall transaction amount (discount).
7706
7706
  sig do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-22 00:00:00.000000000 Z
11
+ date: 2025-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool