@qawolf/types
Advanced tools
Comparing version 0.7.10 to 0.7.11
import { Action } from "./common"; | ||
import { ScrollValue } from "./event"; | ||
import { DocSelector, DocSelectorSerialized, Selector } from "./selector"; | ||
export declare type Size = "desktop" | "tablet" | "phone"; | ||
export interface Step extends Selector { | ||
@@ -19,6 +18,6 @@ action: Action; | ||
export interface Workflow { | ||
device?: string; | ||
name: string; | ||
size: Size; | ||
steps: Step[]; | ||
url: string; | ||
} |
{ | ||
"name": "@qawolf/types", | ||
"description": "qawolf types", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"license": "BSD-3.0", | ||
@@ -22,3 +22,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "add5be096ca054cbafcd440fac5e95f60098246f" | ||
"gitHead": "b874bee8d48fdadfcfc35fb0083f622074aab8ec" | ||
} |
@@ -5,4 +5,2 @@ import { Action } from "./common"; | ||
export type Size = "desktop" | "tablet" | "phone"; | ||
export interface Step extends Selector { | ||
@@ -25,6 +23,6 @@ action: Action; | ||
export interface Workflow { | ||
device?: string; | ||
name: string; | ||
size: Size; | ||
steps: Step[]; | ||
url: string; | ||
} |
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
8145
218