Pular para o conteúdo principal

MATCH_TRANSITIONS

@raizfc/contracts


@raizfc/contracts / MATCH_TRANSITIONS

Variable: MATCH_TRANSITIONS

const MATCH_TRANSITIONS: readonly MatchTransitionRule[]

Defined in: match/match-status.ts:37

SPEC-DOMAIN-MATCH-001 "Transições permitidas" table, verbatim. resolve can land on either validated or cancelled depending on the dispute's outcome (IS-MVP-06.4, not this pack), so it appears as two rules sharing the same from/action pair; cancel is "any non-final" in the spec table, so it is not enumerated per-origin here — canApplyMatchTransition/ applyMatchTransition special-case it against isMatchStatusFinal instead.