@replayio/protocol
Advanced tools
Comparing version 0.32.3 to 0.33.0-test
@@ -302,2 +302,7 @@ import { TimeStampedPoint, PointRange, ExecutionPoint } from "./Recording"; | ||
sourceIds?: SourceId[]; | ||
/** | ||
* The max number of matches to return. If the search generates more than | ||
* this number of matches, an overflow flag will be present. | ||
*/ | ||
limit?: number; | ||
} | ||
@@ -515,2 +520,7 @@ export interface searchSourceContentsResult { | ||
matches: SearchSourceContentsMatch[]; | ||
/** | ||
* If a limit was included with the request, this flag will be set to true | ||
* for the last event emitted. | ||
*/ | ||
overflow: boolean; | ||
} | ||
@@ -517,0 +527,0 @@ export interface functionsMatches { |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.32.3", | ||
"version": "0.33.0-test", | ||
"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
514587
11985