@alwaysmeticulous/api 2.183.0 → 2.184.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.
@@ -130,6 +130,17 @@ export interface ScreenshotDiffResultDifference extends ScreenshotDiffResultComp
130
130
  * This can be useful for grouping together diffs that are caused by the same change.
131
131
  */
132
132
  hashOfChangedSectionsClassNames?: string;
133
+ /**
134
+ * The set of the first N class names within the DOM sections that have differences.
135
+ *
136
+ * Only present on recent replays since Dec 2024.
137
+ */
138
+ changedSectionsClassNames?: string[];
139
+ /**
140
+ * If there are too many class names we truncate the {@link changedSectionsClassNames} list,
141
+ * and this field will be true, otherwise this field will not be present.
142
+ */
143
+ isChangedSectionsClassNamesListTruncated?: true;
133
144
  }
134
145
  /**
135
146
  * The base screenshot differed from the head screenshot, but when the head
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.183.0",
3
+ "version": "2.184.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": "b85826b89d4b4a89adc1eb5d2c22daa741069d63"
38
+ "gitHead": "bd151de38526521436e599a40f474b2f0beba59e"
39
39
  }