Skip to content

Commit 0cfe520

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent e8ce957 commit 0cfe520

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/tracking-plan.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,14 @@ This event is fired when the auto-update feature is disabled.
860860

861861
This event is fired when a user runs a bulk delete operation.
862862

863+
**Properties**:
864+
865+
- **has_filter** (required): `boolean`
866+
- Specifies if a filter was set in the query
867+
- **is_compass_web** (optional): `true | undefined`
868+
- **connection_id** (optional): `string | undefined`
869+
- The id of the connection associated to this event.
870+
863871
<a name="event--BulkDeleteOpenedEvent"></a>
864872

865873
### Bulk Delete Opened
@@ -876,6 +884,8 @@ This event is fired when a user runs a bulk update operation.
876884

877885
- **isUpdatePreviewSupported** (required): `boolean`
878886
- Specifies if update preview was supported (the update preview runs inside a transaction.)
887+
- **has_filter** (required): `boolean`
888+
- Specifies if a filter was set in the query
879889
- **is_compass_web** (optional): `true | undefined`
880890
- **connection_id** (optional): `string | undefined`
881891
- The id of the connection associated to this event.

0 commit comments

Comments
 (0)