Skip to content

Commit 87c3cb9

Browse files
committed
Update declarations
1 parent e7044dc commit 87c3cb9

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

packages/playwright-client/types/types.d.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9740,7 +9740,8 @@ export interface Browser {
97409740
*/
97419741
clientCertificates?: Array<{
97429742
/**
9743-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
9743+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
9744+
* `https` protocol, a hostname and optionally a port.
97449745
*/
97459746
origin: string;
97469747

@@ -14786,7 +14787,8 @@ export interface BrowserType<Unused = {}> {
1478614787
*/
1478714788
clientCertificates?: Array<{
1478814789
/**
14789-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
14790+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
14791+
* `https` protocol, a hostname and optionally a port.
1479014792
*/
1479114793
origin: string;
1479214794

@@ -17490,7 +17492,8 @@ export interface APIRequest {
1749017492
*/
1749117493
clientCertificates?: Array<{
1749217494
/**
17493-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
17495+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
17496+
* `https` protocol, a hostname and optionally a port.
1749417497
*/
1749517498
origin: string;
1749617499

@@ -21994,7 +21997,8 @@ export interface BrowserContextOptions {
2199421997
*/
2199521998
clientCertificates?: Array<{
2199621999
/**
21997-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
22000+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
22001+
* `https` protocol, a hostname and optionally a port.
2199822002
*/
2199922003
origin: string;
2200022004

packages/playwright-core/types/types.d.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9740,7 +9740,8 @@ export interface Browser {
97409740
*/
97419741
clientCertificates?: Array<{
97429742
/**
9743-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
9743+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
9744+
* `https` protocol, a hostname and optionally a port.
97449745
*/
97459746
origin: string;
97469747

@@ -14786,7 +14787,8 @@ export interface BrowserType<Unused = {}> {
1478614787
*/
1478714788
clientCertificates?: Array<{
1478814789
/**
14789-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
14790+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
14791+
* `https` protocol, a hostname and optionally a port.
1479014792
*/
1479114793
origin: string;
1479214794

@@ -17490,7 +17492,8 @@ export interface APIRequest {
1749017492
*/
1749117493
clientCertificates?: Array<{
1749217494
/**
17493-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
17495+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
17496+
* `https` protocol, a hostname and optionally a port.
1749417497
*/
1749517498
origin: string;
1749617499

@@ -21994,7 +21997,8 @@ export interface BrowserContextOptions {
2199421997
*/
2199521998
clientCertificates?: Array<{
2199621999
/**
21997-
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
22000+
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
22001+
* `https` protocol, a hostname and optionally a port.
2199822002
*/
2199922003
origin: string;
2200022004

0 commit comments

Comments
 (0)