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.500.0"
".": "0.501.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: 237
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-221230f0f67bf00e91103e7694232ddb876751035ddb381c30c10dbb5197b06f.yml
openapi_spec_hash: c8dcac8573c2931a496ae40613d377c4
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2f50481c658c231d13f4b8851f0e4fb30cd2b72d39aff0cb826a24306bcd27cd.yml
openapi_spec_hash: aa94ab16c59d918fd1b634a365b1dd50
config_hash: 9dd89544e7c0403ccb0e0827de6a9cbf
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.501.0 (2026-04-28)

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

### Features

* **api:** api update ([5d6e9a4](https://github.com/Increase/increase-python/commit/5d6e9a42ffd6b97a526ea9d8aa855d30d3ff3004))

## 0.500.0 (2026-04-28)

Full Changelog: [v0.499.0...v0.500.0](https://github.com/Increase/increase-python/compare/v0.499.0...v0.500.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.500.0"
version = "0.501.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.500.0" # x-release-please-version
__version__ = "0.501.0" # x-release-please-version
6 changes: 0 additions & 6 deletions src/increase/types/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class Event(BaseModel):
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"legacy_card_dispute.created",
"legacy_card_dispute.updated",
"lockbox.created",
"lockbox.updated",
"oauth_connection.created",
Expand Down Expand Up @@ -246,10 +244,6 @@ class Event(BaseModel):
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `legacy_card_dispute.created` - Occurs whenever a Legacy Card Dispute is
created.
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
updated.
- `lockbox.created` - Occurs whenever a Lockbox is created.
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
Expand Down
2 changes: 0 additions & 2 deletions src/increase/types/event_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ class EventListParams(TypedDict, total=False):
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"legacy_card_dispute.created",
"legacy_card_dispute.updated",
"lockbox.created",
"lockbox.updated",
"oauth_connection.created",
Expand Down
6 changes: 0 additions & 6 deletions src/increase/types/event_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ class SelectedEventCategory(BaseModel):
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"legacy_card_dispute.created",
"legacy_card_dispute.updated",
"lockbox.created",
"lockbox.updated",
"oauth_connection.created",
Expand Down Expand Up @@ -234,10 +232,6 @@ class SelectedEventCategory(BaseModel):
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `legacy_card_dispute.created` - Occurs whenever a Legacy Card Dispute is
created.
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
updated.
- `lockbox.created` - Occurs whenever a Lockbox is created.
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
Expand Down
6 changes: 0 additions & 6 deletions src/increase/types/event_subscription_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ class SelectedEventCategory(TypedDict, total=False):
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"legacy_card_dispute.created",
"legacy_card_dispute.updated",
"lockbox.created",
"lockbox.updated",
"oauth_connection.created",
Expand Down Expand Up @@ -263,10 +261,6 @@ class SelectedEventCategory(TypedDict, total=False):
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `legacy_card_dispute.created` - Occurs whenever a Legacy Card Dispute is
created.
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
updated.
- `lockbox.created` - Occurs whenever a Lockbox is created.
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
Expand Down
6 changes: 0 additions & 6 deletions src/increase/types/unwrap_webhook_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class UnwrapWebhookEvent(BaseModel):
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"legacy_card_dispute.created",
"legacy_card_dispute.updated",
"lockbox.created",
"lockbox.updated",
"oauth_connection.created",
Expand Down Expand Up @@ -246,10 +244,6 @@ class UnwrapWebhookEvent(BaseModel):
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `legacy_card_dispute.created` - Occurs whenever a Legacy Card Dispute is
created.
- `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is
updated.
- `lockbox.created` - Occurs whenever a Lockbox is created.
- `lockbox.updated` - Occurs whenever a Lockbox is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
Expand Down