Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.441.0"
".": "0.442.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down