diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e817625b..585712c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.441.0" + ".": "0.442.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 3edafa84..3f376ee1 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-4a9671050881b7d7579bd118589b25ed43dccb69677f5ab8576df6f70de9a0dc.yml -openapi_spec_hash: b72da714aeef1e6652e6cc595ef65f94 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fae765b6b1b34f9c649fec11885e4d0e5b8b1cab0baf0f440dfd5eba040e7047.yml +openapi_spec_hash: 9900b1c763a43261e0288896379541fe config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c78e3c..259d7ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.442.0 (2026-03-13) + +Full Changelog: [v0.441.0...v0.442.0](https://github.com/Increase/increase-python/compare/v0.441.0...v0.442.0) + +### Features + +* **api:** api update ([66f8ed6](https://github.com/Increase/increase-python/commit/66f8ed6804ac133bc92c9e68ea83cb29be97e2c6)) + ## 0.441.0 (2026-03-13) Full Changelog: [v0.440.0...v0.441.0](https://github.com/Increase/increase-python/compare/v0.440.0...v0.441.0) diff --git a/pyproject.toml b/pyproject.toml index 26696576..feecb30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.441.0" +version = "0.442.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 92535b14..eed4834e 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.441.0" # x-release-please-version +__version__ = "0.442.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 5df6a9eb..a2788095 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -375,7 +375,7 @@ class ElementCardAuthentication(BaseModel): id: str """The Card Authentication identifier.""" - access_control_server_transaction_id: str + access_control_server_transaction_identifier: str """ A unique identifier assigned by the Access Control Server (us) for this transaction. @@ -467,7 +467,7 @@ class ElementCardAuthentication(BaseModel): device_channel: ElementCardAuthenticationDeviceChannel """The device channel of the card authentication attempt.""" - directory_server_transaction_id: str + directory_server_transaction_identifier: str """ A unique identifier assigned by the Directory Server (the card network) for this transaction. @@ -619,7 +619,7 @@ class ElementCardAuthentication(BaseModel): threshold. """ - three_d_secure_server_transaction_id: str + three_d_secure_server_transaction_identifier: str """ A unique identifier assigned by the 3DS Server initiating the authentication attempt for this transaction. diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index 59b05d2b..316ac348 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -224,7 +224,7 @@ class CardAuthenticationMessageCategory(BaseModel): class CardAuthentication(BaseModel): """Fields related to a 3DS authentication attempt.""" - access_control_server_transaction_id: str + access_control_server_transaction_identifier: str """ A unique identifier assigned by the Access Control Server (us) for this transaction. @@ -296,7 +296,7 @@ class CardAuthentication(BaseModel): device_channel: CardAuthenticationDeviceChannel """The device channel of the card authentication attempt.""" - directory_server_transaction_id: str + directory_server_transaction_identifier: str """ A unique identifier assigned by the Directory Server (the card network) for this transaction. @@ -414,7 +414,7 @@ class CardAuthentication(BaseModel): shipping_address_state: Optional[str] = None """The US state of the shipping address associated with this purchase.""" - three_d_secure_server_transaction_id: str + three_d_secure_server_transaction_identifier: str """ A unique identifier assigned by the 3DS Server initiating the authentication attempt for this transaction.