diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 529f1380a..028c6e3fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.301.0" + ".": "0.302.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d35c27b7d..a52464a81 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6c7f7c551cd8635ddf3fa27eb1040a4e3888c8190326472c19fd919a5e2c8c5.yml -openapi_spec_hash: 287cbadcab1cec9f352da22a4e39c160 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f848edf1a38bbdc834fb3855aaf2eaeb77711e36e9a560cadfeb49428b4ac3de.yml +openapi_spec_hash: 52e32b8e609fa290c285bbd44f8bc74a config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4bfc4f5..d11b067f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.302.0 (2025-08-26) + +Full Changelog: [v0.301.0...v0.302.0](https://github.com/Increase/increase-python/compare/v0.301.0...v0.302.0) + +### Features + +* **api:** api update ([aba33d8](https://github.com/Increase/increase-python/commit/aba33d88fbe3eb316e45a31a080c45587d4947ac)) + ## 0.301.0 (2025-08-26) Full Changelog: [v0.300.0...v0.301.0](https://github.com/Increase/increase-python/compare/v0.300.0...v0.301.0) diff --git a/pyproject.toml b/pyproject.toml index 65c348c95..f7f68371f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.301.0" +version = "0.302.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index b5d976a92..84a84f4c7 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.301.0" # x-release-please-version +__version__ = "0.302.0" # x-release-please-version diff --git a/src/increase/types/ach_transfer.py b/src/increase/types/ach_transfer.py index b6ed76965..a0cbd820b 100644 --- a/src/increase/types/ach_transfer.py +++ b/src/increase/types/ach_transfer.py @@ -156,9 +156,6 @@ class CreatedBy(BaseModel): class InboundFundsHold(BaseModel): - id: str - """The Inbound Funds Hold identifier.""" - amount: int """The held amount in the minor unit of the account's currency. diff --git a/src/increase/types/check_deposit.py b/src/increase/types/check_deposit.py index 2adba3cd5..bbb0e0744 100644 --- a/src/increase/types/check_deposit.py +++ b/src/increase/types/check_deposit.py @@ -253,9 +253,6 @@ class DepositSubmission(BaseModel): class InboundFundsHold(BaseModel): - id: str - """The Inbound Funds Hold identifier.""" - amount: int """The held amount in the minor unit of the account's currency. diff --git a/src/increase/types/pending_transaction.py b/src/increase/types/pending_transaction.py index 7aa126d5d..1204107e8 100644 --- a/src/increase/types/pending_transaction.py +++ b/src/increase/types/pending_transaction.py @@ -662,9 +662,6 @@ class SourceCheckTransferInstruction(BaseModel): class SourceInboundFundsHold(BaseModel): - id: str - """The Inbound Funds Hold identifier.""" - amount: int """The held amount in the minor unit of the account's currency.