@adobe/spacecat-shared-data-access 2.88.8 → 2.88.9

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@adobe/spacecat-shared-data-access-v2.88.9](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.88.8...@adobe/spacecat-shared-data-access-v2.88.9) (2025-12-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adding toc audit type ([#1214](https://github.com/adobe/spacecat-shared/issues/1214)) ([7dab7d7](https://github.com/adobe/spacecat-shared/commit/7dab7d7afdcd4b56a56c10b65a3dff0fefb52e4e))
7
+
1
8
  # [@adobe/spacecat-shared-data-access-v2.88.8](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.88.7...@adobe/spacecat-shared-data-access-v2.88.8) (2025-12-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "2.88.8",
3
+ "version": "2.88.9",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -79,6 +79,7 @@ class Audit extends BaseModel {
79
79
  LLMO_REFERRAL_TRAFFIC: 'llmo-referral-traffic',
80
80
  PAGE_INTENT: 'page-intent',
81
81
  NO_CTA_ABOVE_THE_FOLD: 'no-cta-above-the-fold',
82
+ TOC: 'toc',
82
83
  };
83
84
 
84
85
  static AUDIT_TYPE_PROPERTIES = {