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/.stats.yml b/.stats.yml index 0b87763cf..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-57a965663739666faa0c7699e48af1185389436a2c4fd774e28d86cb7b1c69ba.yml -openapi_spec_hash: cd4681291bf755562f76ae6a1ead73a3 +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/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 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