From 5d6e9a42ffd6b97a526ea9d8aa855d30d3ff3004 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:45:24 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/event.py | 6 ------ src/increase/types/event_list_params.py | 2 -- src/increase/types/event_subscription.py | 6 ------ src/increase/types/event_subscription_create_params.py | 6 ------ src/increase/types/unwrap_webhook_event.py | 6 ------ 6 files changed, 2 insertions(+), 28 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1ed7125c..d55f76dc 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/increase/types/event.py b/src/increase/types/event.py index f7a8de3e..ab3e763c 100644 --- a/src/increase/types/event.py +++ b/src/increase/types/event.py @@ -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", @@ -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. diff --git a/src/increase/types/event_list_params.py b/src/increase/types/event_list_params.py index 4a6a471f..95afa974 100644 --- a/src/increase/types/event_list_params.py +++ b/src/increase/types/event_list_params.py @@ -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", diff --git a/src/increase/types/event_subscription.py b/src/increase/types/event_subscription.py index fbd06eaa..c119c5df 100644 --- a/src/increase/types/event_subscription.py +++ b/src/increase/types/event_subscription.py @@ -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", @@ -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. diff --git a/src/increase/types/event_subscription_create_params.py b/src/increase/types/event_subscription_create_params.py index 62744d07..b5fc4147 100644 --- a/src/increase/types/event_subscription_create_params.py +++ b/src/increase/types/event_subscription_create_params.py @@ -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", @@ -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. diff --git a/src/increase/types/unwrap_webhook_event.py b/src/increase/types/unwrap_webhook_event.py index 17b8b599..33a9b645 100644 --- a/src/increase/types/unwrap_webhook_event.py +++ b/src/increase/types/unwrap_webhook_event.py @@ -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", @@ -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. From 956973ae9b2eb4a3035b4751fb495c403171e86a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:46:55 +0000 Subject: [PATCH 2/2] release: 0.501.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 3ceb3aa4..25b00795 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.500.0" + ".": "0.501.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 608862df..f27d989b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 8270a5bc..772743df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index 58486df6..c5433beb 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.500.0" # x-release-please-version +__version__ = "0.501.0" # x-release-please-version