Skip to content

Commit 17ae0a9

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 44f1ba1 commit 17ae0a9

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Thu May 29 2025.
2+
This document was automatically generated on Fri May 30 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Thu, May 29, 2025
9+
Generated on Fri, May 30, 2025
1010

1111
## Table of Contents
1212

@@ -110,6 +110,11 @@ Generated on Thu, May 29, 2025
110110

111111
### Gen AI
112112

113+
- [AI Opt In Modal Shown](#event--AiOptInModalShownEvent)
114+
- [AI Opt In Modal Dismissed](#event--AiOptInModalDismissedEvent)
115+
- [AI Sign In Modal Shown](#event--AiSignInModalShownEvent)
116+
- [AI Sign In Modal Dismissed](#event--AiSignInModalDismissedEvent)
117+
- [AI Generate Query Clicked](#event--AiGenerateQueryClickedEvent)
113118
- [AI Prompt Submitted](#event--AiPromptSubmittedEvent)
114119
- [AI Query Feedback](#event--AiQueryFeedbackEvent)
115120
- [AI Response Failed](#event--AiResponseFailedEvent)
@@ -1293,6 +1298,42 @@ the query results.
12931298

12941299
## Gen AI
12951300

1301+
<a name="event--AiOptInModalShownEvent"></a>
1302+
1303+
### AI Opt In Modal Shown
1304+
1305+
This event is fired when the AI Opt-In Modal is shown to the user.
1306+
1307+
<a name="event--AiOptInModalDismissedEvent"></a>
1308+
1309+
### AI Opt In Modal Dismissed
1310+
1311+
This event is fired when the AI Opt-In Modal is dismissed by the user.
1312+
1313+
<a name="event--AiSignInModalShownEvent"></a>
1314+
1315+
### AI Sign In Modal Shown
1316+
1317+
This event is fired when the AI Sign-In Modal is shown to the user.
1318+
1319+
<a name="event--AiSignInModalDismissedEvent"></a>
1320+
1321+
### AI Sign In Modal Dismissed
1322+
1323+
This event is fired when the AI Sign-In Modal is dismissed by the user.
1324+
1325+
<a name="event--AiGenerateQueryClickedEvent"></a>
1326+
1327+
### AI Generate Query Clicked
1328+
1329+
This event is fired when a user clicks the Generate Query / Aggregation entry point.
1330+
1331+
**Properties**:
1332+
1333+
- **type** (required): `"aggregation" | "query"`
1334+
- The type of query being generated.
1335+
- **is_compass_web** (optional): `true | undefined`
1336+
12961337
<a name="event--AiPromptSubmittedEvent"></a>
12971338

12981339
### AI Prompt Submitted

0 commit comments

Comments
 (0)