Skip to content

Commit 6e85f32

Browse files
feat(api): api update
1 parent 30efe37 commit 6e85f32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fb4ca438793aa469ccc6d74266351ce4ad23b90521c62690755940dc7758225b.yml
3-
openapi_spec_hash: caaf8fcba98e886cef121c2845ecbc57
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5e05c22cc2eeb67f80a5f34fe6048cfdc92812c29674b2acd2843ead76bb87c3.yml
3+
openapi_spec_hash: 6abd6cfd3b5a0900519ad0c99bb272f3
44
config_hash: 91cf2dcefb99c39eb9cd3e98e15d6011

src/brand/dev/types/brand_web_scrape_images_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Image(BaseModel):
1212
alt: Optional[str] = None
1313
"""Alt text of the image, or null if not present"""
1414

15-
element: Literal["img", "svg", "link", "source", "video"]
15+
element: Literal["img", "svg", "link", "source", "video", "css", "object", "meta", "background"]
1616
"""The HTML element the image was found in"""
1717

1818
src: str

0 commit comments

Comments
 (0)