@adobe/spacecat-shared-data-access 2.15.1 → 2.15.2

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.15.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.15.1...@adobe/spacecat-shared-data-access-v2.15.2) (2025-04-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add comments ([7b62a79](https://github.com/adobe/spacecat-shared/commit/7b62a7987d5f72f100840543870b74b9b783e721))
7
+
1
8
  # [@adobe/spacecat-shared-data-access-v2.15.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.15.0...@adobe/spacecat-shared-data-access-v2.15.1) (2025-04-17)
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.15.1",
3
+ "version": "2.15.2",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -108,7 +108,7 @@ export const configSchema = Joi.object({
108
108
  overrideBaseURL: Joi.string().uri().optional(),
109
109
  }).optional(),
110
110
  contentAiConfig: Joi.object({
111
- index: Joi.string().required(),
111
+ index: Joi.string().optional(),
112
112
  }).optional(),
113
113
  handlers: Joi.object().pattern(Joi.string(), Joi.object({
114
114
  mentions: Joi.object().pattern(Joi.string(), Joi.array().items(Joi.string())),