Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacvicar committed Feb 28, 2025
1 parent e7044dc commit 87c3cb9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions packages/playwright-client/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9740,7 +9740,8 @@ export interface Browser {
*/
clientCertificates?: Array<{
/**
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
* `https` protocol, a hostname and optionally a port.
*/
origin: string;

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

Expand Down Expand Up @@ -17490,7 +17492,8 @@ export interface APIRequest {
*/
clientCertificates?: Array<{
/**
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
* `https` protocol, a hostname and optionally a port.
*/
origin: string;

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

Expand Down
12 changes: 8 additions & 4 deletions packages/playwright-core/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9740,7 +9740,8 @@ export interface Browser {
*/
clientCertificates?: Array<{
/**
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
* `https` protocol, a hostname and optionally a port.
*/
origin: string;

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

Expand Down Expand Up @@ -17490,7 +17492,8 @@ export interface APIRequest {
*/
clientCertificates?: Array<{
/**
* Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
* Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes
* `https` protocol, a hostname and optionally a port.
*/
origin: string;

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

Expand Down

0 comments on commit 87c3cb9

Please sign in to comment.