increase 1.119.0 → 1.121.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +1 -1
- data/lib/increase/models/card_dispute.rb +24 -6
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +2 -2
- data/rbi/increase/models/card_dispute.rbi +90 -8
- data/rbi/increase/resources/accounts.rbi +1 -1
- data/sig/increase/models/card_dispute.rbs +24 -8
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: a83e18a158bb65a5ad0a0b050e034026d3fc3bab4e4cefef8ea702f43cb548af
         | 
| 4 | 
            +
              data.tar.gz: 0e269039d12310523a1cf685efa58dfcd79963ca18cbcf0083d43a065896a342
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 8d2af79d8a5413a0754b8d600e8014eeba2b51fb243f0f4873c860cd5a4b363c2f75ba13f45967c3a96fc69c36ebb524cd913592a732ccd0ea17f396050ba54b
         | 
| 7 | 
            +
              data.tar.gz: '02519b75e875b48109bd1dcff75a97532c9941c09eb61af6bf58feeccf30b83566e568bd7ec8c16350101dcba286c114be2a1ef38d44a2f0be08669c02f87202'
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,21 @@ | |
| 1 1 | 
             
            # Changelog
         | 
| 2 2 |  | 
| 3 | 
            +
            ## 1.121.0 (2025-10-29)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Full Changelog: [v1.120.0...v1.121.0](https://github.com/Increase/increase-ruby/compare/v1.120.0...v1.121.0)
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### Features
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * **api:** api update ([afe739c](https://github.com/Increase/increase-ruby/commit/afe739c394b5bd452d9994b7c43d0ddc0385f466))
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## 1.120.0 (2025-10-29)
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            ### Features
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            * **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
         | 
| 18 | 
            +
             | 
| 3 19 | 
             
            ## 1.119.0 (2025-10-28)
         | 
| 4 20 |  | 
| 5 21 | 
             
            Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.0)
         | 
    
        data/README.md
    CHANGED
    
    
| @@ -21,7 +21,7 @@ module Increase | |
| 21 21 |  | 
| 22 22 | 
             
                  # @!attribute informational_entity_id
         | 
| 23 23 | 
             
                  #   The identifier of an Entity that, while not owning the Account, is associated
         | 
| 24 | 
            -
                  #   with its activity.  | 
| 24 | 
            +
                  #   with its activity. This is generally the beneficiary of the funds.
         | 
| 25 25 | 
             
                  #
         | 
| 26 26 | 
             
                  #   @return [String, nil]
         | 
| 27 27 | 
             
                  optional :informational_entity_id, String
         | 
| @@ -993,9 +993,11 @@ module Increase | |
| 993 993 | 
             
                        #   Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 994 994 | 
             
                        #   only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 995 995 | 
             
                        #
         | 
| 996 | 
            -
                        #   @return [ | 
| 996 | 
            +
                        #   @return [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
         | 
| 997 997 | 
             
                        required :non_fiat_currency_or_non_fungible_token_as_described,
         | 
| 998 | 
            -
                                  | 
| 998 | 
            +
                                 -> {
         | 
| 999 | 
            +
                                   Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 1000 | 
            +
                                 },
         | 
| 999 1001 | 
             
                                 nil?: true
         | 
| 1000 1002 |  | 
| 1001 1003 | 
             
                        # @!attribute non_fiat_currency_or_non_fungible_token_received
         | 
| @@ -1050,7 +1052,7 @@ module Increase | |
| 1050 1052 | 
             
                        #
         | 
| 1051 1053 | 
             
                        #   @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil] Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
         | 
| 1052 1054 | 
             
                        #
         | 
| 1053 | 
            -
                        #   @param non_fiat_currency_or_non_fungible_token_as_described [ | 
| 1055 | 
            +
                        #   @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
         | 
| 1054 1056 | 
             
                        #
         | 
| 1055 1057 | 
             
                        #   @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
         | 
| 1056 1058 | 
             
                        #
         | 
| @@ -1266,6 +1268,13 @@ module Increase | |
| 1266 1268 | 
             
                          end
         | 
| 1267 1269 | 
             
                        end
         | 
| 1268 1270 |  | 
| 1271 | 
            +
                        # @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1272 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 1273 | 
            +
                          # @!method initialize
         | 
| 1274 | 
            +
                          #   Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 1275 | 
            +
                          #   only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 1276 | 
            +
                        end
         | 
| 1277 | 
            +
             | 
| 1269 1278 | 
             
                        # @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_received
         | 
| 1270 1279 | 
             
                        class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
         | 
| 1271 1280 | 
             
                          # @!attribute blockchain_transaction_hash
         | 
| @@ -1659,8 +1668,10 @@ module Increase | |
| 1659 1668 | 
             
                        #   Non-receipt of cash. Present if and only if `category` is
         | 
| 1660 1669 | 
             
                        #   `consumer_non_receipt_of_cash`.
         | 
| 1661 1670 | 
             
                        #
         | 
| 1662 | 
            -
                        #   @return [ | 
| 1663 | 
            -
                        required :consumer_non_receipt_of_cash, | 
| 1671 | 
            +
                        #   @return [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
         | 
| 1672 | 
            +
                        required :consumer_non_receipt_of_cash,
         | 
| 1673 | 
            +
                                 -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash },
         | 
| 1674 | 
            +
                                 nil?: true
         | 
| 1664 1675 |  | 
| 1665 1676 | 
             
                        # @!attribute consumer_original_credit_transaction_not_accepted
         | 
| 1666 1677 | 
             
                        #   Original Credit Transaction (OCT) not accepted. Present if and only if
         | 
| @@ -1772,7 +1783,7 @@ module Increase | |
| 1772 1783 | 
             
                        #
         | 
| 1773 1784 | 
             
                        #   @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
         | 
| 1774 1785 | 
             
                        #
         | 
| 1775 | 
            -
                        #   @param consumer_non_receipt_of_cash [ | 
| 1786 | 
            +
                        #   @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*
         | 
| 1776 1787 | 
             
                        #
         | 
| 1777 1788 | 
             
                        #   @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
         | 
| 1778 1789 | 
             
                        #
         | 
| @@ -3675,6 +3686,13 @@ module Increase | |
| 3675 3686 | 
             
                          end
         | 
| 3676 3687 | 
             
                        end
         | 
| 3677 3688 |  | 
| 3689 | 
            +
                        # @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_non_receipt_of_cash
         | 
| 3690 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 3691 | 
            +
                          # @!method initialize
         | 
| 3692 | 
            +
                          #   Non-receipt of cash. Present if and only if `category` is
         | 
| 3693 | 
            +
                          #   `consumer_non_receipt_of_cash`.
         | 
| 3694 | 
            +
                        end
         | 
| 3695 | 
            +
             | 
| 3678 3696 | 
             
                        # @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_original_credit_transaction_not_accepted
         | 
| 3679 3697 | 
             
                        class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
         | 
| 3680 3698 | 
             
                          # @!attribute explanation
         | 
    
        data/lib/increase/version.rb
    CHANGED
    
    
| @@ -23,7 +23,7 @@ module Increase | |
| 23 23 | 
             
                  attr_writer :entity_id
         | 
| 24 24 |  | 
| 25 25 | 
             
                  # The identifier of an Entity that, while not owning the Account, is associated
         | 
| 26 | 
            -
                  # with its activity.  | 
| 26 | 
            +
                  # with its activity. This is generally the beneficiary of the funds.
         | 
| 27 27 | 
             
                  sig { returns(T.nilable(String)) }
         | 
| 28 28 | 
             
                  attr_reader :informational_entity_id
         | 
| 29 29 |  | 
| @@ -53,7 +53,7 @@ module Increase | |
| 53 53 | 
             
                    # The identifier for the Entity that will own the Account.
         | 
| 54 54 | 
             
                    entity_id: nil,
         | 
| 55 55 | 
             
                    # The identifier of an Entity that, while not owning the Account, is associated
         | 
| 56 | 
            -
                    # with its activity.  | 
| 56 | 
            +
                    # with its activity. This is generally the beneficiary of the funds.
         | 
| 57 57 | 
             
                    informational_entity_id: nil,
         | 
| 58 58 | 
             
                    # The identifier for the Program that this Account falls under. Required if you
         | 
| 59 59 | 
             
                    # operate more than one Program.
         | 
| @@ -1838,8 +1838,24 @@ module Increase | |
| 1838 1838 |  | 
| 1839 1839 | 
             
                        # Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 1840 1840 | 
             
                        # only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 1841 | 
            -
                        sig  | 
| 1842 | 
            -
             | 
| 1841 | 
            +
                        sig do
         | 
| 1842 | 
            +
                          returns(
         | 
| 1843 | 
            +
                            T.nilable(
         | 
| 1844 | 
            +
                              Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 1845 | 
            +
                            )
         | 
| 1846 | 
            +
                          )
         | 
| 1847 | 
            +
                        end
         | 
| 1848 | 
            +
                        attr_reader :non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1849 | 
            +
             | 
| 1850 | 
            +
                        sig do
         | 
| 1851 | 
            +
                          params(
         | 
| 1852 | 
            +
                            non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1853 | 
            +
                              T.nilable(
         | 
| 1854 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
         | 
| 1855 | 
            +
                              )
         | 
| 1856 | 
            +
                          ).void
         | 
| 1857 | 
            +
                        end
         | 
| 1858 | 
            +
                        attr_writer :non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1843 1859 |  | 
| 1844 1860 | 
             
                        # Non-fiat currency or non-fungible token received details. Present if and only if
         | 
| 1845 1861 | 
             
                        # `reason` is `non_fiat_currency_or_non_fungible_token_received`.
         | 
| @@ -1932,7 +1948,9 @@ module Increase | |
| 1932 1948 | 
             
                                Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute::OrHash
         | 
| 1933 1949 | 
             
                              ),
         | 
| 1934 1950 | 
             
                            non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1935 | 
            -
                              T.nilable( | 
| 1951 | 
            +
                              T.nilable(
         | 
| 1952 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
         | 
| 1953 | 
            +
                              ),
         | 
| 1936 1954 | 
             
                            non_fiat_currency_or_non_fungible_token_received:
         | 
| 1937 1955 | 
             
                              T.nilable(
         | 
| 1938 1956 | 
             
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived::OrHash
         | 
| @@ -1991,7 +2009,9 @@ module Increase | |
| 1991 2009 | 
             
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute
         | 
| 1992 2010 | 
             
                                ),
         | 
| 1993 2011 | 
             
                              non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1994 | 
            -
                                T.nilable( | 
| 2012 | 
            +
                                T.nilable(
         | 
| 2013 | 
            +
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 2014 | 
            +
                                ),
         | 
| 1995 2015 | 
             
                              non_fiat_currency_or_non_fungible_token_received:
         | 
| 1996 2016 | 
             
                                T.nilable(
         | 
| 1997 2017 | 
             
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived
         | 
| @@ -2420,6 +2440,26 @@ module Increase | |
| 2420 2440 | 
             
                          end
         | 
| 2421 2441 | 
             
                        end
         | 
| 2422 2442 |  | 
| 2443 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 2444 | 
            +
                          OrHash =
         | 
| 2445 | 
            +
                            T.type_alias do
         | 
| 2446 | 
            +
                              T.any(
         | 
| 2447 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed,
         | 
| 2448 | 
            +
                                Increase::Internal::AnyHash
         | 
| 2449 | 
            +
                              )
         | 
| 2450 | 
            +
                            end
         | 
| 2451 | 
            +
             | 
| 2452 | 
            +
                          # Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 2453 | 
            +
                          # only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 2454 | 
            +
                          sig { returns(T.attached_class) }
         | 
| 2455 | 
            +
                          def self.new
         | 
| 2456 | 
            +
                          end
         | 
| 2457 | 
            +
             | 
| 2458 | 
            +
                          sig { override.returns({}) }
         | 
| 2459 | 
            +
                          def to_hash
         | 
| 2460 | 
            +
                          end
         | 
| 2461 | 
            +
                        end
         | 
| 2462 | 
            +
             | 
| 2423 2463 | 
             
                        class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
         | 
| 2424 2464 | 
             
                          OrHash =
         | 
| 2425 2465 | 
             
                            T.type_alias do
         | 
| @@ -3199,8 +3239,24 @@ module Increase | |
| 3199 3239 |  | 
| 3200 3240 | 
             
                        # Non-receipt of cash. Present if and only if `category` is
         | 
| 3201 3241 | 
             
                        # `consumer_non_receipt_of_cash`.
         | 
| 3202 | 
            -
                        sig  | 
| 3203 | 
            -
             | 
| 3242 | 
            +
                        sig do
         | 
| 3243 | 
            +
                          returns(
         | 
| 3244 | 
            +
                            T.nilable(
         | 
| 3245 | 
            +
                              Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
         | 
| 3246 | 
            +
                            )
         | 
| 3247 | 
            +
                          )
         | 
| 3248 | 
            +
                        end
         | 
| 3249 | 
            +
                        attr_reader :consumer_non_receipt_of_cash
         | 
| 3250 | 
            +
             | 
| 3251 | 
            +
                        sig do
         | 
| 3252 | 
            +
                          params(
         | 
| 3253 | 
            +
                            consumer_non_receipt_of_cash:
         | 
| 3254 | 
            +
                              T.nilable(
         | 
| 3255 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
         | 
| 3256 | 
            +
                              )
         | 
| 3257 | 
            +
                          ).void
         | 
| 3258 | 
            +
                        end
         | 
| 3259 | 
            +
                        attr_writer :consumer_non_receipt_of_cash
         | 
| 3204 3260 |  | 
| 3205 3261 | 
             
                        # Original Credit Transaction (OCT) not accepted. Present if and only if
         | 
| 3206 3262 | 
             
                        # `category` is `consumer_original_credit_transaction_not_accepted`.
         | 
| @@ -3416,7 +3472,10 @@ module Increase | |
| 3416 3472 | 
             
                              T.nilable(
         | 
| 3417 3473 | 
             
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::OrHash
         | 
| 3418 3474 | 
             
                              ),
         | 
| 3419 | 
            -
                            consumer_non_receipt_of_cash: | 
| 3475 | 
            +
                            consumer_non_receipt_of_cash:
         | 
| 3476 | 
            +
                              T.nilable(
         | 
| 3477 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
         | 
| 3478 | 
            +
                              ),
         | 
| 3420 3479 | 
             
                            consumer_original_credit_transaction_not_accepted:
         | 
| 3421 3480 | 
             
                              T.nilable(
         | 
| 3422 3481 | 
             
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted::OrHash
         | 
| @@ -3556,7 +3615,10 @@ module Increase | |
| 3556 3615 | 
             
                                T.nilable(
         | 
| 3557 3616 | 
             
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived
         | 
| 3558 3617 | 
             
                                ),
         | 
| 3559 | 
            -
                              consumer_non_receipt_of_cash: | 
| 3618 | 
            +
                              consumer_non_receipt_of_cash:
         | 
| 3619 | 
            +
                                T.nilable(
         | 
| 3620 | 
            +
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
         | 
| 3621 | 
            +
                                ),
         | 
| 3560 3622 | 
             
                              consumer_original_credit_transaction_not_accepted:
         | 
| 3561 3623 | 
             
                                T.nilable(
         | 
| 3562 3624 | 
             
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted
         | 
| @@ -7342,6 +7404,26 @@ module Increase | |
| 7342 7404 | 
             
                          end
         | 
| 7343 7405 | 
             
                        end
         | 
| 7344 7406 |  | 
| 7407 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 7408 | 
            +
                          OrHash =
         | 
| 7409 | 
            +
                            T.type_alias do
         | 
| 7410 | 
            +
                              T.any(
         | 
| 7411 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash,
         | 
| 7412 | 
            +
                                Increase::Internal::AnyHash
         | 
| 7413 | 
            +
                              )
         | 
| 7414 | 
            +
                            end
         | 
| 7415 | 
            +
             | 
| 7416 | 
            +
                          # Non-receipt of cash. Present if and only if `category` is
         | 
| 7417 | 
            +
                          # `consumer_non_receipt_of_cash`.
         | 
| 7418 | 
            +
                          sig { returns(T.attached_class) }
         | 
| 7419 | 
            +
                          def self.new
         | 
| 7420 | 
            +
                          end
         | 
| 7421 | 
            +
             | 
| 7422 | 
            +
                          sig { override.returns({}) }
         | 
| 7423 | 
            +
                          def to_hash
         | 
| 7424 | 
            +
                          end
         | 
| 7425 | 
            +
                        end
         | 
| 7426 | 
            +
             | 
| 7345 7427 | 
             
                        class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
         | 
| 7346 7428 | 
             
                          OrHash =
         | 
| 7347 7429 | 
             
                            T.type_alias do
         | 
| @@ -19,7 +19,7 @@ module Increase | |
| 19 19 | 
             
                    # The identifier for the Entity that will own the Account.
         | 
| 20 20 | 
             
                    entity_id: nil,
         | 
| 21 21 | 
             
                    # The identifier of an Entity that, while not owning the Account, is associated
         | 
| 22 | 
            -
                    # with its activity.  | 
| 22 | 
            +
                    # with its activity. This is generally the beneficiary of the funds.
         | 
| 23 23 | 
             
                    informational_entity_id: nil,
         | 
| 24 24 | 
             
                    # The identifier for the Program that this Account falls under. Required if you
         | 
| 25 25 | 
             
                    # operate more than one Program.
         | 
| @@ -689,7 +689,7 @@ module Increase | |
| 689 689 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 690 690 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 691 691 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 692 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 692 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 693 693 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 694 694 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 695 695 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -703,7 +703,7 @@ module Increase | |
| 703 703 |  | 
| 704 704 | 
             
                        attr_accessor invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?
         | 
| 705 705 |  | 
| 706 | 
            -
                        attr_accessor non_fiat_currency_or_non_fungible_token_as_described:  | 
| 706 | 
            +
                        attr_accessor non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?
         | 
| 707 707 |  | 
| 708 708 | 
             
                        attr_accessor non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?
         | 
| 709 709 |  | 
| @@ -717,7 +717,7 @@ module Increase | |
| 717 717 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 718 718 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 719 719 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 720 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 720 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 721 721 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 722 722 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 723 723 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -728,7 +728,7 @@ module Increase | |
| 728 728 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 729 729 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 730 730 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 731 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 731 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 732 732 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 733 733 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 734 734 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -943,6 +943,14 @@ module Increase | |
| 943 943 | 
             
                          end
         | 
| 944 944 | 
             
                        end
         | 
| 945 945 |  | 
| 946 | 
            +
                        type non_fiat_currency_or_non_fungible_token_as_described = {  }
         | 
| 947 | 
            +
             | 
| 948 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 949 | 
            +
                          def initialize: -> void
         | 
| 950 | 
            +
             | 
| 951 | 
            +
                          def to_hash: -> {  }
         | 
| 952 | 
            +
                        end
         | 
| 953 | 
            +
             | 
| 946 954 | 
             
                        type non_fiat_currency_or_non_fungible_token_received =
         | 
| 947 955 | 
             
                          {
         | 
| 948 956 | 
             
                            blockchain_transaction_hash: String,
         | 
| @@ -1160,7 +1168,7 @@ module Increase | |
| 1160 1168 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1161 1169 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1162 1170 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1163 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1171 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1164 1172 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1165 1173 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1166 1174 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -1194,7 +1202,7 @@ module Increase | |
| 1194 1202 |  | 
| 1195 1203 | 
             
                        attr_accessor consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?
         | 
| 1196 1204 |  | 
| 1197 | 
            -
                        attr_accessor consumer_non_receipt_of_cash:  | 
| 1205 | 
            +
                        attr_accessor consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?
         | 
| 1198 1206 |  | 
| 1199 1207 | 
             
                        attr_accessor consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?
         | 
| 1200 1208 |  | 
| @@ -1224,7 +1232,7 @@ module Increase | |
| 1224 1232 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1225 1233 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1226 1234 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1227 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1235 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1228 1236 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1229 1237 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1230 1238 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -1247,7 +1255,7 @@ module Increase | |
| 1247 1255 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1248 1256 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1249 1257 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1250 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1258 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1251 1259 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1252 1260 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1253 1261 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -2799,6 +2807,14 @@ module Increase | |
| 2799 2807 | 
             
                          end
         | 
| 2800 2808 | 
             
                        end
         | 
| 2801 2809 |  | 
| 2810 | 
            +
                        type consumer_non_receipt_of_cash = {  }
         | 
| 2811 | 
            +
             | 
| 2812 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 2813 | 
            +
                          def initialize: -> void
         | 
| 2814 | 
            +
             | 
| 2815 | 
            +
                          def to_hash: -> {  }
         | 
| 2816 | 
            +
                        end
         | 
| 2817 | 
            +
             | 
| 2802 2818 | 
             
                        type consumer_original_credit_transaction_not_accepted =
         | 
| 2803 2819 | 
             
                          {
         | 
| 2804 2820 | 
             
                            explanation: String,
         | 
    
        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. | 
| 4 | 
            +
              version: 1.121.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-10- | 
| 11 | 
            +
            date: 2025-10-29 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: connection_pool
         |