Skip to content

Commit 1305424

Browse files
feat: works locally
1 parent 4e6b798 commit 1305424

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

browser.go

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ type BrowserNewResponse struct {
221221
// image defaults apply (commonly 1024x768@60). Only specific viewport
222222
// configurations are supported. The server will reject unsupported combinations.
223223
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
224-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
225-
// automatically determined from the width and height if they match a supported
224+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
225+
// be automatically determined from the width and height if they match a supported
226226
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
227227
// live view browser
228228
Viewport BrowserNewResponseViewport `json:"viewport"`
@@ -255,8 +255,8 @@ func (r *BrowserNewResponse) UnmarshalJSON(data []byte) error {
255255
// image defaults apply (commonly 1024x768@60). Only specific viewport
256256
// configurations are supported. The server will reject unsupported combinations.
257257
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
258-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
259-
// automatically determined from the width and height if they match a supported
258+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
259+
// be automatically determined from the width and height if they match a supported
260260
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
261261
// live view browser
262262
type BrowserNewResponseViewport struct {
@@ -311,8 +311,8 @@ type BrowserGetResponse struct {
311311
// image defaults apply (commonly 1024x768@60). Only specific viewport
312312
// configurations are supported. The server will reject unsupported combinations.
313313
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
314-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
315-
// automatically determined from the width and height if they match a supported
314+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
315+
// be automatically determined from the width and height if they match a supported
316316
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
317317
// live view browser
318318
Viewport BrowserGetResponseViewport `json:"viewport"`
@@ -345,8 +345,8 @@ func (r *BrowserGetResponse) UnmarshalJSON(data []byte) error {
345345
// image defaults apply (commonly 1024x768@60). Only specific viewport
346346
// configurations are supported. The server will reject unsupported combinations.
347347
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
348-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
349-
// automatically determined from the width and height if they match a supported
348+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
349+
// be automatically determined from the width and height if they match a supported
350350
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
351351
// live view browser
352352
type BrowserGetResponseViewport struct {
@@ -401,8 +401,8 @@ type BrowserListResponse struct {
401401
// image defaults apply (commonly 1024x768@60). Only specific viewport
402402
// configurations are supported. The server will reject unsupported combinations.
403403
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
404-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
405-
// automatically determined from the width and height if they match a supported
404+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
405+
// be automatically determined from the width and height if they match a supported
406406
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
407407
// live view browser
408408
Viewport BrowserListResponseViewport `json:"viewport"`
@@ -435,8 +435,8 @@ func (r *BrowserListResponse) UnmarshalJSON(data []byte) error {
435435
// image defaults apply (commonly 1024x768@60). Only specific viewport
436436
// configurations are supported. The server will reject unsupported combinations.
437437
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
438-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
439-
// automatically determined from the width and height if they match a supported
438+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
439+
// be automatically determined from the width and height if they match a supported
440440
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
441441
// live view browser
442442
type BrowserListResponseViewport struct {
@@ -497,8 +497,8 @@ type BrowserNewParams struct {
497497
// image defaults apply (commonly 1024x768@60). Only specific viewport
498498
// configurations are supported. The server will reject unsupported combinations.
499499
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
500-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
501-
// automatically determined from the width and height if they match a supported
500+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
501+
// be automatically determined from the width and height if they match a supported
502502
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
503503
// live view browser
504504
Viewport BrowserNewParamsViewport `json:"viewport,omitzero"`
@@ -559,8 +559,8 @@ func (r *BrowserNewParamsProfile) UnmarshalJSON(data []byte) error {
559559
// image defaults apply (commonly 1024x768@60). Only specific viewport
560560
// configurations are supported. The server will reject unsupported combinations.
561561
// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
562-
// 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
563-
// automatically determined from the width and height if they match a supported
562+
// 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
563+
// be automatically determined from the width and height if they match a supported
564564
// configuration exactly. Note: Higher resolutions may affect the responsiveness of
565565
// live view browser
566566
//

0 commit comments

Comments
 (0)