diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ac437f1..98af54b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.429.0" + ".": "0.430.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index aefb489f..61c2836e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4699565aad7b519933c0f8789762574139b2ca7ad57c008b747eebe6a3f91eec.yml -openapi_spec_hash: 3c7cf6b8f8d59763cbdac549682f61c3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-010fcebf036b735c59221760be7726699913ed68102323b49939ddd880a12e32.yml +openapi_spec_hash: 92d7bc1bf2f3034735206e358249ba5c config_hash: dda988c5565c2f15cc708122984d7691 diff --git a/CHANGELOG.md b/CHANGELOG.md index 303d6f03..d752b80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.430.0 (2026-03-11) + +Full Changelog: [v0.429.0...v0.430.0](https://github.com/Increase/increase-python/compare/v0.429.0...v0.430.0) + +### Features + +* **api:** api update ([c5838d4](https://github.com/Increase/increase-python/commit/c5838d402add95cfdda9dbaa0c76df1369bf3bb7)) + ## 0.429.0 (2026-03-10) Full Changelog: [v0.428.0...v0.429.0](https://github.com/Increase/increase-python/compare/v0.428.0...v0.429.0) diff --git a/pyproject.toml b/pyproject.toml index 11327758..d57e2fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.429.0" +version = "0.430.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 6214cb39..f8545a5e 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.429.0" # x-release-please-version +__version__ = "0.430.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 22ce6f1d..5df6a9eb 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -197,6 +197,9 @@ class ElementCardAuthenticationChallenge(BaseModel): one_time_code: str """The one-time code used for the Card Authentication Challenge.""" + real_time_decision_id: Optional[str] = None + """The identifier of the Real-Time Decision used to deliver this challenge.""" + verification_method: Literal["text_message", "email", "none_available"] """The method used to verify the Card Authentication Challenge.