@adobe/spacecat-shared-data-access 3.36.0 → 3.36.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,9 @@
|
|
|
1
|
+
## [@adobe/spacecat-shared-data-access-v3.36.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.36.0...@adobe/spacecat-shared-data-access-v3.36.1) (2026-04-01)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add isCodeChangeAvailable and patchContent to form accessibility schema ([#1373](https://github.com/adobe/spacecat-shared/issues/1373)) ([065bf56](https://github.com/adobe/spacecat-shared/commit/065bf561ba83f13d4c377f5ab4d7441ec0c15360))
|
|
6
|
+
|
|
1
7
|
## [@adobe/spacecat-shared-data-access-v3.36.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.35.0...@adobe/spacecat-shared-data-access-v3.36.0) (2026-04-01)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -246,6 +246,8 @@ export const DATA_SCHEMAS = {
|
|
|
246
246
|
}).unknown(true),
|
|
247
247
|
).required(),
|
|
248
248
|
jiraLink: Joi.string().uri().allow(null).optional(),
|
|
249
|
+
isCodeChangeAvailable: Joi.boolean().optional(),
|
|
250
|
+
patchContent: Joi.string().optional(),
|
|
249
251
|
aggregationKey: Joi.string().optional(),
|
|
250
252
|
}).unknown(true),
|
|
251
253
|
projections: {
|