@adobe/spacecat-shared-data-access 4.10.1 → 4.11.0

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.11.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v4.10.1...@adobe/spacecat-shared-data-access-v4.11.0) (2026-07-21)
2
+
3
+ ### Features
4
+
5
+ * add weekly-offsite job interval (LLMO-6401) ([#1834](https://github.com/adobe/spacecat-shared/issues/1834)) ([95afbc7](https://github.com/adobe/spacecat-shared/commit/95afbc70e641d2399bcdc1367cd62a86ed78e756))
6
+
1
7
  ## [@adobe/spacecat-shared-data-access-v4.10.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v4.10.0...@adobe/spacecat-shared-data-access-v4.10.1) (2026-07-21)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-data-access",
3
- "version": "4.10.1",
3
+ "version": "4.11.0",
4
4
  "description": "Shared modules of the Spacecat Services - Data Access",
5
5
  "type": "module",
6
6
  "engines": {
@@ -41,6 +41,7 @@ class Configuration {
41
41
  DAILY_1AM: 'daily-1am',
42
42
  WEEKLY: 'weekly',
43
43
  WEEKLY_DIGEST_EMAIL: 'weekly-digest-email', // runs on Tuesday for weekly digest emails (LLMO-2682)
44
+ WEEKLY_OFFSITE: 'weekly-offsite', // runs on Tuesday for offsite opportunities (LLMO-6401)
44
45
  EARLY_MONDAY: 'early-monday',
45
46
  EVERY_SATURDAY: 'every-saturday',
46
47
  EVERY_SUNDAY: 'every-sunday',