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.335.0"
".": "0.336.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: 214
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-884e347f765b181f0f15f821b0c5786f51d532aae1077294aedf3fff0d6f9b22.yml
openapi_spec_hash: 119e76f07825b0975b385de037fe8d96
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c92eec60054dfe853fc3f3147d60329d0b24e65d6e29a707d17f1e8c1b44bd7b.yml
openapi_spec_hash: cbe8d84401e587a8ebfd5037cf2bf7be
config_hash: 8dadd60eab7ab858cf06c6a8633ed9f3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.336.0 (2025-09-23)

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

### Features

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

## 0.335.0 (2025-09-22)

Full Changelog: [v0.334.0...v0.335.0](https://github.com/Increase/increase-python/compare/v0.334.0...v0.335.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.335.0"
version = "0.336.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.335.0" # x-release-please-version
__version__ = "0.336.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ class ElementCardSettlement(BaseModel):
surcharge: Optional[ElementCardSettlementSurcharge] = None
"""Surcharge amount details, if applicable.

The amounts positive if the surcharge is added to to the overall transaction
The amount is positive if the surcharge is added to to the overall transaction
amount (surcharge), and negative if the surcharge is deducted from the overall
transaction amount (discount).
"""
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ class SourceCardSettlement(BaseModel):
surcharge: Optional[SourceCardSettlementSurcharge] = None
"""Surcharge amount details, if applicable.

The amounts positive if the surcharge is added to to the overall transaction
The amount is positive if the surcharge is added to to the overall transaction
amount (surcharge), and negative if the surcharge is deducted from the overall
transaction amount (discount).
"""
Expand Down