Skip to content

Commit 492d238

Browse files
feat(api): api update
1 parent 9e1d799 commit 492d238

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/resources/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4776,7 +4776,7 @@ export namespace BrandWebScrapeImagesResponse {
47764776
/**
47774777
* The HTML element the image was found in
47784778
*/
4779-
element: 'img' | 'svg' | 'link' | 'source' | 'video';
4779+
element: 'img' | 'svg' | 'link' | 'source' | 'video' | 'css' | 'object' | 'meta' | 'background';
47804780

47814781
/**
47824782
* The image source - can be a URL, inline HTML (for SVGs), or a base64 data URI

0 commit comments

Comments
 (0)