@alwaysmeticulous/api 2.109.0 → 2.110.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.
@@ -68,9 +68,6 @@ export interface ScreenshotDiffResultCompared {
68
68
  height: number;
69
69
  mismatchPixels: number;
70
70
  mismatchFraction: number;
71
- }
72
- export interface ScreenshotDiffResultNoDifference extends ScreenshotDiffResultCompared {
73
- outcome: "no-diff";
74
71
  /**
75
72
  * The result of comparing the redacted screenshots (i.e. screenshots taken after elements
76
73
  * to ignore have been hidden/removed).
@@ -80,6 +77,9 @@ export interface ScreenshotDiffResultNoDifference extends ScreenshotDiffResultCo
80
77
  */
81
78
  redactedScreenshotsComparisonResult?: RedactedScreenshotsCompared | RedactedScreenshotIncompatible;
82
79
  }
80
+ export interface ScreenshotDiffResultNoDifference extends ScreenshotDiffResultCompared {
81
+ outcome: "no-diff";
82
+ }
83
83
  /**
84
84
  * The result of comparing the redacted screenshots. Note that due to thresholds even
85
85
  * 'no-diff' results may have some differing pixels.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.109.0",
3
+ "version": "2.110.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": "80f4a08d29a9f3acbdb0900a102564bbad2220b9"
38
+ "gitHead": "40503f160d772a272af67e2a615c2cea990b8c9d"
39
39
  }