From c0bb1b440e24891d5f6324782bb0e0338c146e78 Mon Sep 17 00:00:00 2001 From: SvitlanaKovalova1 Date: Fri, 25 Oct 2024 14:24:18 +0300 Subject: [PATCH] refactor(pub-period-migration) Revert API versions. --- NEWS.md | 9 ++++----- descriptors/ModuleDescriptor-template.json | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index a0bde9858..0cd9808dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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` diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 013caa366..14dd4ccad 100755 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -11,7 +11,7 @@ "provides": [ { "id": "item-storage-dereferenced", - "version": "1.1", + "version": "1.0", "handlers": [{ "methods": ["GET"], "pathPattern": "/item-storage-dereferenced/items", @@ -167,7 +167,7 @@ }, { "id": "instance-storage", - "version": "11.1", + "version": "11.0", "handlers": [ { "methods": ["GET"], @@ -274,7 +274,7 @@ }, { "id": "instance-storage-batch", - "version": "3.1", + "version": "3.0", "handlers": [ { "methods": ["POST"], @@ -1314,7 +1314,7 @@ }, { "id": "inventory-view", - "version": "3.1", + "version": "3.0", "handlers": [ { "methods": ["GET"], @@ -1325,7 +1325,7 @@ }, { "id": "inventory-view-instance-set", - "version": "3.1", + "version": "3.0", "handlers": [ { "methods": ["GET"],