From 7e2524be48234f82fa34af46a8b828f6bc7545d2 Mon Sep 17 00:00:00 2001 From: Manabu Niseki Date: Thu, 5 Feb 2026 10:03:04 +0900 Subject: [PATCH] refactor: remove hostname/ip --- src/urlscan/types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/urlscan/types.py b/src/urlscan/types.py index a1d414c..0bdf28c 100644 --- a/src/urlscan/types.py +++ b/src/urlscan/types.py @@ -28,7 +28,6 @@ "scans/page.ip", "scans/page.apexDomain", "hostnames/hostname", - "hostnames/ip", "hostnames/domain", ] ScanIntervalModeType = Literal["automatic", "manual"]