fix(APIApplication): make event_webhooks_status optional (#1603)

This commit is contained in:
Almeida
2026-03-31 00:28:58 +01:00
committed by GitHub
parent afe009d84e
commit c76a1bc372
4 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ export interface APIApplication {
/**
* If webhook events are enabled for the app
*/
event_webhooks_status: ApplicationWebhookEventStatus;
event_webhooks_status?: ApplicationWebhookEventStatus;
/**
* List of webhook event types the app subscribes to
*/

View File

@@ -154,7 +154,7 @@ export interface APIApplication {
/**
* If webhook events are enabled for the app
*/
event_webhooks_status: ApplicationWebhookEventStatus;
event_webhooks_status?: ApplicationWebhookEventStatus;
/**
* List of webhook event types the app subscribes to
*/

View File

@@ -154,7 +154,7 @@ export interface APIApplication {
/**
* If webhook events are enabled for the app
*/
event_webhooks_status: ApplicationWebhookEventStatus;
event_webhooks_status?: ApplicationWebhookEventStatus;
/**
* List of webhook event types the app subscribes to
*/

View File

@@ -154,7 +154,7 @@ export interface APIApplication {
/**
* If webhook events are enabled for the app
*/
event_webhooks_status: ApplicationWebhookEventStatus;
event_webhooks_status?: ApplicationWebhookEventStatus;
/**
* List of webhook event types the app subscribes to
*/