Skip to content

Commit 6321644

Browse files
feat: works locally
1 parent 09a09da commit 6321644

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
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: 66
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
3-
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
3+
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
44
config_hash: 9421eb86b7f3f4b274f123279da3858e

src/resources/browsers/browsers.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ export interface BrowserCreateResponse {
283283
* image defaults apply (commonly 1024x768@60). Only specific viewport
284284
* configurations are supported. The server will reject unsupported combinations.
285285
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
286-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
287-
* automatically determined from the width and height if they match a supported
286+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
287+
* be automatically determined from the width and height if they match a supported
288288
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
289289
* live view browser
290290
*/
@@ -297,8 +297,8 @@ export namespace BrowserCreateResponse {
297297
* image defaults apply (commonly 1024x768@60). Only specific viewport
298298
* configurations are supported. The server will reject unsupported combinations.
299299
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
300-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
301-
* automatically determined from the width and height if they match a supported
300+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
301+
* be automatically determined from the width and height if they match a supported
302302
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
303303
* live view browser
304304
*/
@@ -383,8 +383,8 @@ export interface BrowserRetrieveResponse {
383383
* image defaults apply (commonly 1024x768@60). Only specific viewport
384384
* configurations are supported. The server will reject unsupported combinations.
385385
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
386-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
387-
* automatically determined from the width and height if they match a supported
386+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
387+
* be automatically determined from the width and height if they match a supported
388388
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
389389
* live view browser
390390
*/
@@ -397,8 +397,8 @@ export namespace BrowserRetrieveResponse {
397397
* image defaults apply (commonly 1024x768@60). Only specific viewport
398398
* configurations are supported. The server will reject unsupported combinations.
399399
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
400-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
401-
* automatically determined from the width and height if they match a supported
400+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
401+
* be automatically determined from the width and height if they match a supported
402402
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
403403
* live view browser
404404
*/
@@ -486,8 +486,8 @@ export namespace BrowserListResponse {
486486
* image defaults apply (commonly 1024x768@60). Only specific viewport
487487
* configurations are supported. The server will reject unsupported combinations.
488488
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
489-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
490-
* automatically determined from the width and height if they match a supported
489+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
490+
* be automatically determined from the width and height if they match a supported
491491
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
492492
* live view browser
493493
*/
@@ -500,8 +500,8 @@ export namespace BrowserListResponse {
500500
* image defaults apply (commonly 1024x768@60). Only specific viewport
501501
* configurations are supported. The server will reject unsupported combinations.
502502
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
503-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
504-
* automatically determined from the width and height if they match a supported
503+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
504+
* be automatically determined from the width and height if they match a supported
505505
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
506506
* live view browser
507507
*/
@@ -587,8 +587,8 @@ export interface BrowserCreateParams {
587587
* image defaults apply (commonly 1024x768@60). Only specific viewport
588588
* configurations are supported. The server will reject unsupported combinations.
589589
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
590-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
591-
* automatically determined from the width and height if they match a supported
590+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
591+
* be automatically determined from the width and height if they match a supported
592592
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
593593
* live view browser
594594
*/
@@ -642,8 +642,8 @@ export namespace BrowserCreateParams {
642642
* image defaults apply (commonly 1024x768@60). Only specific viewport
643643
* configurations are supported. The server will reject unsupported combinations.
644644
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
645-
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
646-
* automatically determined from the width and height if they match a supported
645+
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
646+
* be automatically determined from the width and height if they match a supported
647647
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
648648
* live view browser
649649
*/

0 commit comments

Comments
 (0)