PlayerCandidateSearchResponse
@raizfc/contracts / PlayerCandidateSearchResponse
Type Alias: PlayerCandidateSearchResponse
PlayerCandidateSearchResponse =
Readonly<{players: readonlyPublicPlayerSummaryDto[]; }>
Defined in: team/team-squad.dto.ts:60
Lightweight player lookup for the Squad Manager's "Player Invite" search
(SPEC-UX-TEAM-MGMT-001: "Busca jogador público, mostra contexto suficiente ... sem expor
contatos"). Deliberately scoped to team-management rather than reusing universal/specialized
search (SPEC-DOMAIN-SEARCH-001) — that index's mock fixtures are not referentially
consistent with publicPlayerSeeds (the set player-invites actually validates against), and
unifying them is out of this pack's scope.