diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2cf90d8..4d5b916b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.111.0" + ".": "1.112.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index f6d731d7..c0b1861c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b4cda5505a0662dcbad16dabc86715b5353a90685fa9047384e60156f898f3b8.yml -openapi_spec_hash: 0c831296b6f59e535c73162e0e18c175 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-77bf980f154392e3f2070aa38e38d8927ba8cff23d81bb6e5733fdd52a4e67b5.yml +openapi_spec_hash: 18a92821c3e77f158295ca50b4aa33b0 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4164040d..205b8251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.112.0 (2025-10-22) + +Full Changelog: [v1.111.0...v1.112.0](https://github.com/Increase/increase-ruby/compare/v1.111.0...v1.112.0) + +### Features + +* **api:** api update ([2ec0699](https://github.com/Increase/increase-ruby/commit/2ec06990de7616ef0a947ad2a4bd16f962dc6a2f)) + ## 1.111.0 (2025-10-22) Full Changelog: [v1.110.0...v1.111.0](https://github.com/Increase/increase-ruby/compare/v1.110.0...v1.111.0) diff --git a/Gemfile.lock b/Gemfile.lock index 96d6da23..ebd10e40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.111.0) + increase (1.112.0) connection_pool GEM diff --git a/README.md b/README.md index a0f25418..9419beb6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.111.0" +gem "increase", "~> 1.112.0" ``` diff --git a/lib/increase/models/card_payment.rb b/lib/increase/models/card_payment.rb index cbd4a303..e2c8b4d3 100644 --- a/lib/increase/models/card_payment.rb +++ b/lib/increase/models/card_payment.rb @@ -746,7 +746,8 @@ class CardAuthorization < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true @@ -2021,7 +2022,8 @@ class CardDecline < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true @@ -7170,7 +7172,8 @@ class CardValidation < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true diff --git a/lib/increase/models/declined_transaction.rb b/lib/increase/models/declined_transaction.rb index 5f2c066a..882982c6 100644 --- a/lib/increase/models/declined_transaction.rb +++ b/lib/increase/models/declined_transaction.rb @@ -565,7 +565,8 @@ class CardDecline < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true diff --git a/lib/increase/models/pending_transaction.rb b/lib/increase/models/pending_transaction.rb index 881cb486..f286e868 100644 --- a/lib/increase/models/pending_transaction.rb +++ b/lib/increase/models/pending_transaction.rb @@ -592,7 +592,8 @@ class CardAuthorization < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true diff --git a/lib/increase/models/real_time_decision.rb b/lib/increase/models/real_time_decision.rb index 0342f925..ae41f585 100644 --- a/lib/increase/models/real_time_decision.rb +++ b/lib/increase/models/real_time_decision.rb @@ -348,7 +348,8 @@ class CardAuthorization < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index 7e2cc5b6..b1c1488c 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -1400,7 +1400,8 @@ class CardFinancial < Increase::Internal::Type::BaseModel # @!attribute network_risk_score # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. # # @return [Integer, nil] required :network_risk_score, Integer, nil?: true diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 1c822ac7..7ce35656 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.111.0" + VERSION = "1.112.0" end diff --git a/rbi/increase/models/card_payment.rbi b/rbi/increase/models/card_payment.rbi index 0792aba0..6318a493 100644 --- a/rbi/increase/models/card_payment.rbi +++ b/rbi/increase/models/card_payment.rbi @@ -1311,7 +1311,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -1471,7 +1472,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # The identifier of the Pending Transaction associated with this Transaction. pending_transaction_id:, @@ -3720,7 +3722,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -3888,7 +3891,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # If the authorization was made in-person with a physical card, the Physical Card # that was used. @@ -13118,7 +13122,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -13238,7 +13243,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # If the authorization was made in-person with a physical card, the Physical Card # that was used. diff --git a/rbi/increase/models/declined_transaction.rbi b/rbi/increase/models/declined_transaction.rbi index ed9927fb..df33218e 100644 --- a/rbi/increase/models/declined_transaction.rbi +++ b/rbi/increase/models/declined_transaction.rbi @@ -931,7 +931,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -1101,7 +1102,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # If the authorization was made in-person with a physical card, the Physical Card # that was used. diff --git a/rbi/increase/models/pending_transaction.rbi b/rbi/increase/models/pending_transaction.rbi index 1956a4f5..6afc89bc 100644 --- a/rbi/increase/models/pending_transaction.rbi +++ b/rbi/increase/models/pending_transaction.rbi @@ -1040,7 +1040,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -1200,7 +1201,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # The identifier of the Pending Transaction associated with this Transaction. pending_transaction_id:, diff --git a/rbi/increase/models/real_time_decision.rbi b/rbi/increase/models/real_time_decision.rbi index 717e9097..8d3c1714 100644 --- a/rbi/increase/models/real_time_decision.rbi +++ b/rbi/increase/models/real_time_decision.rbi @@ -572,7 +572,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -736,7 +737,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # If the authorization was made in-person with a physical card, the Physical Card # that was used. diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index 0572a5b6..4c425dc9 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -2744,7 +2744,8 @@ module Increase attr_writer :network_identifiers # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. sig { returns(T.nilable(Integer)) } attr_accessor :network_risk_score @@ -2897,7 +2898,8 @@ module Increase # Network-specific identifiers for a specific request or transaction. network_identifiers:, # The risk score generated by the card network. For Visa this is the Visa Advanced - # Authorization risk score, from 0 to 99, where 99 is the riskiest. + # Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the + # score is from 0 to 999, where 999 is the riskiest. network_risk_score:, # If the authorization was made in-person with a physical card, the Physical Card # that was used.