From fd9a60d909c0122091417131552159cba880386b Mon Sep 17 00:00:00 2001 From: Henry Chen <1474479+chenhunghan@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:19:10 +0200 Subject: [PATCH] feat: add business.autoAcceptJoinRequests (#564) Signed-off-by: Hung-Han (Henry) Chen --- src/BusinessService.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BusinessService.ts b/src/BusinessService.ts index 3fbdf19c..a620d97e 100644 --- a/src/BusinessService.ts +++ b/src/BusinessService.ts @@ -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. */