@alwaysmeticulous/api 2.169.0 → 2.171.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.
@@ -23,6 +23,12 @@ export interface InitialNavigationDivergenceIndicator {
23
23
  }
24
24
  export interface DivergenceConsoleError {
25
25
  idx: number;
26
+ /**
27
+ * Truncated to the first 50 characters to avoid sending large payloads
28
+ *
29
+ * Not present in divergences prior to Nov 15, 2024
30
+ */
31
+ truncatedMessage?: string;
26
32
  numHeadAppearances: number;
27
33
  numBaseAppearances: number;
28
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.169.0",
3
+ "version": "2.171.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": "26ec904d92e9fcd4481a1e5d21b3d4c05ecdb588"
38
+ "gitHead": "7ee0cece08afd7373f57e808098b7a8e73172c7c"
39
39
  }