Skip to content

Commit 8b51b34

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat: OpenAPI spec update via Stainless API (#96)
1 parent b759eb6 commit 8b51b34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cloudflare/types/url_scanner/scan_get_response.py

-5
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ class ScanMetaProcessorsTech(BaseModel):
167167
class ScanMetaProcessors(BaseModel):
168168
categories: ScanMetaProcessorsCategories
169169

170-
google_safe_browsing: List[str]
171-
172170
phishing: List[str]
173171

174172
rank: ScanMetaProcessorsRank
@@ -390,9 +388,6 @@ class ScanVerdictsOverallCategory(BaseModel):
390388
class ScanVerdictsOverall(BaseModel):
391389
categories: List[ScanVerdictsOverallCategory]
392390

393-
gsb_threat_types: List[str]
394-
"""Please visit https://safebrowsing.google.com/ for more information."""
395-
396391
malicious: bool
397392
"""
398393
At least one of our subsystems marked the site as potentially malicious at the

0 commit comments

Comments
 (0)