@adobe/spacecat-shared-data-access 2.61.4 → 2.62.1

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,17 @@
1
+ # [@adobe/spacecat-shared-data-access-v2.62.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.62.0...@adobe/spacecat-shared-data-access-v2.62.1) (2025-09-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update entitlement.schema.js for consume numbers ([#955](https://github.com/adobe/spacecat-shared/issues/955)) ([0a65569](https://github.com/adobe/spacecat-shared/commit/0a65569c25d9a7abd13b8bce1e28d021d9b29967))
7
+
8
+ # [@adobe/spacecat-shared-data-access-v2.62.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.61.4...@adobe/spacecat-shared-data-access-v2.62.0) (2025-09-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * add security audit types ([#953](https://github.com/adobe/spacecat-shared/issues/953)) ([8d4827b](https://github.com/adobe/spacecat-shared/commit/8d4827be6f90689d4a49d8113bfaccc52d85b3a2))
14
+
1
15
  # [@adobe/spacecat-shared-data-access-v2.61.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.61.3...@adobe/spacecat-shared-data-access-v2.61.4) (2025-09-09)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "2.61.4",
3
+ "version": "2.62.1",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -51,6 +51,8 @@ class Audit extends BaseModel {
51
51
  ALT_TEXT: 'alt-text',
52
52
  ACCESSIBILITY: 'accessibility',
53
53
  SECURITY_CSP: 'security-csp',
54
+ SECURITY_VULNERABILITIES: 'security-vulnerabilities',
55
+ SECURITY_PERMISSIONS: 'security-permissions',
54
56
  PAID: 'paid',
55
57
  HREFLANG: 'hreflang',
56
58
  HEADINGS: 'headings',
@@ -39,6 +39,7 @@ const schema = new SchemaBuilder(Entitlement, EntitlementCollection)
39
39
  required: false,
40
40
  properties: {
41
41
  llmo_trial_prompts: { type: 'number' },
42
+ llmo_trial_prompts_consumed: { type: 'number' },
42
43
  },
43
44
  })
44
45
  .addIndex(