@adobe/spacecat-shared-data-access 4.1.0 → 4.1.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-v4.1.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v4.1.0...@adobe/spacecat-shared-data-access-v4.1.1) (2026-07-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add new phases to IVE states ([#1768](https://github.com/adobe/spacecat-shared/issues/1768)) ([91c5182](https://github.com/adobe/spacecat-shared/commit/91c5182cfbba5d9d9fcb7a53e45598bbccf93e19))
6
+
1
7
  ## [@adobe/spacecat-shared-data-access-v4.1.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v4.0.0...@adobe/spacecat-shared-data-access-v4.1.0) (2026-07-06)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -29,6 +29,9 @@ class GeoExperiment extends BaseModel {
29
29
  };
30
30
 
31
31
  static PHASES = {
32
+ INITIATED: 'initiated',
33
+ PROMPT_GENERATION_STARTED: 'prompt_generation_started',
34
+ PROMPT_GENERATION_COMPLETED: 'prompt_generation_completed',
32
35
  PRE_ANALYSIS_STARTED: 'pre_analysis_started',
33
36
  PRE_ANALYSIS_DONE: 'pre_analysis_done',
34
37
  DEPLOYMENT_STARTED: 'deployment_started',