Skip to content

Commit 5a78e41

Browse files
feat(api): api update
1 parent 6fa37e0 commit 5a78e41

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/context-dev%2Fcontext.dev-ea89aeedfdd75f71542bcbb53880ecbc07f2656945d9ac8dce55d7bdabc5f8cc.yml
3-
openapi_spec_hash: c4dd62c3a3dc8c59a050fb6a76ab5f1b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-753a0c8375b4f2888cf6563c26df3dfa6a10e3ea29de83cd7736a20ec7295d28.yml
3+
openapi_spec_hash: d95fef5f0fbc5a22c3362ae822b814a4
44
config_hash: 38268bb88fc4dcbb8f2f94dd138b5910

src/resources/web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export namespace WebWebScrapeImagesResponse {
129129
/**
130130
* The HTML element the image was found in
131131
*/
132-
element: 'img' | 'svg' | 'link' | 'source' | 'video';
132+
element: 'img' | 'svg' | 'link' | 'source' | 'video' | 'css' | 'object' | 'meta' | 'background';
133133

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

0 commit comments

Comments
 (0)