@adobe/spacecat-shared-data-access 2.83.0 → 2.83.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,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.83.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.83.0...@adobe/spacecat-shared-data-access-v2.83.1) (2025-11-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add a dummy code ([#1128](https://github.com/adobe/spacecat-shared/issues/1128)) ([7d8a6d8](https://github.com/adobe/spacecat-shared/commit/7d8a6d829303f2710dd7363d05a511a7ddfbb0d0))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-data-access-v2.83.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.82.0...@adobe/spacecat-shared-data-access-v2.83.0) (2025-11-14)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -29,6 +29,7 @@ class Suggestion extends BaseModel {
|
|
|
29
29
|
FIXED: 'FIXED',
|
|
30
30
|
ERROR: 'ERROR',
|
|
31
31
|
OUTDATED: 'OUTDATED',
|
|
32
|
+
PENDING_VALIDATION: 'PENDING_VALIDATION',
|
|
32
33
|
};
|
|
33
34
|
|
|
34
35
|
static TYPES = {
|
|
@@ -40,7 +41,7 @@ class Suggestion extends BaseModel {
|
|
|
40
41
|
CONFIG_UPDATE: 'CONFIG_UPDATE',
|
|
41
42
|
};
|
|
42
43
|
|
|
43
|
-
// add your customized
|
|
44
|
+
// add your customized method here
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
export default Suggestion;
|