@applitools/ufg-client
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "@applitools/ufg-client", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"homepage": "https://applitools.com", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -91,3 +91,10 @@ /// <reference types="node" /> | ||
}; | ||
export declare type Renderer = DesktopBrowserRenderer | ChromeEmulationDeviceRenderer | IOSDeviceRenderer | AndroidDeviceRenderer; | ||
export declare type Renderer = (DesktopBrowserRenderer | ChromeEmulationDeviceRenderer | IOSDeviceRenderer | AndroidDeviceRenderer) & { | ||
/** | ||
* The id of the renderer | ||
* Used to identify the renderer if the same renderer is used multiple times | ||
* @internal | ||
**/ | ||
id?: string; | ||
}; | ||
export interface UFGClient { | ||
@@ -94,0 +101,0 @@ createRenderTarget(options: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95869
1731