@alwaysmeticulous/sdk-bundles-api 2.133.0 → 2.134.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.
@@ -25,6 +25,10 @@ export interface ReplayAndStoreResultsResult {
25
25
  * This will be 0 if `screenshottingOptions.enabled` was false.
26
26
  */
27
27
  totalNumberOfScreenshots: number;
28
+ /**
29
+ * Local directory where the data for this replay is stored.
30
+ */
31
+ replayDir: string;
28
32
  }
29
33
  export interface BeforeUserEventResult {
30
34
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.133.0",
3
+ "version": "2.134.0",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -46,5 +46,5 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
48
48
  },
49
- "gitHead": "3176e264aa0044ea262ed55bde88dce97718bfbd"
49
+ "gitHead": "6514dfb7b664cec93b837b2e9c96b59008c1b64c"
50
50
  }