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..eeccc0f 100644 --- a/elevate-survey/package.json +++ b/elevate-survey/package.json @@ -1,6 +1,6 @@ { "name": "elevate-survey-observation", - "version": "1.0.22", + "version": "3.4.1", "description": "Npm package for Elevate-survey-observation service integration with Interface service", "main": "index.js", "scripts": {