@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.44.1 to 2.45.0
@@ -23,2 +23,7 @@ import { Replay, ReplayableEvent, ScreenshotDiffResult } from "@alwaysmeticulous/api"; | ||
screenshotDiffResultsByBaseReplayId: Record<string, ScreenshotDiffResult[]>; | ||
/** | ||
* The total number of screenshots taken during the replay. | ||
* This will be 0 if `screenshottingOptions.enabled` was false. | ||
*/ | ||
totalNumberOfScreenshots: number; | ||
} | ||
@@ -25,0 +30,0 @@ export interface BeforeUserEventResult { |
@@ -27,2 +27,3 @@ import { Project, ScreenshotDiffResult, TestCaseResult, TestRunStatus } from "@alwaysmeticulous/api"; | ||
screenshotDiffResultsByBaseReplayId: Record<string, ScreenshotDiffResult[]>; | ||
totalNumberOfScreenshots: number; | ||
} |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.44.1", | ||
"version": "2.45.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "1fd294cb699681672742e566ccc9ae0f4cb75b02" | ||
"gitHead": "3cfa8654dc5bf8a1426c4a3e2458d2ced7c94205" | ||
} |
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
18473
401