@adobe/spacecat-shared-data-access 2.64.2 → 2.64.4

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.64.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.64.3...@adobe/spacecat-shared-data-access-v2.64.4) (2025-09-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * dummy update readme ([#983](https://github.com/adobe/spacecat-shared/issues/983)) ([a631f36](https://github.com/adobe/spacecat-shared/commit/a631f36443ae96098a36412c1aab7995416c57d1))
7
+
8
+ # [@adobe/spacecat-shared-data-access-v2.64.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.64.2...@adobe/spacecat-shared-data-access-v2.64.3) (2025-09-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove IDP left over ([#978](https://github.com/adobe/spacecat-shared/issues/978)) ([a8129e4](https://github.com/adobe/spacecat-shared/commit/a8129e40cbf6da1c0463d68a993d7e520c7542e6))
14
+
1
15
  # [@adobe/spacecat-shared-data-access-v2.64.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.64.1...@adobe/spacecat-shared-data-access-v2.64.2) (2025-09-23)
2
16
 
3
17
 
package/README.md CHANGED
@@ -20,7 +20,7 @@ npm install @adobe/spacecat-shared-data-access
20
20
 
21
21
  ### SiteCandidates
22
22
  - **baseURL** (String): Base URL of the site candidate.
23
- - **status** (String): Status of the site candidate (PENDING, IGNORED, APPROVED, ERROR)
23
+ - **status** (String): Status of the site candidate (PENDING, IGNORED, APPROVED, ERROR).
24
24
  - **createdAt** (String): Timestamp of creation.
25
25
  - **updatedAt** (String): Timestamp of the last update.
26
26
  - **updatedBy** (String): Slack id of the last person updated the site candidate.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "2.64.2",
3
+ "version": "2.64.4",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -23,7 +23,6 @@ export type * from './key-event';
23
23
  export type * from './latest-audit';
24
24
  export type * from './opportunity';
25
25
  export type * from './organization';
26
- export type * from './organization-identity-provider';
27
26
  export type * from './scrape-job';
28
27
  export type * from './scrape-url';
29
28
  export type * from './site';
@@ -37,6 +37,7 @@ class Suggestion extends BaseModel {
37
37
  REDIRECT_UPDATE: 'REDIRECT_UPDATE',
38
38
  METADATA_UPDATE: 'METADATA_UPDATE',
39
39
  AI_INSIGHTS: 'AI_INSIGHTS',
40
+ CONFIG_UPDATE: 'CONFIG_UPDATE',
40
41
  };
41
42
 
42
43
  // add your customized methods here