From 71dbae1ea717d236edb849199e2de96ad3bfa25c Mon Sep 17 00:00:00 2001 From: William Storey Date: Tue, 16 Dec 2025 12:30:05 -0800 Subject: [PATCH] Clarify when ipRiskSnapshot is not populated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add documentation explaining that the IP risk snapshot is not provided for low-risk networks, and that an undefined value indicates either no signals or low-risk signals for the network. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/records.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/records.ts b/src/records.ts index bea79403..e367bba2 100644 --- a/src/records.ts +++ b/src/records.ts @@ -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; /**