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.315.0"
".": "0.316.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 217
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6d1cfc3f93b6829318d0905c04d24008ab3576d5c00d8eb17c7d55fc34beef9e.yml
openapi_spec_hash: 12f331a1ebc9c7c8465a850736a8d8c6
config_hash: 2a4a1945e6eefa24fa5b0590cf580fb4
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e74540ca75fc4e7a0e28d2c41c53c6131dff74e1e3c1472601db19509bb77451.yml
openapi_spec_hash: 4030ac2965b556670d1b427ffc5c554b
config_hash: e1885b38eded054b77308a024c5d80cc
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.316.0 (2025-09-05)

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

### Features

* **api:** api update ([65d960e](https://github.com/Increase/increase-python/commit/65d960e2e1c4343f4c1721f0410b715314de15ba))

## 0.315.0 (2025-09-05)

Full Changelog: [v0.314.0...v0.315.0](https://github.com/Increase/increase-python/compare/v0.314.0...v0.315.0)
Expand Down
44 changes: 22 additions & 22 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ Methods:
- <code title="patch /account_numbers/{account_number_id}">client.account_numbers.<a href="./src/increase/resources/account_numbers.py">update</a>(account_number_id, \*\*<a href="src/increase/types/account_number_update_params.py">params</a>) -> <a href="./src/increase/types/account_number.py">AccountNumber</a></code>
- <code title="get /account_numbers">client.account_numbers.<a href="./src/increase/resources/account_numbers.py">list</a>(\*\*<a href="src/increase/types/account_number_list_params.py">params</a>) -> <a href="./src/increase/types/account_number.py">SyncPage[AccountNumber]</a></code>

# AccountTransfers

Types:

```python
from increase.types import AccountTransfer
```

Methods:

- <code title="post /account_transfers">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">create</a>(\*\*<a href="src/increase/types/account_transfer_create_params.py">params</a>) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="get /account_transfers/{account_transfer_id}">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">retrieve</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="get /account_transfers">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">list</a>(\*\*<a href="src/increase/types/account_transfer_list_params.py">params</a>) -> <a href="./src/increase/types/account_transfer.py">SyncPage[AccountTransfer]</a></code>
- <code title="post /account_transfers/{account_transfer_id}/approve">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">approve</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="post /account_transfers/{account_transfer_id}/cancel">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">cancel</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>

# Cards

Types:
Expand Down Expand Up @@ -188,22 +204,6 @@ Methods:
- <code title="get /declined_transactions/{declined_transaction_id}">client.declined_transactions.<a href="./src/increase/resources/declined_transactions.py">retrieve</a>(declined_transaction_id) -> <a href="./src/increase/types/declined_transaction.py">DeclinedTransaction</a></code>
- <code title="get /declined_transactions">client.declined_transactions.<a href="./src/increase/resources/declined_transactions.py">list</a>(\*\*<a href="src/increase/types/declined_transaction_list_params.py">params</a>) -> <a href="./src/increase/types/declined_transaction.py">SyncPage[DeclinedTransaction]</a></code>

# AccountTransfers

Types:

```python
from increase.types import AccountTransfer
```

Methods:

- <code title="post /account_transfers">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">create</a>(\*\*<a href="src/increase/types/account_transfer_create_params.py">params</a>) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="get /account_transfers/{account_transfer_id}">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">retrieve</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="get /account_transfers">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">list</a>(\*\*<a href="src/increase/types/account_transfer_list_params.py">params</a>) -> <a href="./src/increase/types/account_transfer.py">SyncPage[AccountTransfer]</a></code>
- <code title="post /account_transfers/{account_transfer_id}/approve">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">approve</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>
- <code title="post /account_transfers/{account_transfer_id}/cancel">client.account_transfers.<a href="./src/increase/resources/account_transfers.py">cancel</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>

# ACHTransfers

Types:
Expand Down Expand Up @@ -786,6 +786,12 @@ Methods:

- <code title="post /simulations/interest_payments">client.simulations.interest_payments.<a href="./src/increase/resources/simulations/interest_payments.py">create</a>(\*\*<a href="src/increase/types/simulations/interest_payment_create_params.py">params</a>) -> <a href="./src/increase/types/transaction.py">Transaction</a></code>

## AccountTransfers

Methods:

- <code title="post /simulations/account_transfers/{account_transfer_id}/complete">client.simulations.account_transfers.<a href="./src/increase/resources/simulations/account_transfers.py">complete</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>

## CardAuthorizations

Types:
Expand Down Expand Up @@ -865,12 +871,6 @@ Methods:

- <code title="post /simulations/pending_transactions/{pending_transaction_id}/release_inbound_funds_hold">client.simulations.pending_transactions.<a href="./src/increase/resources/simulations/pending_transactions.py">release_inbound_funds_hold</a>(pending_transaction_id) -> <a href="./src/increase/types/pending_transaction.py">PendingTransaction</a></code>

## AccountTransfers

Methods:

- <code title="post /simulations/account_transfers/{account_transfer_id}/complete">client.simulations.account_transfers.<a href="./src/increase/resources/simulations/account_transfers.py">complete</a>(account_transfer_id) -> <a href="./src/increase/types/account_transfer.py">AccountTransfer</a></code>

## ACHTransfers

Methods:
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.315.0"
version = "0.316.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
28 changes: 14 additions & 14 deletions src/increase/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
class Increase(SyncAPIClient):
accounts: accounts.AccountsResource
account_numbers: account_numbers.AccountNumbersResource
account_transfers: account_transfers.AccountTransfersResource
cards: cards.CardsResource
card_payments: card_payments.CardPaymentsResource
card_purchase_supplements: card_purchase_supplements.CardPurchaseSupplementsResource
Expand All @@ -123,7 +124,6 @@ class Increase(SyncAPIClient):
transactions: transactions.TransactionsResource
pending_transactions: pending_transactions.PendingTransactionsResource
declined_transactions: declined_transactions.DeclinedTransactionsResource
account_transfers: account_transfers.AccountTransfersResource
ach_transfers: ach_transfers.ACHTransfersResource
ach_prenotifications: ach_prenotifications.ACHPrenotificationsResource
inbound_ach_transfers: inbound_ach_transfers.InboundACHTransfersResource
Expand Down Expand Up @@ -259,6 +259,7 @@ def __init__(

self.accounts = accounts.AccountsResource(self)
self.account_numbers = account_numbers.AccountNumbersResource(self)
self.account_transfers = account_transfers.AccountTransfersResource(self)
self.cards = cards.CardsResource(self)
self.card_payments = card_payments.CardPaymentsResource(self)
self.card_purchase_supplements = card_purchase_supplements.CardPurchaseSupplementsResource(self)
Expand All @@ -270,7 +271,6 @@ def __init__(
self.transactions = transactions.TransactionsResource(self)
self.pending_transactions = pending_transactions.PendingTransactionsResource(self)
self.declined_transactions = declined_transactions.DeclinedTransactionsResource(self)
self.account_transfers = account_transfers.AccountTransfersResource(self)
self.ach_transfers = ach_transfers.ACHTransfersResource(self)
self.ach_prenotifications = ach_prenotifications.ACHPrenotificationsResource(self)
self.inbound_ach_transfers = inbound_ach_transfers.InboundACHTransfersResource(self)
Expand Down Expand Up @@ -475,6 +475,7 @@ def _make_status_error(
class AsyncIncrease(AsyncAPIClient):
accounts: accounts.AsyncAccountsResource
account_numbers: account_numbers.AsyncAccountNumbersResource
account_transfers: account_transfers.AsyncAccountTransfersResource
cards: cards.AsyncCardsResource
card_payments: card_payments.AsyncCardPaymentsResource
card_purchase_supplements: card_purchase_supplements.AsyncCardPurchaseSupplementsResource
Expand All @@ -486,7 +487,6 @@ class AsyncIncrease(AsyncAPIClient):
transactions: transactions.AsyncTransactionsResource
pending_transactions: pending_transactions.AsyncPendingTransactionsResource
declined_transactions: declined_transactions.AsyncDeclinedTransactionsResource
account_transfers: account_transfers.AsyncAccountTransfersResource
ach_transfers: ach_transfers.AsyncACHTransfersResource
ach_prenotifications: ach_prenotifications.AsyncACHPrenotificationsResource
inbound_ach_transfers: inbound_ach_transfers.AsyncInboundACHTransfersResource
Expand Down Expand Up @@ -624,6 +624,7 @@ def __init__(

self.accounts = accounts.AsyncAccountsResource(self)
self.account_numbers = account_numbers.AsyncAccountNumbersResource(self)
self.account_transfers = account_transfers.AsyncAccountTransfersResource(self)
self.cards = cards.AsyncCardsResource(self)
self.card_payments = card_payments.AsyncCardPaymentsResource(self)
self.card_purchase_supplements = card_purchase_supplements.AsyncCardPurchaseSupplementsResource(self)
Expand All @@ -635,7 +636,6 @@ def __init__(
self.transactions = transactions.AsyncTransactionsResource(self)
self.pending_transactions = pending_transactions.AsyncPendingTransactionsResource(self)
self.declined_transactions = declined_transactions.AsyncDeclinedTransactionsResource(self)
self.account_transfers = account_transfers.AsyncAccountTransfersResource(self)
self.ach_transfers = ach_transfers.AsyncACHTransfersResource(self)
self.ach_prenotifications = ach_prenotifications.AsyncACHPrenotificationsResource(self)
self.inbound_ach_transfers = inbound_ach_transfers.AsyncInboundACHTransfersResource(self)
Expand Down Expand Up @@ -843,6 +843,7 @@ class IncreaseWithRawResponse:
def __init__(self, client: Increase) -> None:
self.accounts = accounts.AccountsResourceWithRawResponse(client.accounts)
self.account_numbers = account_numbers.AccountNumbersResourceWithRawResponse(client.account_numbers)
self.account_transfers = account_transfers.AccountTransfersResourceWithRawResponse(client.account_transfers)
self.cards = cards.CardsResourceWithRawResponse(client.cards)
self.card_payments = card_payments.CardPaymentsResourceWithRawResponse(client.card_payments)
self.card_purchase_supplements = card_purchase_supplements.CardPurchaseSupplementsResourceWithRawResponse(
Expand All @@ -866,7 +867,6 @@ def __init__(self, client: Increase) -> None:
self.declined_transactions = declined_transactions.DeclinedTransactionsResourceWithRawResponse(
client.declined_transactions
)
self.account_transfers = account_transfers.AccountTransfersResourceWithRawResponse(client.account_transfers)
self.ach_transfers = ach_transfers.ACHTransfersResourceWithRawResponse(client.ach_transfers)
self.ach_prenotifications = ach_prenotifications.ACHPrenotificationsResourceWithRawResponse(
client.ach_prenotifications
Expand Down Expand Up @@ -952,6 +952,9 @@ class AsyncIncreaseWithRawResponse:
def __init__(self, client: AsyncIncrease) -> None:
self.accounts = accounts.AsyncAccountsResourceWithRawResponse(client.accounts)
self.account_numbers = account_numbers.AsyncAccountNumbersResourceWithRawResponse(client.account_numbers)
self.account_transfers = account_transfers.AsyncAccountTransfersResourceWithRawResponse(
client.account_transfers
)
self.cards = cards.AsyncCardsResourceWithRawResponse(client.cards)
self.card_payments = card_payments.AsyncCardPaymentsResourceWithRawResponse(client.card_payments)
self.card_purchase_supplements = card_purchase_supplements.AsyncCardPurchaseSupplementsResourceWithRawResponse(
Expand All @@ -975,9 +978,6 @@ def __init__(self, client: AsyncIncrease) -> None:
self.declined_transactions = declined_transactions.AsyncDeclinedTransactionsResourceWithRawResponse(
client.declined_transactions
)
self.account_transfers = account_transfers.AsyncAccountTransfersResourceWithRawResponse(
client.account_transfers
)
self.ach_transfers = ach_transfers.AsyncACHTransfersResourceWithRawResponse(client.ach_transfers)
self.ach_prenotifications = ach_prenotifications.AsyncACHPrenotificationsResourceWithRawResponse(
client.ach_prenotifications
Expand Down Expand Up @@ -1077,6 +1077,9 @@ class IncreaseWithStreamedResponse:
def __init__(self, client: Increase) -> None:
self.accounts = accounts.AccountsResourceWithStreamingResponse(client.accounts)
self.account_numbers = account_numbers.AccountNumbersResourceWithStreamingResponse(client.account_numbers)
self.account_transfers = account_transfers.AccountTransfersResourceWithStreamingResponse(
client.account_transfers
)
self.cards = cards.CardsResourceWithStreamingResponse(client.cards)
self.card_payments = card_payments.CardPaymentsResourceWithStreamingResponse(client.card_payments)
self.card_purchase_supplements = card_purchase_supplements.CardPurchaseSupplementsResourceWithStreamingResponse(
Expand All @@ -1100,9 +1103,6 @@ def __init__(self, client: Increase) -> None:
self.declined_transactions = declined_transactions.DeclinedTransactionsResourceWithStreamingResponse(
client.declined_transactions
)
self.account_transfers = account_transfers.AccountTransfersResourceWithStreamingResponse(
client.account_transfers
)
self.ach_transfers = ach_transfers.ACHTransfersResourceWithStreamingResponse(client.ach_transfers)
self.ach_prenotifications = ach_prenotifications.ACHPrenotificationsResourceWithStreamingResponse(
client.ach_prenotifications
Expand Down Expand Up @@ -1202,6 +1202,9 @@ class AsyncIncreaseWithStreamedResponse:
def __init__(self, client: AsyncIncrease) -> None:
self.accounts = accounts.AsyncAccountsResourceWithStreamingResponse(client.accounts)
self.account_numbers = account_numbers.AsyncAccountNumbersResourceWithStreamingResponse(client.account_numbers)
self.account_transfers = account_transfers.AsyncAccountTransfersResourceWithStreamingResponse(
client.account_transfers
)
self.cards = cards.AsyncCardsResourceWithStreamingResponse(client.cards)
self.card_payments = card_payments.AsyncCardPaymentsResourceWithStreamingResponse(client.card_payments)
self.card_purchase_supplements = (
Expand All @@ -1227,9 +1230,6 @@ def __init__(self, client: AsyncIncrease) -> None:
self.declined_transactions = declined_transactions.AsyncDeclinedTransactionsResourceWithStreamingResponse(
client.declined_transactions
)
self.account_transfers = account_transfers.AsyncAccountTransfersResourceWithStreamingResponse(
client.account_transfers
)
self.ach_transfers = ach_transfers.AsyncACHTransfersResourceWithStreamingResponse(client.ach_transfers)
self.ach_prenotifications = ach_prenotifications.AsyncACHPrenotificationsResourceWithStreamingResponse(
client.ach_prenotifications
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.315.0" # x-release-please-version
__version__ = "0.316.0" # x-release-please-version
12 changes: 6 additions & 6 deletions src/increase/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@
"AsyncAccountNumbersResourceWithRawResponse",
"AccountNumbersResourceWithStreamingResponse",
"AsyncAccountNumbersResourceWithStreamingResponse",
"AccountTransfersResource",
"AsyncAccountTransfersResource",
"AccountTransfersResourceWithRawResponse",
"AsyncAccountTransfersResourceWithRawResponse",
"AccountTransfersResourceWithStreamingResponse",
"AsyncAccountTransfersResourceWithStreamingResponse",
"CardsResource",
"AsyncCardsResource",
"CardsResourceWithRawResponse",
Expand Down Expand Up @@ -521,12 +527,6 @@
"AsyncDeclinedTransactionsResourceWithRawResponse",
"DeclinedTransactionsResourceWithStreamingResponse",
"AsyncDeclinedTransactionsResourceWithStreamingResponse",
"AccountTransfersResource",
"AsyncAccountTransfersResource",
"AccountTransfersResourceWithRawResponse",
"AsyncAccountTransfersResourceWithRawResponse",
"AccountTransfersResourceWithStreamingResponse",
"AsyncAccountTransfersResourceWithStreamingResponse",
"ACHTransfersResource",
"AsyncACHTransfersResource",
"ACHTransfersResourceWithRawResponse",
Expand Down
12 changes: 6 additions & 6 deletions src/increase/resources/simulations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
"AsyncInterestPaymentsResourceWithRawResponse",
"InterestPaymentsResourceWithStreamingResponse",
"AsyncInterestPaymentsResourceWithStreamingResponse",
"AccountTransfersResource",
"AsyncAccountTransfersResource",
"AccountTransfersResourceWithRawResponse",
"AsyncAccountTransfersResourceWithRawResponse",
"AccountTransfersResourceWithStreamingResponse",
"AsyncAccountTransfersResourceWithStreamingResponse",
"CardAuthorizationsResource",
"AsyncCardAuthorizationsResource",
"CardAuthorizationsResourceWithRawResponse",
Expand Down Expand Up @@ -314,12 +320,6 @@
"AsyncPendingTransactionsResourceWithRawResponse",
"PendingTransactionsResourceWithStreamingResponse",
"AsyncPendingTransactionsResourceWithStreamingResponse",
"AccountTransfersResource",
"AsyncAccountTransfersResource",
"AccountTransfersResourceWithRawResponse",
"AsyncAccountTransfersResourceWithRawResponse",
"AccountTransfersResourceWithStreamingResponse",
"AsyncAccountTransfersResourceWithStreamingResponse",
"ACHTransfersResource",
"AsyncACHTransfersResource",
"ACHTransfersResourceWithRawResponse",
Expand Down
Loading