diff --git a/src/oauth/types/BridgemanAccessibleAppClaims.ts b/src/oauth/types/BridgemanAccessibleAppClaims.ts index 27c3deb..d04ad5c 100644 --- a/src/oauth/types/BridgemanAccessibleAppClaims.ts +++ b/src/oauth/types/BridgemanAccessibleAppClaims.ts @@ -30,7 +30,7 @@ export interface BridgemanAccessibleAppClaims extends ClientCustomClaims { client_abbreviation: string; /** The webhooks registered for this app */ - webhooks: Webhook[]; + webhooks?: Webhook[]; /** Whether a paid subscription is mandatory to use the app */ subscription_required: boolean;