Skip to content

Commit

Permalink
refactor(pub-period-migration) Revert API versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvitlanaKovalova1 committed Oct 25, 2024
1 parent f396701 commit c0bb1b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
* Delete deprecated `shelf-locations` API ([MODINVSTOR-1183](https://folio-org.atlassian.net/browse/MODINVSTOR-1183))

### New APIs versions
* Provides `instance-storage 11.1`
* Provides `instance-storage-batch 3.1`
* Provides `instance-storage 11.0`
* Provides `instance-storage-batch 3.0`
* Provides `instance-storage-batch-sync 3.0`
* Provides `instance-storage-batch-sync-unsafe 3.0`
* Provides `inventory-view 3.1`
* Provides `inventory-view-instance-set 3.1`
* Provides `inventory-view 3.0`
* Provides `inventory-view-instance-set 3.0`
* Provides `instance-iteration 1.0`
* Requires `holdings-storage 8.0`
* Requires `bound-with-parts-storage 2.0`
* Requires `async-migration 1.0`
* Requires `item-storage-dereferenced 1.1`

### Removed APIs
* `shelf-locations`
Expand Down
10 changes: 5 additions & 5 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"provides": [
{
"id": "item-storage-dereferenced",
"version": "1.1",
"version": "1.0",
"handlers": [{
"methods": ["GET"],
"pathPattern": "/item-storage-dereferenced/items",
Expand Down Expand Up @@ -167,7 +167,7 @@
},
{
"id": "instance-storage",
"version": "11.1",
"version": "11.0",
"handlers": [
{
"methods": ["GET"],
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"id": "instance-storage-batch",
"version": "3.1",
"version": "3.0",
"handlers": [
{
"methods": ["POST"],
Expand Down Expand Up @@ -1314,7 +1314,7 @@
},
{
"id": "inventory-view",
"version": "3.1",
"version": "3.0",
"handlers": [
{
"methods": ["GET"],
Expand All @@ -1325,7 +1325,7 @@
},
{
"id": "inventory-view-instance-set",
"version": "3.1",
"version": "3.0",
"handlers": [
{
"methods": ["GET"],
Expand Down

0 comments on commit c0bb1b4

Please sign in to comment.