@alwaysmeticulous/api 2.37.0 → 2.39.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.
@@ -97,7 +97,7 @@ export interface ScreenshotDiffResultCompared {
97
97
  export interface ScreenshotDiffResultFlake {
98
98
  outcome: "flake";
99
99
  /**
100
- * The original diff. Can be any outcome but for 'no-diff'.
100
+ * The original diff. Can be any outcome.
101
101
  */
102
102
  diffToBaseScreenshot: SingleTryScreenshotDiffResult;
103
103
  /**
@@ -28,7 +28,6 @@ export interface TestRunArguments {
28
28
  baseCommitSha?: string | null;
29
29
  appUrl?: string | null;
30
30
  parallelTasks?: number | null;
31
- deflake?: boolean;
32
31
  githubSummary?: boolean;
33
32
  [key: string]: unknown;
34
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.37.0",
3
+ "version": "2.39.0",
4
4
  "description": "Meticulous API types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -34,5 +34,5 @@
34
34
  "bugs": {
35
35
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
36
36
  },
37
- "gitHead": "4ad32ef54767510ad29b08254603b774e4001f4b"
37
+ "gitHead": "b6488b15a8233fcd1380b1607ec254d5d3bc0378"
38
38
  }