-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.0](v3.1.0...v4.0.0) (2024-02-29) ### ⚠ BREAKING CHANGES * change models for the most smart signals * make identification field `confidence` optional * deprecated `ipLocation` field uses `DeprecatedIpLocation` model ### Features * add `linkedId` field to the `BotdResult` type ([044109e](044109e)) * add `SuspectScore` smart signal support ([c66373e](c66373e)) * add missed errors structures ([efb8fd6](efb8fd6)) * fix `ipLocation` deprecation ([f61a78d](f61a78d)) * make identification field `tag` required ([069d9c5](069d9c5)) * update `originCountry` field to the `vpn` signal ([1a7451b](1a7451b)) * use shared structures for webhooks and event ([69bfd84](69bfd84)) ### Bug Fixes * make fields required according to real API response ([a94fd56](a94fd56))
- Loading branch information
1 parent
53f8546
commit a92cbba
Showing
7 changed files
with
47 additions
and
22 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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
VERSION='3.1.0' | ||
VERSION='4.0.0' | ||
|
||
while getopts "v:" arg; do | ||
case $arg in | ||
|
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
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