summaryrefslogtreecommitdiff
path: root/LookupSnapshot.swift
diff options
context:
space:
mode:
Diffstat (limited to 'LookupSnapshot.swift')
-rw-r--r--LookupSnapshot.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/LookupSnapshot.swift b/LookupSnapshot.swift
index f9400f5..e0ccbbd 100644
--- a/LookupSnapshot.swift
+++ b/LookupSnapshot.swift
@@ -68,6 +68,8 @@ struct LookupSnapshot {
let dnsHistoryError: String?
let domainPricing: DomainPricingInsight?
let domainPricingError: String?
+ let reputation: DomainReputationResult?
+ let reputationError: String?
let portScanResults: [PortScanResult]
let portScanError: String?
let changeSummary: DomainChangeSummary?
@@ -150,6 +152,8 @@ extension HistoryEntry {
dnsHistoryError: dnsHistoryError,
domainPricing: domainPricing,
domainPricingError: domainPricingError,
+ reputation: reputation,
+ reputationError: reputationError,
portScanResults: portScanResults,
portScanError: portScanError,
changeSummary: changeSummary,