@replayio/protocol
Advanced tools
Comparing version 0.75.0 to 0.76.0
@@ -75,2 +75,7 @@ import { SessionId, FocusWindowRequest, PointRangeFocusRequest } from "./Session"; | ||
clientY: number; | ||
/** | ||
* True if the mouse event was generated synthetically, false if the mouse event was generated | ||
* from hardware input | ||
*/ | ||
synthetic: boolean; | ||
} | ||
@@ -86,3 +91,3 @@ /** | ||
/** | ||
* Kind of mouse event. | ||
* Kind of keyboard event. | ||
*/ | ||
@@ -96,2 +101,7 @@ kind: KeyboardEventKind; | ||
key: string; | ||
/** | ||
* True if the keyboard event was generated synthetically, false if the keyboard event was | ||
* generated from hardware input | ||
*/ | ||
synthetic: boolean; | ||
} | ||
@@ -98,0 +108,0 @@ /** |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.75.0", | ||
"version": "0.76.0", | ||
"description": "Definition of the protocol used by the Record Replay web service", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
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
579182
13335