We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8766ffb commit f8b8339Copy full SHA for f8b8339
src/cloudflare/types/url_scanner/scan_get_response.py
@@ -25,7 +25,7 @@
25
"ScanMetaProcessorsTechEvidencePattern",
26
"ScanPage",
27
"ScanPageConsole",
28
- "ScanPageCooky",
+ "ScanPageCookie",
29
"ScanPageJS",
30
"ScanPageJSVariable",
31
"ScanPageSecurityViolation",
@@ -176,7 +176,7 @@ class ScanPageConsole(BaseModel):
176
url: Optional[str] = None
177
178
179
-class ScanPageCooky(BaseModel):
+class ScanPageCookie(BaseModel):
180
domain: str
181
182
expires: float
@@ -231,7 +231,7 @@ class ScanPage(BaseModel):
231
232
console: List[ScanPageConsole]
233
234
- cookies: List[ScanPageCooky]
+ cookies: List[ScanPageCookie]
235
236
country: str
237
0 commit comments