ServiceManagementSummaryResponse
@raizfc/contracts / ServiceManagementSummaryResponse
Type Alias: ServiceManagementSummaryResponse
ServiceManagementSummaryResponse =
Readonly<{eventLinks: readonlyEventServiceLinkManagementDto[];membership:ManagementMembershipDto;modules: readonlyServiceManagementModuleDto[];providerLinks: readonlyProviderLinkManagementDto[];service:ServiceManagementDto;showcase: readonlyServiceShowcaseItemManagementDto[]; }>
Defined in: field-service/service.dto.ts:158
GET /services/:id/management-summary — not literally listed in SPEC-API-AUXILIARY-001's
endpoint table (which only documents the provider/showcase mutations), but required by
SPEC-UX-FIELD-SERVICE-001's "Gestão separada para dados, mídia/providers/eventos, permissões e
status" dashboard requirement. Mirrors GET /fields/:id/management-summary, which the auxiliary
spec does list — divergence registered in this pack's handoff, same class of documented gap as
IS-MVP-07.2's edition-activation endpoint.