Pular para o conteúdo principal

CreateGuestPlayerRequest

@raizfc/contracts


@raizfc/contracts / CreateGuestPlayerRequest

Type Alias: CreateGuestPlayerRequest

CreateGuestPlayerRequest = Readonly<{ categoryIds: readonly ID[]; displayName: string; privateContact?: string; privateDocument?: string; }>

Defined in: team/team-squad.dto.ts:39

privateContact/privateDocument satisfy "Create guest private data" (IS-MVP-04.4) and SPEC-UX-TEAM-MGMT-001's Guest Form ("dados privados mínimos com aviso de confirmação futura") but are intentionally never echoed back by any response in this pack — they exist for IS-MVP-05.3 (guest confirmation) to consume later, not for a read screen here.