Enforce 10-minute TTL for generated company invites
This commit is contained in:
@@ -69,7 +69,6 @@ export const accessApi = {
|
||||
companyId: string,
|
||||
input: {
|
||||
allowedJoinTypes?: "human" | "agent" | "both";
|
||||
expiresInHours?: number;
|
||||
defaultsPayload?: Record<string, unknown> | null;
|
||||
agentMessage?: string | null;
|
||||
} = {},
|
||||
|
||||
Reference in New Issue
Block a user