@adobe/spacecat-shared-data-access 2.79.0 → 2.80.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,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.80.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.79.0...@adobe/spacecat-shared-data-access-v2.80.0) (2025-11-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data-access:** add twenty-past interval ([#1104](https://github.com/adobe/spacecat-shared/issues/1104)) ([4f1e7d7](https://github.com/adobe/spacecat-shared/commit/4f1e7d70e7ac1df884c7648be4202057d3a27a5f))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-data-access-v2.79.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.78.0...@adobe/spacecat-shared-data-access-v2.79.0) (2025-11-07)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -35,6 +35,7 @@ class Configuration extends BaseModel {
|
|
|
35
35
|
static JOB_INTERVALS = {
|
|
36
36
|
NEVER: 'never', // allows to enable imports without scheduling them.
|
|
37
37
|
EVERY_HOUR: 'every-hour',
|
|
38
|
+
TWENTY_PAST: 'twenty-past',
|
|
38
39
|
DAILY: 'daily',
|
|
39
40
|
WEEKLY: 'weekly',
|
|
40
41
|
EARLY_MONDAY: 'early-monday',
|