diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a61c73cba..b054780a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.335.0" + ".": "0.336.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 86d1fe70d..d265c5e45 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb70ded4..8ee4f0d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 1d33ab0a3..70e30010e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index cc52e8254..66fcbcaba 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.335.0" # x-release-please-version +__version__ = "0.336.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 95aabbd84..eb82c52b2 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -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). """ diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index d22097616..b73ff8d1f 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -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). """