From e2b49d8fe3b96b65899b99572e014f370afec870 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:41 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- .../EventSubscription/SelectedEventCategory/EventCategory.php | 4 ++++ .../SelectedEventCategory/EventCategory.php | 4 ++++ src/Events/Event/Category.php | 4 ++++ src/Events/EventListParams/Category/In.php | 4 ++++ src/Events/UnwrapWebhookEvent/Category.php | 4 ++++ 6 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index d76d554..6f4195b 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/EventSubscriptions/EventSubscription/SelectedEventCategory/EventCategory.php b/src/EventSubscriptions/EventSubscription/SelectedEventCategory/EventCategory.php index 330a57e..bc4ad56 100644 --- a/src/EventSubscriptions/EventSubscription/SelectedEventCategory/EventCategory.php +++ b/src/EventSubscriptions/EventSubscription/SelectedEventCategory/EventCategory.php @@ -153,6 +153,10 @@ enum EventCategory: string case LEGACY_CARD_DISPUTE_UPDATED = 'legacy_card_dispute.updated'; + case LOCKBOX_ADDRESS_CREATED = 'lockbox_address.created'; + + case LOCKBOX_ADDRESS_UPDATED = 'lockbox_address.updated'; + case LOCKBOX_CREATED = 'lockbox.created'; case LOCKBOX_UPDATED = 'lockbox.updated'; diff --git a/src/EventSubscriptions/EventSubscriptionCreateParams/SelectedEventCategory/EventCategory.php b/src/EventSubscriptions/EventSubscriptionCreateParams/SelectedEventCategory/EventCategory.php index 1ba2fb0..52f87b7 100644 --- a/src/EventSubscriptions/EventSubscriptionCreateParams/SelectedEventCategory/EventCategory.php +++ b/src/EventSubscriptions/EventSubscriptionCreateParams/SelectedEventCategory/EventCategory.php @@ -153,6 +153,10 @@ enum EventCategory: string case LEGACY_CARD_DISPUTE_UPDATED = 'legacy_card_dispute.updated'; + case LOCKBOX_ADDRESS_CREATED = 'lockbox_address.created'; + + case LOCKBOX_ADDRESS_UPDATED = 'lockbox_address.updated'; + case LOCKBOX_CREATED = 'lockbox.created'; case LOCKBOX_UPDATED = 'lockbox.updated'; diff --git a/src/Events/Event/Category.php b/src/Events/Event/Category.php index 957026a..5ec6ef3 100644 --- a/src/Events/Event/Category.php +++ b/src/Events/Event/Category.php @@ -153,6 +153,10 @@ enum Category: string case LEGACY_CARD_DISPUTE_UPDATED = 'legacy_card_dispute.updated'; + case LOCKBOX_ADDRESS_CREATED = 'lockbox_address.created'; + + case LOCKBOX_ADDRESS_UPDATED = 'lockbox_address.updated'; + case LOCKBOX_CREATED = 'lockbox.created'; case LOCKBOX_UPDATED = 'lockbox.updated'; diff --git a/src/Events/EventListParams/Category/In.php b/src/Events/EventListParams/Category/In.php index 76efce3..c3f5cc8 100644 --- a/src/Events/EventListParams/Category/In.php +++ b/src/Events/EventListParams/Category/In.php @@ -150,6 +150,10 @@ enum In: string case LEGACY_CARD_DISPUTE_UPDATED = 'legacy_card_dispute.updated'; + case LOCKBOX_ADDRESS_CREATED = 'lockbox_address.created'; + + case LOCKBOX_ADDRESS_UPDATED = 'lockbox_address.updated'; + case LOCKBOX_CREATED = 'lockbox.created'; case LOCKBOX_UPDATED = 'lockbox.updated'; diff --git a/src/Events/UnwrapWebhookEvent/Category.php b/src/Events/UnwrapWebhookEvent/Category.php index 1638a4e..3a4b908 100644 --- a/src/Events/UnwrapWebhookEvent/Category.php +++ b/src/Events/UnwrapWebhookEvent/Category.php @@ -153,6 +153,10 @@ enum Category: string case LEGACY_CARD_DISPUTE_UPDATED = 'legacy_card_dispute.updated'; + case LOCKBOX_ADDRESS_CREATED = 'lockbox_address.created'; + + case LOCKBOX_ADDRESS_UPDATED = 'lockbox_address.updated'; + case LOCKBOX_CREATED = 'lockbox.created'; case LOCKBOX_UPDATED = 'lockbox.updated'; From 2c9f977368774ab0e4dcfa46050c2006c6e68a98 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:58 +0000 Subject: [PATCH 2/2] release: 0.92.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 29c535c..0114ce3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.91.0" + ".": "0.92.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a04a80e..c8f961e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.92.0 (2026-03-30) + +Full Changelog: [v0.91.0...v0.92.0](https://github.com/Increase/increase-php/compare/v0.91.0...v0.92.0) + +### Features + +* **api:** api update ([e2b49d8](https://github.com/Increase/increase-php/commit/e2b49d8fe3b96b65899b99572e014f370afec870)) + ## 0.91.0 (2026-03-30) Full Changelog: [v0.90.0...v0.91.0](https://github.com/Increase/increase-php/compare/v0.90.0...v0.91.0) diff --git a/README.md b/README.md index 9471606..8c0acbd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.91.0" +composer require "increase/increase 0.92.0" ``` diff --git a/src/Version.php b/src/Version.php index 24fd3a5..b74401d 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.91.0'; +const VERSION = '0.92.0'; // x-release-please-end