diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/messages.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/messages.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/api/messages.ts b/server/sonar-web/src/main/js/api/messages.ts index a5081180e20..983ae9a2715 100644 --- a/server/sonar-web/src/main/js/api/messages.ts +++ b/server/sonar-web/src/main/js/api/messages.ts @@ -27,6 +27,7 @@ export enum MessageTypes { ProjectNcd90 = 'PROJECT_NCD_90', ProjectNcdPage90 = 'PROJECT_NCD_PAGE_90', BranchNcd90 = 'BRANCH_NCD_90', + UnresolvedFindingsInAIGeneratedCode = 'UNRESOLVED_FINDINGS_IN_AI_GENERATED_CODE', } export interface MessageDismissParams { |