@alwaysmeticulous/sdk-bundles-api 2.56.0 → 2.61.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.
@@ -1,4 +1,4 @@
1
- import { ScreenshotDiffOptions } from "@alwaysmeticulous/api";
1
+ import { ScreenshotDiffOptions, NetworkStubbingMode } from "@alwaysmeticulous/api";
2
2
  import { LogLevelNumbers } from "loglevel";
3
3
  import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay";
4
4
  export interface ReplayAndStoreResultsOptions {
@@ -115,6 +115,12 @@ export interface ReplayExecutionOptions {
115
115
  bypassCSP: boolean;
116
116
  shiftTime: boolean;
117
117
  networkStubbing: boolean;
118
+ /**
119
+ * Defaults to {@link StubAllRequests}
120
+ *
121
+ * networkStubbing must be true if networkStubbingMode is set.
122
+ */
123
+ networkStubbingMode?: NetworkStubbingMode;
118
124
  skipPauses: boolean;
119
125
  moveBeforeClick: boolean;
120
126
  disableRemoteFonts: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.56.0",
3
+ "version": "2.61.0",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "depcheck": "depcheck --ignore-patterns=dist"
20
20
  },
21
21
  "devDependencies": {
22
- "@alwaysmeticulous/api": "^2.56.0"
22
+ "@alwaysmeticulous/api": "^2.61.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "loglevel": "^1.8.0"
@@ -46,5 +46,5 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
48
48
  },
49
- "gitHead": "78222a2650425ced6537f3077ad47199a1fa45c3"
49
+ "gitHead": "84acc1cb7ba0ca700704945d2265dd0ca5f67741"
50
50
  }