From 2cb77e69eb7c56afb8dab0d3044bd113d7189d26 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:53:42 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 0b87763cf..f51f792c9 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-57a965663739666faa0c7699e48af1185389436a2c4fd774e28d86cb7b1c69ba.yml -openapi_spec_hash: cd4681291bf755562f76ae6a1ead73a3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-878472ce6c3df1541bd6f2924ca987acc43fec7409cb06e6fe129638f9b6fb72.yml +openapi_spec_hash: 69facc862aa08df8ca458569028663e7 config_hash: a143293c5450ae8f52acad08f3102575 From d220598813844f89919f2958f4eddb76af0009e7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:10:52 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/transaction.py | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.stats.yml b/.stats.yml index f51f792c9..d2b407e60 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-878472ce6c3df1541bd6f2924ca987acc43fec7409cb06e6fe129638f9b6fb72.yml -openapi_spec_hash: 69facc862aa08df8ca458569028663e7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1084eee4a06751b960309c5854bc2af4d20e8022359fda84882ea67495bdce1b.yml +openapi_spec_hash: 90bed8cf565ade10b60b33d5ca70e6d0 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index 6b98b06c5..c19e0526f 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -2956,7 +2956,7 @@ class Source(BaseModel): """ card_dispute_acceptance: Optional[SourceCardDisputeAcceptance] = None - """A Card Dispute Acceptance object. + """A Legacy Card Dispute Acceptance object. This field will be present in the JSON response if and only if `category` is equal to `card_dispute_acceptance`. Contains the details of a successful Card @@ -2971,7 +2971,7 @@ class Source(BaseModel): """ card_dispute_loss: Optional[SourceCardDisputeLoss] = None - """A Card Dispute Loss object. + """A Legacy Card Dispute Loss object. This field will be present in the JSON response if and only if `category` is equal to `card_dispute_loss`. Contains the details of a lost Card Dispute. @@ -3082,11 +3082,11 @@ class Source(BaseModel): `ach_transfer_return` object. - `cashback_payment` - Cashback Payment: details will be under the `cashback_payment` object. - - `card_dispute_acceptance` - Card Dispute Acceptance: details will be under the - `card_dispute_acceptance` object. + - `card_dispute_acceptance` - Legacy Card Dispute Acceptance: details will be + under the `card_dispute_acceptance` object. - `card_dispute_financial` - Card Dispute Financial: details will be under the `card_dispute_financial` object. - - `card_dispute_loss` - Card Dispute Loss: details will be under the + - `card_dispute_loss` - Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. - `card_refund` - Card Refund: details will be under the `card_refund` object. - `card_settlement` - Card Settlement: details will be under the From 099201ce92691aa94b95a2a3e266a5f608fab50f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:11:15 +0000 Subject: [PATCH 3/3] release: 0.348.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb4cd84d3..1a931c1e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.347.0" + ".": "0.348.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d67da3fe8..fbabc0699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.348.0 (2025-10-01) + +Full Changelog: [v0.347.0...v0.348.0](https://github.com/Increase/increase-python/compare/v0.347.0...v0.348.0) + +### Features + +* **api:** api update ([d220598](https://github.com/Increase/increase-python/commit/d220598813844f89919f2958f4eddb76af0009e7)) + ## 0.347.0 (2025-09-29) Full Changelog: [v0.346.0...v0.347.0](https://github.com/Increase/increase-python/compare/v0.346.0...v0.347.0) diff --git a/pyproject.toml b/pyproject.toml index b14deda38..e99cef4ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.347.0" +version = "0.348.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 3e1078812..1d9fc60b2 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.347.0" # x-release-please-version +__version__ = "0.348.0" # x-release-please-version