@alwaysmeticulous/api 2.44.1 → 2.46.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.
@@ -2,7 +2,6 @@ import { ScreenshotDiffOptions } from "../sdk-bundle-api/sdk-to-bundle/screensho
2
2
  export interface TestCase {
3
3
  sessionId: string;
4
4
  title?: string;
5
- baseTestRunId?: string;
6
5
  options?: TestCaseReplayOptions;
7
6
  }
8
7
  export interface TestCaseReplayOptions extends Partial<ScreenshotDiffOptions> {
@@ -11,7 +10,6 @@ export interface TestCaseReplayOptions extends Partial<ScreenshotDiffOptions> {
11
10
  * If present will run the session against a local server serving up previously snapshotted assets (HTML, JS, CSS etc.) from the specified prior replay, instead of against a URL.
12
11
  */
13
12
  simulationIdForAssets?: string | undefined;
14
- moveBeforeClick?: boolean;
15
13
  }
16
14
  export type TestRunStatus = "Running" | "Success" | "Failure";
17
15
  export type TestCaseResultStatus = "pass" | "fail" | "flake";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.44.1",
3
+ "version": "2.46.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": "1fd294cb699681672742e566ccc9ae0f4cb75b02"
38
+ "gitHead": "c03e5e034eb89d79d16f0eee09f95fa58341e038"
39
39
  }