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.122.0"
".": "1.123.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 228
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2453598e129a8305006487bc7616f3ee69eb4355a6d3f185dd51404fa8142246.yml
openapi_spec_hash: e0b54d0015d39f9434659d8899bb2706
config_hash: fc8a0ae068f2feeac76f728ac6838543
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fd1e9a0d66098ce0c20cb6c15bbb8c26a8662d52730907deb4a179aebd6b89d6.yml
openapi_spec_hash: 2139b75a9f653c413775fb96f70ba794
config_hash: eb2035151c7b49c2f12caf55469b8f9a
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.123.0 (2025-10-30)

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

### Features

* **api:** api update ([6628932](https://github.com/Increase/increase-ruby/commit/66289327b2c7f5a9c006ccb628d8d6ab4da8057d))
* **api:** api update ([87e5fe0](https://github.com/Increase/increase-ruby/commit/87e5fe0c02607735c9e1142f71bfa7f5bd85a610))

## 1.122.0 (2025-10-29)

Full Changelog: [v1.121.0...v1.122.0](https://github.com/Increase/increase-ruby/compare/v1.121.0...v1.122.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.122.0)
increase (1.123.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.122.0"
gem "increase", "~> 1.123.0"
```

<!-- x-release-please-end -->
Expand Down
30 changes: 6 additions & 24 deletions lib/increase/models/card_dispute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -993,11 +993,9 @@ class Represented < Increase::Internal::Type::BaseModel
# Non-fiat currency or non-fungible token as described details. Present if and
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
#
# @return [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
# @return [Object, nil]
required :non_fiat_currency_or_non_fungible_token_as_described,
-> {
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
},
Increase::Internal::Type::Unknown,
nil?: true

# @!attribute non_fiat_currency_or_non_fungible_token_received
Expand Down Expand Up @@ -1052,7 +1050,7 @@ class Represented < Increase::Internal::Type::BaseModel
#
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil] Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
#
# @param non_fiat_currency_or_non_fungible_token_as_described [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil] Non-fiat currency or non-fungible token as described details. Present if and onl
# @param non_fiat_currency_or_non_fungible_token_as_described [Object, nil] Non-fiat currency or non-fungible token as described details. Present if and onl
#
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived, nil] Non-fiat currency or non-fungible token received details. Present if and only if
#
Expand Down Expand Up @@ -1268,13 +1266,6 @@ module Reason
end
end

# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_as_described
class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
# @!method initialize
# Non-fiat currency or non-fungible token as described details. Present if and
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
end

# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_received
class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
# @!attribute blockchain_transaction_hash
Expand Down Expand Up @@ -1668,10 +1659,8 @@ class Chargeback < Increase::Internal::Type::BaseModel
# Non-receipt of cash. Present if and only if `category` is
# `consumer_non_receipt_of_cash`.
#
# @return [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
required :consumer_non_receipt_of_cash,
-> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash },
nil?: true
# @return [Object, nil]
required :consumer_non_receipt_of_cash, Increase::Internal::Type::Unknown, nil?: true

# @!attribute consumer_original_credit_transaction_not_accepted
# Original Credit Transaction (OCT) not accepted. Present if and only if
Expand Down Expand Up @@ -1783,7 +1772,7 @@ class Chargeback < Increase::Internal::Type::BaseModel
#
# @param consumer_merchandise_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived, nil] Merchandise not received. Present if and only if `category` is `consumer_merchan
#
# @param consumer_non_receipt_of_cash [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil] Non-receipt of cash. Present if and only if `category` is `consumer*non_receipt*
# @param consumer_non_receipt_of_cash [Object, nil] Non-receipt of cash. Present if and only if `category` is `consumer*non_receipt*
#
# @param consumer_original_credit_transaction_not_accepted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted, nil] Original Credit Transaction (OCT) not accepted. Present if and only if `category
#
Expand Down Expand Up @@ -3686,13 +3675,6 @@ module MerchantResolutionAttempted
end
end

# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_non_receipt_of_cash
class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
# @!method initialize
# Non-receipt of cash. Present if and only if `category` is
# `consumer_non_receipt_of_cash`.
end

# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_original_credit_transaction_not_accepted
class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
# @!attribute explanation
Expand Down
8 changes: 5 additions & 3 deletions lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,10 @@ class Source < Increase::Internal::Type::BaseModel
# if and only if `category` is equal to `user_initiated_hold`. Created when a user
# initiates a hold on funds in their account.
#
# @return [Object, nil]
required :user_initiated_hold, Increase::Internal::Type::Unknown, nil?: true
# @return [Hash{Symbol=>Object}, nil]
required :user_initiated_hold,
Increase::Internal::Type::HashOf[Increase::Internal::Type::Unknown],
nil?: true

# @!attribute wire_transfer_instruction
# A Wire Transfer Instruction object. This field will be present in the JSON
Expand Down Expand Up @@ -373,7 +375,7 @@ class Source < Increase::Internal::Type::BaseModel
#
# @param swift_transfer_instruction [Increase::Models::PendingTransaction::Source::SwiftTransferInstruction, nil] A Swift Transfer Instruction object. This field will be present in the JSON resp
#
# @param user_initiated_hold [Object, nil] An User Initiated Hold object. This field will be present in the JSON response i
# @param user_initiated_hold [Hash{Symbol=>Object}, nil] An User Initiated Hold object. This field will be present in the JSON response i
#
# @param wire_transfer_instruction [Increase::Models::PendingTransaction::Source::WireTransferInstruction, nil] A Wire Transfer Instruction object. This field will be present in the JSON respo

Expand Down
Loading