Forgot to make webhooks optional for registration
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 31s
This commit is contained in:
parent
9024547028
commit
b4fe4d6f84
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue