@alwaysmeticulous/api 2.92.0 → 2.97.0

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.
@@ -60,6 +60,10 @@ export interface ScreenshotDiffResultCompared {
60
60
  headScreenshotFile: string;
61
61
  /** Relative path to the replay archive */
62
62
  baseScreenshotFile: string;
63
+ /** Relative path to the replay archive */
64
+ diffThumbnailFile?: string;
65
+ /** Relative path to the replay archive */
66
+ diffFullFile?: string;
63
67
  width: number;
64
68
  height: number;
65
69
  mismatchPixels: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.92.0",
3
+ "version": "2.97.0",
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": "8e5cfd9d29412105676ac38b252656765224c032"
38
+ "gitHead": "abad28f3f0bb91106fcd6829408a2970e0882750"
39
39
  }