@applitools/types
Advanced tools
Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "@applitools/types", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"keywords": [ | ||
@@ -52,3 +52,3 @@ "applitools", | ||
"devDependencies": { | ||
"@applitools/sdk-release-kit": "0.13.11", | ||
"@applitools/bongo": "^2.0.0", | ||
"@types/node": "^14.14.7", | ||
@@ -55,0 +55,0 @@ "@typescript-eslint/eslint-plugin": "^4.7.0", |
@@ -80,2 +80,11 @@ export declare type SessionType = 'SEQUENTIAL' | 'PROGRESSION'; | ||
}; | ||
export declare type AndroidDevice = 'Pixel 3 XL' | 'Pixel 4' | 'Pixel 4 XL' | 'Galaxy Note 8' | 'Galaxy Note 9' | 'Galaxy S8' | 'Galaxy S8 Plus' | 'Galaxy S9' | 'Galaxy S9 Plus' | 'Galaxy S10' | 'Galaxy S10 Plus' | 'Galaxy Note 10' | 'Galaxy Note 10 Plus' | 'Galaxy S20' | 'Galaxy S20 Plus' | 'Galaxy S21' | 'Galaxy S21 Plus' | 'Galaxy S21 Ultra'; | ||
export declare type AndroidVersion = 'latest' | 'latest-1' | 'latest-2'; | ||
export declare type AndroidDeviceRenderer = { | ||
androidDeviceInfo: { | ||
deviceName: AndroidDevice; | ||
version?: AndroidVersion; | ||
screenOrientation?: ScreenOrientation; | ||
}; | ||
}; | ||
export declare type BrowserInfoRenderer = DesktopBrowserRenderer | ChromeEmulationDeviceRenderer | IOSDeviceRenderer; | ||
@@ -82,0 +91,0 @@ export declare type MatchResult = { |
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
689
43125
10