@recordreplay/protocol
Advanced tools
Comparing version 0.15.3 to 0.15.4
@@ -5,3 +5,3 @@ import { TimeStampedPoint } from "./Recording"; | ||
*/ | ||
export interface RequestInfo { | ||
export interface RequestInfo extends TimeStampedPoint { | ||
/** | ||
@@ -12,9 +12,6 @@ * The unique identifier for this request. | ||
/** | ||
* The point where the request was initiated. | ||
* The point where the request was initiated. The same point may trigger | ||
* multiple requests, such as in the case of a request that redirects. | ||
*/ | ||
point?: TimeStampedPoint; | ||
/** | ||
* The time that the request was dispatched. | ||
*/ | ||
time: number; | ||
triggerPoint?: TimeStampedPoint; | ||
} | ||
@@ -21,0 +18,0 @@ /** |
{ | ||
"name": "@recordreplay/protocol", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"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
419036
9935