From dc8c5cf64811478a779df5f07bf8f715f2171cfd Mon Sep 17 00:00:00 2001 From: Pavlo Smahin Date: Tue, 12 Sep 2023 11:12:34 +0300 Subject: [PATCH] fix(reindex): Add missed authority-reindex interface to module descriptor (#415) Closes: MSEARCH-593 --- descriptors/ModuleDescriptor-template.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 48e612953..6d1aec497 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -246,6 +246,10 @@ "id": "instance-reindex", "version": "0.1" }, + { + "id": "authority-reindex", + "version": "0.1" + }, { "id": "alternative-title-types", "version": "1.0"