From d63f0ff48570516bf5f3deebb9510d9442988e56 Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Mon, 4 May 2026 16:40:34 -0400 Subject: [PATCH] Add definitionVersion to common.json --- aselo-webchat-react-app/configSrc/clhs/common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aselo-webchat-react-app/configSrc/clhs/common.json b/aselo-webchat-react-app/configSrc/clhs/common.json index 1cb77fa140..3d63b9edc4 100644 --- a/aselo-webchat-react-app/configSrc/clhs/common.json +++ b/aselo-webchat-react-app/configSrc/clhs/common.json @@ -10,6 +10,7 @@ }, "alwaysOpen": false, "defaultLocale": "es-CL", + "definitionVersion": "clhs-v1", "helplineCode": "clhs", "enableRecaptcha": false, "captureIp": true,