Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Methods:
Types:

- <code><a href="./src/resources/browsers/browsers.ts">BrowserPoolRef</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">BrowserProxy</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">BrowserProxyConfig</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">BrowserProxyMode</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">BrowserUsage</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">Profile</a></code>
- <code><a href="./src/resources/browsers/browsers.ts">Tags</a></code>
Expand Down Expand Up @@ -277,6 +280,7 @@ Types:

- <code><a href="./src/resources/auth/connections.ts">LoginResponse</a></code>
- <code><a href="./src/resources/auth/connections.ts">ManagedAuth</a></code>
- <code><a href="./src/resources/auth/connections.ts">ManagedAuthBrowserConfig</a></code>
- <code><a href="./src/resources/auth/connections.ts">ManagedAuthCreateRequest</a></code>
- <code><a href="./src/resources/auth/connections.ts">ManagedAuthTimelineEvent</a></code>
- <code><a href="./src/resources/auth/connections.ts">ManagedAuthUpdateRequest</a></code>
Expand Down
6 changes: 6 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ import {
BrowserListResponsesOffsetPagination,
BrowserLoadExtensionsParams,
BrowserPoolRef,
BrowserProxy,
BrowserProxyConfig,
BrowserProxyMode,
BrowserRetrieveParams,
BrowserRetrieveResponse,
BrowserUpdateParams,
Expand Down Expand Up @@ -1113,6 +1116,9 @@ export declare namespace Kernel {
export {
Browsers as Browsers,
type BrowserPoolRef as BrowserPoolRef,
type BrowserProxy as BrowserProxy,
type BrowserProxyConfig as BrowserProxyConfig,
type BrowserProxyMode as BrowserProxyMode,
type BrowserUsage as BrowserUsage,
type Profile as Profile,
type Tags as Tags,
Expand Down
2 changes: 2 additions & 0 deletions src/resources/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
Connections,
LoginResponse,
ManagedAuth,
ManagedAuthBrowserConfig,
ManagedAuthCreateRequest,
ManagedAuthTimelineEvent,
ManagedAuthTimelineEventsOffsetPagination,
Expand All @@ -39,6 +40,7 @@ export declare namespace Auth {
Connections as Connections,
type LoginResponse as LoginResponse,
type ManagedAuth as ManagedAuth,
type ManagedAuthBrowserConfig as ManagedAuthBrowserConfig,
type ManagedAuthCreateRequest as ManagedAuthCreateRequest,
type ManagedAuthTimelineEvent as ManagedAuthTimelineEvent,
type ManagedAuthUpdateRequest as ManagedAuthUpdateRequest,
Expand Down
Loading
Loading