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.429.0"
".": "0.430.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-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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.429.0"
version = "0.430.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.429.0" # x-release-please-version
__version__ = "0.430.0" # x-release-please-version
3 changes: 3 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down