diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts index eecd8256c7f..32f1813f008 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts @@ -71,6 +71,17 @@ export type OrganizationReportApplication = { reviewedDate: Date | null; }; +/** + * Detailed information for a new (unreviewed) application. + * Used by the new applications dialog to display metrics per application. + */ +export type NewApplicationDetail = { + applicationName: string; + atRiskPasswordCount: number; + passwordCount: number; + atRiskMemberCount: number; +}; + /** * Report details for an application * uri. Has the at risk, password, and member information