From 05c6b3a7a9a88e4841e365075b2883db38d24135 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:53:32 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/event.py | 4 ++++ src/increase/types/event_list_params.py | 2 ++ src/increase/types/event_subscription.py | 4 ++++ src/increase/types/event_subscription_create_params.py | 4 ++++ src/increase/types/unwrap_webhook_event.py | 4 ++++ 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index d76d554a..6f4195b5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1537e933795625528b93b601e286a513458f9aad05160ee018383e6b29986956.yml -openapi_spec_hash: f34d800917618bf012b466c1f88e8eca +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-63d432438e53e7ef1697b512a4f93fbc62faaceba725ccd8d56036206517deec.yml +openapi_spec_hash: 7de476081771994688a1c04508a3ebea config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/increase/types/event.py b/src/increase/types/event.py index 4e1ae34b..28f8be28 100644 --- a/src/increase/types/event.py +++ b/src/increase/types/event.py @@ -96,6 +96,8 @@ class Event(BaseModel): "intrafi_exclusion.updated", "legacy_card_dispute.created", "legacy_card_dispute.updated", + "lockbox_address.created", + "lockbox_address.updated", "lockbox.created", "lockbox.updated", "oauth_connection.created", @@ -247,6 +249,8 @@ class Event(BaseModel): created. - `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is updated. + - `lockbox_address.created` - Occurs whenever a Lockbox Address is created. + - `lockbox_address.updated` - Occurs whenever a Lockbox Address 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. diff --git a/src/increase/types/event_list_params.py b/src/increase/types/event_list_params.py index bc0e7ba3..b28d64c5 100644 --- a/src/increase/types/event_list_params.py +++ b/src/increase/types/event_list_params.py @@ -106,6 +106,8 @@ class EventListParams(TypedDict, total=False): "intrafi_exclusion.updated", "legacy_card_dispute.created", "legacy_card_dispute.updated", + "lockbox_address.created", + "lockbox_address.updated", "lockbox.created", "lockbox.updated", "oauth_connection.created", diff --git a/src/increase/types/event_subscription.py b/src/increase/types/event_subscription.py index 3663f5c4..1456532d 100644 --- a/src/increase/types/event_subscription.py +++ b/src/increase/types/event_subscription.py @@ -86,6 +86,8 @@ class SelectedEventCategory(BaseModel): "intrafi_exclusion.updated", "legacy_card_dispute.created", "legacy_card_dispute.updated", + "lockbox_address.created", + "lockbox_address.updated", "lockbox.created", "lockbox.updated", "oauth_connection.created", @@ -235,6 +237,8 @@ class SelectedEventCategory(BaseModel): created. - `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is updated. + - `lockbox_address.created` - Occurs whenever a Lockbox Address is created. + - `lockbox_address.updated` - Occurs whenever a Lockbox Address 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. diff --git a/src/increase/types/event_subscription_create_params.py b/src/increase/types/event_subscription_create_params.py index c683d54e..5c721a9b 100644 --- a/src/increase/types/event_subscription_create_params.py +++ b/src/increase/types/event_subscription_create_params.py @@ -115,6 +115,8 @@ class SelectedEventCategory(TypedDict, total=False): "intrafi_exclusion.updated", "legacy_card_dispute.created", "legacy_card_dispute.updated", + "lockbox_address.created", + "lockbox_address.updated", "lockbox.created", "lockbox.updated", "oauth_connection.created", @@ -264,6 +266,8 @@ class SelectedEventCategory(TypedDict, total=False): created. - `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is updated. + - `lockbox_address.created` - Occurs whenever a Lockbox Address is created. + - `lockbox_address.updated` - Occurs whenever a Lockbox Address 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. diff --git a/src/increase/types/unwrap_webhook_event.py b/src/increase/types/unwrap_webhook_event.py index 536c8303..432b005c 100644 --- a/src/increase/types/unwrap_webhook_event.py +++ b/src/increase/types/unwrap_webhook_event.py @@ -96,6 +96,8 @@ class UnwrapWebhookEvent(BaseModel): "intrafi_exclusion.updated", "legacy_card_dispute.created", "legacy_card_dispute.updated", + "lockbox_address.created", + "lockbox_address.updated", "lockbox.created", "lockbox.updated", "oauth_connection.created", @@ -247,6 +249,8 @@ class UnwrapWebhookEvent(BaseModel): created. - `legacy_card_dispute.updated` - Occurs whenever a Legacy Card Dispute is updated. + - `lockbox_address.created` - Occurs whenever a Lockbox Address is created. + - `lockbox_address.updated` - Occurs whenever a Lockbox Address 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. From 9aca1fc8d6fc9f7da36a90b0afcb2c60821491c4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:53:53 +0000 Subject: [PATCH 2/2] release: 0.464.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 ce10d673..120888c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.463.0" + ".": "0.464.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b3e2f7..4623c046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.464.0 (2026-03-30) + +Full Changelog: [v0.463.0...v0.464.0](https://github.com/Increase/increase-python/compare/v0.463.0...v0.464.0) + +### Features + +* **api:** api update ([05c6b3a](https://github.com/Increase/increase-python/commit/05c6b3a7a9a88e4841e365075b2883db38d24135)) + ## 0.463.0 (2026-03-30) Full Changelog: [v0.462.0...v0.463.0](https://github.com/Increase/increase-python/compare/v0.462.0...v0.463.0) diff --git a/pyproject.toml b/pyproject.toml index e77b9a34..7e6aafb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.463.0" +version = "0.464.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 60623d87..2369cc91 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.463.0" # x-release-please-version +__version__ = "0.464.0" # x-release-please-version