@alwaysmeticulous/api 2.153.0 → 2.154.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/project.types.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export interface Project {
|
|
|
9
9
|
createdAt: string;
|
|
10
10
|
updatedAt: string;
|
|
11
11
|
isGitHubIntegrationActive?: boolean;
|
|
12
|
+
isMonitoringEnabled: boolean;
|
|
12
13
|
settings: {
|
|
13
14
|
networkStubbingMode?: NetworkStubbingMode;
|
|
14
15
|
defaultScreenshottingOptions?: ProjectSettingsScreenshottingOptions;
|
|
@@ -58,4 +58,8 @@ export interface Divergence {
|
|
|
58
58
|
* The number of screenshot diffs between startScreenshotDiff and endScreenshotDiff inclusive.
|
|
59
59
|
*/
|
|
60
60
|
length: number;
|
|
61
|
+
/**
|
|
62
|
+
* The virtual time of the first divergence indicator that occurred chronologically.
|
|
63
|
+
*/
|
|
64
|
+
startTime?: number;
|
|
61
65
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.154.1",
|
|
4
4
|
"description": "Meticulous API types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "4eb7688452ac99105773b1b971e13377c6e3b16e"
|
|
39
39
|
}
|