diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b1b5a42f0..dea90ccf5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.361.0" + ".": "0.362.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index ffbf262f2..f6d731d7e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d7cf5ee0996fbe47611e26c72b8bd36151ce065c410488583977102f1812b84d.yml -openapi_spec_hash: 8c0f2a172afc0eb0f9fae50250c89216 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b4cda5505a0662dcbad16dabc86715b5353a90685fa9047384e60156f898f3b8.yml +openapi_spec_hash: 0c831296b6f59e535c73162e0e18c175 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/CHANGELOG.md b/CHANGELOG.md index f96c9fbcd..264de116b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.362.0 (2025-10-22) + +Full Changelog: [v0.361.0...v0.362.0](https://github.com/Increase/increase-python/compare/v0.361.0...v0.362.0) + +### Features + +* **api:** api update ([b2ae7d0](https://github.com/Increase/increase-python/commit/b2ae7d0d96315189c6bd50f4c5e4b5837a87417e)) + + +### Chores + +* bump `httpx-aiohttp` version to 0.1.9 ([49a604f](https://github.com/Increase/increase-python/commit/49a604f718924639aa042d4d6b56b04dea1fa8fb)) + ## 0.361.0 (2025-10-16) Full Changelog: [v0.360.0...v0.361.0](https://github.com/Increase/increase-python/compare/v0.360.0...v0.361.0) diff --git a/pyproject.toml b/pyproject.toml index 7d272052c..4c0ff9619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.361.0" +version = "0.362.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" @@ -39,7 +39,7 @@ Homepage = "https://github.com/Increase/increase-python" Repository = "https://github.com/Increase/increase-python" [project.optional-dependencies] -aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"] +aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"] [tool.rye] managed = true diff --git a/requirements-dev.lock b/requirements-dev.lock index d0fe722c9..18804abe3 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -56,7 +56,7 @@ httpx==0.28.1 # via httpx-aiohttp # via increase # via respx -httpx-aiohttp==0.1.8 +httpx-aiohttp==0.1.9 # via increase idna==3.4 # via anyio diff --git a/requirements.lock b/requirements.lock index 3a21efa98..ac22be93c 100644 --- a/requirements.lock +++ b/requirements.lock @@ -43,7 +43,7 @@ httpcore==1.0.9 httpx==0.28.1 # via httpx-aiohttp # via increase -httpx-aiohttp==0.1.8 +httpx-aiohttp==0.1.9 # via increase idna==3.4 # via anyio diff --git a/src/increase/_version.py b/src/increase/_version.py index 19371429c..e96a622ad 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.361.0" # x-release-please-version +__version__ = "0.362.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index e06677fed..5af5c428f 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -3881,6 +3881,12 @@ class State(BaseModel): transaction's currency. For dollars, for example, this is cents. """ + refund_authorized_amount: int + """ + The total refund authorized amount in the minor unit of the transaction's + currency. For dollars, for example, this is cents. + """ + refunded_amount: int """The total refunded amount in the minor unit of the transaction's currency.