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.362.0"
".": "0.363.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b4cda5505a0662dcbad16dabc86715b5353a90685fa9047384e60156f898f3b8.yml
openapi_spec_hash: 0c831296b6f59e535c73162e0e18c175
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-77bf980f154392e3f2070aa38e38d8927ba8cff23d81bb6e5733fdd52a4e67b5.yml
openapi_spec_hash: 18a92821c3e77f158295ca50b4aa33b0
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.363.0 (2025-10-22)

Full Changelog: [v0.362.0...v0.363.0](https://github.com/Increase/increase-python/compare/v0.362.0...v0.363.0)

### Features

* **api:** api update ([e48d316](https://github.com/Increase/increase-python/commit/e48d3168c9ae3ff45b3e72da6d1006d438d9c1cb))

## 0.362.0 (2025-10-22)

Full Changelog: [v0.361.0...v0.362.0](https://github.com/Increase/increase-python/compare/v0.361.0...v0.362.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.362.0"
version = "0.363.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.362.0" # x-release-please-version
__version__ = "0.363.0" # x-release-please-version
9 changes: 6 additions & 3 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,8 @@ class ElementCardAuthorization(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

pending_transaction_id: Optional[str] = None
Expand Down Expand Up @@ -1390,7 +1391,8 @@ class ElementCardDecline(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

physical_card_id: Optional[str] = None
Expand Down Expand Up @@ -3695,7 +3697,8 @@ class ElementCardValidation(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

physical_card_id: Optional[str] = None
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,8 @@ class SourceCardDecline(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

physical_card_id: Optional[str] = None
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ class SourceCardAuthorization(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

pending_transaction_id: Optional[str] = None
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ class CardAuthorization(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

physical_card_id: Optional[str] = None
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,8 @@ class SourceCardFinancial(BaseModel):
"""The risk score generated by the card network.

For Visa this is the Visa Advanced Authorization risk score, from 0 to 99, where
99 is the riskiest.
99 is the riskiest. For Pulse the score is from 0 to 999, where 999 is the
riskiest.
"""

physical_card_id: Optional[str] = None
Expand Down