Pular para o conteúdo principal

ServiceManagementSummaryResponse

@raizfc/contracts


@raizfc/contracts / ServiceManagementSummaryResponse

Type Alias: ServiceManagementSummaryResponse

ServiceManagementSummaryResponse = Readonly<{ eventLinks: readonly EventServiceLinkManagementDto[]; membership: ManagementMembershipDto; modules: readonly ServiceManagementModuleDto[]; providerLinks: readonly ProviderLinkManagementDto[]; service: ServiceManagementDto; showcase: readonly ServiceShowcaseItemManagementDto[]; }>

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.