Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/records.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ export interface TraitsRecord {
* responsive to traffic on your network. If you need real-time IP risk
* scoring based on behavioral signals on your own network, please use
* minFraud.
*
* We do not provide an IP risk snapshot for low-risk networks. If this field
* is not populated, we either do not have signals for the network or the
* signals we have show that the network is low-risk. If you would like to get
* signals for low-risk networks, please use the minFraud web services.
*/
readonly ipRiskSnapshot?: number;
/**
Expand Down