diff --git a/packages/backend-plugin-api/report.api.md b/packages/backend-plugin-api/report.api.md index 84a8de8243..bf91d2fe6f 100644 --- a/packages/backend-plugin-api/report.api.md +++ b/packages/backend-plugin-api/report.api.md @@ -29,6 +29,7 @@ import type { Response as Response_2 } from 'express'; // @public (undocumented) export type AuditorCreateEvent = (options: { eventId: string; + subEventId?: string; severityLevel?: AuditorEventSeverityLevel; request?: Request_2; meta?: TRootMeta;