@alwaysmeticulous/sdk-bundles-api 2.250.6 → 2.250.7

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 { InitialNavigationResponse } from "@alwaysmeticulous/api";
1
+ import { HarResponse } from "@alwaysmeticulous/api";
2
2
  /**
3
3
  * This API is exposed on the window under `window.Meticulous`.
4
4
  */
@@ -192,7 +192,7 @@ export interface MeticulousPublicRecordApi {
192
192
  * of server-side rendering (SSR) when running Meticulous. It is unlikely you will need
193
193
  * to call this method unless you have been directed to do so by Meticulous support.
194
194
  */
195
- recordInitialNavigationResponse(response: InitialNavigationResponse): {
195
+ recordInitialNavigationResponse(response: HarResponse): {
196
196
  success: boolean;
197
197
  };
198
198
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.250.6",
3
+ "version": "2.250.7",
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
  "dependencies": {
22
- "@alwaysmeticulous/api": "2.250.6"
22
+ "@alwaysmeticulous/api": "2.250.7"
23
23
  },
24
24
  "author": {
25
25
  "name": "The Meticulous Team",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "7e686e4a5f40386a2c3d6327469204d6534b376b"
41
+ "gitHead": "9fdfef4b81ed91886c55ac32b87f40274565b84f"
42
42
  }