increase 1.119.0 → 1.120.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 +8 -0
- data/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +1 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +2 -2
- data/rbi/increase/resources/accounts.rbi +1 -1
- 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: 6c02a9f705eb858df139c51f9e6530f9406e7109c29ec150cba73fae641752c3
         | 
| 4 | 
            +
              data.tar.gz: 90a428353e5e021b7d03f49eed06e6fa35d411ac46c2155559fd00e1af8959e9
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4a7ceaee2d2f5d7231cb896b66b0f7c996441867dadcf7859344a2bb39e22f41b34b6e3b1e2783e74c0fd2103679af3d2e5ef9228f14dadb8689913121acae2c
         | 
| 7 | 
            +
              data.tar.gz: afac6723d0d71c9db846c4733ad06b854da8394e07fd088220484814c87c47fb2eb19c925207bb7532b5cb243f9632329364e88702b666588e7bbf2bbfcac03a
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,13 @@ | |
| 1 1 | 
             
            # Changelog
         | 
| 2 2 |  | 
| 3 | 
            +
            ## 1.120.0 (2025-10-29)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### Features
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
         | 
| 10 | 
            +
             | 
| 3 11 | 
             
            ## 1.119.0 (2025-10-28)
         | 
| 4 12 |  | 
| 5 13 | 
             
            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
         | 
    
        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.
         | 
| @@ -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.
         | 
    
        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.120.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
         |