diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18dbf0405..b0ef7708e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.349.0" + ".": "0.350.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 9aa42589f..6d6e5b784 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-dc0a89abaae59dd7fc23cc5463a412d79b5c8c042eb144b05e97823d11a76b2b.yml -openapi_spec_hash: 24ce07f273cf90d08b3fa22958316846 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fcc4e952b005ab1fd26ae67fe0cac46a57699299c92e00680d4d0f6be51d7936.yml +openapi_spec_hash: f1a7326721f814625c7d5484956afded config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe45ea08..cbf63e254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.350.0 (2025-10-03) + +Full Changelog: [v0.349.0...v0.350.0](https://github.com/Increase/increase-python/compare/v0.349.0...v0.350.0) + +### Features + +* **api:** api update ([0257e0e](https://github.com/Increase/increase-python/commit/0257e0e3f3a59836adb64beb39bd99b6d7a6790c)) + ## 0.349.0 (2025-10-01) Full Changelog: [v0.348.0...v0.349.0](https://github.com/Increase/increase-python/compare/v0.348.0...v0.349.0) diff --git a/pyproject.toml b/pyproject.toml index 131460488..3d855ac3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.349.0" +version = "0.350.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 2d0bac4cf..7336ec627 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.349.0" # x-release-please-version +__version__ = "0.350.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index b9fb5cd3b..e7cfb1f58 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -3816,6 +3816,12 @@ class State(BaseModel): 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. + + For dollars, for example, this is cents. + """ + reversed_amount: int """The total reversed amount in the minor unit of the transaction's currency. @@ -3823,9 +3829,9 @@ class State(BaseModel): """ settled_amount: int - """ - The total settled or refunded amount in the minor unit of the transaction's - currency. For dollars, for example, this is cents. + """The total settled amount in the minor unit of the transaction's currency. + + For dollars, for example, this is cents. """