Skip to content

Commit c7aaea1

Browse files
feat(api): api update (#144)
1 parent d8d3fb9 commit c7aaea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-a42637317cf43a3f4dacf3b88ac09b86e41d4dc44c51140aa92cef99b5d0c02a.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-06206dff3ffaf539b0ed8aa5bac368cb366b631f85d7a4ba5f07aca91c172550.yml

src/resources/sessions/sessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export namespace SessionCreateParams {
404404

405405
devices?: Array<'desktop' | 'mobile'>;
406406

407-
httpVersion?: 1 | 2;
407+
httpVersion?: '1' | '2';
408408

409409
/**
410410
* Full list of locales is available

tests/api-resources/sessions/sessions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('resource sessions', () => {
3131
fingerprint: {
3232
browsers: ['chrome'],
3333
devices: ['desktop'],
34-
httpVersion: 1,
34+
httpVersion: '1',
3535
locales: ['string'],
3636
operatingSystems: ['android'],
3737
screen: { maxHeight: 0, maxWidth: 0, minHeight: 0, minWidth: 0 },

0 commit comments

Comments
 (0)