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.111.0"
".": "1.112.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.111.0)
increase (1.112.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.111.0"
gem "increase", "~> 1.112.0"
```

<!-- x-release-please-end -->
Expand Down
9 changes: 6 additions & 3 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/increase/models/declined_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/increase/models/real_time_decision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.111.0"
VERSION = "1.112.0"
end
18 changes: 12 additions & 6 deletions rbi/increase/models/card_payment.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:,
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions rbi/increase/models/declined_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions rbi/increase/models/pending_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:,
Expand Down
6 changes: 4 additions & 2 deletions rbi/increase/models/real_time_decision.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down