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 @@
{
".": "0.295.0"
".": "0.296.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

## 0.296.0 (2025-08-21)

Full Changelog: [v0.295.0...v0.296.0](https://github.com/Increase/increase-python/compare/v0.295.0...v0.296.0)

### Features

* **api:** api update ([736290e](https://github.com/Increase/increase-python/commit/736290eff856f88addafb15a234fcbb4a50ba9e5))

## 0.295.0 (2025-08-20)

Full Changelog: [v0.294.0...v0.295.0](https://github.com/Increase/increase-python/compare/v0.294.0...v0.295.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.295.0"
version = "0.296.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.295.0" # x-release-please-version
__version__ = "0.296.0" # x-release-please-version
216 changes: 98 additions & 118 deletions src/increase/resources/simulations/inbound_wire_transfers.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,92 +14,80 @@ class InboundWireTransferCreateParams(TypedDict, total=False):
amount: Required[int]
"""The transfer amount in cents. Must be positive."""

beneficiary_address_line1: str
"""The sending bank will set beneficiary_address_line1 in production.
creditor_address_line1: str
"""The sending bank will set creditor_address_line1 in production.

You can simulate any value here.
"""

beneficiary_address_line2: str
"""The sending bank will set beneficiary_address_line2 in production.
creditor_address_line2: str
"""The sending bank will set creditor_address_line2 in production.

You can simulate any value here.
"""

beneficiary_address_line3: str
"""The sending bank will set beneficiary_address_line3 in production.
creditor_address_line3: str
"""The sending bank will set creditor_address_line3 in production.

You can simulate any value here.
"""

beneficiary_name: str
"""The sending bank will set beneficiary_name in production.
creditor_name: str
"""The sending bank will set creditor_name in production.

You can simulate any value here.
"""

beneficiary_reference: str
"""The sending bank will set beneficiary_reference in production.
debtor_address_line1: str
"""The sending bank will set debtor_address_line1 in production.

You can simulate any value here.
"""

originator_address_line1: str
"""The sending bank will set originator_address_line1 in production.
debtor_address_line2: str
"""The sending bank will set debtor_address_line2 in production.

You can simulate any value here.
"""

originator_address_line2: str
"""The sending bank will set originator_address_line2 in production.
debtor_address_line3: str
"""The sending bank will set debtor_address_line3 in production.

You can simulate any value here.
"""

originator_address_line3: str
"""The sending bank will set originator_address_line3 in production.
debtor_name: str
"""The sending bank will set debtor_name in production.

You can simulate any value here.
"""

originator_name: str
"""The sending bank will set originator_name in production.
end_to_end_identification: str
"""The sending bank will set end_to_end_identification in production.

You can simulate any value here.
"""

originator_routing_number: str
"""The sending bank will set originator_routing_number in production.
instructing_agent_routing_number: str
"""The sending bank will set instructing_agent_routing_number in production.

You can simulate any value here.
"""

originator_to_beneficiary_information_line1: str
"""
The sending bank will set originator_to_beneficiary_information_line1 in
production. You can simulate any value here.
"""
instruction_identification: str
"""The sending bank will set instruction_identification in production.

originator_to_beneficiary_information_line2: str
"""
The sending bank will set originator_to_beneficiary_information_line2 in
production. You can simulate any value here.
You can simulate any value here.
"""

originator_to_beneficiary_information_line3: str
"""
The sending bank will set originator_to_beneficiary_information_line3 in
production. You can simulate any value here.
"""
unique_end_to_end_transaction_reference: str
"""The sending bank will set unique_end_to_end_transaction_reference in production.

originator_to_beneficiary_information_line4: str
"""
The sending bank will set originator_to_beneficiary_information_line4 in
production. You can simulate any value here.
You can simulate any value here.
"""

sender_reference: str
"""The sending bank will set sender_reference in production.
unstructured_remittance_information: str
"""The sending bank will set unstructured_remittance_information in production.

You can simulate any value here.
"""
Expand Down
56 changes: 26 additions & 30 deletions tests/api_resources/simulations/test_inbound_wire_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,19 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
inbound_wire_transfer = client.simulations.inbound_wire_transfers.create(
account_number_id="account_number_v18nkfqm6afpsrvy82b2",
amount=1000,
beneficiary_address_line1="x",
beneficiary_address_line2="x",
beneficiary_address_line3="x",
beneficiary_name="x",
beneficiary_reference="x",
originator_address_line1="x",
originator_address_line2="x",
originator_address_line3="x",
originator_name="x",
originator_routing_number="x",
originator_to_beneficiary_information_line1="x",
originator_to_beneficiary_information_line2="x",
originator_to_beneficiary_information_line3="x",
originator_to_beneficiary_information_line4="x",
sender_reference="x",
creditor_address_line1="x",
creditor_address_line2="x",
creditor_address_line3="x",
creditor_name="x",
debtor_address_line1="x",
debtor_address_line2="x",
debtor_address_line3="x",
debtor_name="x",
end_to_end_identification="x",
instructing_agent_routing_number="x",
instruction_identification="x",
unique_end_to_end_transaction_reference="x",
unstructured_remittance_information="x",
wire_drawdown_request_id="wire_drawdown_request_id",
)
assert_matches_type(InboundWireTransfer, inbound_wire_transfer, path=["response"])
Expand Down Expand Up @@ -94,21 +92,19 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
inbound_wire_transfer = await async_client.simulations.inbound_wire_transfers.create(
account_number_id="account_number_v18nkfqm6afpsrvy82b2",
amount=1000,
beneficiary_address_line1="x",
beneficiary_address_line2="x",
beneficiary_address_line3="x",
beneficiary_name="x",
beneficiary_reference="x",
originator_address_line1="x",
originator_address_line2="x",
originator_address_line3="x",
originator_name="x",
originator_routing_number="x",
originator_to_beneficiary_information_line1="x",
originator_to_beneficiary_information_line2="x",
originator_to_beneficiary_information_line3="x",
originator_to_beneficiary_information_line4="x",
sender_reference="x",
creditor_address_line1="x",
creditor_address_line2="x",
creditor_address_line3="x",
creditor_name="x",
debtor_address_line1="x",
debtor_address_line2="x",
debtor_address_line3="x",
debtor_name="x",
end_to_end_identification="x",
instructing_agent_routing_number="x",
instruction_identification="x",
unique_end_to_end_transaction_reference="x",
unstructured_remittance_information="x",
wire_drawdown_request_id="wire_drawdown_request_id",
)
assert_matches_type(InboundWireTransfer, inbound_wire_transfer, path=["response"])
Expand Down