Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.44.0"
".": "1.45.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 215
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6af0e334922042aa3906776c1e9ddf8cd789c43597cf1c1afd1ed331c350586.yml
openapi_spec_hash: c65d4f39d2a971c60c9671444282ebe9
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ead33c34bfbcc450c88d09e7d880fa5be57c504a66102e098ac03c5b220dea80.yml
openapi_spec_hash: 1544de50d73f80b843d5761009764ab6
config_hash: 0b0a2503208283b283fc5bc6df6a07a5
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.45.0 (2025-08-21)

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

### Features

* **api:** api update ([080fb56](https://github.com/Increase/increase-ruby/commit/080fb56c431f8d633420675e0a22759401d22b85))

## 1.44.0 (2025-08-21)

Full Changelog: [v1.43.0...v1.44.0](https://github.com/Increase/increase-ruby/compare/v1.43.0...v1.44.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.44.0)
increase (1.45.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.44.0"
gem "increase", "~> 1.45.0"
```

<!-- x-release-please-end -->
Expand Down
150 changes: 68 additions & 82 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5421,118 +5421,108 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel
# @return [Integer]
required :amount, Integer

# @!attribute beneficiary_address_line1
# @!attribute creditor_address_line1
# A free-form address field set by the sender.
#
# @return [String, nil]
required :beneficiary_address_line1, String, nil?: true
required :creditor_address_line1, String, nil?: true

# @!attribute beneficiary_address_line2
# @!attribute creditor_address_line2
# A free-form address field set by the sender.
#
# @return [String, nil]
required :beneficiary_address_line2, String, nil?: true
required :creditor_address_line2, String, nil?: true

# @!attribute beneficiary_address_line3
# @!attribute creditor_address_line3
# A free-form address field set by the sender.
#
# @return [String, nil]
required :beneficiary_address_line3, String, nil?: true
required :creditor_address_line3, String, nil?: true

# @!attribute beneficiary_name
# @!attribute creditor_name
# A name set by the sender.
#
# @return [String, nil]
required :beneficiary_name, String, nil?: true
required :creditor_name, String, nil?: true

# @!attribute beneficiary_reference
# A free-form reference string set by the sender, to help identify the transfer.
# @!attribute debtor_address_line1
# A free-form address field set by the sender.
#
# @return [String, nil]
required :beneficiary_reference, String, nil?: true

# @!attribute description
# An Increase-constructed description of the transfer.
#
# @return [String]
required :description, String
required :debtor_address_line1, String, nil?: true

# @!attribute input_message_accountability_data
# A unique identifier available to the originating and receiving banks, commonly
# abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
# service and is helpful when debugging wires with the originating bank.
# @!attribute debtor_address_line2
# A free-form address field set by the sender.
#
# @return [String, nil]
required :input_message_accountability_data, String, nil?: true
required :debtor_address_line2, String, nil?: true

# @!attribute originator_address_line1
# The address of the wire originator, set by the sending bank.
# @!attribute debtor_address_line3
# A free-form address field set by the sender.
#
# @return [String, nil]
required :originator_address_line1, String, nil?: true
required :debtor_address_line3, String, nil?: true

# @!attribute originator_address_line2
# The address of the wire originator, set by the sending bank.
# @!attribute debtor_name
# A name set by the sender.
#
# @return [String, nil]
required :originator_address_line2, String, nil?: true
required :debtor_name, String, nil?: true

# @!attribute originator_address_line3
# The address of the wire originator, set by the sending bank.
# @!attribute description
# An Increase-constructed description of the transfer.
#
# @return [String, nil]
required :originator_address_line3, String, nil?: true
# @return [String]
required :description, String

# @!attribute originator_name
# The originator of the wire, set by the sending bank.
# @!attribute end_to_end_identification
# A free-form reference string set by the sender, to help identify the transfer.
#
# @return [String, nil]
required :originator_name, String, nil?: true
required :end_to_end_identification, String, nil?: true

# @!attribute originator_routing_number
# The American Banking Association (ABA) routing number of the bank originating
# the transfer.
# @!attribute input_message_accountability_data
# A unique identifier available to the originating and receiving banks, commonly
# abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
# service and is helpful when debugging wires with the originating bank.
#
# @return [String, nil]
required :originator_routing_number, String, nil?: true
required :input_message_accountability_data, String, nil?: true

# @!attribute originator_to_beneficiary_information
# An Increase-created concatenation of the Originator-to-Beneficiary lines.
# @!attribute instructing_agent_routing_number
# The American Banking Association (ABA) routing number of the bank that sent the
# wire.
#
# @return [String, nil]
required :originator_to_beneficiary_information, String, nil?: true
required :instructing_agent_routing_number, String, nil?: true

# @!attribute originator_to_beneficiary_information_line1
# A free-form message set by the wire originator.
# @!attribute instruction_identification
# The sending bank's identifier for the wire transfer.
#
# @return [String, nil]
required :originator_to_beneficiary_information_line1, String, nil?: true
required :instruction_identification, String, nil?: true

# @!attribute originator_to_beneficiary_information_line2
# A free-form message set by the wire originator.
# @!attribute transfer_id
# The ID of the Inbound Wire Transfer object that resulted in this Transaction.
#
# @return [String, nil]
required :originator_to_beneficiary_information_line2, String, nil?: true
# @return [String]
required :transfer_id, String

# @!attribute originator_to_beneficiary_information_line3
# A free-form message set by the wire originator.
# @!attribute unique_end_to_end_transaction_reference
# The Unique End-to-end Transaction Reference
# ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
# of the transfer.
#
# @return [String, nil]
required :originator_to_beneficiary_information_line3, String, nil?: true
required :unique_end_to_end_transaction_reference, String, nil?: true

# @!attribute originator_to_beneficiary_information_line4
# A free-form message set by the wire originator.
# @!attribute unstructured_remittance_information
# A free-form message set by the sender.
#
# @return [String, nil]
required :originator_to_beneficiary_information_line4, String, nil?: true
required :unstructured_remittance_information, String, nil?: true

# @!attribute transfer_id
# The ID of the Inbound Wire Transfer object that resulted in this Transaction.
#
# @return [String]
required :transfer_id, String

# @!method initialize(amount:, beneficiary_address_line1:, beneficiary_address_line2:, beneficiary_address_line3:, beneficiary_name:, beneficiary_reference:, description:, input_message_accountability_data:, originator_address_line1:, originator_address_line2:, originator_address_line3:, originator_name:, originator_routing_number:, originator_to_beneficiary_information:, originator_to_beneficiary_information_line1:, originator_to_beneficiary_information_line2:, originator_to_beneficiary_information_line3:, originator_to_beneficiary_information_line4:, transfer_id:)
# @!method initialize(amount:, creditor_address_line1:, creditor_address_line2:, creditor_address_line3:, creditor_name:, debtor_address_line1:, debtor_address_line2:, debtor_address_line3:, debtor_name:, description:, end_to_end_identification:, input_message_accountability_data:, instructing_agent_routing_number:, instruction_identification:, transfer_id:, unique_end_to_end_transaction_reference:, unstructured_remittance_information:)
# Some parameter documentations has been truncated, see
# {Increase::Models::Transaction::Source::InboundWireTransfer} for more details.
#
Expand All @@ -5543,41 +5533,37 @@ class InboundWireTransfer < Increase::Internal::Type::BaseModel
#
# @param amount [Integer] The amount in USD cents.
#
# @param beneficiary_address_line1 [String, nil] A free-form address field set by the sender.
# @param creditor_address_line1 [String, nil] A free-form address field set by the sender.
#
# @param beneficiary_address_line2 [String, nil] A free-form address field set by the sender.
# @param creditor_address_line2 [String, nil] A free-form address field set by the sender.
#
# @param beneficiary_address_line3 [String, nil] A free-form address field set by the sender.
# @param creditor_address_line3 [String, nil] A free-form address field set by the sender.
#
# @param beneficiary_name [String, nil] A name set by the sender.
# @param creditor_name [String, nil] A name set by the sender.
#
# @param beneficiary_reference [String, nil] A free-form reference string set by the sender, to help identify the transfer.
# @param debtor_address_line1 [String, nil] A free-form address field set by the sender.
#
# @param description [String] An Increase-constructed description of the transfer.
#
# @param input_message_accountability_data [String, nil] A unique identifier available to the originating and receiving banks, commonly a
# @param debtor_address_line2 [String, nil] A free-form address field set by the sender.
#
# @param originator_address_line1 [String, nil] The address of the wire originator, set by the sending bank.
# @param debtor_address_line3 [String, nil] A free-form address field set by the sender.
#
# @param originator_address_line2 [String, nil] The address of the wire originator, set by the sending bank.
# @param debtor_name [String, nil] A name set by the sender.
#
# @param originator_address_line3 [String, nil] The address of the wire originator, set by the sending bank.
#
# @param originator_name [String, nil] The originator of the wire, set by the sending bank.
# @param description [String] An Increase-constructed description of the transfer.
#
# @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th
# @param end_to_end_identification [String, nil] A free-form reference string set by the sender, to help identify the transfer.
#
# @param originator_to_beneficiary_information [String, nil] An Increase-created concatenation of the Originator-to-Beneficiary lines.
# @param input_message_accountability_data [String, nil] A unique identifier available to the originating and receiving banks, commonly a
#
# @param originator_to_beneficiary_information_line1 [String, nil] A free-form message set by the wire originator.
# @param instructing_agent_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank that sent the
#
# @param originator_to_beneficiary_information_line2 [String, nil] A free-form message set by the wire originator.
# @param instruction_identification [String, nil] The sending bank's identifier for the wire transfer.
#
# @param originator_to_beneficiary_information_line3 [String, nil] A free-form message set by the wire originator.
# @param transfer_id [String] The ID of the Inbound Wire Transfer object that resulted in this Transaction.
#
# @param originator_to_beneficiary_information_line4 [String, nil] A free-form message set by the wire originator.
# @param unique_end_to_end_transaction_reference [String, nil] The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/paymen
#
# @param transfer_id [String] The ID of the Inbound Wire Transfer object that resulted in this Transaction.
# @param unstructured_remittance_information [String, nil] A free-form message set by the sender.
end

# @see Increase::Models::Transaction::Source#inbound_wire_transfer_reversal
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.44.0"
VERSION = "1.45.0"
end
Loading