Skip to content

Commit c417833

Browse files
feat: Neil/kernel 1029 past session search
1 parent 4b4bb6c commit c417833

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 101
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-fc4a441d80d9a26574ef8af390a0c76265f5d4190daf90a04b6b353b128bbd97.yml
3-
openapi_spec_hash: 192987649d3797c3a80e6ef201667b64
4-
config_hash: 8af430e19f4af86c05f2987241cae72f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-9462b3d8f055f8bda06da65583f5aa09a17d35254c5983796d8e84ebb3c62c47.yml
3+
openapi_spec_hash: 1914dd35b8e0e5a21ccec91eac2a616d
4+
config_hash: c6b88eea9a15840f26130eb8ed3b42a0

src/resources/browsers/browsers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,11 @@ export interface BrowserListParams extends OffsetPaginationParams {
685685
*/
686686
include_deleted?: boolean;
687687

688+
/**
689+
* Search browsers by session ID, profile ID, or proxy ID.
690+
*/
691+
query?: string;
692+
688693
/**
689694
* Filter sessions by status. "active" returns only active sessions (default),
690695
* "deleted" returns only soft-deleted sessions, "all" returns both.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ describe('resource browsers', () => {
108108
include_deleted: true,
109109
limit: 1,
110110
offset: 0,
111+
query: 'query',
111112
status: 'active',
112113
},
113114
{ path: '/_stainless_unknown_path' },

0 commit comments

Comments
 (0)