Skip to content

Commit

Permalink
feat: add business.autoAcceptJoinRequests (#564)
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan authored Jan 10, 2025
1 parent 106beb1 commit fd9a60d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ export type Business = {
* If true, the invited user will be automatically assigned to a subscription.
*/
automaticSeatAssignment: boolean;
/**
* If true, the join requests will be automatically accepted.
*/
autoAcceptJoinRequests: boolean;
/**
* A list of verified domains.
*/
Expand Down

0 comments on commit fd9a60d

Please sign in to comment.