Skip to content

Commit

Permalink
Adjust permissions and interface versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed Oct 15, 2024
1 parent ad27c07 commit 06e6ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Fix GitHub Actions workflow not running for tags ([FOLIO-4086](https://folio-org.atlassian.net/browse/FOLIO-4086))
* Update `counter-reports` interface to 4.0 ([UIEUS-378](https://folio-org.atlassian.net/browse/UIEUS-378))
* Adjust permissions and update `aggregator-settings` interface to 2.0 ([UIEUS-379](https://folio-org.atlassian.net/browse/UIEUS-379))
* Adjust permissions and update to `interface erm-usage-harvester 2.0` ([UIEUS-380](https://folio-org.atlassian.net/browse/UIEUS-380))

## [9.0.0](https://github.com/folio-org/ui-erm-usage/tree/v9.0.0) (2024-04-17)
* *BREAKING* Use `multipart/form-data` to upload COUNTER reports ([UIEUS-353](https://folio-org.atlassian.net/browse/UIEUS-353))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"erm-usage-files": "1.0",
"usage-data-providers": "3.0",
"tags": "1.0",
"erm-usage-harvester": "1.4"
"erm-usage-harvester": "2.0"
},
"permissionSets": [
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"ermusageharvester.periodic.get",
"ermusageharvester.periodic.post",
"ermusageharvester.periodic.delete",
"ermusageharvester.start"
"ermusageharvester.start-all.get"
],
"visible": true
},
Expand Down Expand Up @@ -230,7 +230,7 @@
"displayName": "eUsage: Can start harvesting for a single provider",
"description": "Can start harvesting for a single provider",
"subPermissions": [
"ermusageharvester.start.single"
"ermusageharvester.start-single.get"
],
"visible": true
},
Expand Down

0 comments on commit 06e6ef4

Please sign in to comment.