DeactivateServiceRequest
@raizfc/contracts / DeactivateServiceRequest
Type Alias: DeactivateServiceRequest
DeactivateServiceRequest =
Readonly<{version:number; }>
Defined in: field-service/service.dto.ts:65
active → inactive only (SPEC-DOMAIN-SERVICE-001 "Transições permitidas") — the only
self-service status transition the domain table authorizes to the owner. mark_abandoned/
approve_claim/merge require an "Operação" (platform staff) actor this codebase's auth model
does not implement anywhere yet (same registered gap as field.manageStatus's equivalent,
EP-MVP-13.1 handoff) — building them here would invent authority, not implement it.