feat: Support invites in CLI for V2 (#6798)

**What**

- Add invite support to cli for 2.0
- Allow email to be passed upon accepting an invite
This commit is contained in:
Oli Juhl
2024-03-26 20:02:56 +00:00
committed by GitHub
parent 16860cc883
commit 0b23e7efb8
8 changed files with 98 additions and 85 deletions
@@ -2,6 +2,7 @@ export interface AcceptInviteWorkflowInputDTO {
invite_token: string
auth_user_id: string
user: {
email?: string
first_name?: string | null
last_name?: string | null
avatar_url?: string | null