From afbdc712e6b1a10ac6ce96b8221d33752b1511a6 Mon Sep 17 00:00:00 2001 From: PraveenDass Date: Mon, 20 Apr 2026 18:12:26 +0530 Subject: [PATCH 1/3] clear tenant cache routes --- elevate-survey/constants/routes.js | 22 ++++++++++++++++++++++ elevate-survey/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/elevate-survey/constants/routes.js b/elevate-survey/constants/routes.js index 403d626..01d3f92 100644 --- a/elevate-survey/constants/routes.js +++ b/elevate-survey/constants/routes.js @@ -1474,6 +1474,28 @@ module.exports = { }, service:"survey" }, + { + sourceRoute: '/survey/v1/admin/clearTenantCache/:id', + type: 'DELETE', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/survey/v1/admin/clearTenantCache/:id', + type: 'DELETE' + }, + service:"survey" + }, + { + sourceRoute: '/survey/v1/admin/clearTenantCache', + type: 'DELETE', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/survey/v1/admin/clearTenantCache', + type: 'DELETE' + }, + service:"survey" + }, { sourceRoute: '/interface/v1/internal/getAllPublishedResources', type: 'POST', diff --git a/elevate-survey/package.json b/elevate-survey/package.json index 908f212..8155a5c 100644 --- a/elevate-survey/package.json +++ b/elevate-survey/package.json @@ -1,6 +1,6 @@ { "name": "elevate-survey-observation", - "version": "1.0.22", + "version": "1.0.23", "description": "Npm package for Elevate-survey-observation service integration with Interface service", "main": "index.js", "scripts": { From 9090482da696c88914e4c58aa002dbd3252dc834 Mon Sep 17 00:00:00 2001 From: PraveenDass Date: Tue, 21 Apr 2026 10:06:10 +0530 Subject: [PATCH 2/3] changed package version major update --- elevate-survey/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elevate-survey/package.json b/elevate-survey/package.json index 8155a5c..e36dcdf 100644 --- a/elevate-survey/package.json +++ b/elevate-survey/package.json @@ -1,6 +1,6 @@ { "name": "elevate-survey-observation", - "version": "1.0.23", + "version": "3.4.0", "description": "Npm package for Elevate-survey-observation service integration with Interface service", "main": "index.js", "scripts": { From 74bd28d2a9e7278078224103fb7956287a8b4990 Mon Sep 17 00:00:00 2001 From: PraveenDass Date: Tue, 21 Apr 2026 10:11:00 +0530 Subject: [PATCH 3/3] changed package version major update --- elevate-survey/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elevate-survey/package.json b/elevate-survey/package.json index e36dcdf..eeccc0f 100644 --- a/elevate-survey/package.json +++ b/elevate-survey/package.json @@ -1,6 +1,6 @@ { "name": "elevate-survey-observation", - "version": "3.4.0", + "version": "3.4.1", "description": "Npm package for Elevate-survey-observation service integration with Interface service", "main": "index.js", "scripts": {