-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate foundry-js to the new Alerts API
- Loading branch information
1 parent
47b9090
commit 58bbb62
Showing
3 changed files
with
486 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@crowdstrike/foundry-js': minor | ||
--- | ||
|
||
Added upgraded alerts api methods | ||
- deprecated `getQueriesAlertsV1` and added `getQueriesAlertsV2`to be used in its place. | ||
- deprecated `patchCombinedAlertsV2` and added `patchCombinedAlertsV3`to be used in its place. | ||
- deprecated `patchEntitiesAlertsV2` and added `patchEntitiesAlertsV3`to be used in its place. | ||
- deprecated `postAggregatesAlertsV1` and added `postAggregatesAlertsV2`to be used in its place. | ||
- deprecated `postEntitiesAlertsV1` and added `postEntitiesAlertsV2`to be used in its place. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.