diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5fcdb93a..ba2c5854e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.43.0" + ".": "1.44.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index fd1dcd264..7e9d89ef1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d5c81c2..5150021b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index b9d4921b6..24fdc87a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.43.0) + increase (1.44.0) connection_pool GEM diff --git a/README.md b/README.md index 207343cbc..e3f0efb7c 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.43.0" +gem "increase", "~> 1.44.0" ``` diff --git a/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb b/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb index 57c4f5b7a..f2b8765d9 100644 --- a/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +++ b/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb @@ -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 @@ -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. @@ -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 # diff --git a/lib/increase/resources/simulations/inbound_wire_transfers.rb b/lib/increase/resources/simulations/inbound_wire_transfers.rb index 4b5ec6c99..fea81b0b2 100644 --- a/lib/increase/resources/simulations/inbound_wire_transfers.rb +++ b/lib/increase/resources/simulations/inbound_wire_transfers.rb @@ -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 # diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 6f3c00146..57f8caa21 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.43.0" + VERSION = "1.44.0" end diff --git a/rbi/increase/models/simulations/inbound_wire_transfer_create_params.rbi b/rbi/increase/models/simulations/inbound_wire_transfer_create_params.rbi index 84c52ada8..69a49f66f 100644 --- a/rbi/increase/models/simulations/inbound_wire_transfer_create_params.rbi +++ b/rbi/increase/models/simulations/inbound_wire_transfer_create_params.rbi @@ -23,125 +23,109 @@ module Increase sig { returns(Integer) } attr_accessor :amount - # The sending bank will set beneficiary_address_line1 in production. You can - # simulate any value here. + # The sending bank will set creditor_address_line1 in production. You can simulate + # any value here. sig { returns(T.nilable(String)) } - attr_reader :beneficiary_address_line1 + attr_reader :creditor_address_line1 - sig { params(beneficiary_address_line1: String).void } - attr_writer :beneficiary_address_line1 + sig { params(creditor_address_line1: String).void } + attr_writer :creditor_address_line1 - # The sending bank will set beneficiary_address_line2 in production. You can - # simulate any value here. + # The sending bank will set creditor_address_line2 in production. You can simulate + # any value here. sig { returns(T.nilable(String)) } - attr_reader :beneficiary_address_line2 + attr_reader :creditor_address_line2 - sig { params(beneficiary_address_line2: String).void } - attr_writer :beneficiary_address_line2 + sig { params(creditor_address_line2: String).void } + attr_writer :creditor_address_line2 - # The sending bank will set beneficiary_address_line3 in production. You can - # simulate any value here. + # The sending bank will set creditor_address_line3 in production. You can simulate + # any value here. sig { returns(T.nilable(String)) } - attr_reader :beneficiary_address_line3 + attr_reader :creditor_address_line3 - sig { params(beneficiary_address_line3: String).void } - attr_writer :beneficiary_address_line3 + sig { params(creditor_address_line3: String).void } + attr_writer :creditor_address_line3 - # The sending bank will set beneficiary_name in production. You can simulate any + # The sending bank will set creditor_name in production. You can simulate any # value here. sig { returns(T.nilable(String)) } - attr_reader :beneficiary_name + attr_reader :creditor_name - sig { params(beneficiary_name: String).void } - attr_writer :beneficiary_name + sig { params(creditor_name: String).void } + attr_writer :creditor_name - # The sending bank will set beneficiary_reference in production. You can simulate + # The sending bank will set debtor_address_line1 in production. You can simulate # any value here. sig { returns(T.nilable(String)) } - attr_reader :beneficiary_reference - - sig { params(beneficiary_reference: String).void } - attr_writer :beneficiary_reference - - # The sending bank will set originator_address_line1 in production. You can - # simulate any value here. - sig { returns(T.nilable(String)) } - attr_reader :originator_address_line1 + attr_reader :debtor_address_line1 - sig { params(originator_address_line1: String).void } - attr_writer :originator_address_line1 + sig { params(debtor_address_line1: String).void } + attr_writer :debtor_address_line1 - # The sending bank will set originator_address_line2 in production. You can - # simulate any value here. + # The sending bank will set debtor_address_line2 in production. You can simulate + # any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_address_line2 + attr_reader :debtor_address_line2 - sig { params(originator_address_line2: String).void } - attr_writer :originator_address_line2 + sig { params(debtor_address_line2: String).void } + attr_writer :debtor_address_line2 - # The sending bank will set originator_address_line3 in production. You can - # simulate any value here. + # The sending bank will set debtor_address_line3 in production. You can simulate + # any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_address_line3 + attr_reader :debtor_address_line3 - sig { params(originator_address_line3: String).void } - attr_writer :originator_address_line3 + sig { params(debtor_address_line3: String).void } + attr_writer :debtor_address_line3 - # The sending bank will set originator_name in production. You can simulate any - # value here. + # The sending bank will set debtor_name in production. You can simulate any value + # here. sig { returns(T.nilable(String)) } - attr_reader :originator_name + attr_reader :debtor_name - sig { params(originator_name: String).void } - attr_writer :originator_name + sig { params(debtor_name: String).void } + attr_writer :debtor_name - # The sending bank will set originator_routing_number in production. You can + # The sending bank will set end_to_end_identification in production. You can # simulate any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_routing_number - - sig { params(originator_routing_number: String).void } - attr_writer :originator_routing_number - - # The sending bank will set originator_to_beneficiary_information_line1 in - # production. You can simulate any value here. - sig { returns(T.nilable(String)) } - attr_reader :originator_to_beneficiary_information_line1 + attr_reader :end_to_end_identification - sig { params(originator_to_beneficiary_information_line1: String).void } - attr_writer :originator_to_beneficiary_information_line1 + sig { params(end_to_end_identification: String).void } + attr_writer :end_to_end_identification - # The sending bank will set originator_to_beneficiary_information_line2 in - # production. You can simulate any value here. + # The sending bank will set instructing_agent_routing_number in production. You + # can simulate any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_to_beneficiary_information_line2 + attr_reader :instructing_agent_routing_number - sig { params(originator_to_beneficiary_information_line2: String).void } - attr_writer :originator_to_beneficiary_information_line2 + sig { params(instructing_agent_routing_number: String).void } + attr_writer :instructing_agent_routing_number - # The sending bank will set originator_to_beneficiary_information_line3 in - # production. You can simulate any value here. + # The sending bank will set instruction_identification in production. You can + # simulate any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_to_beneficiary_information_line3 + attr_reader :instruction_identification - sig { params(originator_to_beneficiary_information_line3: String).void } - attr_writer :originator_to_beneficiary_information_line3 + sig { params(instruction_identification: String).void } + attr_writer :instruction_identification - # The sending bank will set originator_to_beneficiary_information_line4 in - # production. You can simulate any value here. + # The sending bank will set unique_end_to_end_transaction_reference in production. + # You can simulate any value here. sig { returns(T.nilable(String)) } - attr_reader :originator_to_beneficiary_information_line4 + attr_reader :unique_end_to_end_transaction_reference - sig { params(originator_to_beneficiary_information_line4: String).void } - attr_writer :originator_to_beneficiary_information_line4 + sig { params(unique_end_to_end_transaction_reference: String).void } + attr_writer :unique_end_to_end_transaction_reference - # The sending bank will set sender_reference in production. You can simulate any - # value here. + # The sending bank will set unstructured_remittance_information in production. You + # can simulate any value here. sig { returns(T.nilable(String)) } - attr_reader :sender_reference + attr_reader :unstructured_remittance_information - sig { params(sender_reference: String).void } - attr_writer :sender_reference + sig { params(unstructured_remittance_information: String).void } + attr_writer :unstructured_remittance_information # The identifier of a Wire Drawdown Request the inbound Wire Transfer is # fulfilling. @@ -155,21 +139,19 @@ module Increase params( account_number_id: String, amount: Integer, - beneficiary_address_line1: String, - beneficiary_address_line2: String, - beneficiary_address_line3: String, - beneficiary_name: String, - beneficiary_reference: String, - originator_address_line1: String, - originator_address_line2: String, - originator_address_line3: String, - originator_name: String, - originator_routing_number: String, - originator_to_beneficiary_information_line1: String, - originator_to_beneficiary_information_line2: String, - originator_to_beneficiary_information_line3: String, - originator_to_beneficiary_information_line4: String, - sender_reference: String, + creditor_address_line1: String, + creditor_address_line2: String, + creditor_address_line3: String, + creditor_name: String, + debtor_address_line1: String, + debtor_address_line2: String, + debtor_address_line3: String, + debtor_name: String, + end_to_end_identification: String, + instructing_agent_routing_number: String, + instruction_identification: String, + unique_end_to_end_transaction_reference: String, + unstructured_remittance_information: String, wire_drawdown_request_id: String, request_options: Increase::RequestOptions::OrHash ).returns(T.attached_class) @@ -179,51 +161,45 @@ module Increase account_number_id:, # The transfer amount in cents. Must be positive. amount:, - # The sending bank will set beneficiary_address_line1 in production. You can - # simulate any value here. - beneficiary_address_line1: nil, - # The sending bank will set beneficiary_address_line2 in production. You can - # simulate any value here. - beneficiary_address_line2: nil, - # The sending bank will set beneficiary_address_line3 in production. You can - # simulate any value here. - beneficiary_address_line3: nil, - # The sending bank will set beneficiary_name in production. You can simulate any + # The sending bank will set creditor_address_line1 in production. You can simulate + # any value here. + creditor_address_line1: nil, + # The sending bank will set creditor_address_line2 in production. You can simulate + # any value here. + creditor_address_line2: nil, + # The sending bank will set creditor_address_line3 in production. You can simulate + # any value here. + creditor_address_line3: nil, + # The sending bank will set creditor_name in production. You can simulate any # value here. - beneficiary_name: nil, - # The sending bank will set beneficiary_reference in production. You can simulate + creditor_name: nil, + # The sending bank will set debtor_address_line1 in production. You can simulate # any value here. - beneficiary_reference: nil, - # The sending bank will set originator_address_line1 in production. You can - # simulate any value here. - originator_address_line1: nil, - # The sending bank will set originator_address_line2 in production. You can - # simulate any value here. - originator_address_line2: nil, - # The sending bank will set originator_address_line3 in production. You can + debtor_address_line1: nil, + # The sending bank will set debtor_address_line2 in production. You can simulate + # any value here. + debtor_address_line2: nil, + # The sending bank will set debtor_address_line3 in production. You can simulate + # any value here. + debtor_address_line3: nil, + # The sending bank will set debtor_name in production. You can simulate any value + # here. + debtor_name: nil, + # The sending bank will set end_to_end_identification in production. You can # simulate any value here. - originator_address_line3: nil, - # The sending bank will set originator_name in production. You can simulate any - # value here. - originator_name: nil, - # The sending bank will set originator_routing_number in production. You can + end_to_end_identification: nil, + # The sending bank will set instructing_agent_routing_number in production. You + # can simulate any value here. + instructing_agent_routing_number: nil, + # The sending bank will set instruction_identification in production. You can # simulate any value here. - originator_routing_number: nil, - # The sending bank will set originator_to_beneficiary_information_line1 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line1: nil, - # The sending bank will set originator_to_beneficiary_information_line2 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line2: nil, - # The sending bank will set originator_to_beneficiary_information_line3 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line3: nil, - # The sending bank will set originator_to_beneficiary_information_line4 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line4: nil, - # The sending bank will set sender_reference in production. You can simulate any - # value here. - sender_reference: nil, + instruction_identification: nil, + # The sending bank will set unique_end_to_end_transaction_reference in production. + # You can simulate any value here. + unique_end_to_end_transaction_reference: nil, + # The sending bank will set unstructured_remittance_information in production. You + # can simulate any value here. + unstructured_remittance_information: nil, # The identifier of a Wire Drawdown Request the inbound Wire Transfer is # fulfilling. wire_drawdown_request_id: nil, @@ -236,21 +212,19 @@ module Increase { account_number_id: String, amount: Integer, - beneficiary_address_line1: String, - beneficiary_address_line2: String, - beneficiary_address_line3: String, - beneficiary_name: String, - beneficiary_reference: String, - originator_address_line1: String, - originator_address_line2: String, - originator_address_line3: String, - originator_name: String, - originator_routing_number: String, - originator_to_beneficiary_information_line1: String, - originator_to_beneficiary_information_line2: String, - originator_to_beneficiary_information_line3: String, - originator_to_beneficiary_information_line4: String, - sender_reference: String, + creditor_address_line1: String, + creditor_address_line2: String, + creditor_address_line3: String, + creditor_name: String, + debtor_address_line1: String, + debtor_address_line2: String, + debtor_address_line3: String, + debtor_name: String, + end_to_end_identification: String, + instructing_agent_routing_number: String, + instruction_identification: String, + unique_end_to_end_transaction_reference: String, + unstructured_remittance_information: String, wire_drawdown_request_id: String, request_options: Increase::RequestOptions } diff --git a/rbi/increase/resources/simulations/inbound_wire_transfers.rbi b/rbi/increase/resources/simulations/inbound_wire_transfers.rbi index 1f7d3d669..5d6d04189 100644 --- a/rbi/increase/resources/simulations/inbound_wire_transfers.rbi +++ b/rbi/increase/resources/simulations/inbound_wire_transfers.rbi @@ -9,21 +9,19 @@ module Increase params( account_number_id: String, amount: Integer, - beneficiary_address_line1: String, - beneficiary_address_line2: String, - beneficiary_address_line3: String, - beneficiary_name: String, - beneficiary_reference: String, - originator_address_line1: String, - originator_address_line2: String, - originator_address_line3: String, - originator_name: String, - originator_routing_number: String, - originator_to_beneficiary_information_line1: String, - originator_to_beneficiary_information_line2: String, - originator_to_beneficiary_information_line3: String, - originator_to_beneficiary_information_line4: String, - sender_reference: String, + creditor_address_line1: String, + creditor_address_line2: String, + creditor_address_line3: String, + creditor_name: String, + debtor_address_line1: String, + debtor_address_line2: String, + debtor_address_line3: String, + debtor_name: String, + end_to_end_identification: String, + instructing_agent_routing_number: String, + instruction_identification: String, + unique_end_to_end_transaction_reference: String, + unstructured_remittance_information: String, wire_drawdown_request_id: String, request_options: Increase::RequestOptions::OrHash ).returns(Increase::InboundWireTransfer) @@ -33,51 +31,45 @@ module Increase account_number_id:, # The transfer amount in cents. Must be positive. amount:, - # The sending bank will set beneficiary_address_line1 in production. You can - # simulate any value here. - beneficiary_address_line1: nil, - # The sending bank will set beneficiary_address_line2 in production. You can - # simulate any value here. - beneficiary_address_line2: nil, - # The sending bank will set beneficiary_address_line3 in production. You can - # simulate any value here. - beneficiary_address_line3: nil, - # The sending bank will set beneficiary_name in production. You can simulate any + # The sending bank will set creditor_address_line1 in production. You can simulate + # any value here. + creditor_address_line1: nil, + # The sending bank will set creditor_address_line2 in production. You can simulate + # any value here. + creditor_address_line2: nil, + # The sending bank will set creditor_address_line3 in production. You can simulate + # any value here. + creditor_address_line3: nil, + # The sending bank will set creditor_name in production. You can simulate any # value here. - beneficiary_name: nil, - # The sending bank will set beneficiary_reference in production. You can simulate + creditor_name: nil, + # The sending bank will set debtor_address_line1 in production. You can simulate # any value here. - beneficiary_reference: nil, - # The sending bank will set originator_address_line1 in production. You can - # simulate any value here. - originator_address_line1: nil, - # The sending bank will set originator_address_line2 in production. You can - # simulate any value here. - originator_address_line2: nil, - # The sending bank will set originator_address_line3 in production. You can + debtor_address_line1: nil, + # The sending bank will set debtor_address_line2 in production. You can simulate + # any value here. + debtor_address_line2: nil, + # The sending bank will set debtor_address_line3 in production. You can simulate + # any value here. + debtor_address_line3: nil, + # The sending bank will set debtor_name in production. You can simulate any value + # here. + debtor_name: nil, + # The sending bank will set end_to_end_identification in production. You can # simulate any value here. - originator_address_line3: nil, - # The sending bank will set originator_name in production. You can simulate any - # value here. - originator_name: nil, - # The sending bank will set originator_routing_number in production. You can + end_to_end_identification: nil, + # The sending bank will set instructing_agent_routing_number in production. You + # can simulate any value here. + instructing_agent_routing_number: nil, + # The sending bank will set instruction_identification in production. You can # simulate any value here. - originator_routing_number: nil, - # The sending bank will set originator_to_beneficiary_information_line1 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line1: nil, - # The sending bank will set originator_to_beneficiary_information_line2 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line2: nil, - # The sending bank will set originator_to_beneficiary_information_line3 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line3: nil, - # The sending bank will set originator_to_beneficiary_information_line4 in - # production. You can simulate any value here. - originator_to_beneficiary_information_line4: nil, - # The sending bank will set sender_reference in production. You can simulate any - # value here. - sender_reference: nil, + instruction_identification: nil, + # The sending bank will set unique_end_to_end_transaction_reference in production. + # You can simulate any value here. + unique_end_to_end_transaction_reference: nil, + # The sending bank will set unstructured_remittance_information in production. You + # can simulate any value here. + unstructured_remittance_information: nil, # The identifier of a Wire Drawdown Request the inbound Wire Transfer is # fulfilling. wire_drawdown_request_id: nil, diff --git a/sig/increase/models/simulations/inbound_wire_transfer_create_params.rbs b/sig/increase/models/simulations/inbound_wire_transfer_create_params.rbs index fa228d2aa..dcc0079b2 100644 --- a/sig/increase/models/simulations/inbound_wire_transfer_create_params.rbs +++ b/sig/increase/models/simulations/inbound_wire_transfer_create_params.rbs @@ -5,21 +5,19 @@ module Increase { account_number_id: String, amount: Integer, - :beneficiary_address_line1 => String, - :beneficiary_address_line2 => String, - :beneficiary_address_line3 => String, - beneficiary_name: String, - beneficiary_reference: String, - :originator_address_line1 => String, - :originator_address_line2 => String, - :originator_address_line3 => String, - originator_name: String, - originator_routing_number: String, - :originator_to_beneficiary_information_line1 => String, - :originator_to_beneficiary_information_line2 => String, - :originator_to_beneficiary_information_line3 => String, - :originator_to_beneficiary_information_line4 => String, - sender_reference: String, + :creditor_address_line1 => String, + :creditor_address_line2 => String, + :creditor_address_line3 => String, + creditor_name: String, + :debtor_address_line1 => String, + :debtor_address_line2 => String, + :debtor_address_line3 => String, + debtor_name: String, + end_to_end_identification: String, + instructing_agent_routing_number: String, + instruction_identification: String, + unique_end_to_end_transaction_reference: String, + unstructured_remittance_information: String, wire_drawdown_request_id: String } & Increase::Internal::Type::request_parameters @@ -32,65 +30,57 @@ module Increase attr_accessor amount: Integer - attr_reader beneficiary_address_line1: String? + attr_reader creditor_address_line1: String? - def beneficiary_address_line1=: (String) -> String + def creditor_address_line1=: (String) -> String - attr_reader beneficiary_address_line2: String? + attr_reader creditor_address_line2: String? - def beneficiary_address_line2=: (String) -> String + def creditor_address_line2=: (String) -> String - attr_reader beneficiary_address_line3: String? + attr_reader creditor_address_line3: String? - def beneficiary_address_line3=: (String) -> String + def creditor_address_line3=: (String) -> String - attr_reader beneficiary_name: String? + attr_reader creditor_name: String? - def beneficiary_name=: (String) -> String + def creditor_name=: (String) -> String - attr_reader beneficiary_reference: String? + attr_reader debtor_address_line1: String? - def beneficiary_reference=: (String) -> String + def debtor_address_line1=: (String) -> String - attr_reader originator_address_line1: String? + attr_reader debtor_address_line2: String? - def originator_address_line1=: (String) -> String + def debtor_address_line2=: (String) -> String - attr_reader originator_address_line2: String? + attr_reader debtor_address_line3: String? - def originator_address_line2=: (String) -> String + def debtor_address_line3=: (String) -> String - attr_reader originator_address_line3: String? + attr_reader debtor_name: String? - def originator_address_line3=: (String) -> String + def debtor_name=: (String) -> String - attr_reader originator_name: String? + attr_reader end_to_end_identification: String? - def originator_name=: (String) -> String + def end_to_end_identification=: (String) -> String - attr_reader originator_routing_number: String? + attr_reader instructing_agent_routing_number: String? - def originator_routing_number=: (String) -> String + def instructing_agent_routing_number=: (String) -> String - attr_reader originator_to_beneficiary_information_line1: String? + attr_reader instruction_identification: String? - def originator_to_beneficiary_information_line1=: (String) -> String + def instruction_identification=: (String) -> String - attr_reader originator_to_beneficiary_information_line2: String? + attr_reader unique_end_to_end_transaction_reference: String? - def originator_to_beneficiary_information_line2=: (String) -> String + def unique_end_to_end_transaction_reference=: (String) -> String - attr_reader originator_to_beneficiary_information_line3: String? + attr_reader unstructured_remittance_information: String? - def originator_to_beneficiary_information_line3=: (String) -> String - - attr_reader originator_to_beneficiary_information_line4: String? - - def originator_to_beneficiary_information_line4=: (String) -> String - - attr_reader sender_reference: String? - - def sender_reference=: (String) -> String + def unstructured_remittance_information=: (String) -> String attr_reader wire_drawdown_request_id: String? @@ -99,21 +89,19 @@ module Increase def initialize: ( account_number_id: String, amount: Integer, - ?beneficiary_address_line1: String, - ?beneficiary_address_line2: String, - ?beneficiary_address_line3: String, - ?beneficiary_name: String, - ?beneficiary_reference: String, - ?originator_address_line1: String, - ?originator_address_line2: String, - ?originator_address_line3: String, - ?originator_name: String, - ?originator_routing_number: String, - ?originator_to_beneficiary_information_line1: String, - ?originator_to_beneficiary_information_line2: String, - ?originator_to_beneficiary_information_line3: String, - ?originator_to_beneficiary_information_line4: String, - ?sender_reference: String, + ?creditor_address_line1: String, + ?creditor_address_line2: String, + ?creditor_address_line3: String, + ?creditor_name: String, + ?debtor_address_line1: String, + ?debtor_address_line2: String, + ?debtor_address_line3: String, + ?debtor_name: String, + ?end_to_end_identification: String, + ?instructing_agent_routing_number: String, + ?instruction_identification: String, + ?unique_end_to_end_transaction_reference: String, + ?unstructured_remittance_information: String, ?wire_drawdown_request_id: String, ?request_options: Increase::request_opts ) -> void @@ -121,21 +109,19 @@ module Increase def to_hash: -> { account_number_id: String, amount: Integer, - :beneficiary_address_line1 => String, - :beneficiary_address_line2 => String, - :beneficiary_address_line3 => String, - beneficiary_name: String, - beneficiary_reference: String, - :originator_address_line1 => String, - :originator_address_line2 => String, - :originator_address_line3 => String, - originator_name: String, - originator_routing_number: String, - :originator_to_beneficiary_information_line1 => String, - :originator_to_beneficiary_information_line2 => String, - :originator_to_beneficiary_information_line3 => String, - :originator_to_beneficiary_information_line4 => String, - sender_reference: String, + :creditor_address_line1 => String, + :creditor_address_line2 => String, + :creditor_address_line3 => String, + creditor_name: String, + :debtor_address_line1 => String, + :debtor_address_line2 => String, + :debtor_address_line3 => String, + debtor_name: String, + end_to_end_identification: String, + instructing_agent_routing_number: String, + instruction_identification: String, + unique_end_to_end_transaction_reference: String, + unstructured_remittance_information: String, wire_drawdown_request_id: String, request_options: Increase::RequestOptions } diff --git a/sig/increase/resources/simulations/inbound_wire_transfers.rbs b/sig/increase/resources/simulations/inbound_wire_transfers.rbs index 81591205d..06d9e70f7 100644 --- a/sig/increase/resources/simulations/inbound_wire_transfers.rbs +++ b/sig/increase/resources/simulations/inbound_wire_transfers.rbs @@ -5,21 +5,19 @@ module Increase def create: ( account_number_id: String, amount: Integer, - ?beneficiary_address_line1: String, - ?beneficiary_address_line2: String, - ?beneficiary_address_line3: String, - ?beneficiary_name: String, - ?beneficiary_reference: String, - ?originator_address_line1: String, - ?originator_address_line2: String, - ?originator_address_line3: String, - ?originator_name: String, - ?originator_routing_number: String, - ?originator_to_beneficiary_information_line1: String, - ?originator_to_beneficiary_information_line2: String, - ?originator_to_beneficiary_information_line3: String, - ?originator_to_beneficiary_information_line4: String, - ?sender_reference: String, + ?creditor_address_line1: String, + ?creditor_address_line2: String, + ?creditor_address_line3: String, + ?creditor_name: String, + ?debtor_address_line1: String, + ?debtor_address_line2: String, + ?debtor_address_line3: String, + ?debtor_name: String, + ?end_to_end_identification: String, + ?instructing_agent_routing_number: String, + ?instruction_identification: String, + ?unique_end_to_end_transaction_reference: String, + ?unstructured_remittance_information: String, ?wire_drawdown_request_id: String, ?request_options: Increase::request_opts ) -> Increase::InboundWireTransfer