Skip to content

Commit

Permalink
Merge branch 'main' into bhellema/SITES-25634
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Helleman committed Sep 24, 2024
2 parents 70f0359 + 62f880c commit e5418c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/spacecat-shared-data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@adobe/spacecat-shared-data-access-v1.45.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.44.5...@adobe/spacecat-shared-data-access-v1.45.0) (2024-09-24)


### Features

* Add an additional scope to all imports on all domains ([#383](https://github.com/adobe/spacecat-shared/issues/383)) ([92ad32c](https://github.com/adobe/spacecat-shared/commit/92ad32c892b151082b1ac6b67b29f6307dbeba15))

# [@adobe/spacecat-shared-data-access-v1.44.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v1.44.4...@adobe/spacecat-shared-data-access-v1.44.5) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spacecat-shared-data-access",
"version": "1.44.5",
"version": "1.45.0",
"description": "Shared modules of the Spacecat Services - Data Access",
"type": "module",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/spacecat-shared-data-access/src/models/api-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const scopeNames = [
'imports.read',
'imports.write',
'imports.read_all',
'imports.write_all_domains',
];

const ApiKey = (data) => {
Expand Down

0 comments on commit e5418c2

Please sign in to comment.