mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Add agent invite message flow and txt onboarding link UX
This commit is contained in:
parent
d8fb93edcf
commit
089a2d08bf
5 changed files with 148 additions and 14 deletions
|
|
@ -11,6 +11,7 @@ export const createCompanyInviteSchema = z.object({
|
|||
allowedJoinTypes: z.enum(INVITE_JOIN_TYPES).default("both"),
|
||||
expiresInHours: z.number().int().min(1).max(24 * 30).optional().default(72),
|
||||
defaultsPayload: z.record(z.string(), z.unknown()).optional().nullable(),
|
||||
agentMessage: z.string().max(4000).optional().nullable(),
|
||||
});
|
||||
|
||||
export type CreateCompanyInvite = z.infer<typeof createCompanyInviteSchema>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue