From b59c54e580b79e91abf8e8665422737034161503 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:00:06 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_payment.py | 2 +- src/increase/types/real_time_decision.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index b00a35aa..aa5bad04 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 234 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6157ec57275bc58dca42adf9d0b661f6dcfd725df7593dc453833dfcdcf33a8b.yml -openapi_spec_hash: 0a80ae7882f3d72a333b80efe58ff5ea +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d73ee438cf15ca739d3ac64cc009b613f9e17ed76a31f8cc95f1a9968196bde1.yml +openapi_spec_hash: 933ce5facdc1d8a41ed063d925846de3 config_hash: b7ec7f54fa76c1f8bde7a548710a1d38 diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index c5d17037..bd077a26 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -432,7 +432,7 @@ class ElementCardAuthentication(BaseModel): merchant_name: Optional[str] = None """The name of the merchant.""" - prior_card_authentication_id: Optional[str] = None + prior_authenticated_card_payment_id: Optional[str] = None """ The ID of a prior Card Authentication that the requestor used to authenticate this cardholder for a previous transaction. diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index 98af485b..ca552fbc 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -264,7 +264,7 @@ class CardAuthentication(BaseModel): merchant_name: Optional[str] = None """The name of the merchant.""" - prior_card_authentication_id: Optional[str] = None + prior_authenticated_card_payment_id: Optional[str] = None """ The ID of a prior Card Authentication that the requestor used to authenticate this cardholder for a previous transaction. From b4b3fe727d4f384229de9709c5180d66aa15aed5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:00:32 +0000 Subject: [PATCH 2/2] release: 0.426.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92be4f76..304196ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.425.0" + ".": "0.426.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ceb8001..41cc5299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.426.0 (2026-03-09) + +Full Changelog: [v0.425.0...v0.426.0](https://github.com/Increase/increase-python/compare/v0.425.0...v0.426.0) + +### Features + +* **api:** api update ([b59c54e](https://github.com/Increase/increase-python/commit/b59c54e580b79e91abf8e8665422737034161503)) + ## 0.425.0 (2026-03-09) Full Changelog: [v0.424.0...v0.425.0](https://github.com/Increase/increase-python/compare/v0.424.0...v0.425.0) diff --git a/pyproject.toml b/pyproject.toml index adaac381..d6c51e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.425.0" +version = "0.426.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 37ad2852..569add88 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.425.0" # x-release-please-version +__version__ = "0.426.0" # x-release-please-version