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.91.0"
".": "0.92.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
<!-- x-release-please-start-version -->

```
composer require "increase/increase 0.91.0"
composer require "increase/increase 0.92.0"
```

<!-- x-release-please-end -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 4 additions & 0 deletions src/Events/Event/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 4 additions & 0 deletions src/Events/EventListParams/Category/In.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 4 additions & 0 deletions src/Events/UnwrapWebhookEvent/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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