Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 22, 2024
1 parent 8766ffb commit f8b8339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cloudflare/types/url_scanner/scan_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ScanMetaProcessorsTechEvidencePattern",
"ScanPage",
"ScanPageConsole",
"ScanPageCooky",
"ScanPageCookie",
"ScanPageJS",
"ScanPageJSVariable",
"ScanPageSecurityViolation",
Expand Down Expand Up @@ -176,7 +176,7 @@ class ScanPageConsole(BaseModel):
url: Optional[str] = None


class ScanPageCooky(BaseModel):
class ScanPageCookie(BaseModel):
domain: str

expires: float
Expand Down Expand Up @@ -231,7 +231,7 @@ class ScanPage(BaseModel):

console: List[ScanPageConsole]

cookies: List[ScanPageCooky]
cookies: List[ScanPageCookie]

country: str

Expand Down

0 comments on commit f8b8339

Please sign in to comment.