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.253.0"
".": "1.254.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: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a9671050881b7d7579bd118589b25ed43dccb69677f5ab8576df6f70de9a0dc.yml
openapi_spec_hash: b72da714aeef1e6652e6cc595ef65f94
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fae765b6b1b34f9c649fec11885e4d0e5b8b1cab0baf0f440dfd5eba040e7047.yml
openapi_spec_hash: 9900b1c763a43261e0288896379541fe
config_hash: 25d7d7aa4882db6189b4b53e8e249e80
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.254.0 (2026-03-13)

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

### Features

* **api:** api update ([ff88f04](https://github.com/Increase/increase-ruby/commit/ff88f04db6f580d04908ae94d7d12dcfd3e5e320))

## 1.253.0 (2026-03-13)

Full Changelog: [v1.252.0...v1.253.0](https://github.com/Increase/increase-ruby/compare/v1.252.0...v1.253.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.253.0)
increase (1.254.0)
cgi
connection_pool
standardwebhooks
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.253.0"
gem "increase", "~> 1.254.0"
```

<!-- x-release-please-end -->
Expand Down
20 changes: 10 additions & 10 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [String]
required :id, String

# @!attribute access_control_server_transaction_id
# @!attribute access_control_server_transaction_identifier
# A unique identifier assigned by the Access Control Server (us) for this
# transaction.
#
# @return [String]
required :access_control_server_transaction_id, String
required :access_control_server_transaction_identifier, String

# @!attribute billing_address_city
# The city of the cardholder billing address associated with the card used for
Expand Down Expand Up @@ -429,12 +429,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel]
required :device_channel, -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel }

# @!attribute directory_server_transaction_id
# @!attribute directory_server_transaction_identifier
# A unique identifier assigned by the Directory Server (the card network) for this
# transaction.
#
# @return [String]
required :directory_server_transaction_id, String
required :directory_server_transaction_identifier, String

# @!attribute merchant_acceptor_id
# The merchant identifier (commonly abbreviated as MID) of the merchant the card
Expand Down Expand Up @@ -563,12 +563,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status]
required :status, enum: -> { Increase::CardPayment::Element::CardAuthentication::Status }

# @!attribute three_d_secure_server_transaction_id
# @!attribute three_d_secure_server_transaction_identifier
# A unique identifier assigned by the 3DS Server initiating the authentication
# attempt for this transaction.
#
# @return [String]
required :three_d_secure_server_transaction_id, String
required :three_d_secure_server_transaction_identifier, String

# @!attribute type
# A constant representing the object's type. For this resource it will always be
Expand All @@ -577,7 +577,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type]
required :type, enum: -> { Increase::CardPayment::Element::CardAuthentication::Type }

# @!method initialize(id:, access_control_server_transaction_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_id:, type:)
# @!method initialize(id:, access_control_server_transaction_identifier:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_identifier:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_identifier:, type:)
# Some parameter documentations has been truncated, see
# {Increase::Models::CardPayment::Element::CardAuthentication} for more details.
#
Expand All @@ -587,7 +587,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
#
# @param id [String] The Card Authentication identifier.
#
# @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact
# @param access_control_server_transaction_identifier [String] A unique identifier assigned by the Access Control Server (us) for this transact
#
# @param billing_address_city [String, nil] The city of the cardholder billing address associated with the card used for thi
#
Expand Down Expand Up @@ -619,7 +619,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
#
# @param device_channel [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt.
#
# @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this
# @param directory_server_transaction_identifier [String] A unique identifier assigned by the Directory Server (the card network) for this
#
# @param merchant_acceptor_id [String, nil] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
#
Expand Down Expand Up @@ -659,7 +659,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
#
# @param status [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status] The status of the card authentication.
#
# @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att
# @param three_d_secure_server_transaction_identifier [String] A unique identifier assigned by the 3DS Server initiating the authentication att
#
# @param type [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type] A constant representing the object's type. For this resource it will always be `

Expand Down
20 changes: 10 additions & 10 deletions lib/increase/models/real_time_decision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ class RealTimeDecision < Increase::Internal::Type::BaseModel

# @see Increase::Models::RealTimeDecision#card_authentication
class CardAuthentication < Increase::Internal::Type::BaseModel
# @!attribute access_control_server_transaction_id
# @!attribute access_control_server_transaction_identifier
# A unique identifier assigned by the Access Control Server (us) for this
# transaction.
#
# @return [String]
required :access_control_server_transaction_id, String
required :access_control_server_transaction_identifier, String

# @!attribute account_id
# The identifier of the Account the card belongs to.
Expand Down Expand Up @@ -210,12 +210,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel]
required :device_channel, -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel }

# @!attribute directory_server_transaction_id
# @!attribute directory_server_transaction_identifier
# A unique identifier assigned by the Directory Server (the card network) for this
# transaction.
#
# @return [String]
required :directory_server_transaction_id, String
required :directory_server_transaction_identifier, String

# @!attribute merchant_acceptor_id
# The merchant identifier (commonly abbreviated as MID) of the merchant the card
Expand Down Expand Up @@ -329,12 +329,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [String, nil]
required :shipping_address_state, String, nil?: true

# @!attribute three_d_secure_server_transaction_id
# @!attribute three_d_secure_server_transaction_identifier
# A unique identifier assigned by the 3DS Server initiating the authentication
# attempt for this transaction.
#
# @return [String]
required :three_d_secure_server_transaction_id, String
required :three_d_secure_server_transaction_identifier, String

# @!attribute upcoming_card_payment_id
# The identifier of the Card Payment this authentication attempt will belong to.
Expand All @@ -343,13 +343,13 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
# @return [String]
required :upcoming_card_payment_id, String

# @!method initialize(access_control_server_transaction_id:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, decision:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_id:, upcoming_card_payment_id:)
# @!method initialize(access_control_server_transaction_identifier:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, decision:, device_channel:, directory_server_transaction_identifier:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_identifier:, upcoming_card_payment_id:)
# Some parameter documentations has been truncated, see
# {Increase::Models::RealTimeDecision::CardAuthentication} for more details.
#
# Fields related to a 3DS authentication attempt.
#
# @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact
# @param access_control_server_transaction_identifier [String] A unique identifier assigned by the Access Control Server (us) for this transact
#
# @param account_id [String] The identifier of the Account the card belongs to.
#
Expand Down Expand Up @@ -377,7 +377,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
#
# @param device_channel [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt.
#
# @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this
# @param directory_server_transaction_identifier [String] A unique identifier assigned by the Directory Server (the card network) for this
#
# @param merchant_acceptor_id [String, nil] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
#
Expand Down Expand Up @@ -413,7 +413,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel
#
# @param shipping_address_state [String, nil] The US state of the shipping address associated with this purchase.
#
# @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att
# @param three_d_secure_server_transaction_identifier [String] A unique identifier assigned by the 3DS Server initiating the authentication att
#
# @param upcoming_card_payment_id [String] The identifier of the Card Payment this authentication attempt will belong to. A

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.253.0"
VERSION = "1.254.0"
end
24 changes: 12 additions & 12 deletions rbi/increase/models/card_payment.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ module Increase
# A unique identifier assigned by the Access Control Server (us) for this
# transaction.
sig { returns(String) }
attr_accessor :access_control_server_transaction_id
attr_accessor :access_control_server_transaction_identifier

# The city of the cardholder billing address associated with the card used for
# this purchase.
Expand Down Expand Up @@ -736,7 +736,7 @@ module Increase
# A unique identifier assigned by the Directory Server (the card network) for this
# transaction.
sig { returns(String) }
attr_accessor :directory_server_transaction_id
attr_accessor :directory_server_transaction_identifier

# The merchant identifier (commonly abbreviated as MID) of the merchant the card
# is transacting with.
Expand Down Expand Up @@ -850,7 +850,7 @@ module Increase
# A unique identifier assigned by the 3DS Server initiating the authentication
# attempt for this transaction.
sig { returns(String) }
attr_accessor :three_d_secure_server_transaction_id
attr_accessor :three_d_secure_server_transaction_identifier

# A constant representing the object's type. For this resource it will always be
# `card_authentication`.
Expand All @@ -867,7 +867,7 @@ module Increase
sig do
params(
id: String,
access_control_server_transaction_id: String,
access_control_server_transaction_identifier: String,
billing_address_city: T.nilable(String),
billing_address_country: T.nilable(String),
billing_address_line1: T.nilable(String),
Expand All @@ -890,7 +890,7 @@ module Increase
),
device_channel:
Increase::CardPayment::Element::CardAuthentication::DeviceChannel::OrHash,
directory_server_transaction_id: String,
directory_server_transaction_identifier: String,
merchant_acceptor_id: T.nilable(String),
merchant_category_code: T.nilable(String),
merchant_country: T.nilable(String),
Expand Down Expand Up @@ -918,7 +918,7 @@ module Increase
shipping_address_state: T.nilable(String),
status:
Increase::CardPayment::Element::CardAuthentication::Status::OrSymbol,
three_d_secure_server_transaction_id: String,
three_d_secure_server_transaction_identifier: String,
type:
Increase::CardPayment::Element::CardAuthentication::Type::OrSymbol
).returns(T.attached_class)
Expand All @@ -928,7 +928,7 @@ module Increase
id:,
# A unique identifier assigned by the Access Control Server (us) for this
# transaction.
access_control_server_transaction_id:,
access_control_server_transaction_identifier:,
# The city of the cardholder billing address associated with the card used for
# this purchase.
billing_address_city:,
Expand Down Expand Up @@ -969,7 +969,7 @@ module Increase
device_channel:,
# A unique identifier assigned by the Directory Server (the card network) for this
# transaction.
directory_server_transaction_id:,
directory_server_transaction_identifier:,
# The merchant identifier (commonly abbreviated as MID) of the merchant the card
# is transacting with.
merchant_acceptor_id:,
Expand Down Expand Up @@ -1015,7 +1015,7 @@ module Increase
status:,
# A unique identifier assigned by the 3DS Server initiating the authentication
# attempt for this transaction.
three_d_secure_server_transaction_id:,
three_d_secure_server_transaction_identifier:,
# A constant representing the object's type. For this resource it will always be
# `card_authentication`.
type:
Expand All @@ -1026,7 +1026,7 @@ module Increase
override.returns(
{
id: String,
access_control_server_transaction_id: String,
access_control_server_transaction_identifier: String,
billing_address_city: T.nilable(String),
billing_address_country: T.nilable(String),
billing_address_line1: T.nilable(String),
Expand All @@ -1049,7 +1049,7 @@ module Increase
),
device_channel:
Increase::CardPayment::Element::CardAuthentication::DeviceChannel,
directory_server_transaction_id: String,
directory_server_transaction_identifier: String,
merchant_acceptor_id: T.nilable(String),
merchant_category_code: T.nilable(String),
merchant_country: T.nilable(String),
Expand Down Expand Up @@ -1077,7 +1077,7 @@ module Increase
shipping_address_state: T.nilable(String),
status:
Increase::CardPayment::Element::CardAuthentication::Status::TaggedSymbol,
three_d_secure_server_transaction_id: String,
three_d_secure_server_transaction_identifier: String,
type:
Increase::CardPayment::Element::CardAuthentication::Type::TaggedSymbol
}
Expand Down
Loading