Update declarations
This commit is contained in:
parent
bfe6e6513c
commit
0223cc7191
12
packages/playwright-client/types/types.d.ts
vendored
12
packages/playwright-client/types/types.d.ts
vendored
|
|
@ -9739,7 +9739,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;
|
||||
|
||||
|
|
@ -14785,7 +14786,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;
|
||||
|
||||
|
|
@ -17489,7 +17491,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;
|
||||
|
||||
|
|
@ -21993,7 +21996,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;
|
||||
|
||||
|
|
|
|||
12
packages/playwright-core/types/types.d.ts
vendored
12
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -9739,7 +9739,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;
|
||||
|
||||
|
|
@ -14785,7 +14786,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;
|
||||
|
||||
|
|
@ -17489,7 +17491,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;
|
||||
|
||||
|
|
@ -21993,7 +21996,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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue