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.347.0"
".": "0.348.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-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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.347.0"
version = "0.348.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.347.0" # x-release-please-version
__version__ = "0.348.0" # x-release-please-version
10 changes: 5 additions & 5 deletions src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down