From 026528a9a30444a21d264201273ce190fc30f3e9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:25:40 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 +- lib/increase/models/transaction.rb | 85 +++++------------------ lib/increase/models/wire_transfer.rb | 85 +++++------------------ rbi/increase/models/transaction.rbi | 98 ++++++--------------------- rbi/increase/models/wire_transfer.rbi | 98 ++++++--------------------- sig/increase/models/transaction.rbs | 56 ++++----------- sig/increase/models/wire_transfer.rbs | 56 ++++----------- 7 files changed, 102 insertions(+), 380 deletions(-) diff --git a/.stats.yml b/.stats.yml index a52464a81..cb84ec279 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f848edf1a38bbdc834fb3855aaf2eaeb77711e36e9a560cadfeb49428b4ac3de.yml -openapi_spec_hash: 52e32b8e609fa290c285bbd44f8bc74a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a98d22578526265c9d1ef5ee69db277ab4e3548d5f12ab740eabc7babd33ba1c.yml +openapi_spec_hash: eefa018725a526a04f4fda690fedf0ec config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index 66d76d4a7..dc9d2c669 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -5117,18 +5117,18 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel # @return [Time] required :created_at, Time + # @!attribute debtor_routing_number + # The debtor's routing number. + # + # @return [String, nil] + required :debtor_routing_number, String, nil?: true + # @!attribute description # The description on the reversal message from Fedwire, set by the reversing bank. # # @return [String] required :description, String - # @!attribute financial_institution_to_financial_institution_information - # Additional financial institution information included in the wire reversal. - # - # @return [String, nil] - required :financial_institution_to_financial_institution_information, String, nil?: true - # @!attribute input_cycle_date # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. @@ -5154,56 +5154,17 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel # @return [String] required :input_source, String - # @!attribute originator_routing_number - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. - # - # @return [String, nil] - required :originator_routing_number, String, nil?: true - - # @!attribute originator_to_beneficiary_information - # Additional information included in the wire reversal by the reversal originator. - # - # @return [String, nil] - required :originator_to_beneficiary_information, String, nil?: true - - # @!attribute previous_message_input_cycle_date - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - # - # @return [Date, nil] - required :previous_message_input_cycle_date, Date, nil?: true - - # @!attribute previous_message_input_message_accountability_data - # The Fedwire transaction identifier for the wire transfer that was reversed. - # - # @return [String, nil] - required :previous_message_input_message_accountability_data, String, nil?: true - - # @!attribute previous_message_input_sequence_number - # The Fedwire sequence number for the wire transfer that was reversed. - # - # @return [String] - required :previous_message_input_sequence_number, String - - # @!attribute previous_message_input_source - # The Fedwire input source identifier for the wire transfer that was reversed. - # - # @return [String, nil] - required :previous_message_input_source, String, nil?: true - - # @!attribute receiver_financial_institution_information - # Information included in the wire reversal for the receiving financial - # institution. + # @!attribute instruction_identification + # The sending bank's identifier for the reversal. # # @return [String, nil] - required :receiver_financial_institution_information, String, nil?: true + required :instruction_identification, String, nil?: true - # @!attribute sender_reference - # The sending bank's reference number for the wire reversal. + # @!attribute return_reason_additional_information + # Additional information about the reason for the reversal. # # @return [String, nil] - required :sender_reference, String, nil?: true + required :return_reason_additional_information, String, nil?: true # @!attribute transaction_id # The ID for the Transaction associated with the transfer reversal. @@ -5217,7 +5178,7 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel # @return [String] required :wire_transfer_id, String - # @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:) + # @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:) # Some parameter documentations has been truncated, see # {Increase::Models::Transaction::Source::InboundWireReversal} for more details. # @@ -5231,9 +5192,9 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel # # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th # - # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank. + # @param debtor_routing_number [String, nil] The debtor's routing number. # - # @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal. + # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank. # # @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P # @@ -5243,21 +5204,9 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel # # @param input_source [String] The Fedwire input source identifier. # - # @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th - # - # @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator. - # - # @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess - # - # @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed. - # - # @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed. - # - # @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed. - # - # @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio + # @param instruction_identification [String, nil] The sending bank's identifier for the reversal. # - # @param sender_reference [String, nil] The sending bank's reference number for the wire reversal. + # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal. # # @param transaction_id [String] The ID for the Transaction associated with the transfer reversal. # diff --git a/lib/increase/models/wire_transfer.rb b/lib/increase/models/wire_transfer.rb index 0958d781e..35c01a026 100644 --- a/lib/increase/models/wire_transfer.rb +++ b/lib/increase/models/wire_transfer.rb @@ -474,18 +474,18 @@ class Reversal < Increase::Internal::Type::BaseModel # @return [Time] required :created_at, Time + # @!attribute debtor_routing_number + # The debtor's routing number. + # + # @return [String, nil] + required :debtor_routing_number, String, nil?: true + # @!attribute description # The description on the reversal message from Fedwire, set by the reversing bank. # # @return [String] required :description, String - # @!attribute financial_institution_to_financial_institution_information - # Additional financial institution information included in the wire reversal. - # - # @return [String, nil] - required :financial_institution_to_financial_institution_information, String, nil?: true - # @!attribute input_cycle_date # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. @@ -511,56 +511,17 @@ class Reversal < Increase::Internal::Type::BaseModel # @return [String] required :input_source, String - # @!attribute originator_routing_number - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. - # - # @return [String, nil] - required :originator_routing_number, String, nil?: true - - # @!attribute originator_to_beneficiary_information - # Additional information included in the wire reversal by the reversal originator. + # @!attribute instruction_identification + # The sending bank's identifier for the reversal. # # @return [String, nil] - required :originator_to_beneficiary_information, String, nil?: true - - # @!attribute previous_message_input_cycle_date - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - # - # @return [Date, nil] - required :previous_message_input_cycle_date, Date, nil?: true + required :instruction_identification, String, nil?: true - # @!attribute previous_message_input_message_accountability_data - # The Fedwire transaction identifier for the wire transfer that was reversed. + # @!attribute return_reason_additional_information + # Additional information about the reason for the reversal. # # @return [String, nil] - required :previous_message_input_message_accountability_data, String, nil?: true - - # @!attribute previous_message_input_sequence_number - # The Fedwire sequence number for the wire transfer that was reversed. - # - # @return [String] - required :previous_message_input_sequence_number, String - - # @!attribute previous_message_input_source - # The Fedwire input source identifier for the wire transfer that was reversed. - # - # @return [String, nil] - required :previous_message_input_source, String, nil?: true - - # @!attribute receiver_financial_institution_information - # Information included in the wire reversal for the receiving financial - # institution. - # - # @return [String, nil] - required :receiver_financial_institution_information, String, nil?: true - - # @!attribute sender_reference - # The sending bank's reference number for the wire reversal. - # - # @return [String, nil] - required :sender_reference, String, nil?: true + required :return_reason_additional_information, String, nil?: true # @!attribute transaction_id # The ID for the Transaction associated with the transfer reversal. @@ -574,7 +535,7 @@ class Reversal < Increase::Internal::Type::BaseModel # @return [String] required :wire_transfer_id, String - # @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:) + # @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:) # Some parameter documentations has been truncated, see # {Increase::Models::WireTransfer::Reversal} for more details. # @@ -584,9 +545,9 @@ class Reversal < Increase::Internal::Type::BaseModel # # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th # - # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank. + # @param debtor_routing_number [String, nil] The debtor's routing number. # - # @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal. + # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank. # # @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P # @@ -596,21 +557,9 @@ class Reversal < Increase::Internal::Type::BaseModel # # @param input_source [String] The Fedwire input source identifier. # - # @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th - # - # @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator. - # - # @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess - # - # @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed. - # - # @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed. - # - # @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed. - # - # @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio + # @param instruction_identification [String, nil] The sending bank's identifier for the reversal. # - # @param sender_reference [String, nil] The sending bank's reference number for the wire reversal. + # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal. # # @param transaction_id [String] The ID for the Transaction associated with the transfer reversal. # diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index a68da956b..cf0a9fb75 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -9496,14 +9496,14 @@ module Increase sig { returns(Time) } attr_accessor :created_at + # The debtor's routing number. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_routing_number + # The description on the reversal message from Fedwire, set by the reversing bank. sig { returns(String) } attr_accessor :description - # Additional financial institution information included in the wire reversal. - sig { returns(T.nilable(String)) } - attr_accessor :financial_institution_to_financial_institution_information - # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. sig { returns(Date) } @@ -9521,40 +9521,13 @@ module Increase sig { returns(String) } attr_accessor :input_source - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. + # The sending bank's identifier for the reversal. sig { returns(T.nilable(String)) } - attr_accessor :originator_routing_number - - # Additional information included in the wire reversal by the reversal originator. - sig { returns(T.nilable(String)) } - attr_accessor :originator_to_beneficiary_information - - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - sig { returns(T.nilable(Date)) } - attr_accessor :previous_message_input_cycle_date - - # The Fedwire transaction identifier for the wire transfer that was reversed. - sig { returns(T.nilable(String)) } - attr_accessor :previous_message_input_message_accountability_data - - # The Fedwire sequence number for the wire transfer that was reversed. - sig { returns(String) } - attr_accessor :previous_message_input_sequence_number - - # The Fedwire input source identifier for the wire transfer that was reversed. - sig { returns(T.nilable(String)) } - attr_accessor :previous_message_input_source - - # Information included in the wire reversal for the receiving financial - # institution. - sig { returns(T.nilable(String)) } - attr_accessor :receiver_financial_institution_information + attr_accessor :instruction_identification - # The sending bank's reference number for the wire reversal. + # Additional information about the reason for the reversal. sig { returns(T.nilable(String)) } - attr_accessor :sender_reference + attr_accessor :return_reason_additional_information # The ID for the Transaction associated with the transfer reversal. sig { returns(String) } @@ -9573,22 +9546,14 @@ module Increase params( amount: Integer, created_at: Time, + debtor_routing_number: T.nilable(String), description: String, - financial_institution_to_financial_institution_information: - T.nilable(String), input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: T.nilable(String), - originator_to_beneficiary_information: T.nilable(String), - previous_message_input_cycle_date: T.nilable(Date), - previous_message_input_message_accountability_data: - T.nilable(String), - previous_message_input_sequence_number: String, - previous_message_input_source: T.nilable(String), - receiver_financial_institution_information: T.nilable(String), - sender_reference: T.nilable(String), + instruction_identification: T.nilable(String), + return_reason_additional_information: T.nilable(String), transaction_id: String, wire_transfer_id: String ).returns(T.attached_class) @@ -9599,10 +9564,10 @@ module Increase # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which # the reversal was created. created_at:, + # The debtor's routing number. + debtor_routing_number:, # The description on the reversal message from Fedwire, set by the reversing bank. description:, - # Additional financial institution information included in the wire reversal. - financial_institution_to_financial_institution_information:, # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. input_cycle_date:, @@ -9612,25 +9577,10 @@ module Increase input_sequence_number:, # The Fedwire input source identifier. input_source:, - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. - originator_routing_number:, - # Additional information included in the wire reversal by the reversal originator. - originator_to_beneficiary_information:, - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - previous_message_input_cycle_date:, - # The Fedwire transaction identifier for the wire transfer that was reversed. - previous_message_input_message_accountability_data:, - # The Fedwire sequence number for the wire transfer that was reversed. - previous_message_input_sequence_number:, - # The Fedwire input source identifier for the wire transfer that was reversed. - previous_message_input_source:, - # Information included in the wire reversal for the receiving financial - # institution. - receiver_financial_institution_information:, - # The sending bank's reference number for the wire reversal. - sender_reference:, + # The sending bank's identifier for the reversal. + instruction_identification:, + # Additional information about the reason for the reversal. + return_reason_additional_information:, # The ID for the Transaction associated with the transfer reversal. transaction_id:, # The ID for the Wire Transfer that is being reversed. @@ -9643,22 +9593,14 @@ module Increase { amount: Integer, created_at: Time, + debtor_routing_number: T.nilable(String), description: String, - financial_institution_to_financial_institution_information: - T.nilable(String), input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: T.nilable(String), - originator_to_beneficiary_information: T.nilable(String), - previous_message_input_cycle_date: T.nilable(Date), - previous_message_input_message_accountability_data: - T.nilable(String), - previous_message_input_sequence_number: String, - previous_message_input_source: T.nilable(String), - receiver_financial_institution_information: T.nilable(String), - sender_reference: T.nilable(String), + instruction_identification: T.nilable(String), + return_reason_additional_information: T.nilable(String), transaction_id: String, wire_transfer_id: String } diff --git a/rbi/increase/models/wire_transfer.rbi b/rbi/increase/models/wire_transfer.rbi index 166da7a70..51ff6eb5e 100644 --- a/rbi/increase/models/wire_transfer.rbi +++ b/rbi/increase/models/wire_transfer.rbi @@ -702,14 +702,14 @@ module Increase sig { returns(Time) } attr_accessor :created_at + # The debtor's routing number. + sig { returns(T.nilable(String)) } + attr_accessor :debtor_routing_number + # The description on the reversal message from Fedwire, set by the reversing bank. sig { returns(String) } attr_accessor :description - # Additional financial institution information included in the wire reversal. - sig { returns(T.nilable(String)) } - attr_accessor :financial_institution_to_financial_institution_information - # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. sig { returns(Date) } @@ -727,40 +727,13 @@ module Increase sig { returns(String) } attr_accessor :input_source - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. - sig { returns(T.nilable(String)) } - attr_accessor :originator_routing_number - - # Additional information included in the wire reversal by the reversal originator. - sig { returns(T.nilable(String)) } - attr_accessor :originator_to_beneficiary_information - - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - sig { returns(T.nilable(Date)) } - attr_accessor :previous_message_input_cycle_date - - # The Fedwire transaction identifier for the wire transfer that was reversed. - sig { returns(T.nilable(String)) } - attr_accessor :previous_message_input_message_accountability_data - - # The Fedwire sequence number for the wire transfer that was reversed. - sig { returns(String) } - attr_accessor :previous_message_input_sequence_number - - # The Fedwire input source identifier for the wire transfer that was reversed. - sig { returns(T.nilable(String)) } - attr_accessor :previous_message_input_source - - # Information included in the wire reversal for the receiving financial - # institution. + # The sending bank's identifier for the reversal. sig { returns(T.nilable(String)) } - attr_accessor :receiver_financial_institution_information + attr_accessor :instruction_identification - # The sending bank's reference number for the wire reversal. + # Additional information about the reason for the reversal. sig { returns(T.nilable(String)) } - attr_accessor :sender_reference + attr_accessor :return_reason_additional_information # The ID for the Transaction associated with the transfer reversal. sig { returns(String) } @@ -775,22 +748,14 @@ module Increase params( amount: Integer, created_at: Time, + debtor_routing_number: T.nilable(String), description: String, - financial_institution_to_financial_institution_information: - T.nilable(String), input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: T.nilable(String), - originator_to_beneficiary_information: T.nilable(String), - previous_message_input_cycle_date: T.nilable(Date), - previous_message_input_message_accountability_data: - T.nilable(String), - previous_message_input_sequence_number: String, - previous_message_input_source: T.nilable(String), - receiver_financial_institution_information: T.nilable(String), - sender_reference: T.nilable(String), + instruction_identification: T.nilable(String), + return_reason_additional_information: T.nilable(String), transaction_id: String, wire_transfer_id: String ).returns(T.attached_class) @@ -801,10 +766,10 @@ module Increase # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which # the reversal was created. created_at:, + # The debtor's routing number. + debtor_routing_number:, # The description on the reversal message from Fedwire, set by the reversing bank. description:, - # Additional financial institution information included in the wire reversal. - financial_institution_to_financial_institution_information:, # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 # PM Eastern Time on the evening before the `cycle date`. input_cycle_date:, @@ -814,25 +779,10 @@ module Increase input_sequence_number:, # The Fedwire input source identifier. input_source:, - # The American Banking Association (ABA) routing number of the bank originating - # the transfer. - originator_routing_number:, - # Additional information included in the wire reversal by the reversal originator. - originator_to_beneficiary_information:, - # The Fedwire cycle date for the wire transfer that is being reversed by this - # message. - previous_message_input_cycle_date:, - # The Fedwire transaction identifier for the wire transfer that was reversed. - previous_message_input_message_accountability_data:, - # The Fedwire sequence number for the wire transfer that was reversed. - previous_message_input_sequence_number:, - # The Fedwire input source identifier for the wire transfer that was reversed. - previous_message_input_source:, - # Information included in the wire reversal for the receiving financial - # institution. - receiver_financial_institution_information:, - # The sending bank's reference number for the wire reversal. - sender_reference:, + # The sending bank's identifier for the reversal. + instruction_identification:, + # Additional information about the reason for the reversal. + return_reason_additional_information:, # The ID for the Transaction associated with the transfer reversal. transaction_id:, # The ID for the Wire Transfer that is being reversed. @@ -845,22 +795,14 @@ module Increase { amount: Integer, created_at: Time, + debtor_routing_number: T.nilable(String), description: String, - financial_institution_to_financial_institution_information: - T.nilable(String), input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: T.nilable(String), - originator_to_beneficiary_information: T.nilable(String), - previous_message_input_cycle_date: T.nilable(Date), - previous_message_input_message_accountability_data: - T.nilable(String), - previous_message_input_sequence_number: String, - previous_message_input_source: T.nilable(String), - receiver_financial_institution_information: T.nilable(String), - sender_reference: T.nilable(String), + instruction_identification: T.nilable(String), + return_reason_additional_information: T.nilable(String), transaction_id: String, wire_transfer_id: String } diff --git a/sig/increase/models/transaction.rbs b/sig/increase/models/transaction.rbs index 357c2c666..50343e21d 100644 --- a/sig/increase/models/transaction.rbs +++ b/sig/increase/models/transaction.rbs @@ -3902,20 +3902,14 @@ module Increase { amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String } @@ -3925,9 +3919,9 @@ module Increase attr_accessor created_at: Time - attr_accessor description: String + attr_accessor debtor_routing_number: String? - attr_accessor financial_institution_to_financial_institution_information: String? + attr_accessor description: String attr_accessor input_cycle_date: Date @@ -3937,21 +3931,9 @@ module Increase attr_accessor input_source: String - attr_accessor originator_routing_number: String? - - attr_accessor originator_to_beneficiary_information: String? - - attr_accessor previous_message_input_cycle_date: Date? - - attr_accessor previous_message_input_message_accountability_data: String? - - attr_accessor previous_message_input_sequence_number: String - - attr_accessor previous_message_input_source: String? - - attr_accessor receiver_financial_institution_information: String? + attr_accessor instruction_identification: String? - attr_accessor sender_reference: String? + attr_accessor return_reason_additional_information: String? attr_accessor transaction_id: String @@ -3960,20 +3942,14 @@ module Increase def initialize: ( amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String ) -> void @@ -3981,20 +3957,14 @@ module Increase def to_hash: -> { amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String } diff --git a/sig/increase/models/wire_transfer.rbs b/sig/increase/models/wire_transfer.rbs index 96f827651..c7232b17b 100644 --- a/sig/increase/models/wire_transfer.rbs +++ b/sig/increase/models/wire_transfer.rbs @@ -304,20 +304,14 @@ module Increase { amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String } @@ -327,9 +321,9 @@ module Increase attr_accessor created_at: Time - attr_accessor description: String + attr_accessor debtor_routing_number: String? - attr_accessor financial_institution_to_financial_institution_information: String? + attr_accessor description: String attr_accessor input_cycle_date: Date @@ -339,21 +333,9 @@ module Increase attr_accessor input_source: String - attr_accessor originator_routing_number: String? - - attr_accessor originator_to_beneficiary_information: String? - - attr_accessor previous_message_input_cycle_date: Date? - - attr_accessor previous_message_input_message_accountability_data: String? - - attr_accessor previous_message_input_sequence_number: String - - attr_accessor previous_message_input_source: String? - - attr_accessor receiver_financial_institution_information: String? + attr_accessor instruction_identification: String? - attr_accessor sender_reference: String? + attr_accessor return_reason_additional_information: String? attr_accessor transaction_id: String @@ -362,20 +344,14 @@ module Increase def initialize: ( amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String ) -> void @@ -383,20 +359,14 @@ module Increase def to_hash: -> { amount: Integer, created_at: Time, + debtor_routing_number: String?, description: String, - financial_institution_to_financial_institution_information: String?, input_cycle_date: Date, input_message_accountability_data: String, input_sequence_number: String, input_source: String, - originator_routing_number: String?, - originator_to_beneficiary_information: String?, - previous_message_input_cycle_date: Date?, - previous_message_input_message_accountability_data: String?, - previous_message_input_sequence_number: String, - previous_message_input_source: String?, - receiver_financial_institution_information: String?, - sender_reference: String?, + instruction_identification: String?, + return_reason_additional_information: String?, transaction_id: String, wire_transfer_id: String } From 84e929b9466aa89ffb0ff7e0a9cba6c0ff4fef19 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:26:03 +0000 Subject: [PATCH 2/2] release: 1.54.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b97f7533..7e66027ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.53.0" + ".": "1.54.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e30ccb9..68c83c9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.54.0 (2025-08-27) + +Full Changelog: [v1.53.0...v1.54.0](https://github.com/Increase/increase-ruby/compare/v1.53.0...v1.54.0) + +### Features + +* **api:** api update ([026528a](https://github.com/Increase/increase-ruby/commit/026528a9a30444a21d264201273ce190fc30f3e9)) + ## 1.53.0 (2025-08-26) Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0) diff --git a/Gemfile.lock b/Gemfile.lock index d54c1cb8b..6095ea856 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.53.0) + increase (1.54.0) connection_pool GEM diff --git a/README.md b/README.md index 20843d8fa..634414849 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.53.0" +gem "increase", "~> 1.54.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 70f5ecf5e..38ae63d4f 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.53.0" + VERSION = "1.54.0" end