Skip to content

Commit 1287216

Browse files
feat(api): api update (#158)
1 parent 47344ef commit 1287216

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-ad8e080c2347b3f28d64f49cf02c2ab4a69b7bf289fd7eb018c955d8915bb990.yml
3-
openapi_spec_hash: b3aea10135a89597634d62f1ef418839
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-45328621800082e652c9b2f34b176b89ebba3af423ea9f4fed91a359cf4e0ae4.yml
3+
openapi_spec_hash: c20658b49312b14d158ce5c88f34ee34
44
config_hash: 74882e23a455dece33e43a27e67f0fbb

src/resources/sessions/sessions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ export interface SessionCreateParams {
307307
extensionId?: string;
308308

309309
/**
310-
* Set to true to keep the session alive even after disconnections. This is
311-
* available on the Startup plan only.
310+
* Set to true to keep the session alive even after disconnections. Available on
311+
* the Hobby Plan and above.
312312
*/
313313
keepAlive?: boolean;
314314

0 commit comments

Comments
 (0)