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.43.0"
".": "1.44.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-3db2c20491e1218b324938f048e489f800270f608505ac2293f66d1691294f4f.yml
openapi_spec_hash: d821b4d13c8fc8257b34a544515e91f7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6af0e334922042aa3906776c1e9ddf8cd789c43597cf1c1afd1ed331c350586.yml
openapi_spec_hash: c65d4f39d2a971c60c9671444282ebe9
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.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)

### Features

* **api:** api update ([fa432d1](https://github.com/Increase/increase-ruby/commit/fa432d119fbd419cfe50893ed6e2609ebef760cb))

## 1.43.0 (2025-08-20)

Full Changelog: [v1.42.0...v1.43.0](https://github.com/Increase/increase-ruby/compare/v1.42.0...v1.43.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.43.0)
increase (1.44.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.43.0"
gem "increase", "~> 1.44.0"
```

<!-- x-release-please-end -->
Expand Down
144 changes: 63 additions & 81 deletions lib/increase/models/simulations/inbound_wire_transfer_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,110 +20,96 @@ class InboundWireTransferCreateParams < Increase::Internal::Type::BaseModel
# @return [Integer]
required :amount, Integer

# @!attribute beneficiary_address_line1
# The sending bank will set beneficiary_address_line1 in production. You can
# simulate any value here.
# @!attribute creditor_address_line1
# The sending bank will set creditor_address_line1 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :beneficiary_address_line1, String
optional :creditor_address_line1, String

# @!attribute beneficiary_address_line2
# The sending bank will set beneficiary_address_line2 in production. You can
# simulate any value here.
# @!attribute creditor_address_line2
# The sending bank will set creditor_address_line2 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :beneficiary_address_line2, String
optional :creditor_address_line2, String

# @!attribute beneficiary_address_line3
# The sending bank will set beneficiary_address_line3 in production. You can
# simulate any value here.
# @!attribute creditor_address_line3
# The sending bank will set creditor_address_line3 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :beneficiary_address_line3, String
optional :creditor_address_line3, String

# @!attribute beneficiary_name
# The sending bank will set beneficiary_name in production. You can simulate any
# @!attribute creditor_name
# The sending bank will set creditor_name in production. You can simulate any
# value here.
#
# @return [String, nil]
optional :beneficiary_name, String
optional :creditor_name, String

# @!attribute beneficiary_reference
# The sending bank will set beneficiary_reference in production. You can simulate
# @!attribute debtor_address_line1
# The sending bank will set debtor_address_line1 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :beneficiary_reference, String
optional :debtor_address_line1, String

# @!attribute originator_address_line1
# The sending bank will set originator_address_line1 in production. You can
# simulate any value here.
#
# @return [String, nil]
optional :originator_address_line1, String

# @!attribute originator_address_line2
# The sending bank will set originator_address_line2 in production. You can
# simulate any value here.
# @!attribute debtor_address_line2
# The sending bank will set debtor_address_line2 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :originator_address_line2, String
optional :debtor_address_line2, String

# @!attribute originator_address_line3
# The sending bank will set originator_address_line3 in production. You can
# simulate any value here.
# @!attribute debtor_address_line3
# The sending bank will set debtor_address_line3 in production. You can simulate
# any value here.
#
# @return [String, nil]
optional :originator_address_line3, String
optional :debtor_address_line3, String

# @!attribute originator_name
# The sending bank will set originator_name in production. You can simulate any
# value here.
# @!attribute debtor_name
# The sending bank will set debtor_name in production. You can simulate any value
# here.
#
# @return [String, nil]
optional :originator_name, String
optional :debtor_name, String

# @!attribute originator_routing_number
# The sending bank will set originator_routing_number in production. You can
# @!attribute end_to_end_identification
# The sending bank will set end_to_end_identification in production. You can
# simulate any value here.
#
# @return [String, nil]
optional :originator_routing_number, String
optional :end_to_end_identification, String

# @!attribute originator_to_beneficiary_information_line1
# The sending bank will set originator_to_beneficiary_information_line1 in
# production. You can simulate any value here.
# @!attribute instructing_agent_routing_number
# The sending bank will set instructing_agent_routing_number in production. You
# can simulate any value here.
#
# @return [String, nil]
optional :originator_to_beneficiary_information_line1, String
optional :instructing_agent_routing_number, String

# @!attribute originator_to_beneficiary_information_line2
# The sending bank will set originator_to_beneficiary_information_line2 in
# production. You can simulate any value here.
#
# @return [String, nil]
optional :originator_to_beneficiary_information_line2, String

# @!attribute originator_to_beneficiary_information_line3
# The sending bank will set originator_to_beneficiary_information_line3 in
# production. You can simulate any value here.
# @!attribute instruction_identification
# The sending bank will set instruction_identification in production. You can
# simulate any value here.
#
# @return [String, nil]
optional :originator_to_beneficiary_information_line3, String
optional :instruction_identification, String

# @!attribute originator_to_beneficiary_information_line4
# The sending bank will set originator_to_beneficiary_information_line4 in
# production. You can simulate any value here.
# @!attribute unique_end_to_end_transaction_reference
# The sending bank will set unique_end_to_end_transaction_reference in production.
# You can simulate any value here.
#
# @return [String, nil]
optional :originator_to_beneficiary_information_line4, String
optional :unique_end_to_end_transaction_reference, String

# @!attribute sender_reference
# The sending bank will set sender_reference in production. You can simulate any
# value here.
# @!attribute unstructured_remittance_information
# The sending bank will set unstructured_remittance_information in production. You
# can simulate any value here.
#
# @return [String, nil]
optional :sender_reference, String
optional :unstructured_remittance_information, String

# @!attribute wire_drawdown_request_id
# The identifier of a Wire Drawdown Request the inbound Wire Transfer is
Expand All @@ -132,7 +118,7 @@ class InboundWireTransferCreateParams < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :wire_drawdown_request_id, String

# @!method initialize(account_number_id:, amount:, beneficiary_address_line1: nil, beneficiary_address_line2: nil, beneficiary_address_line3: nil, beneficiary_name: nil, beneficiary_reference: nil, originator_address_line1: nil, originator_address_line2: nil, originator_address_line3: nil, originator_name: nil, originator_routing_number: nil, originator_to_beneficiary_information_line1: nil, originator_to_beneficiary_information_line2: nil, originator_to_beneficiary_information_line3: nil, originator_to_beneficiary_information_line4: nil, sender_reference: nil, wire_drawdown_request_id: nil, request_options: {})
# @!method initialize(account_number_id:, amount:, creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, end_to_end_identification: nil, instructing_agent_routing_number: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, wire_drawdown_request_id: nil, request_options: {})
# Some parameter documentations has been truncated, see
# {Increase::Models::Simulations::InboundWireTransferCreateParams} for more
# details.
Expand All @@ -141,35 +127,31 @@ class InboundWireTransferCreateParams < Increase::Internal::Type::BaseModel
#
# @param amount [Integer] The transfer amount in cents. Must be positive.
#
# @param beneficiary_address_line1 [String] The sending bank will set beneficiary_address_line1 in production. You can simul
#
# @param beneficiary_address_line2 [String] The sending bank will set beneficiary_address_line2 in production. You can simul
#
# @param beneficiary_address_line3 [String] The sending bank will set beneficiary_address_line3 in production. You can simul
# @param creditor_address_line1 [String] The sending bank will set creditor_address_line1 in production. You can simulate
#
# @param beneficiary_name [String] The sending bank will set beneficiary_name in production. You can simulate any v
# @param creditor_address_line2 [String] The sending bank will set creditor_address_line2 in production. You can simulate
#
# @param beneficiary_reference [String] The sending bank will set beneficiary_reference in production. You can simulate
# @param creditor_address_line3 [String] The sending bank will set creditor_address_line3 in production. You can simulate
#
# @param originator_address_line1 [String] The sending bank will set originator_address_line1 in production. You can simula
# @param creditor_name [String] The sending bank will set creditor_name in production. You can simulate any valu
#
# @param originator_address_line2 [String] The sending bank will set originator_address_line2 in production. You can simula
# @param debtor_address_line1 [String] The sending bank will set debtor_address_line1 in production. You can simulate a
#
# @param originator_address_line3 [String] The sending bank will set originator_address_line3 in production. You can simula
# @param debtor_address_line2 [String] The sending bank will set debtor_address_line2 in production. You can simulate a
#
# @param originator_name [String] The sending bank will set originator_name in production. You can simulate any va
# @param debtor_address_line3 [String] The sending bank will set debtor_address_line3 in production. You can simulate a
#
# @param originator_routing_number [String] The sending bank will set originator_routing_number in production. You can simul
# @param debtor_name [String] The sending bank will set debtor_name in production. You can simulate any value
#
# @param originator_to_beneficiary_information_line1 [String] The sending bank will set originator_to_beneficiary_information_line1 in product
# @param end_to_end_identification [String] The sending bank will set end_to_end_identification in production. You can simul
#
# @param originator_to_beneficiary_information_line2 [String] The sending bank will set originator_to_beneficiary_information_line2 in product
# @param instructing_agent_routing_number [String] The sending bank will set instructing_agent_routing_number in production. You ca
#
# @param originator_to_beneficiary_information_line3 [String] The sending bank will set originator_to_beneficiary_information_line3 in product
# @param instruction_identification [String] The sending bank will set instruction_identification in production. You can simu
#
# @param originator_to_beneficiary_information_line4 [String] The sending bank will set originator_to_beneficiary_information_line4 in product
# @param unique_end_to_end_transaction_reference [String] The sending bank will set unique_end_to_end_transaction_reference in production.
#
# @param sender_reference [String] The sending bank will set sender_reference in production. You can simulate any v
# @param unstructured_remittance_information [String] The sending bank will set unstructured_remittance_information in production. You
#
# @param wire_drawdown_request_id [String] The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfillin
#
Expand Down
32 changes: 14 additions & 18 deletions lib/increase/resources/simulations/inbound_wire_transfers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,37 @@ class InboundWireTransfers
#
# Simulates an [Inbound Wire Transfer](#inbound-wire-transfers) to your account.
#
# @overload create(account_number_id:, amount:, beneficiary_address_line1: nil, beneficiary_address_line2: nil, beneficiary_address_line3: nil, beneficiary_name: nil, beneficiary_reference: nil, originator_address_line1: nil, originator_address_line2: nil, originator_address_line3: nil, originator_name: nil, originator_routing_number: nil, originator_to_beneficiary_information_line1: nil, originator_to_beneficiary_information_line2: nil, originator_to_beneficiary_information_line3: nil, originator_to_beneficiary_information_line4: nil, sender_reference: nil, wire_drawdown_request_id: nil, request_options: {})
# @overload create(account_number_id:, amount:, creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, end_to_end_identification: nil, instructing_agent_routing_number: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, wire_drawdown_request_id: nil, request_options: {})
#
# @param account_number_id [String] The identifier of the Account Number the inbound Wire Transfer is for.
#
# @param amount [Integer] The transfer amount in cents. Must be positive.
#
# @param beneficiary_address_line1 [String] The sending bank will set beneficiary_address_line1 in production. You can simul
# @param creditor_address_line1 [String] The sending bank will set creditor_address_line1 in production. You can simulate
#
# @param beneficiary_address_line2 [String] The sending bank will set beneficiary_address_line2 in production. You can simul
# @param creditor_address_line2 [String] The sending bank will set creditor_address_line2 in production. You can simulate
#
# @param beneficiary_address_line3 [String] The sending bank will set beneficiary_address_line3 in production. You can simul
# @param creditor_address_line3 [String] The sending bank will set creditor_address_line3 in production. You can simulate
#
# @param beneficiary_name [String] The sending bank will set beneficiary_name in production. You can simulate any v
# @param creditor_name [String] The sending bank will set creditor_name in production. You can simulate any valu
#
# @param beneficiary_reference [String] The sending bank will set beneficiary_reference in production. You can simulate
# @param debtor_address_line1 [String] The sending bank will set debtor_address_line1 in production. You can simulate a
#
# @param originator_address_line1 [String] The sending bank will set originator_address_line1 in production. You can simula
# @param debtor_address_line2 [String] The sending bank will set debtor_address_line2 in production. You can simulate a
#
# @param originator_address_line2 [String] The sending bank will set originator_address_line2 in production. You can simula
# @param debtor_address_line3 [String] The sending bank will set debtor_address_line3 in production. You can simulate a
#
# @param originator_address_line3 [String] The sending bank will set originator_address_line3 in production. You can simula
# @param debtor_name [String] The sending bank will set debtor_name in production. You can simulate any value
#
# @param originator_name [String] The sending bank will set originator_name in production. You can simulate any va
# @param end_to_end_identification [String] The sending bank will set end_to_end_identification in production. You can simul
#
# @param originator_routing_number [String] The sending bank will set originator_routing_number in production. You can simul
# @param instructing_agent_routing_number [String] The sending bank will set instructing_agent_routing_number in production. You ca
#
# @param originator_to_beneficiary_information_line1 [String] The sending bank will set originator_to_beneficiary_information_line1 in product
# @param instruction_identification [String] The sending bank will set instruction_identification in production. You can simu
#
# @param originator_to_beneficiary_information_line2 [String] The sending bank will set originator_to_beneficiary_information_line2 in product
# @param unique_end_to_end_transaction_reference [String] The sending bank will set unique_end_to_end_transaction_reference in production.
#
# @param originator_to_beneficiary_information_line3 [String] The sending bank will set originator_to_beneficiary_information_line3 in product
#
# @param originator_to_beneficiary_information_line4 [String] The sending bank will set originator_to_beneficiary_information_line4 in product
#
# @param sender_reference [String] The sending bank will set sender_reference in production. You can simulate any v
# @param unstructured_remittance_information [String] The sending bank will set unstructured_remittance_information in production. You
#
# @param wire_drawdown_request_id [String] The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfillin
#
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.43.0"
VERSION = "1.44.0"
end
Loading