From 0923d13e4a58c2cfcc9fb63775b1eb10995740fb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:20:22 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_payment.py | 6 +++--- src/increase/types/declined_transaction.py | 2 +- src/increase/types/pending_transaction.py | 2 +- src/increase/types/real_time_decision.py | 2 +- src/increase/types/transaction.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.stats.yml b/.stats.yml index bfdb060b4..6e0dd6f89 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fed69da53ddecc70b62e9a7331c3b561ef0a14c385d4ac5a03d74177c2ea21cd.yml -openapi_spec_hash: 0a90c512d3fd1348b78af6f98435c31a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e80a254e816bc69ee8d058b340f791b9f4229b07ff2b460e6cd0ceb4406a7604.yml +openapi_spec_hash: 81b87e83af702cfd8bce31f2d449ee15 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index f73f50d33..b9fb5cd3b 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -483,7 +483,7 @@ class ElementCardAuthorizationNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. @@ -1087,7 +1087,7 @@ class ElementCardDeclineNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. @@ -3374,7 +3374,7 @@ class ElementCardValidationNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. diff --git a/src/increase/types/declined_transaction.py b/src/increase/types/declined_transaction.py index 6acd90e51..9477d8071 100644 --- a/src/increase/types/declined_transaction.py +++ b/src/increase/types/declined_transaction.py @@ -331,7 +331,7 @@ class SourceCardDeclineNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. diff --git a/src/increase/types/pending_transaction.py b/src/increase/types/pending_transaction.py index 65fd7f687..cf1aa1cea 100644 --- a/src/increase/types/pending_transaction.py +++ b/src/increase/types/pending_transaction.py @@ -281,7 +281,7 @@ class SourceCardAuthorizationNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index 4090167e0..8d42faa94 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -299,7 +299,7 @@ class CardAuthorizationNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index 6b461818f..6b98b06c5 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -699,7 +699,7 @@ class SourceCardFinancialNetworkDetailsVisa(BaseModel): 3-D Secure program. - `non_authenticated_security_transaction` - Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data - encryption for security however , cardholder authentication is not performed + encryption for security however, cardholder authentication is not performed using 3-D Secure. - `non_secure_transaction` - Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection. From d09ecc1e3aafa94ca1a83aab42b1335ef0be0e02 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:20:43 +0000 Subject: [PATCH 2/2] release: 0.345.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 7c7974f09..5cd962378 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.344.0" + ".": "0.345.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 66df129bb..276b8b279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.345.0 (2025-09-26) + +Full Changelog: [v0.344.0...v0.345.0](https://github.com/Increase/increase-python/compare/v0.344.0...v0.345.0) + +### Features + +* **api:** api update ([0923d13](https://github.com/Increase/increase-python/commit/0923d13e4a58c2cfcc9fb63775b1eb10995740fb)) + ## 0.344.0 (2025-09-26) Full Changelog: [v0.343.0...v0.344.0](https://github.com/Increase/increase-python/compare/v0.343.0...v0.344.0) diff --git a/pyproject.toml b/pyproject.toml index 1f9c186c5..7a0ca50e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.344.0" +version = "0.345.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 c5bb412de..5051c9946 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.344.0" # x-release-please-version +__version__ = "0.345.0" # x-release-please-version