Forgot to make webhooks optional for registration
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s

This commit is contained in:
Alan Bridgeman 2026-01-24 10:09:54 -06:00
parent 9024547028
commit b4fe4d6f84

View file

@ -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;