@onkernel/sdk 0.94.0 → 0.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/lib/browser-routing.d.mts.map +1 -1
- package/lib/browser-routing.d.ts.map +1 -1
- package/lib/browser-routing.js +7 -1
- package/lib/browser-routing.js.map +1 -1
- package/lib/browser-routing.mjs +7 -1
- package/lib/browser-routing.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/auth/connections.d.mts +20 -8
- package/resources/auth/connections.d.mts.map +1 -1
- package/resources/auth/connections.d.ts +20 -8
- package/resources/auth/connections.d.ts.map +1 -1
- package/resources/browser-pools.d.mts +4 -4
- package/resources/browser-pools.d.mts.map +1 -1
- package/resources/browser-pools.d.ts +4 -4
- package/resources/browser-pools.d.ts.map +1 -1
- package/resources/browsers/browsers.d.mts +8 -8
- package/resources/browsers/browsers.d.mts.map +1 -1
- package/resources/browsers/browsers.d.ts +8 -8
- package/resources/browsers/browsers.d.ts.map +1 -1
- package/resources/browsers/browsers.js +2 -2
- package/resources/browsers/browsers.mjs +2 -2
- package/resources/invocations.d.mts +1 -1
- package/resources/invocations.d.mts.map +1 -1
- package/resources/invocations.d.ts +1 -1
- package/resources/invocations.d.ts.map +1 -1
- package/src/lib/browser-routing.ts +7 -1
- package/src/resources/auth/connections.ts +20 -8
- package/src/resources/browser-pools.ts +4 -4
- package/src/resources/browsers/browsers.ts +8 -8
- package/src/resources/invocations.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -258,8 +258,8 @@ export class Browsers extends APIResource {
|
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
|
-
* Loads one or more unpacked extensions
|
|
262
|
-
*
|
|
261
|
+
* Loads one or more unpacked extensions using live CDP activation when eligible.
|
|
262
|
+
* Chromium restarts when enterprise policy requires it or live activation fails.
|
|
263
263
|
*
|
|
264
264
|
* @example
|
|
265
265
|
* ```ts
|
|
@@ -479,7 +479,7 @@ export interface BrowserCreateResponse {
|
|
|
479
479
|
/**
|
|
480
480
|
* Geographic region of the browser session. Fixed once the session is created.
|
|
481
481
|
*/
|
|
482
|
-
region: 'us-east' | 'eu-west';
|
|
482
|
+
region: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
485
|
* Unique identifier for the browser session
|
|
@@ -639,7 +639,7 @@ export interface BrowserRetrieveResponse {
|
|
|
639
639
|
/**
|
|
640
640
|
* Geographic region of the browser session. Fixed once the session is created.
|
|
641
641
|
*/
|
|
642
|
-
region: 'us-east' | 'eu-west';
|
|
642
|
+
region: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
643
643
|
|
|
644
644
|
/**
|
|
645
645
|
* Unique identifier for the browser session
|
|
@@ -799,7 +799,7 @@ export interface BrowserUpdateResponse {
|
|
|
799
799
|
/**
|
|
800
800
|
* Geographic region of the browser session. Fixed once the session is created.
|
|
801
801
|
*/
|
|
802
|
-
region: 'us-east' | 'eu-west';
|
|
802
|
+
region: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
803
803
|
|
|
804
804
|
/**
|
|
805
805
|
* Unique identifier for the browser session
|
|
@@ -959,7 +959,7 @@ export interface BrowserListResponse {
|
|
|
959
959
|
/**
|
|
960
960
|
* Geographic region of the browser session. Fixed once the session is created.
|
|
961
961
|
*/
|
|
962
|
-
region: 'us-east' | 'eu-west';
|
|
962
|
+
region: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
963
963
|
|
|
964
964
|
/**
|
|
965
965
|
* Unique identifier for the browser session
|
|
@@ -1203,7 +1203,7 @@ export interface BrowserCreateParams {
|
|
|
1203
1203
|
* created. Region selection requires a Start-Up or Enterprise plan, defaults to
|
|
1204
1204
|
* us-east when omitted on create.
|
|
1205
1205
|
*/
|
|
1206
|
-
region?: 'us-east' | 'eu-west';
|
|
1206
|
+
region?: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
1207
1207
|
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Optional URL to open when the browser session is created. Navigation is
|
|
@@ -1542,7 +1542,7 @@ export interface BrowserListParams extends OffsetPaginationParams {
|
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Filter sessions by geographic region. Omit to list sessions in all regions.
|
|
1544
1544
|
*/
|
|
1545
|
-
region?: 'us-east' | 'eu-west';
|
|
1545
|
+
region?: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
1546
1546
|
|
|
1547
1547
|
/**
|
|
1548
1548
|
* Filter sessions by status. "active" returns only active sessions (default),
|
|
@@ -442,7 +442,7 @@ export namespace InvocationListBrowsersResponse {
|
|
|
442
442
|
/**
|
|
443
443
|
* Geographic region of the browser session. Fixed once the session is created.
|
|
444
444
|
*/
|
|
445
|
-
region: 'us-east' | 'eu-west';
|
|
445
|
+
region: 'us-east' | 'eu-west' | 'ap-southeast';
|
|
446
446
|
|
|
447
447
|
/**
|
|
448
448
|
* Unique identifier for the browser session
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.95.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.95.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.95.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.95.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|