update api-report

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2024-12-03 16:02:33 -06:00
parent a3f0bd7a6a
commit f022f37d10
@@ -29,6 +29,7 @@ import type { Response as Response_2 } from 'express';
// @public (undocumented)
export type AuditorCreateEvent<TRootMeta extends JsonObject> = (options: {
eventId: string;
subEventId?: string;
severityLevel?: AuditorEventSeverityLevel;
request?: Request_2<any, any, any, any, any>;
meta?: TRootMeta;