Pular para o conteúdo principal

SubmitSupportRequest

@raizfc/contracts


@raizfc/contracts / SubmitSupportRequest

Type Alias: SubmitSupportRequest

SubmitSupportRequest = Readonly<{ claimRelationship?: ClaimRelationship; description: string; duplicateOfTarget?: ReportTargetDto; evidenceAssetIds?: readonly ID[]; target?: ReportTargetDto; type: SupportRequestType; }>

Defined in: report-support/support-request.dto.ts:72

SPEC-API-AUXILIARY-001 names this request DTO CreateSupportRequest in its endpoint table — that literal name is already taken by finance/finance.dto.ts's CreateSupportRequest (POST /support, SPEC-API-FINANCE-001, the unrelated donation-checkout "apoiar" flow, EP-MVP-09.1). Renamed to SubmitSupportRequest to resolve the collision, same "spec name collides with an existing export, keep the intent, rename" precedent already registered for RankingTopScorersResponse (EP-MVP-12.2 handoff). Divergence registered in this pack's handoff.