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.484.0"
".": "0.485.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ecd0cee565701f1d47c0db3efed2734f1195f60e5767c9c5f67ddb5de5e6abf1.yml
openapi_spec_hash: d9205bf9cc1ce52d0d046007318761a1
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8976b540ed44817057c5bcb4ccafd92c12d7af6f215e5e72c2be7fd213d04c66.yml
openapi_spec_hash: 292e3d85a82124d4c5418719bb7c8b65
config_hash: cb5b8736705c06b670f6a25484622d62
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.485.0 (2026-04-15)

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

### Features

* **api:** api update ([8728b2a](https://github.com/Increase/increase-python/commit/8728b2a511909f663c40798b1b605f43b4a4d12e))

## 0.484.0 (2026-04-13)

Full Changelog: [v0.483.0...v0.484.0](https://github.com/Increase/increase-python/compare/v0.483.0...v0.484.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.484.0"
version = "0.485.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.484.0" # x-release-please-version
__version__ = "0.485.0" # x-release-please-version
24 changes: 12 additions & 12 deletions tests/api_resources/simulations/test_inbound_ach_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
amount=1000,
addenda={
"category": "freeform",
"freeform": {"entries": [{"payment_related_information": "x"}]},
"freeform": {"entries": [{"payment_related_information": "payment_related_information"}]},
},
company_descriptive_date="x",
company_discretionary_data="x",
company_entry_description="x",
company_id="x",
company_name="x",
company_descriptive_date="J!",
company_discretionary_data="J!",
company_entry_description="J!",
company_id="company_id",
company_name="company_name",
receiver_id_number="x",
receiver_name="x",
resolve_at=parse_datetime("2019-12-27T18:11:19.117Z"),
Expand Down Expand Up @@ -94,13 +94,13 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
amount=1000,
addenda={
"category": "freeform",
"freeform": {"entries": [{"payment_related_information": "x"}]},
"freeform": {"entries": [{"payment_related_information": "payment_related_information"}]},
},
company_descriptive_date="x",
company_discretionary_data="x",
company_entry_description="x",
company_id="x",
company_name="x",
company_descriptive_date="J!",
company_discretionary_data="J!",
company_entry_description="J!",
company_id="company_id",
company_name="company_name",
receiver_id_number="x",
receiver_name="x",
resolve_at=parse_datetime("2019-12-27T18:11:19.117Z"),
Expand Down
32 changes: 16 additions & 16 deletions tests/api_resources/test_ach_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
account_number="987654321",
addenda={
"category": "freeform",
"freeform": {"entries": [{"payment_related_information": "x"}]},
"freeform": {"entries": [{"payment_related_information": "payment_related_information"}]},
"payment_order_remittance_advice": {
"invoices": [
{
"invoice_number": "x",
"invoice_number": "sq",
"paid_amount": 0,
}
]
},
},
company_descriptive_date="x",
company_discretionary_data="x",
company_entry_description="x",
company_name="x",
company_descriptive_date="J!",
company_discretionary_data="J!",
company_entry_description="J!",
company_name="company_name",
destination_account_holder="business",
external_account_id="external_account_id",
funding="checking",
individual_id="x",
individual_name="x",
individual_id="individual_id",
individual_name="individual_name",
preferred_effective_date={
"date": parse_date("2019-12-27"),
"settlement_schedule": "same_day",
Expand Down Expand Up @@ -276,25 +276,25 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
account_number="987654321",
addenda={
"category": "freeform",
"freeform": {"entries": [{"payment_related_information": "x"}]},
"freeform": {"entries": [{"payment_related_information": "payment_related_information"}]},
"payment_order_remittance_advice": {
"invoices": [
{
"invoice_number": "x",
"invoice_number": "sq",
"paid_amount": 0,
}
]
},
},
company_descriptive_date="x",
company_discretionary_data="x",
company_entry_description="x",
company_name="x",
company_descriptive_date="J!",
company_discretionary_data="J!",
company_entry_description="J!",
company_name="company_name",
destination_account_holder="business",
external_account_id="external_account_id",
funding="checking",
individual_id="x",
individual_name="x",
individual_id="individual_id",
individual_name="individual_name",
preferred_effective_date={
"date": parse_date("2019-12-27"),
"settlement_schedule": "same_day",
Expand Down
24 changes: 12 additions & 12 deletions tests/api_resources/test_card_push_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
sender_address_state="NY",
sender_name="Ian Crease",
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
merchant_legal_business_name="x",
merchant_street_address="x",
recipient_address_city="x",
recipient_address_line1="x",
recipient_address_postal_code="x",
recipient_address_state="x",
merchant_legal_business_name="x6",
merchant_street_address="merchant_street_address",
recipient_address_city="recipient_address_city",
recipient_address_line1="recipient_address_line1",
recipient_address_postal_code="x6",
recipient_address_state="x6",
require_approval=True,
)
assert_matches_type(CardPushTransfer, card_push_transfer, path=["response"])
Expand Down Expand Up @@ -345,12 +345,12 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
sender_address_state="NY",
sender_name="Ian Crease",
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
merchant_legal_business_name="x",
merchant_street_address="x",
recipient_address_city="x",
recipient_address_line1="x",
recipient_address_postal_code="x",
recipient_address_state="x",
merchant_legal_business_name="x6",
merchant_street_address="merchant_street_address",
recipient_address_city="recipient_address_city",
recipient_address_line1="recipient_address_line1",
recipient_address_postal_code="x6",
recipient_address_state="x6",
require_approval=True,
)
assert_matches_type(CardPushTransfer, card_push_transfer, path=["response"])
Expand Down
16 changes: 8 additions & 8 deletions tests/api_resources/test_cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
"blocked": [{"identifier": "x"}],
},
"merchant_category_code": {
"allowed": [{"code": "xxxx"}],
"blocked": [{"code": "xxxx"}],
"allowed": [{"code": "0253"}],
"blocked": [{"code": "0253"}],
},
"merchant_country": {
"allowed": [{"country": "xx"}],
Expand Down Expand Up @@ -162,8 +162,8 @@ def test_method_update_with_all_params(self, client: Increase) -> None:
"blocked": [{"identifier": "x"}],
},
"merchant_category_code": {
"allowed": [{"code": "xxxx"}],
"blocked": [{"code": "xxxx"}],
"allowed": [{"code": "0253"}],
"blocked": [{"code": "0253"}],
},
"merchant_country": {
"allowed": [{"country": "xx"}],
Expand Down Expand Up @@ -428,8 +428,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
"blocked": [{"identifier": "x"}],
},
"merchant_category_code": {
"allowed": [{"code": "xxxx"}],
"blocked": [{"code": "xxxx"}],
"allowed": [{"code": "0253"}],
"blocked": [{"code": "0253"}],
},
"merchant_country": {
"allowed": [{"country": "xx"}],
Expand Down Expand Up @@ -550,8 +550,8 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease)
"blocked": [{"identifier": "x"}],
},
"merchant_category_code": {
"allowed": [{"code": "xxxx"}],
"blocked": [{"code": "xxxx"}],
"allowed": [{"code": "0253"}],
"blocked": [{"code": "0253"}],
},
"merchant_country": {
"allowed": [{"country": "xx"}],
Expand Down
36 changes: 18 additions & 18 deletions tests/api_resources/test_check_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
fulfillment_method="physical_check",
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
balance_check="full",
check_number="x",
check_number="469",
physical_check={
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY",
"line2": "x",
"line2": "line2",
"name": "Ian Crease",
"phone": "+16505046304",
},
"memo": "Check payment",
"recipient_name": "Ian Crease",
"attachment_file_id": "attachment_file_id",
"check_voucher_image_file_id": "check_voucher_image_file_id",
"note": "x",
"payer": [{"contents": "x"}],
"note": "note",
"payer": [{"contents": "contents"}],
"return_address": {
"city": "x",
"line1": "x",
"name": "x",
"postal_code": "x",
"city": "city",
"line1": "line1",
"name": "name",
"postal_code": "21029-9469",
"state": "x",
"line2": "x",
"line2": "line2",
"phone": "x",
},
"shipping_method": "usps_first_class",
Expand Down Expand Up @@ -333,30 +333,30 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
fulfillment_method="physical_check",
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
balance_check="full",
check_number="x",
check_number="469",
physical_check={
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY",
"line2": "x",
"line2": "line2",
"name": "Ian Crease",
"phone": "+16505046304",
},
"memo": "Check payment",
"recipient_name": "Ian Crease",
"attachment_file_id": "attachment_file_id",
"check_voucher_image_file_id": "check_voucher_image_file_id",
"note": "x",
"payer": [{"contents": "x"}],
"note": "note",
"payer": [{"contents": "contents"}],
"return_address": {
"city": "x",
"line1": "x",
"name": "x",
"postal_code": "x",
"city": "city",
"line1": "line1",
"name": "name",
"postal_code": "21029-9469",
"state": "x",
"line2": "x",
"line2": "line2",
"phone": "x",
},
"shipping_method": "usps_first_class",
Expand Down
4 changes: 2 additions & 2 deletions tests/api_resources/test_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
vendor_csv={},
voided_check={
"account_number_id": "account_number_id",
"payer": [{"line": "x"}],
"payer": [{"line": "line"}],
},
)
assert_matches_type(Export, export, path=["response"])
Expand Down Expand Up @@ -238,7 +238,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
vendor_csv={},
voided_check={
"account_number_id": "account_number_id",
"payer": [{"line": "x"}],
"payer": [{"line": "line"}],
},
)
assert_matches_type(Export, export, path=["response"])
Expand Down
4 changes: 2 additions & 2 deletions tests/api_resources/test_external_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_method_list_with_all_params(self, client: Increase) -> None:
cursor="cursor",
idempotency_key="x",
limit=1,
routing_number="xxxxxxxxx",
routing_number="483310694",
status={"in": ["active"]},
)
assert_matches_type(SyncPage[ExternalAccount], external_account, path=["response"])
Expand Down Expand Up @@ -343,7 +343,7 @@ async def test_method_list_with_all_params(self, async_client: AsyncIncrease) ->
cursor="cursor",
idempotency_key="x",
limit=1,
routing_number="xxxxxxxxx",
routing_number="483310694",
status={"in": ["active"]},
)
assert_matches_type(AsyncPage[ExternalAccount], external_account, path=["response"])
Expand Down
4 changes: 2 additions & 2 deletions tests/api_resources/test_fednow_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
},
debtor_address={
"city": "x",
"postal_code": "x",
"postal_code": "21029-9469",
"state": "x",
"line1": "x",
},
Expand Down Expand Up @@ -280,7 +280,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
},
debtor_address={
"city": "x",
"postal_code": "x",
"postal_code": "21029-9469",
"state": "x",
"line1": "x",
},
Expand Down
12 changes: 6 additions & 6 deletions tests/api_resources/test_real_time_payments_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
unstructured_remittance_information="Invoice 29582",
account_number="987654321",
debtor_name="x",
debtor_name="debtor_name",
external_account_id="external_account_id",
require_approval=True,
routing_number="101050001",
ultimate_creditor_name="x",
ultimate_debtor_name="x",
ultimate_creditor_name="ultimate_creditor_name",
ultimate_debtor_name="ultimate_debtor_name",
)
assert_matches_type(RealTimePaymentsTransfer, real_time_payments_transfer, path=["response"])

Expand Down Expand Up @@ -265,12 +265,12 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
source_account_number_id="account_number_v18nkfqm6afpsrvy82b2",
unstructured_remittance_information="Invoice 29582",
account_number="987654321",
debtor_name="x",
debtor_name="debtor_name",
external_account_id="external_account_id",
require_approval=True,
routing_number="101050001",
ultimate_creditor_name="x",
ultimate_debtor_name="x",
ultimate_creditor_name="ultimate_creditor_name",
ultimate_debtor_name="ultimate_debtor_name",
)
assert_matches_type(RealTimePaymentsTransfer, real_time_payments_transfer, path=["response"])

Expand Down
Loading