add alert services to index

This commit is contained in:
Simon Larsen 2024-10-02 21:18:21 +01:00
parent cb8cf089c0
commit 333b06bc8a
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -137,6 +137,17 @@ import ScheduledMaintenanceTemplateService from "./ScheduledMaintenanceTemplateS
import ScheduledMaintenanceTemplateOwnerTeamService from "./ScheduledMaintenanceTemplateOwnerTeamService";
import ScheduledMaintenanceTemplateOwnerUserService from "./ScheduledMaintenanceTemplateOwnerUserService";
// Alert Services
import AlertStateService from "./AlertStateService";
import AlertService from "./AlertService";
import AlertCustomFieldService from "./AlertCustomFieldService";
import AlertStateTimelineService from "./AlertStateTimelineService";
import AlertInternalNoteService from "./AlertInternalNoteService";
import AlertOwnerTeamService from "./AlertOwnerTeamService";
import AlertOwnerUserService from "./AlertOwnerUserService";
import AlertSeverityService from "./AlertSeverityService";
import AlertNoteTemplateService from "./AlertNoteTemplateService";
const services: Array<BaseService> = [
AcmeCertificateService,
PromoCodeService,
@ -285,6 +296,16 @@ const services: Array<BaseService> = [
ScheduledMaintenanceTemplateService,
ScheduledMaintenanceTemplateOwnerTeamService,
ScheduledMaintenanceTemplateOwnerUserService,
AlertStateService,
AlertService,
AlertCustomFieldService,
AlertStateTimelineService,
AlertInternalNoteService,
AlertOwnerTeamService,
AlertOwnerUserService,
AlertSeverityService,
AlertNoteTemplateService,
];
export const AnalyticsServices: Array<