increase 1.105.0 → 1.107.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/ach_transfer.rb +3 -3
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_transfer.rbi +3 -3
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/sig/increase/models/ach_transfer.rbs +4 -4
- data/sig/increase/models/simulations/program_create_params.rbs +4 -0
- 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: af0d71dbe362ed27b6ecee143082ac0588d9135661e0fc577fc9932010403385
         | 
| 4 | 
            +
              data.tar.gz: 9448c3cdb0400bbbf217cea87e3f7a5950ef049f1763dcfa0a0969828025b54f
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 5534f3b190558ec28fac7c604668bbbf9aa18942341929a5b13968ff659b39d52a37d54af5e63dc0e8f2d925bf01ce432cb6c79c15a7458be4baef8a82179e50
         | 
| 7 | 
            +
              data.tar.gz: a52ca74c9b15f708ac579f9e2a41441ac0666ccb2b6a210c104409c7c9f9bee4ba664047f4d4e1ee34aca6c6fa559aeabf2f213ce38e1981e1020cc3b973bf0b
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,21 @@ | |
| 1 1 | 
             
            # Changelog
         | 
| 2 2 |  | 
| 3 | 
            +
            ## 1.107.0 (2025-10-11)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Full Changelog: [v1.106.0...v1.107.0](https://github.com/Increase/increase-ruby/compare/v1.106.0...v1.107.0)
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### Features
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * **api:** api update ([bcec28e](https://github.com/Increase/increase-ruby/commit/bcec28ec2c44033b99b2b09cca169644c2360eb6))
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## 1.106.0 (2025-10-10)
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Full Changelog: [v1.105.0...v1.106.0](https://github.com/Increase/increase-ruby/compare/v1.105.0...v1.106.0)
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            ### Features
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            * **api:** api update ([4a0fcf6](https://github.com/Increase/increase-ruby/commit/4a0fcf69c4aed89b0d7df75198bcb2c048e66999))
         | 
| 18 | 
            +
             | 
| 3 19 | 
             
            ## 1.105.0 (2025-10-10)
         | 
| 4 20 |  | 
| 5 21 | 
             
            Full Changelog: [v1.104.0...v1.105.0](https://github.com/Increase/increase-ruby/compare/v1.104.0...v1.105.0)
         | 
    
        data/README.md
    CHANGED
    
    
| @@ -1383,8 +1383,8 @@ module Increase | |
| 1383 1383 | 
             
                    #   than the opening of business on the second banking day following the Settlement
         | 
| 1384 1384 | 
             
                    #   Date of the original entry.".
         | 
| 1385 1385 | 
             
                    #
         | 
| 1386 | 
            -
                    #   @return [Time | 
| 1387 | 
            -
                    required :administrative_returns_expected_by, Time | 
| 1386 | 
            +
                    #   @return [Time]
         | 
| 1387 | 
            +
                    required :administrative_returns_expected_by, Time
         | 
| 1388 1388 |  | 
| 1389 1389 | 
             
                    # @!attribute effective_date
         | 
| 1390 1390 | 
             
                    #   The ACH transfer's effective date as sent to the Federal Reserve. If a specific
         | 
| @@ -1439,7 +1439,7 @@ module Increase | |
| 1439 1439 | 
             
                    #   weekdays according to their
         | 
| 1440 1440 | 
             
                    #   [posted schedule](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
         | 
| 1441 1441 | 
             
                    #
         | 
| 1442 | 
            -
                    #   @param administrative_returns_expected_by [Time | 
| 1442 | 
            +
                    #   @param administrative_returns_expected_by [Time] The timestamp by which any administrative returns are expected to be received by
         | 
| 1443 1443 | 
             
                    #
         | 
| 1444 1444 | 
             
                    #   @param effective_date [Date] The ACH transfer's effective date as sent to the Federal Reserve. If a specific
         | 
| 1445 1445 | 
             
                    #
         | 
    
        data/lib/increase/version.rb
    CHANGED
    
    
| @@ -2518,7 +2518,7 @@ module Increase | |
| 2518 2518 | 
             
                    # deposit deadline for the return entry to be made available to the ODFI no later
         | 
| 2519 2519 | 
             
                    # than the opening of business on the second banking day following the Settlement
         | 
| 2520 2520 | 
             
                    # Date of the original entry.".
         | 
| 2521 | 
            -
                    sig { returns( | 
| 2521 | 
            +
                    sig { returns(Time) }
         | 
| 2522 2522 | 
             
                    attr_accessor :administrative_returns_expected_by
         | 
| 2523 2523 |  | 
| 2524 2524 | 
             
                    # The ACH transfer's effective date as sent to the Federal Reserve. If a specific
         | 
| @@ -2564,7 +2564,7 @@ module Increase | |
| 2564 2564 | 
             
                    # [posted schedule](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
         | 
| 2565 2565 | 
             
                    sig do
         | 
| 2566 2566 | 
             
                      params(
         | 
| 2567 | 
            -
                        administrative_returns_expected_by:  | 
| 2567 | 
            +
                        administrative_returns_expected_by: Time,
         | 
| 2568 2568 | 
             
                        effective_date: Date,
         | 
| 2569 2569 | 
             
                        expected_funds_settlement_at: Time,
         | 
| 2570 2570 | 
             
                        expected_settlement_schedule:
         | 
| @@ -2609,7 +2609,7 @@ module Increase | |
| 2609 2609 | 
             
                    sig do
         | 
| 2610 2610 | 
             
                      override.returns(
         | 
| 2611 2611 | 
             
                        {
         | 
| 2612 | 
            -
                          administrative_returns_expected_by:  | 
| 2612 | 
            +
                          administrative_returns_expected_by: Time,
         | 
| 2613 2613 | 
             
                          effective_date: Date,
         | 
| 2614 2614 | 
             
                          expected_funds_settlement_at: Time,
         | 
| 2615 2615 | 
             
                          expected_settlement_schedule:
         | 
| @@ -120,6 +120,13 @@ module Increase | |
| 120 120 | 
             
                          Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
         | 
| 121 121 | 
             
                        )
         | 
| 122 122 |  | 
| 123 | 
            +
                      # Twin City Bank
         | 
| 124 | 
            +
                      TWIN_CITY_BANK =
         | 
| 125 | 
            +
                        T.let(
         | 
| 126 | 
            +
                          :twin_city_bank,
         | 
| 127 | 
            +
                          Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
         | 
| 128 | 
            +
                        )
         | 
| 129 | 
            +
             | 
| 123 130 | 
             
                      sig do
         | 
| 124 131 | 
             
                        override.returns(
         | 
| 125 132 | 
             
                          T::Array[
         | 
| @@ -1142,7 +1142,7 @@ module Increase | |
| 1142 1142 |  | 
| 1143 1143 | 
             
                  type submission =
         | 
| 1144 1144 | 
             
                    {
         | 
| 1145 | 
            -
                      administrative_returns_expected_by: Time | 
| 1145 | 
            +
                      administrative_returns_expected_by: Time,
         | 
| 1146 1146 | 
             
                      effective_date: Date,
         | 
| 1147 1147 | 
             
                      expected_funds_settlement_at: Time,
         | 
| 1148 1148 | 
             
                      expected_settlement_schedule: Increase::Models::ACHTransfer::Submission::expected_settlement_schedule,
         | 
| @@ -1151,7 +1151,7 @@ module Increase | |
| 1151 1151 | 
             
                    }
         | 
| 1152 1152 |  | 
| 1153 1153 | 
             
                  class Submission < Increase::Internal::Type::BaseModel
         | 
| 1154 | 
            -
                    attr_accessor administrative_returns_expected_by: Time | 
| 1154 | 
            +
                    attr_accessor administrative_returns_expected_by: Time
         | 
| 1155 1155 |  | 
| 1156 1156 | 
             
                    attr_accessor effective_date: Date
         | 
| 1157 1157 |  | 
| @@ -1164,7 +1164,7 @@ module Increase | |
| 1164 1164 | 
             
                    attr_accessor trace_number: String
         | 
| 1165 1165 |  | 
| 1166 1166 | 
             
                    def initialize: (
         | 
| 1167 | 
            -
                      administrative_returns_expected_by: Time | 
| 1167 | 
            +
                      administrative_returns_expected_by: Time,
         | 
| 1168 1168 | 
             
                      effective_date: Date,
         | 
| 1169 1169 | 
             
                      expected_funds_settlement_at: Time,
         | 
| 1170 1170 | 
             
                      expected_settlement_schedule: Increase::Models::ACHTransfer::Submission::expected_settlement_schedule,
         | 
| @@ -1173,7 +1173,7 @@ module Increase | |
| 1173 1173 | 
             
                    ) -> void
         | 
| 1174 1174 |  | 
| 1175 1175 | 
             
                    def to_hash: -> {
         | 
| 1176 | 
            -
                      administrative_returns_expected_by: Time | 
| 1176 | 
            +
                      administrative_returns_expected_by: Time,
         | 
| 1177 1177 | 
             
                      effective_date: Date,
         | 
| 1178 1178 | 
             
                      expected_funds_settlement_at: Time,
         | 
| 1179 1179 | 
             
                      expected_settlement_schedule: Increase::Models::ACHTransfer::Submission::expected_settlement_schedule,
         | 
| @@ -45,6 +45,7 @@ module Increase | |
| 45 45 | 
             
                      | :first_internet_bank
         | 
| 46 46 | 
             
                      | :global_innovations_bank
         | 
| 47 47 | 
             
                      | :grasshopper_bank
         | 
| 48 | 
            +
                      | :twin_city_bank
         | 
| 48 49 |  | 
| 49 50 | 
             
                    module Bank
         | 
| 50 51 | 
             
                      extend Increase::Internal::Type::Enum
         | 
| @@ -64,6 +65,9 @@ module Increase | |
| 64 65 | 
             
                      # Grasshopper Bank
         | 
| 65 66 | 
             
                      GRASSHOPPER_BANK: :grasshopper_bank
         | 
| 66 67 |  | 
| 68 | 
            +
                      # Twin City Bank
         | 
| 69 | 
            +
                      TWIN_CITY_BANK: :twin_city_bank
         | 
| 70 | 
            +
             | 
| 67 71 | 
             
                      def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
         | 
| 68 72 | 
             
                    end
         | 
| 69 73 | 
             
                  end
         | 
    
        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.107.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-11 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: connection_pool
         |