@suitest/types
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -38,3 +38,9 @@ import {Condition} from './condition'; | ||
export type DeviceOrientationType = 'portrait' | 'portraitReversed' | 'landscape' | 'landscapeReversed'; | ||
export type ScreenOrientation = | ||
| 'portrait' | ||
| 'portraitReversed' | ||
| 'landscape' | ||
| 'landscapeReversed' | ||
| 'landscapeRight' | ||
| 'landscapeLeft'; | ||
@@ -46,3 +52,3 @@ export type DeviceSettingsTestLine = BaseTestLine & { | ||
params: { | ||
orientation: DeviceOrientationType, | ||
orientation: ScreenOrientation, | ||
}, | ||
@@ -49,0 +55,0 @@ }, |
{ | ||
"name": "@suitest/types", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "TypeScript definitions for common data structures", | ||
@@ -5,0 +5,0 @@ "homepage": "https://suite.st/", |
23109
886