Skip to content

Commit 582d245

Browse files
feat: add support for 1280x800@60 viewport
1 parent eaab278 commit 582d245

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
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: 97
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-6c4fc624f12ead2f790c0f12148bc78f25d0b720080cae878b8a0fc0b5e5cd93.yml
3-
openapi_spec_hash: ab25e882fbeeb782507576a442c1e15b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-46c8320dcd9f8fc596f469ef0dd1aafaca591ab36cf2a6f8a7297dc9136bdc71.yml
3+
openapi_spec_hash: 1be1e6589cd94c581b241720e01a65bc
44
config_hash: b470456b217bb9502f5212311d395a6f

src/resources/browser-pools.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ export namespace BrowserPool {
243243
* image defaults apply (1920x1080@25). Only specific viewport configurations are
244244
* supported. The server will reject unsupported combinations. Supported
245245
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
246-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
247-
* automatically determined from the width and height if they match a supported
246+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
247+
* be automatically determined from the width and height if they match a supported
248248
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
249249
* live view browser
250250
*/
@@ -322,8 +322,8 @@ export interface BrowserPoolAcquireResponse {
322322
* image defaults apply (1920x1080@25). Only specific viewport configurations are
323323
* supported. The server will reject unsupported combinations. Supported
324324
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
325-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
326-
* automatically determined from the width and height if they match a supported
325+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
326+
* be automatically determined from the width and height if they match a supported
327327
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
328328
* live view browser
329329
*/
@@ -394,8 +394,8 @@ export interface BrowserPoolCreateParams {
394394
* image defaults apply (1920x1080@25). Only specific viewport configurations are
395395
* supported. The server will reject unsupported combinations. Supported
396396
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
397-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
398-
* automatically determined from the width and height if they match a supported
397+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
398+
* be automatically determined from the width and height if they match a supported
399399
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
400400
* live view browser
401401
*/
@@ -472,8 +472,8 @@ export interface BrowserPoolUpdateParams {
472472
* image defaults apply (1920x1080@25). Only specific viewport configurations are
473473
* supported. The server will reject unsupported combinations. Supported
474474
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
475-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
476-
* automatically determined from the width and height if they match a supported
475+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
476+
* be automatically determined from the width and height if they match a supported
477477
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
478478
* live view browser
479479
*/

src/resources/browsers/browsers.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ export interface BrowserCreateResponse {
316316
* image defaults apply (1920x1080@25). Only specific viewport configurations are
317317
* supported. The server will reject unsupported combinations. Supported
318318
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
319-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
320-
* automatically determined from the width and height if they match a supported
319+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
320+
* be automatically determined from the width and height if they match a supported
321321
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
322322
* live view browser
323323
*/
@@ -392,8 +392,8 @@ export interface BrowserRetrieveResponse {
392392
* image defaults apply (1920x1080@25). Only specific viewport configurations are
393393
* supported. The server will reject unsupported combinations. Supported
394394
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
395-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
396-
* automatically determined from the width and height if they match a supported
395+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
396+
* be automatically determined from the width and height if they match a supported
397397
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
398398
* live view browser
399399
*/
@@ -468,8 +468,8 @@ export interface BrowserUpdateResponse {
468468
* image defaults apply (1920x1080@25). Only specific viewport configurations are
469469
* supported. The server will reject unsupported combinations. Supported
470470
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
471-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
472-
* automatically determined from the width and height if they match a supported
471+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
472+
* be automatically determined from the width and height if they match a supported
473473
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
474474
* live view browser
475475
*/
@@ -544,8 +544,8 @@ export interface BrowserListResponse {
544544
* image defaults apply (1920x1080@25). Only specific viewport configurations are
545545
* supported. The server will reject unsupported combinations. Supported
546546
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
547-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
548-
* automatically determined from the width and height if they match a supported
547+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
548+
* be automatically determined from the width and height if they match a supported
549549
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
550550
* live view browser
551551
*/
@@ -614,8 +614,8 @@ export interface BrowserCreateParams {
614614
* image defaults apply (1920x1080@25). Only specific viewport configurations are
615615
* supported. The server will reject unsupported combinations. Supported
616616
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
617-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
618-
* automatically determined from the width and height if they match a supported
617+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
618+
* be automatically determined from the width and height if they match a supported
619619
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
620620
* live view browser
621621
*/

src/resources/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export interface BrowserProfile {
5656
* image defaults apply (1920x1080@25). Only specific viewport configurations are
5757
* supported. The server will reject unsupported combinations. Supported
5858
* resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
59-
* 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
60-
* automatically determined from the width and height if they match a supported
59+
* 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
60+
* be automatically determined from the width and height if they match a supported
6161
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
6262
* live view browser
6363
*/

0 commit comments

Comments
 (0)