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.480.0"
".": "0.481.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1702c4a3b65baa3aa2cd31f032b23eb84c83c663aaffba72794320adcfd164d.yml
openapi_spec_hash: 57d3d06ec298932f6384d1f03c9ec0a8
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a507102e6e65ff03ce152e53c8ca9ed97959b797ac87b00eca5d78be3c553502.yml
openapi_spec_hash: 442ee94177455e035d8e84c85f5006f7
config_hash: d48e9f65bcf642f92610034d6c43f07a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.481.0 (2026-04-12)

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

### Features

* **api:** api update ([6b38481](https://github.com/Increase/increase-python/commit/6b38481819f9e9dcfd3fcf0c1c995510bbb966d2))

## 0.480.0 (2026-04-12)

Full Changelog: [v0.479.0...v0.480.0](https://github.com/Increase/increase-python/compare/v0.479.0...v0.480.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.480.0"
version = "0.481.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.480.0" # x-release-please-version
__version__ = "0.481.0" # x-release-please-version
3 changes: 3 additions & 0 deletions src/increase/types/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Event(BaseModel):
"card.updated",
"card_payment.created",
"card_payment.updated",
"card_purchase_supplement.created",
"card_profile.created",
"card_profile.updated",
"card_dispute.created",
Expand Down Expand Up @@ -174,6 +175,8 @@ class Event(BaseModel):
- `card.updated` - Occurs whenever a Card is updated.
- `card_payment.created` - Occurs whenever a Card Payment is created.
- `card_payment.updated` - Occurs whenever a Card Payment is updated.
- `card_purchase_supplement.created` - Occurs whenever a Card Purchase
Supplement is created.
- `card_profile.created` - Occurs whenever a Card Profile is created.
- `card_profile.updated` - Occurs whenever a Card Profile is updated.
- `card_dispute.created` - Occurs whenever a Card Dispute is created.
Expand Down
1 change: 1 addition & 0 deletions src/increase/types/event_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class EventListParams(TypedDict, total=False):
"card.updated",
"card_payment.created",
"card_payment.updated",
"card_purchase_supplement.created",
"card_profile.created",
"card_profile.updated",
"card_dispute.created",
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/event_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class SelectedEventCategory(BaseModel):
"card.updated",
"card_payment.created",
"card_payment.updated",
"card_purchase_supplement.created",
"card_profile.created",
"card_profile.updated",
"card_dispute.created",
Expand Down Expand Up @@ -162,6 +163,8 @@ class SelectedEventCategory(BaseModel):
- `card.updated` - Occurs whenever a Card is updated.
- `card_payment.created` - Occurs whenever a Card Payment is created.
- `card_payment.updated` - Occurs whenever a Card Payment is updated.
- `card_purchase_supplement.created` - Occurs whenever a Card Purchase
Supplement is created.
- `card_profile.created` - Occurs whenever a Card Profile is created.
- `card_profile.updated` - Occurs whenever a Card Profile is updated.
- `card_dispute.created` - Occurs whenever a Card Dispute is created.
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/event_subscription_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class SelectedEventCategory(TypedDict, total=False):
"card.updated",
"card_payment.created",
"card_payment.updated",
"card_purchase_supplement.created",
"card_profile.created",
"card_profile.updated",
"card_dispute.created",
Expand Down Expand Up @@ -191,6 +192,8 @@ class SelectedEventCategory(TypedDict, total=False):
- `card.updated` - Occurs whenever a Card is updated.
- `card_payment.created` - Occurs whenever a Card Payment is created.
- `card_payment.updated` - Occurs whenever a Card Payment is updated.
- `card_purchase_supplement.created` - Occurs whenever a Card Purchase
Supplement is created.
- `card_profile.created` - Occurs whenever a Card Profile is created.
- `card_profile.updated` - Occurs whenever a Card Profile is updated.
- `card_dispute.created` - Occurs whenever a Card Dispute is created.
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/unwrap_webhook_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class UnwrapWebhookEvent(BaseModel):
"card.updated",
"card_payment.created",
"card_payment.updated",
"card_purchase_supplement.created",
"card_profile.created",
"card_profile.updated",
"card_dispute.created",
Expand Down Expand Up @@ -174,6 +175,8 @@ class UnwrapWebhookEvent(BaseModel):
- `card.updated` - Occurs whenever a Card is updated.
- `card_payment.created` - Occurs whenever a Card Payment is created.
- `card_payment.updated` - Occurs whenever a Card Payment is updated.
- `card_purchase_supplement.created` - Occurs whenever a Card Purchase
Supplement is created.
- `card_profile.created` - Occurs whenever a Card Profile is created.
- `card_profile.updated` - Occurs whenever a Card Profile is updated.
- `card_dispute.created` - Occurs whenever a Card Dispute is created.
Expand Down