File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -904,6 +904,13 @@ export interface ManagedAuthBrowserConfig {
904904 */
905905 proxy ?: BrowsersAPI . BrowserProxyConfig ;
906906
907+ /**
908+ * Browser region. Omit on create to use us-east, on update to keep the current
909+ * region, or on login to inherit it. Login overrides apply only to that login.
910+ * Non-default regions require an eligible plan and organization access.
911+ */
912+ region ?: 'us-east' | 'eu-west' | 'ap-southeast' ;
913+
907914 /**
908915 * Whether managed auth browser sessions use stealth mode. Defaults to true when
909916 * omitted.
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ describe('resource connections', () => {
3636 mode : 'direct' ,
3737 name : 'x' ,
3838 } ,
39+ region : 'us-east' ,
3940 stealth : false ,
4041 telemetry : {
4142 browser : {
@@ -203,6 +204,7 @@ describe('resource connections', () => {
203204 mode : 'direct' ,
204205 name : 'x' ,
205206 } ,
207+ region : 'us-east' ,
206208 stealth : false ,
207209 telemetry : {
208210 browser : {
Original file line number Diff line number Diff line change @@ -1235,9 +1235,9 @@ baseline-browser-mapping@^2.9.0:
12351235 integrity sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==
12361236
12371237brace-expansion@^2.0.2 :
1238- version "2.1.4 "
1239- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.1.4 .tgz#589dab11c0018d0366be64cd8bf12c8dbecc8326 "
1240- integrity sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg ==
1238+ version "2.1.7 "
1239+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.1.7 .tgz#14ea3836731823bb24740225ea43b941b436f9d1 "
1240+ integrity sha512-uZbew1NqdmPDTMJ8ah1y+b+9QEJrfkXFk3RcTQw3X0jW/xRUvFKsg1CfQdSYGdTbXZWExtU3J3ccxtnfw1Fi0g ==
12411241 dependencies :
12421242 balanced-match "^1.0.0"
12431243
You can’t perform that action at this time.
0 commit comments