diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/as/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/as/v1/PrepopulateKeys.json deleted file mode 100644 index 3faecca6bb..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/as/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":["age", "gender"], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["age", "gender", "firstName"], - "CallerInformationTab":["province","district"], - "CaseInformationTab":["urgencyLevel"] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateKeys.json deleted file mode 100644 index 930257feb9..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["age", "gender", "firstName"], - "CallerInformationTab":["province","district"], - "CaseInformationTab":["urgencyLevel"] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateMappings.json new file mode 100644 index 0000000000..06e74d133f --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/as/v2/PrepopulateMappings.json @@ -0,0 +1,25 @@ +{ + "formSelector": { + "selectorType": "serviceUserChoiceSelector", + "parameter": [{ + "form": "preEngagement", + "input": "myselfOrOther", + "aboutSelfValue": "myself" + }, { + "form": "survey", + "input": "aboutSelf" + }] + }, + "survey":{ + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender" + }, + "preEngagement":{ + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender", + "firstName": "ChildInformationTab.firstName", + "province": "CallerInformationTab.province", + "district": "CallerInformationTab.district", + "urgencyLevel": "CaseInformationTab.urgencyLevel" + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateKeys.json deleted file mode 100644 index 9d1d9963b2..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["nickname", "age", "gender", "sexualOrientation", "province", "Newcomer", "region", "ethnicity", "school", "livingSituation", "upset", "supportType", "suicidalThoughts"], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..a45a5f2554 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/PrepopulateMappings.json @@ -0,0 +1,18 @@ +{ + "survey": {}, + "preEngagement": { + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender", + "nickname": "ChildInformationTab.nickname", + "province": "ChildInformationTab.province", + "region": "ChildInformationTab.region", + "sexualOrientation": "ChildInformationTab.sexualOrientation", + "Newcomer": "ChildInformationTab.Newcomer", + "ethnicity": "ChildInformationTab.ethnicity", + "school": "ChildInformationTab.school", + "livingSituation": "ChildInformationTab.livingSituation", + "upset": "ChildInformationTab.upset", + "supportType": "ChildInformationTab.supportType", + "suicidalThoughts": "ChildInformationTab.suicidalThoughts" + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateKeys.json deleted file mode 100644 index d1b08a865a..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["age", "gender", "contactIdentifier","friendlyName","province","district","ip"], - "CallerInformationTab":["age", "gender"], - "CaseInformationTab":[] - } -} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateMappings.json index a8513db977..e9b19b4655 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateMappings.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/cl/v1/PrepopulateMappings.json @@ -1,13 +1,18 @@ { - "survey":{ - }, - "preEngagement":{ - "age": [["ChildInformationTab.age", "CallerInformationTab.age"]], - "gender": [["ChildInformationTab.gender", "CallerInformationTab.gender"]], - "contactIdentifier":"ChildInformationTab.contactIdentifier", - "friendlyName":"ChildInformationTab.friendlyName", - "province":"ChildInformationTab.province", - "district":"ChildInformationTab.district", - "ip":"ChildInformationTab.ip" + "survey": {}, + "preEngagement": { + "age": [ + "ChildInformationTab.age", + "CallerInformationTab.age" + ], + "gender": [ + "ChildInformationTab.gender", + "CallerInformationTab.gender" + ], + "contactIdentifier": "ChildInformationTab.contactIdentifier", + "friendlyName": "ChildInformationTab.friendlyName", + "province": "ChildInformationTab.province", + "district": "ChildInformationTab.district", + "ip": "ChildInformationTab.ip" } -} +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/e2e/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/e2e/v1/PrepopulateKeys.json deleted file mode 100644 index ba047348f7..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/e2e/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":[], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/et/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/et/v1/PrepopulateKeys.json deleted file mode 100644 index cfd10b60a6..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/et/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab": [], - "CallerInformationTab": [] - }, - "preEngagement":{ - "ChildInformationTab":[], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/eumc/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/eumc/v1/PrepopulateKeys.json deleted file mode 100644 index af59ffebe2..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/eumc/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":["age", "genderInput", "stateInput"], - "CallerInformationTab":["age", "genderInput", "stateInput"] - }, - "preEngagement":{ - "ChildInformationTab":["age", "genderInput", "childState"], - "CallerInformationTab":["age", "genderInput","childState"], - "CaseInformationTab":["howTheHelpseekerHeardAboutUs"] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateKeys.json deleted file mode 100644 index fcf78e7a28..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":["geolocation"], - "CallerInformationTab":["geolocation"] - }, - "preEngagement":{ - "ChildInformationTab":[], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..3667e19e4f --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/hu/v1/PrepopulateMappings.json @@ -0,0 +1,9 @@ +{ + "survey": { + "geolocation": [ + "CallerInformationTab.geolocation", + "ChildInformationTab.geolocation" + ] + }, + "preEngagement": {} +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateKeys.json deleted file mode 100644 index 0bcfd290dd..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateKeys.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "survey":{ - "ChildInformationTab": ["parish"], - "CallerInformationTab": ["parish"], - "CaseInformationTab": ["howDidYouKnowAboutOurLine"] - }, - "preEngagement":{ - "ChildInformationTab":[], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..09962c00c8 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/PrepopulateMappings.json @@ -0,0 +1,10 @@ +{ + "survey": { + "parish": [ + "ChildInformationTab.parish", + "CallerInformationTab.parish" + ], + "howDidYouKnowAboutOurLine": "CaseInformationTab.howDidYouKnowAboutOurLine" + }, + "preEngagement": {} +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateKeys.json deleted file mode 100644 index e8f8192735..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[ "language","age","gender"], - "CallerInformationTab":["language","age","gender"] - }, - "preEngagement":{ - "ChildInformationTab":["friendlyName", "language","age","gender","feeling"], - "CallerInformationTab":["friendlyName", "language"], - "CaseInformationTab":[] - } -} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..87dd0560b5 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/mt/v1/PrepopulateMappings.json @@ -0,0 +1,29 @@ +{ + "survey": { + "age": [ + "ChildInformationTab.age", + "CallerInformationTab.age" + ], + "gender": [ + "ChildInformationTab.gender", + "CallerInformationTab.gender" + ], + "language": [ + "ChildInformationTab.language", + "CallerInformationTab.language" + ] + }, + "preEngagement": { + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender", + "friendlyName": [ + "ChildInformationTab.friendlyName", + "CallerInformationTab.friendlyName" + ], + "feeling": "CallerInformationTab.feeling", + "language": [ + "ChildInformationTab.language", + "CallerInformationTab.language" + ] + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateKeys.json deleted file mode 100644 index 7cc668c958..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["gender", "age","friendlyName","region","ethnicity"], - "CallerInformationTab":["gender", "age","friendlyName","region","ethnicity"], - "CaseInformationTab":[] - } -} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..8c74b8b65a --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/PrepopulateMappings.json @@ -0,0 +1,25 @@ +{ + "survey": {}, + "preEngagement": { + "age": [ + "ChildInformationTab.age", + "CallerInformationTab.age" + ], + "gender": [ + "ChildInformationTab.gender", + "CallerInformationTab.gender" + ], + "friendlyName": [ + "ChildInformationTab.friendlyName", + "CallerInformationTab.friendlyName" + ], + "region": [ + "ChildInformationTab.region", + "CallerInformationTab.region" + ], + "ethnicity": [ + "ChildInformationTab.ethnicity", + "CallerInformationTab.ethnicity" + ] + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ph/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/ph/v1/PrepopulateKeys.json deleted file mode 100644 index ba047348f7..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/ph/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":[], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateKeys.json deleted file mode 100644 index 4d4e6c1a5f..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["firstName", "gender", "age", "reason", "howDidYouHearAboutUs", "contactNumber", "emailAddress"], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..88df2a049c --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/sg/v1/PrepopulateMappings.json @@ -0,0 +1,12 @@ +{ + "survey": {}, + "preEngagement": { + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender", + "firstName": "ChildInformationTab.firstName", + "howDidYouHearAboutUs": "ChildInformationTab.howDidYouHearAboutUs", + "reason": "ChildInformationTab.reason", + "contactNumber": "ChildInformationTab.contactNumber", + "emailAddress": "ChildInformationTab.emailAddress" + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateKeys.json deleted file mode 100644 index e80aae6b18..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["age", "gender", "firstName", "area"], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateMappings.json new file mode 100644 index 0000000000..c5866a0968 --- /dev/null +++ b/lambdas/packages/hrm-form-definitions/form-definitions/tz/v1/PrepopulateMappings.json @@ -0,0 +1,9 @@ +{ + "survey": {}, + "preEngagement": { + "age": "ChildInformationTab.age", + "gender": "ChildInformationTab.gender", + "firstName": "ChildInformationTab.firstName", + "area": "ChildInformationTab.area" + } +} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/PrepopulateKeys.json deleted file mode 100644 index 55fcad95b6..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/ukmh/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":[], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["friendlyName", "lastName", "contactIdentifier", "phone1", "ip"], - "CallerInformationTab":[], - "CaseInformationTab":[] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usch/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/usch/v1/PrepopulateKeys.json deleted file mode 100644 index e1984b0197..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usch/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":["ageRange", "genderInput", "stateInput"], - "CallerInformationTab":["ageRange", "genderInput", "stateInput"] - }, - "preEngagement":{ - "ChildInformationTab":["ageRange", "genderInput", "state"], - "CallerInformationTab":["ageRange", "genderInput","state"], - "CaseInformationTab":["howTheHelpseekerHeardAboutUs"] - } -} \ No newline at end of file diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateKeys.json deleted file mode 100644 index 49a7d14b6b..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateKeys.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "survey": { - "ChildInformationTab": [], - "CallerInformationTab": [] - }, - "preEngagement": { - "ChildInformationTab": [ - "incidentSummary", - "specificLocation" - ], - "CallerInformationTab": [ - "contactIdentifier", - "friendlyName", - "officeDepartmentBid" - - ], - "CaseInformationTab": [ - "priority" - ] - } -} diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/usvc/v1/PrepopulateKeys.json b/lambdas/packages/hrm-form-definitions/form-definitions/usvc/v1/PrepopulateKeys.json deleted file mode 100644 index 3faecca6bb..0000000000 --- a/lambdas/packages/hrm-form-definitions/form-definitions/usvc/v1/PrepopulateKeys.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "survey":{ - "ChildInformationTab":["age", "gender"], - "CallerInformationTab":[] - }, - "preEngagement":{ - "ChildInformationTab":["age", "gender", "firstName"], - "CallerInformationTab":["province","district"], - "CaseInformationTab":["urgencyLevel"] - } -} \ No newline at end of file diff --git a/twilio-iac/helplines/ca/configs/service-configuration/common.json b/twilio-iac/helplines/ca/configs/service-configuration/common.json index 0acf208deb..db21a5a3fd 100644 --- a/twilio-iac/helplines/ca/configs/service-configuration/common.json +++ b/twilio-iac/helplines/ca/configs/service-configuration/common.json @@ -22,7 +22,8 @@ "enable_upload_documents": false, "enable_voice_recordings": true, "enable_resouorces_updates": true, - "enable_conference_status_event_handler": true + "enable_conference_status_event_handler": true, + "use_prepopulate_mappings": true }, "helplineLanguage": "en-CA", "permissionConfig": "ca" diff --git a/twilio-iac/helplines/hu/configs/service-configuration/common.json b/twilio-iac/helplines/hu/configs/service-configuration/common.json index b82fc2c529..5c48570974 100644 --- a/twilio-iac/helplines/hu/configs/service-configuration/common.json +++ b/twilio-iac/helplines/hu/configs/service-configuration/common.json @@ -3,7 +3,8 @@ "definitionVersion": "hu-v1", "feature_flags": { "enable_csam_report": true, - "enable_lex": true + "enable_lex": true, + "use_prepopulate_mappings": true }, "helplineLanguage": "hu-HU", "permissionConfig": "hu" diff --git a/twilio-iac/helplines/jm/configs/service-configuration/common.json b/twilio-iac/helplines/jm/configs/service-configuration/common.json index fe4394cbc4..0f499cc60c 100644 --- a/twilio-iac/helplines/jm/configs/service-configuration/common.json +++ b/twilio-iac/helplines/jm/configs/service-configuration/common.json @@ -12,7 +12,8 @@ "enable_lex": true, "enable_llm_summary": true, "enable_lex_v2": true, - "enable_configurable_max_categories": true + "enable_configurable_max_categories": true, + "use_prepopulate_mappings": true }, "helplineLanguage": "en-JM", "permissionConfig": "jm" diff --git a/twilio-iac/helplines/mt/configs/service-configuration/common.json b/twilio-iac/helplines/mt/configs/service-configuration/common.json index 6dee280943..58b5238983 100644 --- a/twilio-iac/helplines/mt/configs/service-configuration/common.json +++ b/twilio-iac/helplines/mt/configs/service-configuration/common.json @@ -13,7 +13,8 @@ "feature_flags": { "enable_manual_pulling": false, "enable_lex": true, - "enable_lex_v2": true + "enable_lex_v2": true, + "use_prepopulate_mappings": true }, "permissionConfig": "mt", "resources_base_url": "" diff --git a/twilio-iac/helplines/nz/configs/service-configuration/common.json b/twilio-iac/helplines/nz/configs/service-configuration/common.json index 9855ee5523..d1c12ad942 100644 --- a/twilio-iac/helplines/nz/configs/service-configuration/common.json +++ b/twilio-iac/helplines/nz/configs/service-configuration/common.json @@ -20,7 +20,8 @@ "enable_voice_recordings": true, "enable_lex_v2": true, "enable_hang_up_by_hrm_saving": true, - "enable_conference_status_event_handler": true + "enable_conference_status_event_handler": true, + "use_prepopulate_mappings": true }, "form_definitions_base_url": "https://assets-staging.tl.techmatters.org/form-definitions/", "helplineLanguage": "en-NZ", diff --git a/twilio-iac/helplines/sg/configs/service-configuration/common.json b/twilio-iac/helplines/sg/configs/service-configuration/common.json index 352b8ff309..cf5e4e710b 100644 --- a/twilio-iac/helplines/sg/configs/service-configuration/common.json +++ b/twilio-iac/helplines/sg/configs/service-configuration/common.json @@ -11,7 +11,9 @@ "enable_voice_recordings": true, "enable_post_survey": false, "enable_hang_up_by_hrm_saving": true, - "enable_configurable_max_categories": true + "enable_configurable_max_categories": true, + "use_prepopulate_mappings": true, + "enable_conferencing": false }, "helplineLanguage": "en-SG", "permissionConfig": "sg" diff --git a/twilio-iac/helplines/tz/configs/service-configuration/common.json b/twilio-iac/helplines/tz/configs/service-configuration/common.json index 2f2b11f44f..766f61393d 100644 --- a/twilio-iac/helplines/tz/configs/service-configuration/common.json +++ b/twilio-iac/helplines/tz/configs/service-configuration/common.json @@ -8,7 +8,8 @@ ], "definitionVersion": "tz-v1", "feature_flags": { - "enable_lex": true + "enable_lex": true, + "use_prepopulate_mappings": true }, "helplineLanguage": "en-US", "permissionConfig": "tz"