From 9aaa09954e3b9ab25f6ed4205d523f2e2f4241aa Mon Sep 17 00:00:00 2001 From: Shreya-egov <144668573+Shreya-egov@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:40:29 +0530 Subject: [PATCH] Update the Release kit for Admin Console v0.1 (#124) * Created base schemas.json for adminconsole release v0.1 * Add files via upload * Update schemas.json * Create Workbench UISchema * Update schemas.json * updating releasekit --------- Co-authored-by: Jagankumar <53823168+jagankumar-egov@users.noreply.github.com> --- .../en_IN/rainmaker-boundary-admin.json | 18236 ++++++++++++++++ .../en_IN/rainmaker-campaignmanager.json | 1844 ++ .../en_IN/rainmaker-common.json | 452 + .../en_IN/rainmaker-hcm-admin-schemas.json | 926 + .../pt_IN/rainmaker-boundary-admin.json | 18236 ++++++++++++++++ .../pt_IN/rainmaker-campaignmanager.json | 1802 ++ .../pt_IN/rainmaker-common.json | 450 + .../pt_IN/rainmaker-hcm-admin-schemas.json | 6242 ++++++ .../JSON DATAS/Core/A.action-test.json | 14686 +++++++++++++ .../JSON DATAS/Core/A.roleactions.json | 18173 +++++++++++++++ .../JSON DATAS/Core/A.roles.json | 107 + .../Core/DataSecurity.DecryptionABAC.json | 1555 ++ .../Core/DataSecurity.EncryptionPolicy.json | 111 + .../Core/DataSecurity.MaskingPatterns.json | 35 + .../Core/DataSecurity.SecurityPolicy.json | 367 + .../Core/INBOX.InboxQueryConfiguration.json | 64 + .../RAINMAKER-PGR.ComplainClosingTime.json | 6 + .../Core/RAINMAKER-PGR.RejectionReasons.json | 6 + .../Core/RAINMAKER-PGR.ServiceDefs.json | 33 + .../Core/RAINMAKER-PGR.UIConstants.json | 5 + .../Core/common-masters.CensusYear.json | 12 + .../Core/common-masters.Department.json | 30 + .../Core/common-masters.Designation.json | 176 + .../Core/common-masters.GenderType.json | 17 + .../Core/common-masters.IdFormat.json | 82 + .../Core/common-masters.StateInfo.json | 49 + .../JSON DATAS/Core/dss-dashboard.About.json | 93 + .../Core/dss-dashboard.Calculations.json | 1412 ++ .../JSON DATAS/Core/dss-dashboard.FAQs.json | 279 + .../Core/dss-dashboard.dashboard-config.json | 22 + ...v-hrms.CampaignAssignmentFieldsConfig.json | 13 + .../Core/egov-hrms.CommonFieldsConfig.json | 95 + .../Core/egov-hrms.DeactivationReason.json | 10 + .../JSON DATAS/Core/egov-hrms.Degree.json | 42 + .../Core/egov-hrms.EmployeeDepartment.json | 18 + .../Core/egov-hrms.EmployeeStatus.json | 10 + .../Core/egov-hrms.EmployeeType.json | 22 + .../Core/egov-hrms.EmploymentTest.json | 14 + .../Core/egov-hrms.Specalization.json | 10 + .../Core/module-version.ROW_VERSIONS.json | 14 + .../JSON DATAS/Core/tenant.citymodule.json | 63 + .../JSON DATAS/Core/tenant.tenants.json | 32 + .../HCM Admin Console/adminschema.json | 344 + .../HCM Admin Console/attributeConfig.json | 22 + .../HCM Admin Console/basetimeout.json | 4 + .../HCM Admin Console/deliveryConfig.json | 215 + .../HCM Admin Console/deliveryTypeConfig.json | 10 + .../HCM Admin Console/hierarchyConfig.json | 5 + .../HCM Admin Console/mailConfig.json | 5 + .../HCM Admin Console/operatorConfig.json | 26 + .../HCM Admin Console/productType.json | 14 + .../HCM Admin Console/readMeConfig.json | 205 + .../JSON DATAS/Health-UI/Household.json | 87 + .../JSON DATAS/Health-UI/Product.json | 64 + .../JSON DATAS/Health-UI/Project.json | 144 + .../Health-UI/Projectbeneficiary.json | 110 + .../JSON DATAS/Health-UI/Workbench UISchema | 411 + ...-FIELD-SCHEMAS.additionalFieldSchemas.json | 47 + .../HCM-FIELD-APP-CONFIG.appConfig.json | 467 + .../HCM-PROJECT-TYPES.projectTypes.json | 259 + .../HCM-PROJECT.projectConfiguration.json | 32 + .../HCM-REFERRAL-REASONS.referralReasons.json | 22 + .../HCM-SERVICE-REGISTRY.serviceRegistry.json | 588 + .../HCM-SYMPTOMS-TYPES.symptomsTypes.json | 17 + ...ANTITY-VALIDATION.attendance-sessions.json | 12 + ...TASK-QUANTITY-VALIDATION.taskQuantity.json | 12 + mdms/HCM/HCM ADMINCONSOLE v0.1/schemas.json | 2232 ++ 67 files changed, 91205 insertions(+) create mode 100644 localisation/HCM Admin Console/en_IN/rainmaker-boundary-admin.json create mode 100644 localisation/HCM Admin Console/en_IN/rainmaker-campaignmanager.json create mode 100644 localisation/HCM Admin Console/en_IN/rainmaker-common.json create mode 100644 localisation/HCM Admin Console/en_IN/rainmaker-hcm-admin-schemas.json create mode 100644 localisation/HCM Admin Console/pt_IN/rainmaker-boundary-admin.json create mode 100644 localisation/HCM Admin Console/pt_IN/rainmaker-campaignmanager.json create mode 100644 localisation/HCM Admin Console/pt_IN/rainmaker-common.json create mode 100644 localisation/HCM Admin Console/pt_IN/rainmaker-hcm-admin-schemas.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.action-test.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roleactions.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roles.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.DecryptionABAC.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.EncryptionPolicy.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.MaskingPatterns.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.SecurityPolicy.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/INBOX.InboxQueryConfiguration.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ComplainClosingTime.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.RejectionReasons.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ServiceDefs.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.UIConstants.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.CensusYear.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Department.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Designation.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.GenderType.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.IdFormat.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.StateInfo.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.About.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.Calculations.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.FAQs.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.dashboard-config.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CampaignAssignmentFieldsConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CommonFieldsConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.DeactivationReason.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Degree.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeDepartment.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeStatus.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeType.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmploymentTest.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Specalization.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/module-version.ROW_VERSIONS.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.citymodule.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.tenants.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/adminschema.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/attributeConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/basetimeout.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryTypeConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/hierarchyConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/mailConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/operatorConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/productType.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/readMeConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Household.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Product.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Project.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Projectbeneficiary.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Workbench UISchema create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-FIELD-APP-CONFIG.appConfig.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT-TYPES.projectTypes.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT.projectConfiguration.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-REFERRAL-REASONS.referralReasons.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SERVICE-REGISTRY.serviceRegistry.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SYMPTOMS-TYPES.symptomsTypes.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.attendance-sessions.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.taskQuantity.json create mode 100644 mdms/HCM/HCM ADMINCONSOLE v0.1/schemas.json diff --git a/localisation/HCM Admin Console/en_IN/rainmaker-boundary-admin.json b/localisation/HCM Admin Console/en_IN/rainmaker-boundary-admin.json new file mode 100644 index 0000000..75d3049 --- /dev/null +++ b/localisation/HCM Admin Console/en_IN/rainmaker-boundary-admin.json @@ -0,0 +1,18236 @@ + [ + { + "code": "ADMIN_MO", + "message": "Mozambique", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CANGUD ZI", + "message": "CANGUD ZI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CAVINA1", + "message": "Cavina1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_GWISSIKEN", + "message": "Gwissiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_MONKEYDUNUYA", + "message": "Monkeydunuya", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CANDOD O", + "message": "CANDOD O", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CAVINA2", + "message": "Cavina2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_MARFLIKEN", + "message": "Marfliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_YWN CAMP", + "message": "YWN Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CAMP ALPHA TOWN", + "message": "Camp Alpha Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CARANG ACHE", + "message": "CARANG ACHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CAVINA3", + "message": "Cavina3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_TEAKEN", + "message": "Teaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_CAVINA4", + "message": "Cavina4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_NHANTS UNGUI", + "message": "NHANTS UNGUI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_ROCK TOWN", + "message": "Rock Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CAVINA5", + "message": "Cavina5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CHITHA NDO", + "message": "CHITHA NDO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_GUTUKEN", + "message": "Gutuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_CAVINA6", + "message": "Cavina6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_GBARWILIKEN", + "message": "Gbarwiliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_GUEBUZ A", + "message": "GUEBUZ A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CADONG OLO", + "message": "CADONG OLO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CAVINA7", + "message": "Cavina7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_KARDIO VILLAGE", + "message": "Kardio Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_BOROMA", + "message": "BOROMA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_CAVINA8", + "message": "Cavina8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_TENKEN", + "message": "Tenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAHO", + "message": "CAHO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAVINA9", + "message": "Cavina9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_1 DE M AIO", + "message": "1 DE M AIO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_CAVINA10", + "message": "Cavina10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CATOND O", + "message": "CATOND O", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CAVINA11", + "message": "Cavina11", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_CAVINA12", + "message": "Cavina12", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_JOSINA MACHEL", + "message": "JOSINA MACHEL", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_25 DE JUNHO", + "message": "25 DE JUNHO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_CAVINA13", + "message": "Cavina13", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_CAVINA14", + "message": "Cavina14", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_VALE", + "message": "VALE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAVINA15", + "message": "Cavina15", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAWIRA B", + "message": "CAWIRA B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAVINA16", + "message": "Cavina16", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAWIRA A", + "message": "CAWIRA A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_17_CAVINA17", + "message": "Cavina17", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_18_CAVINA18", + "message": "Cavina18", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_19_CAVINA19", + "message": "Cavina19", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_20_CAVINA20", + "message": "Cavina20", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_21_CAVINA21", + "message": "Cavina21", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_22_CAVINA22", + "message": "Cavina22", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_23_CAVINA23", + "message": "Cavina23", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_24_CAVINA24", + "message": "Cavina24", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_25_CAVINA25", + "message": "Cavina25", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_26_CAVINA26", + "message": "Cavina26", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_27_CAVINA27", + "message": "Cavina27", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_28_CAVINA28", + "message": "Cavina28", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_29_CAVINA29", + "message": "Cavina29", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_CAMP ALPHA TOWN", + "message": "Camp Alpha town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_GBARWILIKEN", + "message": "Gbarwiliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_01_ABU CAMP", + "message": "Abu Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_01_NACULUER1", + "message": "Naculuer1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_02_GOI VILLAGE", + "message": "Goi Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_02_NACULUER2", + "message": "Naculuer2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_03_GBAH", + "message": "Gbah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_03_NACULUER3", + "message": "Naculuer3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_04_AMTEH CAMP", + "message": "Amteh Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_04_NACULUER4", + "message": "Naculuer4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_05_NACULUER5", + "message": "Naculuer5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_06_NACULUER6", + "message": "Naculuer6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_07_NACULUER7", + "message": "Naculuer7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_08_NACULUER8", + "message": "Naculuer8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_09_NACULUER9", + "message": "Naculuer9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_10_NACULUER10", + "message": "Naculuer10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_AMTEH CAMP", + "message": "Amteh camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_01_GABRIEL VILLAGE", + "message": "Gabriel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_01_NACOCOLOA1", + "message": "Nacocoloa1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_02_MONEY CAMP", + "message": "Money Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_02_NACOCOLOA2", + "message": "Nacocoloa2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_03_BANANA VILLAGE-01", + "message": "Banana Village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_03_NACOCOLOA3", + "message": "Nacocoloa3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_04_NACOCOLOA4", + "message": "Nacocoloa4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_04_SLC", + "message": "SLC", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_05_NACOCOLOA5", + "message": "Nacocoloa5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_05_TIMAH TOWN", + "message": "Timah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_06_NACOCOLOA6", + "message": "Nacocoloa6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_07_NACOCOLOA7", + "message": "Nacocoloa7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_08_NACOCOLOA8", + "message": "Nacocoloa8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_09_NACOCOLOA9", + "message": "Nacocoloa9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_TIMAH TOWN", + "message": "Timah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_01_BETHEL", + "message": "Bethel", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_02_KODUWAWA", + "message": "Koduwawa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_03_DOMAMANA", + "message": "Domamana", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_04_SAFULAH", + "message": "Safulah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_05_JAWAJEH BAWAH", + "message": "Jawajeh Bawah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_SAFULAH", + "message": "Safulah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_01_GLAY", + "message": "Glay", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_02_BONODO JAWEH", + "message": "Bonodo Jaweh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_03_GAGAMA", + "message": "Gagama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_04_ZUIE TOWN", + "message": "Zuie Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_ZUIE TOWN", + "message": "Zuie Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_01_GODEE", + "message": "Godee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_02_FALLINGO VILLAGE", + "message": "Fallingo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_03_TAIWAY", + "message": "Taiway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_04_BEADEN", + "message": "Beaden", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_05_GONSUA", + "message": "Gonsua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_06_FALLAH", + "message": "Fallah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_07_BEATHOU", + "message": "Beathou", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_BEATHOU", + "message": "Beathou", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_01_THOMAS CAMP", + "message": "Thomas Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_02_SATURDAY VILLAGE", + "message": "Saturday Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_03_SUPER POWER", + "message": "Super Power", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_04_OLDMAN KOTEE", + "message": "Oldman Kotee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_05_MOSES VILLAGE", + "message": "Moses Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_06_DUAH VILLAGE", + "message": "Duah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_07_SAVANNA VILLAGE", + "message": "Savanna Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_08_MANNAH VILLAGE", + "message": "Mannah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_09_JINKPO VILLAGE", + "message": "Jinkpo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_10_MBARMA", + "message": "Mbarma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_MBARMA", + "message": "Mbarma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_01_BORBORHUN", + "message": "Borborhun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_02_FAYAMA", + "message": "Fayama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_03_GALAHUN", + "message": "Galahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_04_JAWAJEH DEKPE", + "message": "Jawajeh Dekpe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_GALAHUN", + "message": "Galahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_01_LYNE", + "message": "Lyne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_02_ULC", + "message": "ULC", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_03_WONGO VILLAGE", + "message": "Wongo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_04_NORMOR TOWN", + "message": "Normor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_05_SMITH VILLAGE", + "message": "Smith Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_NORMOR TOWN", + "message": "Normor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_01_BOAKAI CAMP", + "message": "Boakai Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_02_JACOB VILLAGE", + "message": "Jacob Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_03_TONGLAY", + "message": "Tonglay", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_04_NYUNKOR FARM", + "message": "Nyunkor Farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_05_ALI CAMP", + "message": "Ali Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_06_MANDINGO CAMP", + "message": "Mandingo Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_07_SOLOMON CAMP", + "message": "Solomon Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_08_KORTEE VILLAGE", + "message": "Kortee Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_KORTEE VILLAGE", + "message": "Kortee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_01_BORBORBEE", + "message": "Borborbee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_02_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_03_DANIEL CAMP", + "message": "Daniel Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_GBARWILIKEN CLINIC", + "message": "Gbarwiliken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_KUNGBOR CLINIC", + "message": "Kungbor Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_CAWIRA A", + "message": "Cawira A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_FISHTOWN HIGHWAY", + "message": "FishTown Highway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_THEQUESSE", + "message": "Thequesse", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_BULTIKEN", + "message": "Bultiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_CAWIRA B", + "message": "Cawira B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_ZANICHI", + "message": "Zanichi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_FELOKEN", + "message": "Feloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_MACATA", + "message": "Macata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_VALE", + "message": "Vale", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_25 DE JUNHO", + "message": "25 De Junho", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_BIG JAYE", + "message": "Big Jaye", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_JULIO CHAMALULO", + "message": "Julio chamalulo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_COFATI 1", + "message": "Cofati 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_GBARKLIKEN", + "message": "Gbarkliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_JOSINA MACHEL", + "message": "Josina Machel", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_AFULEDI", + "message": "Afuledi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_CATOND O", + "message": "Catond O", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_KPANNISO", + "message": "Kpanniso", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_1 DE M AIO", + "message": "1 De M Aio", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_ADAMO", + "message": "Adamo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_ACUSE", + "message": "Acuse", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_CAHO", + "message": "Caho", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_BOROMA", + "message": "Boroma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_NTUITI", + "message": "Ntuiti", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_CADONG OLO", + "message": "Cadong Olo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_NCUMBZI 1", + "message": "Ncumbzi 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_GUEBUZ A", + "message": "Guebuz A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_NCUMBUZI 2", + "message": "Ncumbuzi 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_ACHINTSUE", + "message": "Achintsue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_CHITHA NDO", + "message": "Chitha Ndo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_AMBULEZI", + "message": "Ambulezi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_NHANTS UNGUI", + "message": "Nhants Ungui", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_CARANG ACHE", + "message": "Carang Ache", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_KAPHIRI KA MPANDA", + "message": "Kaphiri ka mpanda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_CANDOD O", + "message": "Candod O", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_COFATI 2", + "message": "Cofati 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_CANGUD ZI", + "message": "Cangud Zi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_TSHIRIZA", + "message": "Tshiriza", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_17_ANANIAS", + "message": "Ananias", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_18_MAXENECA", + "message": "Maxeneca", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_19_CAPOCHI", + "message": "Capochi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_20_CHANGUI", + "message": "Changui", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_21_LIPIRANI", + "message": "Lipirani", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_22_MPHEMBERE", + "message": "Mphembere", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_23_MOAMBEDZI", + "message": "Moambedzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_ANG'OMBE", + "message": "Ang'ombe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_FELOKEN", + "message": "Feloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_CHITIMA ", + "message": "Chitima ", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_FELOKEN CLINIC", + "message": "Feloken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_02_NSADZO", + "message": "Nsadzo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_BARROBO FARJAH", + "message": "Barrobo Farjah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE", + "message": "Mossurilee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE ", + "message": "Mossurilee ", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_01_MURRUPULA", + "message": "Murrupula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_GLOFAKEN", + "message": "Glofaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_NACOCOLOA9", + "message": "NACOCOLOA9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_WEAH HILL", + "message": "Weah Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_DUGBOKEN", + "message": "Dugboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_NACOCOLOA8", + "message": "NACOCOLOA8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_PEAL VILLAGE", + "message": "Peal village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_CHILIKEN", + "message": "Chiliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_DANIEL VILLAGE", + "message": "Daniel village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_NACOCOLOA7", + "message": "NACOCOLOA7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_BALLAH KOLLIE VILLAGE", + "message": "Ballah Kollie village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_NACOCOLOA6", + "message": "NACOCOLOA6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_SAWKEN", + "message": "Sawken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_GBAKEN", + "message": "Gbaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_KORTUMA VILLAGE", + "message": "Kortuma Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_NACOCOLOA5", + "message": "NACOCOLOA5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_GESSAKEN", + "message": "Gessaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_MANARY CAMP", + "message": "Manary camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_NACOCOLOA4", + "message": "NACOCOLOA4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_GWELEKPOTOWIKEN", + "message": "Gwelekpotowiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_NACOCOLOA3", + "message": "NACOCOLOA3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_WEALIQUAH TOWN", + "message": "Wealiquah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_08_NACOCOLOA2", + "message": "NACOCOLOA2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_08_WEAFUA TOWN", + "message": "Weafua town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_09_NACOCOLOA1", + "message": "NACOCOLOA1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_09_NJABOI TOWN", + "message": "Njaboi town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_10_JIMMY VILLAGE", + "message": "Jimmy Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_11_CASSELL VILLAGE-01", + "message": "Cassell village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_12_OKAI VILLAGE", + "message": "Okai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_13_GBOIMAH COLEMAN VILLAGE", + "message": "Gboimah Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_14_NATEHN VILLAGE", + "message": "Natehn village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_15_GBANDY VILLAGE", + "message": "Gbandy village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_16_HENRY VILLAGE", + "message": "Henry village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_17_SEKOU CAMP", + "message": "Sekou Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_18_YANGARYAH TOWN", + "message": "Yangaryah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_GLOFAKEN", + "message": "Glofaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_YANGARYAH TOWN", + "message": "Yangaryah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_01_NACULUER10", + "message": "NACULUER10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_02_NACULUER9", + "message": "NACULUER9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_03_NACULUER8", + "message": "NACULUER8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_04_NACULUER7", + "message": "NACULUER7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_05_NACULUER6", + "message": "NACULUER6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_06_NACULUER5", + "message": "NACULUER5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_07_NACULUER4", + "message": "NACULUER4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_08_NACULUER3", + "message": "NACULUER3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_09_NACULUER2", + "message": "NACULUER2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_10_NACULUER1", + "message": "NACULUER1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_01_CAVINA29", + "message": "CAVINA29", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_02_CAVINA28", + "message": "CAVINA28", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_03_CAVINA27", + "message": "CAVINA27", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_04_CAVINA26", + "message": "CAVINA26", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_05_CAVINA25", + "message": "CAVINA25", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_06_CAVINA24", + "message": "CAVINA24", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_07_CAVINA23", + "message": "CAVINA23", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_08_CAVINA22", + "message": "CAVINA22", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_09_CAVINA21", + "message": "CAVINA21", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_10_CAVINA20", + "message": "CAVINA20", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_11_CAVINA19", + "message": "CAVINA19", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_12_CAVINA18", + "message": "CAVINA18", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_13_CAVINA17", + "message": "CAVINA17", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_14_CAVINA16", + "message": "CAVINA16", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_15_CAVINA15", + "message": "CAVINA15", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_16_CAVINA14", + "message": "CAVINA14", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_17_CAVINA13", + "message": "CAVINA13", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_18_CAVINA12", + "message": "CAVINA12", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_19_CAVINA11", + "message": "CAVINA11", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_20_CAVINA10", + "message": "CAVINA10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_21_CAVINA9", + "message": "CAVINA9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_22_CAVINA8", + "message": "CAVINA8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_23_CAVINA7", + "message": "CAVINA7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_24_CAVINA6", + "message": "CAVINA6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_25_CAVINA5", + "message": "CAVINA5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_26_CAVINA4", + "message": "CAVINA4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_27_CAVINA3", + "message": "CAVINA3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_28_CAVINA2", + "message": "CAVINA2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_29_CAVINA1", + "message": "CAVINA1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_GLOFAKEN CLINIC", + "message": "Glofaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_01_YANGARYAH CLINIC", + "message": "Yangaryah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_CHIRODZI PONTE", + "message": "Chirodzi Ponte", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_GBATOGAI VILLAGE", + "message": "Gbatogai Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_JULUKEN", + "message": "Juluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_DWEJAH", + "message": "Dwejah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_JOHNS TOWN", + "message": "Johns town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_NHAULIRI 1", + "message": "Nhauliri 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_JULUKEN 2", + "message": "Juluken 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_KERWELLEH CAMP", + "message": "Kerwelleh camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_NHAULIRI 2", + "message": "Nhauliri 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_GBONDIA TOWN", + "message": "Gbondia town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_MARTUKEN", + "message": "Martuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_NCHENGA", + "message": "Nchenga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_BALLAH BASSA TOWN", + "message": "Ballah Bassa town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_CHAMIMBA", + "message": "Chamimba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_GORTUKEN", + "message": "Gortuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_06_CHIRODZI NTEPE", + "message": "Chirodzi Ntepe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_06_GORTIKEN", + "message": "Gortiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_07_KPLOWAKEN", + "message": "Kplowaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_07_NHANTSINGA", + "message": "Nhantsinga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_08_NHAMIDZI", + "message": "Nhamidzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_08_TUGBAKEN", + "message": "Tugbaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_09_CAVULANCIE", + "message": "Cavulancie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_09_TAPOLINE VILLAGE", + "message": "Tapoline Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_10_CHISSUA SEDE", + "message": "Chissua Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_10_FULA CAMP", + "message": "Fula Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_11_BESSIKEN", + "message": "Bessiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_11_CHISSUA CRUZAMENTO", + "message": "Chissua Cruzamento", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_12_CHISSUA THALA", + "message": "Chissua Thala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_12_SMALL JAYE", + "message": "Small jaye", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_13_CHABONGA", + "message": "Chabonga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_BALLAH BASSA TOWN", + "message": "Ballah Bassa town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_CHIBAGADIGO", + "message": "Chibagadigo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_JULUKEN", + "message": "Juluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_01_GBUYAMA TOWN", + "message": "Gbuyama town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_01_MATUNGULU", + "message": "Matungulu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_02_GBUGBAI TOWN", + "message": "Gbugbai town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_02_MASSECHA", + "message": "Massecha", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_03_CHINHANDA", + "message": "Chinhanda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_03_SENEHUM VILLAGE", + "message": "Senehum Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_04_CHICOA", + "message": "Chicoa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_04_GBANDI CAMP", + "message": "Gbandi camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_05_KISSI CAMP", + "message": "Kissi camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_05_NHAMINHE", + "message": "Nhaminhe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_06_ZIAMA TOWM", + "message": "Ziama towm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_07_PORTORPORTOR CAMP", + "message": "Portorportor camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_08_FINEBOY VILLAGE", + "message": "Fineboy village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_09_WEASUA TOWN", + "message": "Weasua town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_CHICOA NOVA", + "message": "Chicoa Nova", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_WEASUA TOWN", + "message": "Weasua town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_CHITEEIMA", + "message": "Chiteeima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_JULUKEN CLINIC", + "message": "Juluken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_02_WEASUA CLINIC", + "message": "Weasua Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_JOHNSON FARM", + "message": "Johnson Farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_MUALADZI SEDE", + "message": "Mualadzi sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_NEWAKEN", + "message": "Newaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_CHITUMBULA", + "message": "Chitumbula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_DUODEE", + "message": "Duodee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_SOLOKEN", + "message": "Soloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_CHIMBALAME", + "message": "Chimbalame", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_HILTON TOWN", + "message": "Hilton town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_SAWTOKEN 1", + "message": "Sawtoken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_CHATSICA", + "message": "Chatsica", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_JARGLOKEN", + "message": "Jargloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_PARKER TOWN", + "message": "Parker town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_NAMICOMBO", + "message": "Namicombo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_SARGLOKEN", + "message": "Sargloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_SENODEE VILLAGE", + "message": "Senodee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_DOMAGBEY", + "message": "Domagbey", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_SATEMA", + "message": "Satema", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_SAWTOKEN 2", + "message": "Sawtoken 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_FARMAH VILLAGE", + "message": "Farmah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_SEATOR", + "message": "Seator", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_TSEBONDO", + "message": "Tsebondo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_08_CATAKWALA", + "message": "Catakwala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_08_DEWAH TOWN", + "message": "Dewah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_09_DZIWELANGONA", + "message": "Dziwelangona", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_09_MABOI TOWN", + "message": "Maboi town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_10_GBALLASUA-1 VILLAGE", + "message": "Gballasua-1 village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_10_MUANANHANJE", + "message": "Muananhanje", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_11_CHOLONNGUELERA", + "message": "Cholonnguelera", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_11_TINDOWAH VILLAGE", + "message": "Tindowah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_12_DARBO TOWN", + "message": "Darbo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_12_MULAWE", + "message": "Mulawe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_13_NCHENGOERA", + "message": "Nchengoera", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_13_VAYE TOWN", + "message": "Vaye town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_14_MANKACA 1", + "message": "Mankaca 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_15_CHIRUDZI", + "message": "Chirudzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_16_DAUNDELA", + "message": "Daundela", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_17_GOELA", + "message": "Goela", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_18_THIMA", + "message": "Thima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_19_PHOCA", + "message": "Phoca", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_20_GUEROSSOMO", + "message": "Guerossomo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_21_NKHONDA", + "message": "Nkhonda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_22_MANKACA 2", + "message": "Mankaca 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_23_VUBUE", + "message": "Vubue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_24_MALIDZIMAERA", + "message": "Malidzimaera", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_25_CAWELENGA", + "message": "Cawelenga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_26_CHIMPOYO", + "message": "Chimpoyo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_27_MAGRENI", + "message": "Magreni", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_28_WERENGANI", + "message": "Werengani", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_29_AMOSSE", + "message": "Amosse", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_30_MBOMBE", + "message": "Mbombe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_31_NROLO", + "message": "Nrolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_32_MPHANJAYAUTSI", + "message": "Mphanjayautsi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_33_MALAZA", + "message": "Malaza", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_34_NHATIKOWA", + "message": "Nhatikowa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_35_CHITHAWALE", + "message": "Chithawale", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_36_ANTIGA MIGRACAO", + "message": "Antiga Migracao", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_MUALADZI", + "message": "Mualadzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_NEWAKEN", + "message": "Newaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_VAYE TOWN", + "message": "Vaye town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_01_DORBAH VILLAGE", + "message": "Dorbah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_02_AIRPORT VILLAGE", + "message": "Airport village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_03_RUBBER FARM VILLAGE", + "message": "Rubber farm village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_04_TOE/SOLOMON TEMPLE VILLAGE", + "message": "Toe/Solomon temple village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_05_B-T JOHNSON VILLAGE", + "message": "B-T Johnson village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_06_COLEMAN VILLAGE-01", + "message": "Coleman village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_07_WALACALA VILLAGE", + "message": "Walacala village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_08_MECCA TOWN", + "message": "Mecca town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_09_DUOSAH VILLAGE", + "message": "Duosah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_10_GBAYAN VILLAGE", + "message": "Gbayan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_11_BASSA VILLAGE-02", + "message": "Bassa Village-02", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_12_BIG JOHN", + "message": "Big john", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_13_VAJEPOLU", + "message": "Vajepolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_14_ARMAH", + "message": "Armah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_15_BEATOE TOWN", + "message": "Beatoe town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_BEATOE TOWN", + "message": "Beatoe town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_01_CASSELL VILLAGE", + "message": "Cassell village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_02_GBALLASUA-2", + "message": "Gballasua-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_03_TOEDENEM", + "message": "Toedenem", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_04_JAJUA VILLAGE", + "message": "Jajua village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_05_JIMMY VILLAGE", + "message": "Jimmy village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_06_ZUO MISSION", + "message": "Zuo mission", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_07_MOMOSEH", + "message": "Momoseh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_08_ZUO TOWN", + "message": "Zuo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_ZUO TOWN", + "message": "Zuo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_01_VP FARM", + "message": "VP farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_02_MARWOLO VILLAGE-01", + "message": "Marwolo village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_03_MASSAQUOI VILLAGE", + "message": "Massaquoi village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_04_YEMET VILLAGE", + "message": "Yemet village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_05_DOMAGBARMA VILLAGE", + "message": "Domagbarma village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_06_TAWAFEA VILLAGE", + "message": "Tawafea village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_07_ITIOKAI VILLAGE", + "message": "Itiokai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_08_MUSACOLE VILLAGE", + "message": "Musacole village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_09_KARNLEY TOWN", + "message": "Karnley Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_10_GBARMA TOWN", + "message": "Gbarma town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_GBARMA TOWN", + "message": "Gbarma town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_GBARMA CLINIC", + "message": "Gbarma Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_03_MEWAKEN CLINIC", + "message": "Mewaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_01_KHAMANDE SEDE", + "message": "Khamande sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_01_ZUBAH", + "message": "Zubah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_02_NAWAINE VILLAGE", + "message": "Nawaine village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_02_SEQUE", + "message": "Seque", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_03_CASSOCHELA", + "message": "Cassochela", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_03_MATTHEW HILL VILLAGE", + "message": "Matthew hill village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_04_MASSAUASSAUA", + "message": "Massauassaua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_04_SMITH TOWN", + "message": "Smith town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_05_NKONDA", + "message": "Nkonda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_06_MASSIMO", + "message": "Massimo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_07_ALISSONE", + "message": "Alissone", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_08_CANQUIRA", + "message": "Canquira", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_09_CHIGONDO", + "message": "Chigondo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_10_CALIDZIPIRE", + "message": "Calidzipire", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_11_DZICO", + "message": "Dzico", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_12_JASSONE", + "message": "Jassone", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_13_CHAWANTA", + "message": "Chawanta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_14_KANKHUKU", + "message": "Kankhuku", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_15_KAPAMANGA", + "message": "Kapamanga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_16_CHICAONDA", + "message": "Chicaonda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_17_FAIZAZE", + "message": "Faizaze", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_18_MULAMBA", + "message": "Mulamba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_19_TCHALE", + "message": "Tchale", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_KHAMANDE", + "message": "Khamande", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_SMITH TOWN", + "message": "Smith town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_01_BOKAY VILLAGE", + "message": "Bokay village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_02_MONUKPAZUE VILLAGE", + "message": "Monukpazue village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_03_MASSALEY VILLAGE", + "message": "Massaley village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_04_JORJORMA-01", + "message": "Jorjorma-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_05_YANGARYAHKOR", + "message": "Yangaryahkor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_06_SIRLEAF TOWN", + "message": "Sirleaf town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_07_GBAGBATA VILLAGE", + "message": "Gbagbata village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_08_BOIMAGORYOR VILLAGE", + "message": "Boimagoryor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_09_TARKPOIMA TOWN", + "message": "Tarkpoima town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_TARKPOIMA TOWN", + "message": "Tarkpoima town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_MUALDZI", + "message": "Mualdzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_04_TARKPOIMA CLINIC", + "message": "Tarkpoima Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_BARROBO WHOJAH", + "message": "Barrobo Whojah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_ENT PS CIDADE NAMPULA", + "message": "Ent Ps Cidade Nampula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_GBARMA", + "message": "Gbarma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_02_MURRUPULA", + "message": "Murrupula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_01_FISH TOWN", + "message": "Fish Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_01_MULBAH-TA", + "message": "Mulbah-ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_02_GBOKUDI", + "message": "Gbokudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_02_MEDINA", + "message": "Medina", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_03_FARSUTA", + "message": "Farsuta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_03_PONWIKEN", + "message": "Ponwiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_04_BOHLUYEH", + "message": "Bohluyeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_05_TUPAKEN", + "message": "Tupaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_FARSUTA", + "message": "Farsuta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_FISH TOWN", + "message": "Fish Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_01_DABBAH-TA", + "message": "Dabbah-ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_02_MONOKPANZU", + "message": "Monokpanzu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_03_WEEDOR VILLAGE", + "message": "Weedor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_04_KLC", + "message": "KLC", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_05_ZOPO HILL", + "message": "Zopo hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_06_KPO MOUNTAIN", + "message": "Kpo Mountain", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_07_GUYAN-TA", + "message": "Guyan-ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_08_GBARQUOITA", + "message": "Gbarquoita", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_GBARQUOITA", + "message": "Gbarquoita", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_01_LORBO-TA", + "message": "Lorbo-ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_02_DUKULY-LA-01", + "message": "Dukuly-la-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_03_MEDINA JUNCTION", + "message": "Medina Junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_04_POLICE BARRACK", + "message": "Police Barrack", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_05_CATHOLIC COMPOUND", + "message": "Catholic compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_06_NURSES' COMPOUND 2", + "message": "Nurses' compound 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_07_NURSES' COMPOUND 1", + "message": "Nurses' compound 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_08_FARWHENTA", + "message": "Farwhenta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_09_SAPPIMAH", + "message": "Sappimah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_10_MAMADEE VILLAGE", + "message": "Mamadee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_11_SUMO KERKULAH VILLAGE", + "message": "Sumo Kerkulah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_12_BONDI COMMUNITY", + "message": "Bondi community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_13_NEW BOPOLU", + "message": "New Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_14_PROMISELAND", + "message": "Promiseland", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_15_CENTRAL BOPOLU", + "message": "Central Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_16_DARK FOREST", + "message": "Dark forest", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_17_JAMES VARMAH TA", + "message": "James Varmah ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_JAMES VARMAH TA", + "message": "James Varmah ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_EMIRATES HOSPITAL", + "message": "Emirates Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_01_FISH TOWN CLINIC", + "message": "Fish Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_01_SUMO TOWN", + "message": "Sumo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_01_YOOKUDI", + "message": "Yookudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_02_KAMA TOWN", + "message": "Kama town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_02_PEDEBO", + "message": "Pedebo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_03_LIBSUCO", + "message": "Libsuco", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_03_WARNER FARM", + "message": "Warner farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_04_KONNE-LA", + "message": "Konne-la", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_04_YOOPIDI", + "message": "Yoopidi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_05_GISSI TOWN", + "message": "Gissi town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_05_KUDEKUDI", + "message": "Kudekudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_06_BOMBORMA", + "message": "Bomborma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_06_POOSIKEN", + "message": "Poosiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_07_DUOKUDI", + "message": "Duokudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_08_WOLIPLKUDI", + "message": "Woliplkudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_09_JEDEBIAKEN", + "message": "Jedebiaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_10_TANGBALEH", + "message": "Tangbaleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_BOMBORMA", + "message": "Bomborma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_YOOKUDI", + "message": "Yookudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_01_DARMOTA", + "message": "Darmota", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_02_GOTOMA", + "message": "Gotoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_03_SAO VILLAGE", + "message": "Sao village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_04_MOIBILITA", + "message": "Moibilita", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_05_KENEMU", + "message": "Kenemu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_06_ARTHUR VILLAGE", + "message": "Arthur village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_07_BOLOYALA", + "message": "Boloyala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_08_NORRIS VILLAGE", + "message": "Norris village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_09_KONNEH-LA", + "message": "Konneh-la", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_10_SAWMILL", + "message": "Sawmill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_SAWMILL", + "message": "Sawmill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_01_SMALL BONG MINES", + "message": "Small Bong Mines", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_02_ZALAMU", + "message": "Zalamu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_03_DORLAY-LA", + "message": "Dorlay-la", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_04_DUKULY-LA", + "message": "Dukuly-la", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_05_SMALL HENRY TOWN", + "message": "Small Henry town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_06_GAYAMAH", + "message": "Gayamah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_SMALL HENRY TOWN", + "message": "Small Henry town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_01_COMPOUND-SU TOWN", + "message": "Compound-Su town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_02_CHARLES TOWN", + "message": "Charles town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_03_WEAMU", + "message": "Weamu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_04_COMPOUND-SU JUNCTION", + "message": "Compound-Su Junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_05_DAVID TOWN", + "message": "David Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_06_BAMBUTA TOWN", + "message": "Bambuta town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_BAMBUTA TOWN", + "message": "Bambuta town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_BAMBUTA CLINIC", + "message": "Bambuta clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_02_YOOKUDI CLINIC", + "message": "Yookudi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_01_CAVALLA TOWN", + "message": "Cavalla Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_01_WHITEFLOWER TOWN", + "message": "Whiteflower town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_02_FINKA", + "message": "Finka", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_02_WORTEKEN", + "message": "Worteken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_03_SEDEKEN", + "message": "Sedeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_03_VANAN CONGO", + "message": "Vanan Congo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_04_KAAKUDI", + "message": "Kaakudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_04_KONA TOWN", + "message": "Kona town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_05_DOIWEE TOWN", + "message": "Doiwee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_05_KABLAKEN", + "message": "Kablaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_06_KPANA TOWN", + "message": "Kpana town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_07_VARMUYAN VILLAGE", + "message": "Varmuyan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_08_MALLAH TOWN", + "message": "Mallah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_09_MANNAH TOWN", + "message": "Mannah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_CAVALLA TOWN", + "message": "Cavalla Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_MANNAH TOWN", + "message": "Mannah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_01_FALLAH TOWN", + "message": "Fallah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_02_VOMO TOWN", + "message": "Vomo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_03_KORTU VILLAGE", + "message": "Kortu village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_04_EKEIL HILL", + "message": "Ekeil hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_05_VOMO TOWN JUNCTION", + "message": "Vomo town junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_06_CATHOLIC FARM", + "message": "Catholic farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_07_O G VILLAGE", + "message": "O G village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_08_SANDO VILLAGE", + "message": "Sando village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_09_WHITEFLOWER JUNCTION", + "message": "Whiteflower junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_10_GARGAMA TOWN", + "message": "Gargama town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_GARGAMA TOWN", + "message": "Gargama town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_01_ARMAH FARM", + "message": "Armah farm", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_02_THOMASEE TOWN", + "message": "Thomasee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_03_UNDERWEAR TOWN", + "message": "Underwear town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_04_BAI TOWN", + "message": "Bai town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_05_FAHNLONE TOWN", + "message": "Fahnlone town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_06_BONOKAI TOWN", + "message": "Bonokai town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_07_CRUSO VILLAGE", + "message": "Cruso village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_08_NYEILA", + "message": "Nyeila", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_09_JAMES KANNEH TOWN", + "message": "James Kanneh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_10_ZANZALA", + "message": "Zanzala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_11_GOKALA TOWN", + "message": "Gokala town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_12_NYLOR TOWN", + "message": "Nylor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_13_D C TOWN", + "message": "D C town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_14_PORKPAH TOWN", + "message": "Porkpah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_15_MASSA TOWN", + "message": "Massa town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_16_MARWOLO VILLAGE", + "message": "Marwolo village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_17_VARMAH TOWN", + "message": "Varmah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_18_JALLAHLONE TOWN", + "message": "Jallahlone town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_JALLAHLONE TOWN", + "message": "Jallahlone town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_CAVALLA CLINIC", + "message": "Cavalla Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_03_GOKALA CLINIC", + "message": "Gokala clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_01_BLATANA", + "message": "Blatana", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_01_WHOLE GRAWAY", + "message": "Whole Graway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_02_KING'S TOWN", + "message": "King's Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_02_VICTORIA VILLAGE", + "message": "Victoria village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_03_OLD HALF GRAWAY", + "message": "Old Half Graway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_03_ZALAYAMAH", + "message": "Zalayamah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_04_BAYAMA", + "message": "Bayama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_04_WLUPLOWEIN", + "message": "Wluplowein", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_05_PULLAH COMMUNITY", + "message": "Pullah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_05_SANDOTA", + "message": "Sandota", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_06_FAHN KOLLIETA", + "message": "Fahn Kollieta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_06_MLEWIEN", + "message": "Mlewien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_07_BULU", + "message": "Bulu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_07_TICHARBO", + "message": "Ticharbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_08_KORSIA VILLAGE", + "message": "Korsia village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_08_NABLEH", + "message": "Nableh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_09_KIKEN", + "message": "Kiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_09_TUMUQULIA TOWN", + "message": "Tumuqulia town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_10_FEGURSON", + "message": "Fegurson", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_11_NEW HALF GRAWAY", + "message": "New Half Graway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_12_SPRING HILL", + "message": "Spring Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_PULLAH COMMUNITY", + "message": "Pullah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_TUMUQULIA TOWN", + "message": "Tumuqulia town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_01_BARBU VILLAGE", + "message": "Barbu village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_02_YARKPOLU-01", + "message": "Yarkpolu-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_03_GIAYAMA", + "message": "Giayama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_04_ALFRED VILLAGE", + "message": "Alfred village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_05_GBALASUA", + "message": "Gbalasua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_GBALASUA", + "message": "Gbalasua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_01_TULAYALLAH", + "message": "Tulayallah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_02_BOIMU", + "message": "Boimu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_03_NYAFORTA", + "message": "Nyaforta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_04_FEDISCO VILLAGE", + "message": "Fedisco village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_05_KARLO", + "message": "Karlo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_06_KUNAGBAMA VILLAGE", + "message": "Kunagbama village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_07_VARNEY VILLAGE", + "message": "Varney village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_08_EAT YOUR OWN VILLAGE", + "message": "Eat Your Own village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_09_YARKPOLU", + "message": "Yarkpolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_10_SUPERMARKET-01", + "message": "Supermarket-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_11_GBASELA", + "message": "Gbasela", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_12_GBARYAMAH TOWN", + "message": "Gbaryamah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_GBARYAMAH TOWN", + "message": "Gbaryamah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_GBARYAMAH CLINIC", + "message": "Gbaryamah clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_04_PULLAH CLINIC", + "message": "Pullah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_01_GBAYAZU", + "message": "Gbayazu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_01_JJ DOSSEN COMMUNITY", + "message": "JJ Dossen Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_02_KARMOND BASE", + "message": "Karmond base", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_02_LAKE SHEPERD", + "message": "Lake Sheperd", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_03_BOY Z BASE", + "message": "Boy Z base", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_03_MIDDLE CESS", + "message": "Middle Cess", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_04_GAINKPAIN", + "message": "Gainkpain", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_04_NEGANGBO", + "message": "Negangbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_05_MARSH STREET", + "message": "Marsh Street", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_06_BASSA COMMUNITY", + "message": "Bassa Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_07_OLD KRU TOWN", + "message": "Old Kru Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_08_CENTRAL HARPER", + "message": "Central Harper", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_09_STADIUM ROAD", + "message": "Stadium Road", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_10_NEW HARPER", + "message": "New Harper", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_11_KPAFLOVILLE", + "message": "Kpafloville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_12_PHILADEPHIA", + "message": "Philadephia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_13_TU COMMUNITY", + "message": "TU Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_14_J, LAMA COX", + "message": "J, Lama Cox", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_15_EASY TOWN", + "message": "Easy Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_16_AIRFIELD", + "message": "Airfield", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_17_BONGAR HILLS", + "message": "Bongar Hills", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_18_HENCE STREET", + "message": "Hence Street", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_19_BISHOP HILLS", + "message": "Bishop Hills", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_20_CENTRAL HOFFMAN STATION", + "message": "Central Hoffman Station", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_21_WULUKEN", + "message": "Wuluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_22_WAA HODO TOWN", + "message": "Waa Hodo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_23_BIGTOWN", + "message": "BigTown", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_24_PULUKEN", + "message": "Puluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_25_PEACE COMMUNITY", + "message": "Peace community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_26_NEW KRU TOWN", + "message": "New Kru Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_27_BARROBO COMMUNITY", + "message": "Barrobo Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_28_MILLIONAIRE QUARTER", + "message": "Millionaire quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_29_ONE-TWO, ONE-TWO", + "message": "One-two, one-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_30_GIABO", + "message": "Giabo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_31_HARD WOOD", + "message": "Hard wood", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_GAINKPAIN", + "message": "Gainkpain", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_JJ DOSSEN COMMUNITY", + "message": "JJ Dossen Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_01_MARVO CAMP", + "message": "Marvo camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_02_MOAH VILLAGE", + "message": "Moah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_03_KERKULAH VILLAGE", + "message": "Kerkulah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_04_ZORMU", + "message": "Zormu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_05_TAWALATA", + "message": "Tawalata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_06_GBELETTA", + "message": "Gbeletta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_GBELETTA", + "message": "Gbeletta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_01_BORLOTA", + "message": "Borlota", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_02_KERPEH VILLAGE", + "message": "Kerpeh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_03_MANAWELLA TOWN", + "message": "Manawella town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_04_VASSALA TOWN", + "message": "Vassala town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_05_SMALL BONG COUNTY", + "message": "Small Bong County", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_SMALL BONG COUNTY", + "message": "Small Bong County", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_01_DUO FIELD", + "message": "Duo field", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_02_WORWOR VILLAGE", + "message": "Worwor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_03_POINT-POINT FIELD", + "message": "Point-point field", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_04_GAYAMAH JUNCTION", + "message": "Gayamah Junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_05_CRAWHOLE", + "message": "Crawhole", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_06_COMPANY CAMP", + "message": "Company camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_07_CLEARHEART", + "message": "Clearheart", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_08_SUPERMARKET", + "message": "Supermarket", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_09_HENRY TOWN B", + "message": "Henry Town B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_10_BACKYARD COMMUNITY", + "message": "Backyard community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_11_HENRY TOWN A", + "message": "Henry Town A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_BACKYARD COMMUNITY", + "message": "Backyard community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_HENRY TOWN CLINIC", + "message": "Henry Town clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_05_JJ DOSSEN HOSPITAL", + "message": "JJ Dossen Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_01_ROCK TOWN-01", + "message": "Rock Town-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_01_WEABAMAH", + "message": "Weabamah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_02_BLUEGAI", + "message": "Bluegai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_02_GYIGBIDI", + "message": "Gyigbidi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_03_JUNIOR KENNEY", + "message": "Junior Kenney", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_03_MIDDLE TOWN", + "message": "Middle Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_04_LUMAH VILLAGE", + "message": "Lumah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_04_NMAKLEWIEN", + "message": "Nmaklewien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_05_COLEMAN VILLAGE", + "message": "Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_05_LITTLE WELEBO CAMP", + "message": "Little Welebo Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_06_LITTLE WLEBO OLD TOWN", + "message": "Little Wlebo Old Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_07_LITTLE WLEBO NEW TOWN", + "message": "Little Wlebo New Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_COLEMAN VILLAGE", + "message": "Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_ROCK TOWN", + "message": "Rock Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_01_LOWOMAH TOWN", + "message": "Lowomah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_02_K J VILLAGE", + "message": "K J village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_03_GBARSU", + "message": "Gbarsu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_04_PORLUMAH", + "message": "Porlumah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_05_YANDA VILLAGE", + "message": "Yanda village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_06_TOTOQUELEH", + "message": "Totoqueleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_TOTOQUELEH", + "message": "Totoqueleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_ROCK TOWN CLINIC", + "message": "Rock Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_06_TOTOQUELEH CLINIC", + "message": "Totoqueleh clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_BOPOLU", + "message": "Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_03_HARPER", + "message": "Harper", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_01_GEAKEN", + "message": "GEAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_01_NYALUWAI", + "message": "Nyaluwai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_02_GEDERO KONUSO", + "message": "GEDERO KONUSO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_02_KONIYEAPOPLU", + "message": "Koniyeapoplu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_03_ALFRED TA", + "message": "Alfred Ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_03_GEDERO SUASU", + "message": "GEDERO SUASU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_04_BORLIA", + "message": "Borlia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_04_GIO VALLAGE", + "message": "GIO VALLAGE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_05_KARLOKEN", + "message": "KARLOKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_06_GEDEBO WARTEKEN", + "message": "GEDEBO WARTEKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_07_GEDEBO WULUKEN", + "message": "GEDEBO WULUKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_08_GEDEBO DIAGBLILAKEN", + "message": "GEDEBO DIAGBLILAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_09_DORROBO GBALAKEN", + "message": "DORROBO GBALAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_10_DORROBO GBAWAKEN", + "message": "DORROBO GBAWAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_11_DORROBO KONUSO", + "message": "DORROBO KONUSO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_12_DORROBO SAYLILAKEN", + "message": "DORROBO SAYLILAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_13_DORROBO WLUPLUKEN", + "message": "DORROBO WLUPLUKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_14_DORROBO KLILIKEN", + "message": "DORROBO KLILIKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_15_GEDEBO JLELOKEN", + "message": "GEDEBO JLELOKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_16_GEDEBO BIAKEN", + "message": "GEDEBO BIAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_17_GEDOBO KARBLAKEN", + "message": "GEDOBO KARBLAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_18_GEDOBO TENSOKEN", + "message": "GEDOBO TENSOKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_19_GEDEBO KLISO", + "message": "GEDEBO KLISO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_20_GEDEBO HEWEKEN", + "message": "GEDEBO HEWEKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_21_GEDEBO TUPELUSO", + "message": "GEDEBO TUPELUSO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_BORLIA", + "message": "Borlia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_KARLOKEN", + "message": "Karloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_01_KPANTA", + "message": "Kpanta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_02_DORKORTA", + "message": "Dorkorta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_03_PALAKWELLEH", + "message": "Palakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_PALAKWELLEH", + "message": "Palakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_01_GBARKOMAH", + "message": "Gbarkomah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_02_FAHNYANPOLU", + "message": "Fahnyanpolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_03_VANLIA #2", + "message": "Vanlia #2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_04_KELLEH", + "message": "Kelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_05_SOE", + "message": "Soe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_06_GELEYANSIASU", + "message": "Geleyansiasu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_GELEYANSIASU", + "message": "Geleyansiasu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_01_NEAKEH", + "message": "Neakeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_02_GOMU", + "message": "Gomu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_03_GBANPOLU", + "message": "Gbanpolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_04_TAINGAY TA", + "message": "Taingay Ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_05_KOLOGBANDI", + "message": "Kologbandi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_KOLOGBANDI", + "message": "Kologbandi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_01_GBOLUKAI", + "message": "Gbolukai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_02_GBADALAKWELLEH", + "message": "Gbadalakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_03_PADMOORE VILLAGE", + "message": "Padmoore Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_04_SEWARD VILLAGE", + "message": "Seward Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_05_GBOVEL VILLAGE", + "message": "Gbovel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_06_QUINA VILLAGE", + "message": "Quina Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_07_GBELEYAMA", + "message": "Gbeleyama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_08_FODAY TA", + "message": "Foday Ta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_09_GBETELEMU", + "message": "Gbetelemu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_10_VANLIA #1", + "message": "Vanlia #1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_11_GELEKPASU", + "message": "Gelekpasu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_12_KPAYEAKWELLEH", + "message": "Kpayeakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_KPAYEAKWELLEH", + "message": "Kpayeakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_01_KPORLOKOR VILLAGE", + "message": "Kporlokor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_02_GARPUTA", + "message": "Garputa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_03_TORLEKELLAH", + "message": "Torlekellah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_04_MAFAUAMA", + "message": "Mafauama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_05_ZALAKAI", + "message": "Zalakai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_06_BILLILAY", + "message": "Billilay", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_07_SALAYAH", + "message": "Salayah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_08_GBARNGAGAI GBOKORTA", + "message": "Gbarngagai Gbokorta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_09_SAYAMA", + "message": "Sayama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_10_FORKPATA", + "message": "Forkpata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_11_KOLLIETA", + "message": "Kollieta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_12_GUNGBETHA", + "message": "Gungbetha", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_GBARNGAGAI GBOKORTA", + "message": "Gbarngagai Gbokorta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_01_PORKPA VILLAGE", + "message": "Porkpa Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_02_TONGUOI", + "message": "Tonguoi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_03_SAYWO VILLAGE", + "message": "Saywo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_04_DOKORSU", + "message": "Dokorsu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_05_JENEWAH VILLAGE", + "message": "Jenewah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_06_KINGELA VILLAGE", + "message": "Kingela Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_07_MORLAKOLLEH", + "message": "Morlakolleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_MORLAKOLLEH", + "message": "Morlakolleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_01_ZUBAHTA", + "message": "Zubahta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_02_MASSAQUOI VILLAGE", + "message": "Massaquoi Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_03_GUINEAMA", + "message": "Guineama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_04_GBANJAHTA", + "message": "Gbanjahta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_05_BELLEKPALAMU", + "message": "Bellekpalamu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_BELLEKPALAMU", + "message": "Bellekpalamu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_01_GBARNGAY TOWN", + "message": "Gbarngay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_02_NYEAMAH", + "message": "Nyeamah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_03_MATUMEKWELLEH", + "message": "Matumekwelleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_04_MORLOWAMU", + "message": "Morlowamu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_05_WEAYAMA", + "message": "Weayama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_GBARNGAY TOWN", + "message": "Gbarngay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_EDITH H. WALLACE HEALTH CENTER", + "message": "Edith H. Wallace Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_01_GBARNGAY CLINIC", + "message": "Gbarngay Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_01_POUGBAKEN", + "message": "POUGBAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_02_TOCHOSO", + "message": "TOCHOSO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_03_GBAKEN", + "message": "GBAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_04_ANDERSON FARM", + "message": "ANDERSON FARM", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_05_WUIUKEN", + "message": "WUIUKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_06_POMUKEN", + "message": "POMUKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_07_TYETEWASO", + "message": "TYETEWASO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_POUGBAKEN", + "message": "Pougbaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_02_POUGBAKEN CLINIC", + "message": "Pougbaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_BOKOMU", + "message": "Bokomu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_04_KALUWAY 1", + "message": "Kaluway 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_01_BONIKEN", + "message": "Boniken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_01_JOSEPH WLEH VILLAGE", + "message": "Joseph Wleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_02_KARSO VILLAGE", + "message": "Karso village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_02_TUGBAKEN-01", + "message": "Tugbaken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_03_CONGO-02", + "message": "Congo-02", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_03_HENONGBE", + "message": "Henongbe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_04_GIANT TOWN", + "message": "Giant Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_04_GOLITA", + "message": "Golita", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_05_WLOWIEN", + "message": "Wlowien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_06_DOLOKEN", + "message": "Doloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_BONIKEN", + "message": "BONIKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_GOLITA", + "message": "Golita", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_01_LEMO VILLAGE", + "message": "Lemo village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_02_SENEE VILLAGE", + "message": "Senee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_03_MULBAH BEYAN VILLAGE", + "message": "Mulbah Beyan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_04_KALATA", + "message": "Kalata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_KALATA", + "message": "Kalata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_01_KAWEE VILLAGE", + "message": "Kawee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_02_LEBAH VILLAGE", + "message": "Lebah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_03_WILL-WILL VILLAGE", + "message": "Will-will village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_04_PAR-YARSIAH VILLAGE", + "message": "Par-Yarsiah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_05_JORJORMA", + "message": "Jorjorma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_06_GUWORMA", + "message": "Guworma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_GUWORMA", + "message": "Guworma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_01_MOYEA VILLAGE", + "message": "Moyea village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_02_LALESU VILLAGE", + "message": "Lalesu village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_03_BARSE VILLAGE", + "message": "Barse village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_04_SASSAHUN", + "message": "Sassahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_SASSAHUN", + "message": "Sassahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_01_SAMULAHUN", + "message": "Samulahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_02_BAH VILLAGE", + "message": "Bah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_03_MONDEGO", + "message": "Mondego", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_04_GATIMA", + "message": "Gatima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_GATIMA", + "message": "Gatima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_01_TOWER VILLAGE", + "message": "Tower village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_02_NAWANSU", + "message": "Nawansu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_03_GBANSELAKULEWULU", + "message": "Gbanselakulewulu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_04_MAWANSU", + "message": "Mawansu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_05_GBEYANKAI", + "message": "Gbeyankai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_GBEYANKAI", + "message": "Gbeyankai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_01_GBODGOLO", + "message": "Gbodgolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_02_KOGOHUN", + "message": "Kogohun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_03_MEIHUN", + "message": "Meihun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_04_KELORWAH", + "message": "Kelorwah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_05_GBADOMA", + "message": "Gbadoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_06_MAMAHUN", + "message": "Mamahun", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_07_NDAGBAYAH VILLAGE", + "message": "Ndagbayah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_08_NENE WIWO VILLAGE", + "message": "Nene wiwo village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_09_LOWOMA", + "message": "Lowoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_LOWOMA", + "message": "Lowoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_01_NAGIWAN", + "message": "Nagiwan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_02_PULUMA", + "message": "Puluma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_03_SAND BEACH", + "message": "Sand Beach", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_04_WAI-WAI VILLAGE", + "message": "Wai-wai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_05_POTOR-POTOR CAMP", + "message": "Potor-potor camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_06_WAI-WAIMA", + "message": "Wai-waima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_07_JENNEHKAI VILLAGE", + "message": "JennehKai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_08_TARNUE VILLAGE-01", + "message": "Tarnue village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_09_VICTOR ZIAMAH VILLAGE", + "message": "Victor Ziamah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_10_KONDESU", + "message": "Kondesu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_KONDESU", + "message": "Kondesu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_BONIKEN", + "message": "BONIKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_01_KONDESU CLINIC", + "message": "Kondesu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_01_MANOLU MISSION TOWN", + "message": "Manolu Mission Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_01_VASSALA", + "message": "Vassala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_02_JOEDOEBOY VILLAGE", + "message": "Joedoeboy village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_02_MANOLU BIG TOWN", + "message": "Manolu Big Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_03_NEWAKEN-01", + "message": "Newaken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_03_WOMBOI VILLAGE", + "message": "Womboi village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_04_DOKLIKEN", + "message": "Dokliken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_04_TOIKEI", + "message": "Toikei", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_05_POTUSO", + "message": "Potuso", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_06_GBAWANKEN", + "message": "Gbawanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_07_NYENOWROKEN", + "message": "Nyenowroken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_08_TARWONKEN", + "message": "Tarwonken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_09_BABORKEN", + "message": "Baborken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_10_KPANIAKEN", + "message": "Kpaniaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_11_SUKEN", + "message": "Suken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_MANOLU BIG TOWN", + "message": "Manolu Big Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_TOIKEI", + "message": "Toikei", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_01_MABUE VILLAGE", + "message": "Mabue village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_02_TARNUE VILLAGE", + "message": "Tarnue village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_03_KPAWOLOZU", + "message": "Kpawolozu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_KPAWOLOZU", + "message": "Kpawolozu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_01_KENATA", + "message": "Kenata", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_02_KPONIWAY", + "message": "Kponiway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_03_JAIKEI", + "message": "Jaikei", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_JAIKEI", + "message": "Jaikei", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_01_TUMA KAWU", + "message": "Tuma Kawu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_02_BALOMA", + "message": "Baloma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_BALOMA", + "message": "Baloma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_01_CAMP PEWEE 2", + "message": "Camp Pewee 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_02_CAMP PEWEE 1", + "message": "Camp Pewee 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_CAMP PEWEE 1", + "message": "Camp Pewee 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_01_GBAGIZU", + "message": "Gbagizu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_02_CAMP USA-01", + "message": "Camp USA-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_03_MURPHY VILLAGE", + "message": "Murphy village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_04_KARNIE VILLAGE", + "message": "Karnie village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_05_MONVORDOR", + "message": "Monvordor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_MONVORDOR", + "message": "Monvordor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_01_CAMP USA", + "message": "Camp USA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_02_CAMP GBEDEH", + "message": "Camp Gbedeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_03_SAKPEDEH", + "message": "Sakpedeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_SAKPEDEH", + "message": "Sakpedeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_01_MALI VILLAGE", + "message": "Mali village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_02_NATHANIEL MCGILL VILLAGE", + "message": "Nathaniel McGill village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_03_JAMES MULBAH VILLAGE", + "message": "James Mulbah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_04_MR. GEETON VILLAGE", + "message": "Mr. Geeton village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_05_GALAMA VILLAGE", + "message": "Galama village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_06_KORYOR VILLAGE", + "message": "Koryor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_07_PETER FLOMO VILLAGE", + "message": "Peter Flomo village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_08_HARRIS TANJOE VILLAGE", + "message": "Harris Tanjoe village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_09_BELLE YELLA", + "message": "Belle Yella", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_BELLE YELLA", + "message": "Belle Yella", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_01_COLA WATER VILLAGE", + "message": "Cola water village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_02_RUFUS VILLAGE", + "message": "Rufus village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_03_THOMAS YARSIAH VILLAGE", + "message": "Thomas Yarsiah village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_04_SWEETLAND", + "message": "Sweetland", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_05_TOYEA", + "message": "Toyea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_06_JOHN BELLEH VILLAGE", + "message": "John Belleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_07_LOTTO CARAY", + "message": "Lotto Caray", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_08_LINE POSITIVE", + "message": "Line Positive", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_09_DICKSON VILLAGE", + "message": "Dickson village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_10_KONDESU JUNCTION", + "message": "Kondesu Junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_KONDESU JUNCTION", + "message": "Kondesu Junction", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_01_KARPEE VILLAGE", + "message": "Karpee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_02_JUNIOR KAMARA VILLAGE", + "message": "Junior Kamara village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_03_JAMES TONGBOE", + "message": "James Tongboe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_04_CAMP ISRAEL", + "message": "Camp Israel", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_05_ZIMBABWE", + "message": "Zimbabwe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_06_EDDOE VILLAGE", + "message": "Eddoe village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_07_ARKU VILLAGE", + "message": "Arku village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_08_GREENLAND", + "message": "Greenland", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_09_SOUTH AFRICA", + "message": "South Africa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_10_CANADA", + "message": "Canada", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_11_NEW YORK", + "message": "New York", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_12_SMALL MEYAN", + "message": "Small Meyan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_13_CONGO-01", + "message": "Congo-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_14_POLIEA", + "message": "Poliea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_15_MR. BROWN VILLAGE", + "message": "Mr. Brown village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_16_GATEWAY 2", + "message": "Gateway 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_17_LARRY VILLAGE", + "message": "Larry village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_18_JTI", + "message": "JTI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_19_CITY UNDER FOREST", + "message": "City Under Forest", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_20_ZAMAH", + "message": "Zamah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_21_GATEWAY 1", + "message": "Gateway 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_22_MAPUWAY", + "message": "Mapuway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_23_JAPAN", + "message": "Japan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_24_FASSAMA", + "message": "Fassama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_FASSAMA", + "message": "Fassama", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_FASSAMA CLINIC", + "message": "Fassama Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_02_MANOLU CLINIC", + "message": "Manolu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_01_YEDIAKEN", + "message": "Yediaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_02_WELEKEN", + "message": "Weleken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_03_GBAWILY", + "message": "Gbawily", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_04_GBISO", + "message": "Gbiso", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_05_GBON", + "message": "Gbon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_06_NYEONWISIKEN", + "message": "Nyeonwisiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_07_YEDEROBO", + "message": "Yederobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_08_JOHNSONVILLE", + "message": "Johnsonville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_09_YOBLOKEN", + "message": "Yobloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_10_YORKEN", + "message": "Yorken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_11_YORKEN1", + "message": "Yorken1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_YEDIAKEN", + "message": "Yediaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_03_YEDIAKEN CLINIC", + "message": "Yediaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_BELLEH", + "message": "Belleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_05_KALUWAY 2", + "message": "Kaluway 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_01_BARRAKEN", + "message": "Barraken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_02_OLD LADY TOWN", + "message": "Old Lady Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_03_WEAH VILLAGE", + "message": "Weah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_04_REFUGEE CAMP", + "message": "Refugee Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_05_NEW GBAKEN", + "message": "New Gbaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_BARRAKEN", + "message": "Barraken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_01_BARRAKEN CLINIC (FIXED DP)", + "message": "Barraken Clinic (Fixed DP)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_01_RTK", + "message": "RTK", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_02_GENIKEN", + "message": "Geniken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_03_GEKOEKEN", + "message": "Gekoeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_04_BLAGEKEN", + "message": "Blageken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_05_JLOBOKEN", + "message": "Jloboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_06_TUOKPEKEN", + "message": "Tuokpeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_07_CAVALLA KUNOKUDI", + "message": "Cavalla kunokudi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_08_TENDEKEN", + "message": "Tendeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_RTK", + "message": "RTK", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_02_ROCKTOWN KUNOKUDI (CLINIC)", + "message": "RockTown Kunokudi (Clinic)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_01_OLD SODOKEN", + "message": "old sodoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_02_GBOLOLU", + "message": "Gbololu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_03_NEW SODOKEN", + "message": "New sodoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_04_MOPP CAMP", + "message": "MOPP camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_05_GBEWIEN", + "message": "Gbewien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_06_WATCHOKEN", + "message": "Watchoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_07_GOLOBO", + "message": "Golobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_08_CAMP 10", + "message": "Camp 10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_OLD SODOKEN", + "message": "old sodoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_03_OLD SODOKEN CLINIC", + "message": "Old sodoken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_01_GBLOKEN", + "message": "Gbloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_02_KWILOKEN", + "message": "Kwiloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_03_TUMBIAKEN", + "message": "Tumbiaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_04_SOLOKEN-01", + "message": "Soloken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_05_GBAKEN-01", + "message": "Gbaken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_06_SEDEKEN-01", + "message": "Sedeken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_07_NIKPACHELU", + "message": "nikpachelu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_08_SADEKEN", + "message": "Sadeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_09_DEBLEKEN", + "message": "Debleken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_GBLOKEN", + "message": "Gbloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_04_GBLOKEN CLINIC", + "message": "Gbloken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_01_PLEEBO ZONE 1A", + "message": "PLEEBO ZONE 1A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_02_PLEEBO ZONE 1B", + "message": "PLEEBO ZONE 1B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_03_PLEEBO ZONE 2A", + "message": "PLEEBO ZONE 2A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_04_PLEEBO ZONE 2B", + "message": "PLEEBO ZONE 2B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_05_PLEEBO ZONE 5", + "message": "PLEEBO ZONE 5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_PLEEBO ZONE 1A", + "message": "Pleebo Zone 1A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_01_PLEEBO ZONE 3A", + "message": "PLEEBO ZONE 3A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_02_PLEEBO ZONE 3B", + "message": "PLEEBO ZONE 3B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_03_PLEEBO ZONE 4A", + "message": "PLEEBO ZONE 4A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_04_PLEEBO ZONE 4B", + "message": "PLEEBO ZONE 4B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_05_PLEEBO ZONE 4C", + "message": "PLEEBO ZONE 4C", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_PLEEBO ZONE 3A", + "message": "Pleebo Zone 3A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_01_PLEEBO ZONE 6A", + "message": "PLEEBO ZONE 6A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_02_PLEEBO ZONE 6B/CRC CAMP 5", + "message": "PLEEBO ZONE 6B/CRC CAMP 5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_03_PLEEBO ZONE 7A", + "message": "PLEEBO ZONE 7A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_04_PLEEBO ZONE 7B", + "message": "PLEEBO ZONE 7B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_05_PLEEBO ZONE 7C", + "message": "PLEEBO ZONE 7C", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_06_PLEEBO ZONE 8", + "message": "PLEEBO ZONE 8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_07_PLEEBO ZONE 9", + "message": "PLEEBO ZONE 9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_PLEEBO ZONE 7A", + "message": "Pleebo Zone 7A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_01_PLEEBO ZONE 10A", + "message": "PLEEBO ZONE 10A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_02_PLEEBO ZONE 10B", + "message": "PLEEBO ZONE 10B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_03_PLEEBO ZONE 10C", + "message": "PLEEBO ZONE 10C", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_04_PLEEBO ZONE 11A", + "message": "PLEEBO ZONE 11A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_05_PLEEBO ZONE 11B", + "message": "PLEEBO ZONE 11B", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_06_PLEEBO ZONE 11C", + "message": "PLEEBO ZONE 11C", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_PLEEBO ZONE 11A", + "message": "Pleebo Zone 11A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_01_GBOLOBO KAKEN", + "message": "GBOLOBO KAKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_02_GBOLOBO TUNUKEN", + "message": "GBOLOBO TUNUKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_03_GBOLOBO BESSIKEN", + "message": "GBOLOBO BESSIKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_04_GBOLOBO TAMBO", + "message": "GBOLOBO TAMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_05_FODOKEN", + "message": "Fodoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_06_GBOLOBO GEEWLOKEN", + "message": "GBOLOBO GEEWLOKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_GBOLOBO BESSIKEN", + "message": "Gbolobo Bessiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_06_GEDETARBO 1", + "message": "Gedetarbo 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_07_01_NEPLUWIEN", + "message": "NEPLUWIEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_07_GEDETARBO 2", + "message": "Gedetarbo 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_08_01_HELOMEH", + "message": "HELOMEH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_08_GEDETARBO 3", + "message": "Gedetarbo 3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_09_01_NEMEKEN/WERTIKEN", + "message": "NEMEKEN/WERTIKEN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_09_GEDETARBO 4", + "message": "Gedetarbo 4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_10_01_TOGBA TOWN", + "message": "TOGBA TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_10_GEDETARBO 5", + "message": "Gedetarbo 5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_11_01_RUBBER BED", + "message": "RUBBER BED", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_11_GEDETARBO 6", + "message": "Gedetarbo 6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_12_01_GEDETARBO 1", + "message": "GEDETARBO 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_12_GEDETARBO 7", + "message": "Gedetarbo 7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_13_01_GEDETARBO 2", + "message": "Gedetarbo 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_13_GEDETARBO 8", + "message": "Gedetarbo 8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_01_HOSPITAL CAMP/CAMP 3", + "message": "HOSPITAL CAMP/CAMP 3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_02_FACTORY CAMP", + "message": "FACTORY CAMP", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_03_HOSPITAL CAMP/CAMP 5 VILLAGE", + "message": "Hospital Camp/Camp 5 Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_HOSPITAL CAMP/CAMP 3", + "message": "Hospital Camp/Camp 3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_05_PLEEBO HEALTH CENTER", + "message": "PLEEBO HEALTH CENTER", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_06_PLEEBO", + "message": "Pleebo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_ADMIN_MO", + "message": "ADMIN_MO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_GBARPOLU", + "message": "Gbarpolu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_MARYLAND", + "message": "Maryland", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_01_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_CHIMELO", + "message": "CHIMELO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_FILORKEN CITY", + "message": "Filorken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_GREBO VILLAGE 2", + "message": "Grebo Village 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_CHIGELA", + "message": "CHIGELA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_GBUKEN", + "message": "Gbuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_GREBO VILLAGE 1", + "message": "Grebo Village 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_03_CHIPACO", + "message": "CHIPACO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_03_CORRECTION PALACE", + "message": "Correction Palace", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_04_BAWAY TOWN", + "message": "Baway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_04_CHIPANG A", + "message": "CHIPANG A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_05_CHIPINHE", + "message": "CHIPINHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_05_YOUBOR TOWN", + "message": "Youbor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_06_COLOMBO", + "message": "COLOMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_06_KRAH TOWN", + "message": "Krah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_07_COTOMON A", + "message": "COTOMON A", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_07_MANYEAH", + "message": "Manyeah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_08_BEEZON TOWN", + "message": "Beezon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_08_FAHELO", + "message": "FAHELO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_09_FAMULO", + "message": "FAMULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_09_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_10_HODI", + "message": "HODI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_10_JELLU TOWN", + "message": "Jellu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_11_GBEYOUBO TOWN", + "message": "Gbeyoubo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_11_JUNHO", + "message": "JUNHO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_12_MAFELENE", + "message": "MAFELENE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_13_MALUPIRIR", + "message": "MALUPIRIR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_14_MAPIRORO", + "message": "MAPIRORO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_15_MARIRIU", + "message": "MARIRIU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_16_MUNGO", + "message": "MUNGO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_17_NABOARO", + "message": "NABOARO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_18_NALO", + "message": "NALO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_19_OCALIMBO", + "message": "OCALIMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_20_OCUMALO", + "message": "OCUMALO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_21_OCUMO", + "message": "OCUMO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_22_PASSENDE", + "message": "PASSENDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_23_PIRO", + "message": "PIRO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_24_PONACO", + "message": "PONACO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_25_SANTOS", + "message": "SANTOS", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_26_TINGACO", + "message": "TINGACO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_27_VERDE", + "message": "VERDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_28_VIATURA", + "message": "VIATURA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_29_VULAGUNDE", + "message": "VULAGUNDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_30_WINAZO", + "message": "WINAZO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_31_XIMANGO", + "message": "XIMANGO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_32_XIMPACO", + "message": "XIMPACO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_33_XINZIQUE", + "message": "XINZIQUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_34_YUAMO", + "message": "YUAMO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_35_ZIMBAZE", + "message": "ZIMBAZE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_36_ZUNGULE", + "message": "ZUNGULE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_37_INGURU", + "message": "INGURU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_38_NANGURU", + "message": "NANGURU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_39_MISSETA", + "message": "MISSETA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_40_MUCO", + "message": "MUCO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_41_NAMANCA", + "message": "NAMANCA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_42_MBUZI", + "message": "MBUZI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_43_CABATA", + "message": "CABATA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_FILORKEN CITY", + "message": "Filorken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_PEMBA SEDE", + "message": "Pemba Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_01_JOPLOKEN CITY", + "message": "Joploken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_02_KANWEAKEN", + "message": "Kanweaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_03_TUTUKEN", + "message": "Tutuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_JOPLOKEN CITY", + "message": "Joploken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_01_GENWIEN CITY", + "message": "Genwien City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_02_OTIKEN", + "message": "Otiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_03_DWATRO", + "message": "Dwatro", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_GENWIEN CITY", + "message": "Genwien City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_GBALAKPO CLINIC", + "message": "Gbalakpo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_PEMBA", + "message": "Pemba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_01_TOFFOI CLINIC", + "message": "Toffoi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_01_BAILAKPO", + "message": "Bailakpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_01_GHANA GOLD CAMP", + "message": "Ghana Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_02_BENTOR CAMP", + "message": "Bentor Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_02_BONGALO", + "message": "Bongalo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_03_CHECKPOINT", + "message": "Checkpoint", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_03_FUNKPO", + "message": "Funkpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_04_DORBOR VILLAGE", + "message": "Dorbor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_05_MISSIN VILLAGE", + "message": "Missin Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_06_KALLAH VILLAGE", + "message": "Kallah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_07_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_08_BANA VILLAGE", + "message": "Bana Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_09_TAILEY VILLAGE", + "message": "Tailey Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_10_JEMECA VILLAGE", + "message": "Jemeca Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_11_WULU VILLAGE", + "message": "Wulu Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_12_GOLO CAMP", + "message": "Golo Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_13_BENDLY CAMP", + "message": "Bendly Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_BAILAKPO", + "message": "Bailakpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_01_KLOFUEH", + "message": "Klofueh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_01_P.T.P. CAMP 2", + "message": "P.T.P. Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_02_JLATEKPO", + "message": "Jlatekpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_02_PAPAYE CAMP", + "message": "Papaye Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_03_P.T.P. CAMP 1", + "message": "P.T.P. Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_03_TOGBAKLEE", + "message": "Togbaklee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_04_SAYUO JUNCTION VILLAGE", + "message": "Sayuo Junction Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_05_GEE DWEH VILLAGE", + "message": "Gee Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_06_KPELLEH VILLAGE", + "message": "Kpelleh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_07_DARK FOREST VILLAGE", + "message": "Dark Forest Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_08_PALMMAD VILLAGE", + "message": "Palmmad Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_09_GBABO VILLAGE", + "message": "Gbabo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_10_BODUO VILLAGE", + "message": "Boduo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_11_POWPOW VILLAGE", + "message": "Powpow Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_12_PA-MOORE VILLAGE", + "message": "Pa-Moore Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_13_DWEH VILLAGE-01", + "message": "Dweh Village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_14_MORTOR VILLAGE", + "message": "Mortor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_15_ERIC VILLAGE", + "message": "Eric Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_16_DAKPENAL VILLAGE", + "message": "Dakpenal Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_17_THOMAS VILLAGE", + "message": "Thomas Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_18_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_19_ANTHONY VILLAGE", + "message": "Anthony Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_KLOFUEH", + "message": "Klofueh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_01_SOLOKPO", + "message": "Solokpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_02_SOBOBO", + "message": "Sobobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_03_JAKAKPO", + "message": "Jakakpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_04_TARAWA VILAGE", + "message": "Tarawa Vilage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_SOLOKPO", + "message": "Solokpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_KANNEH COMMUNITY CLINIC", + "message": "Kanneh Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_02_PICNECESS CLINIC", + "message": "Picnecess Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_01_JUDUKEN TOWN", + "message": "Juduken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_01_VICTORIAL VILLAGE", + "message": "Victorial Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_02_GBEWIEN-01", + "message": "Gbewien-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_02_JELLUE TOWN", + "message": "Jellue Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_03_ALPHONSO GAYE VILLAGE", + "message": "Alphonso Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_03_DUDUBOR", + "message": "Dudubor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_04_BASSA VILLAGE-01", + "message": "Bassa Village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_05_PENNUE", + "message": "Pennue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_06_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_07_ZAYBAY TOWN", + "message": "Zaybay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_08_JAIBO TOWN", + "message": "Jaibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_09_GBARBO TOWN", + "message": "Gbarbo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_10_TETE VILLAGE", + "message": "Tete Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_11_PELLEZON", + "message": "Pellezon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_12_JARBAH TOWN", + "message": "Jarbah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_13_TCHIEN POLAR", + "message": "Tchien Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_JUDUKEN TOWN", + "message": "Juduken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_01_AMARA VILLAGE", + "message": "Amara Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_01_GBEBOR", + "message": "Gbebor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_02_DEGBLAKEN", + "message": "Degblaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_02_GREAT VILLAGE", + "message": "Great Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_03_ISLAND NEMIAH", + "message": "Island Nemiah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_03_JARDEIAH VILLAGE", + "message": "Jardeiah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_04_UPPER NEMIAH", + "message": "Upper Nemiah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_04_ZINC VILLAGE", + "message": "Zinc Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_05_PANWENKEN", + "message": "Panwenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_05_YOLNY VILLAGE", + "message": "Yolny village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_06_LIFE CAN CHANGE GOLD CAMP", + "message": "Life can change Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_07_KARDAFFII VILLAGE", + "message": "Kardaffii Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_08_JAMES GAYWAH", + "message": "James Gaywah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_09_JACOB GAYE VILLAGE", + "message": "Jacob Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_10_CAVALLAH CAMP 2", + "message": "Cavallah Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_11_CAVALLAH CAMP 1", + "message": "Cavallah Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_12_GBORLUE TOWN", + "message": "Gborlue Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_13_SLOMEN CAMP 2", + "message": "Slomen Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_14_SLOMEN CAMP 1", + "message": "Slomen Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_15_KYNE TOWN", + "message": "Kyne Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_16_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_GBEBOR", + "message": "Gbebor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_01_TUPAKEN-01", + "message": "Tupaken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_02_SORROKEN", + "message": "Sorroken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_03_CHANGBEKEN", + "message": "Changbeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_TUPAKEN", + "message": "Tupaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_GORBOWRAGBA", + "message": "Gorbowragba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_03_JUDUKEN CLINIC", + "message": "Juduken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_01_CATHOLIC COMPOUND", + "message": "Catholic Compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_01_ZONE ONE HOSPITAL CAMP", + "message": "Zone One Hospital camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_02_CAMP THREE", + "message": "Camp Three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_02_GUNNIE COMMUNITY", + "message": "Gunnie Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_03_BLUE CAMP", + "message": "Blue Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_03_GREEN HILL", + "message": "Green Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_04_AIR FIELD COMMUNITY", + "message": "Air Field Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_04_SEDEE COMPOUND", + "message": "Sedee Compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_05_KAYKEN", + "message": "Kayken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_05_NEW ZWEDRU", + "message": "New Zwedru", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_06_DISCO HILL", + "message": "Disco Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_07_BOLYVILLE 1", + "message": "Bolyville 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_08_SINOE ROAD MARKET COMM.", + "message": "Sinoe Road Market Comm.", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_09_PINEAPPLE VILLAGE ROAD", + "message": "Pineapple village Road", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_10_CARR CENTER", + "message": "CARR Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_11_AGRICULTURE COMMUINTY", + "message": "Agriculture Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_12_MAP OFFICE", + "message": "MAP Office", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_13_EDUCATION COMMUNITY", + "message": "Education Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_14_WORD SOWER COMMUINTY", + "message": "Word Sower Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_15_BOLEYVILLE 2", + "message": "Boleyville 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_16_BROWN SAYEE COMMUNITY", + "message": "Brown Sayee Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_17_PEACE COMMUNITY", + "message": "Peace Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_18_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_ZONE ONE HOSPITAL CAMP", + "message": "Zone One Hospital Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_01_JENSON VILLE 2", + "message": "Jenson Ville 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_01_WAKPEKEN", + "message": "Wakpeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_02_DOUYEE COMMUNITY", + "message": "Douyee Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_02_SEATOR-01", + "message": "Seator-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_03_CANTOMENT SITE COMMUNITY", + "message": "Cantoment Site Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_04_BLESSING HILL COMMUNITY", + "message": "Blessing Hill Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_05_JENSON VILLE 1", + "message": "Jenson Ville 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_06_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_07_PENNUE COMMUNITY", + "message": "Pennue Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_08_KRAHVILLE", + "message": "Krahville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_09_GORBO COMMUNITY", + "message": "Gorbo Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_10_FDA COMMUNITY", + "message": "FDA Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_11_CHEAYEEVILLEDOUYE TOWN", + "message": "CheayeevilleDouye Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_12_BARLAVILLE", + "message": "Barlaville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_WAKPEKEN", + "message": "Wakpeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_01_GARLOVILLE COMMUNITY", + "message": "Garloville Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_01_TOPOH", + "message": "Topoh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_02_BIG SUEN", + "message": "Big Suen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_02_SUAH COMMUNITY", + "message": "Suah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_03_KANNAH ROAD COMMUNITY", + "message": "Kannah Road Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_04_ZWEDRU CENTRAL MARKET", + "message": "Zwedru Central Market", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_05_ZOE BUSH", + "message": "Zoe Bush", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_06_TELECOM & TWI COMMUNITY", + "message": "Telecom & TWI Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_07_CITY HALL COMMUNITY", + "message": "City Hall Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_08_WELBO QUARTER", + "message": "Welbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_09_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_10_SPS COMMUNITY", + "message": "SPS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_11_BAPTIST COMMUNITY", + "message": "Baptist Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_12_TOWAH COMMUNITY", + "message": "Towah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_13_A.G. COMMUNITY", + "message": "A.G. Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_TOPOH", + "message": "Topoh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_01_BIG FLENEKEN", + "message": "Big Fleneken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_01_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_02_KPASUAH HILL", + "message": "Kpasuah Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_02_WUTUKEN", + "message": "Wutuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_03_GBAGBAVILLE", + "message": "Gbagbaville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_04_ELRZ COMMUNITY", + "message": "ELRZ Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_05_MANDINGO QUARTER", + "message": "Mandingo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_06_ZANBO QUARTER", + "message": "Zanbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_07_KYNE QUARTER", + "message": "Kyne Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_08_GBOE QUARTER", + "message": "Gboe Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_09_BOWEN QUARTER", + "message": "Bowen Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_BIG FLENEKEN", + "message": "Big Fleneken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_BARCLAYVILLE HEALTH CENTER", + "message": "Barclayville Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_04_MARTHA TUBMAN MEMORIAL HOSPITAL", + "message": "Martha Tubman Memorial Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_01_01_GRAND CESS CITY", + "message": "Grand Cess City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_01_GRAND CESS CITY", + "message": "Grand Cess City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_01_NEWCESS", + "message": "Newcess", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_02_GBANKEN BEACH", + "message": "Gbanken Beach", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_03_BELLORKEN", + "message": "Bellorken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_NEWCESS", + "message": "Newcess", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_05_RALLY TIME HOSPITAL", + "message": "Rally Time Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_01_GBANKEN", + "message": "Gbanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_02_YLATWEN", + "message": "Ylatwen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_GBANKEN", + "message": "Gbanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_01_ZOLOKEN", + "message": "Zoloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_02_KWELEKEN", + "message": "Kweleken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_ZOLOKEN", + "message": "Zoloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_01_GENEKEN", + "message": "Geneken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_02_DENTIKEN", + "message": "Dentiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_03_WEDABOBEHWAN", + "message": "Wedabobehwan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_GENEKEN", + "message": "Geneken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_01_GBLABLOKEN", + "message": "Gblabloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_02_JLAROKEN", + "message": "Jlaroken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_03_TARPLAH'S TOWN", + "message": "Tarplah's Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_GBLABLOKEN", + "message": "Gblabloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_01_KWEYEKEN", + "message": "Kweyeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_02_TUPOKEN", + "message": "Tupoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_03_MUYANKEN", + "message": "Muyanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_04_KAYBOR", + "message": "Kaybor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_KWEYEKEN", + "message": "Kweyeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_06_GBANKEN CLINIC", + "message": "Gbanken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_BARCLAYVILLE", + "message": "Barclayville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_CABO DELGADO", + "message": "Cabo Delgado", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_01_TCHIEN", + "message": "Tchien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_01_CHENWRIKEN", + "message": "Chenwriken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_01_DOUBLE BRIDGE", + "message": "Double Bridge", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_02_POLO", + "message": "Polo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_02_TARKEN", + "message": "Tarken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_03_JARWLEH VILLAGE", + "message": "Jarwleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_03_WROPLUKEN", + "message": "Wropluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_04_WREGBALEH", + "message": "Wregbaleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_05_JOHN DAVIS TOWN", + "message": "John Davis town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_06_DUO TOWN", + "message": "Duo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_07_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_CHENWRIKEN", + "message": "Chenwriken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_CHIMOIO SEDE", + "message": "Chimoio Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_01_FARLEY TOWN", + "message": "Farley town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_01_TUBUVILLE", + "message": "Tubuville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_02_DIAYOKEN", + "message": "Diayoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_02_GBEJOLOBO", + "message": "Gbejolobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_03_BOLEY TOWN", + "message": "Boley town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_03_WOLOKEN 1", + "message": "Woloken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_04_PETROKON TOWN", + "message": "Petrokon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_05_PANWLOH TOWN", + "message": "Panwloh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_06_GEEBLO TOWN", + "message": "Geeblo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_07_PENNOKON TOWN", + "message": "Pennokon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_DIAYOKEN", + "message": "Diayoken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_PENNOKON TOWN", + "message": "Pennokon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_01_SIAKEN", + "message": "Siaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_02_TARWROKEN", + "message": "Tarwroken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_03_TAYBUE", + "message": "Taybue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_SIAKEN", + "message": "Siaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_04_01_SMITHVILLE", + "message": "Smithville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_04_SMITHVILLE", + "message": "Smithville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_05_01_ANAKEN", + "message": "Anaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_05_ANAKEN", + "message": "Anaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_BUAH HEALTH CENTER", + "message": "Buah Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_CHIMOIO", + "message": "Chimoio", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_01_PENNOKON", + "message": "Pennokon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_01_DWEKEN", + "message": "Dweken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_01_SLAGBALEH", + "message": "Slagbaleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_02_GBARYEA", + "message": "Gbaryea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_02_PHILIDEPHEDIA", + "message": "Philidephedia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_03_CEMENCO", + "message": "Cemenco", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_04_ABLEE CAMP", + "message": "Ablee Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_05_WATER VILLAGE", + "message": "Water Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_06_TUGBA VILLAGE", + "message": "Tugba Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_07_JARGBAH VILLAGE", + "message": "Jargbah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_08_SAYLEE PYNE", + "message": "Saylee Pyne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_09_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_10_DOWN DOUUGBE", + "message": "Down Douugbe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_11_CENTRAL DOUGBE", + "message": "Central Dougbe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_DWEKEN", + "message": "Dweken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_01_JABLAKEN", + "message": "Jablaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_01_ZONDEH VILLAGE", + "message": "Zondeh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_02_GBASULUKU", + "message": "Gbasuluku", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_02_TWEH TOWN", + "message": "Tweh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_03_NEW TOWN", + "message": "New Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_03_SARKPA TOWN", + "message": "Sarkpa Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_04_SEOH TOWN", + "message": "Seoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_05_KEHTOWN", + "message": "KehTown", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_06_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_JABLAKEN", + "message": "Jablaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_DWEKEN CLINIC", + "message": "Dweken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_02_JARWODEE CLINIC", + "message": "Jarwodee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_01_JERBOKEN", + "message": "Jerboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_02_JLATEKEN", + "message": "Jlateken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_JERBOKEN", + "message": "Jerboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_01_PLANPLANKEN", + "message": "Planplanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_02_WOLOKEN-2", + "message": "Woloken-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_03_WREKEKEN", + "message": "Wrekeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_04_SARBEKEN", + "message": "Sarbeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_PLANPLANKEN", + "message": "Planplanken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_03_TARLU CLINIC", + "message": "Tarlu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_01_GBARKEN", + "message": "Gbarken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_02_WROPLUKEN-01", + "message": "Wropluken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_WROPLUKEN", + "message": "Wropluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_01_PARLUKEN1", + "message": "Parluken1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_02_JLABAKEN", + "message": "Jlabaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_03_CAMP SPAIN", + "message": "Camp Spain", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_04_CHWNBOKEN", + "message": "Chwnboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_05_CAMP SCOTTLAND", + "message": "Camp scottland", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_06_PLACE TO BE", + "message": "Place to be", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_07_CAMP SUCCESS", + "message": "Camp success", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_08_SARTIKEN", + "message": "Sartiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_09_E-MAN VILLAGE", + "message": "E-Man Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_10_MA-MARY VILLAGE", + "message": "Ma-Mary Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_11_JUDANYAN", + "message": "Judanyan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_12_BOLUWIN", + "message": "Boluwin", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_PARLUKEN", + "message": "Parluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_04_PONNOKEN CLINIC", + "message": "PonNoken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_BUAH", + "message": "Buah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_MANICA", + "message": "Manica", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_02_PUTU", + "message": "Putu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_01_NYANKUNPO", + "message": "Nyankunpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_01_VARGLOR", + "message": "Varglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_02_PUTU TOWN", + "message": "Putu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_02_TUGLOR", + "message": "Tuglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_03_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_NYANKUNPO", + "message": "Nyankunpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_01_BARFORWIN", + "message": "Barforwin", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_01_KONOBO SAYUO", + "message": "Konobo Sayuo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_02_BOLLOH POE", + "message": "Bolloh Poe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_02_CHEA VILLAGE", + "message": "Chea Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_03_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_BARFORWIN", + "message": "Barforwin", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_01_DELAYEE", + "message": "Delayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_01_JARKAKPO", + "message": "Jarkakpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_02_BROWN VALLAGE", + "message": "Brown vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_02_KAYKPO", + "message": "Kaykpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_03_KLAYDEEPER", + "message": "Klaydeeper", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_03_PETER VALLAGE", + "message": "Peter vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_04_YENNEH VALLAGE", + "message": "Yenneh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_05_TORH VALLAGE", + "message": "Torh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_06_DWEH VILLAGE", + "message": "Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_07_GARYEKOR", + "message": "Garyekor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_08_YALLAH VALLAGE", + "message": "Yallah vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_09_SINNTRODRU", + "message": "Sinntrodru", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_10_BOUNDARY-1", + "message": "Boundary-1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_11_BOUNDARY- 2", + "message": "Boundary- 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_BOUNDARY-2", + "message": "Boundary-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_JARKAKPO", + "message": "Jarkakpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_BOUNDARY CLINIC", + "message": "Boundary Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_01_NYANKUNPO CLINIC", + "message": "Nyankunpo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_01_NEWTOWN COMMUNITY", + "message": "Newtown Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_01_TWABO DEHJELLAH", + "message": "Twabo DEHJELLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_02_NYONGBA", + "message": "NYONGBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_03_JAMICA", + "message": "JAMICA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_04_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_NEWTOWN COMMUNITY", + "message": "Newtown Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_01_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_01_WARKPO", + "message": "Warkpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_02_NIPLAIKPO", + "message": "Niplaikpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_WARKPO", + "message": "Warkpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_01_BELLAYELLAH", + "message": "BELLAYELLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_01_NIMEYOUVILLE", + "message": "Nimeyouville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_02_BEFORE CAMP", + "message": "Before Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_02_BOLO", + "message": "Bolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_03_HEADQUARTER (CIV) COMMUNITY", + "message": "Headquarter (CIV) Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_HEADQUARTER(CVI) COMMUNITY", + "message": "Headquarter(CVI) Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_NIMEYOUVILLE", + "message": "Nimeyouville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_01_TURNING POINT(CVI)", + "message": "TURNING POINT(CVI)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_02_SOLO CAMP", + "message": "SOLO CAMP", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_03_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_01_ZD CAMP", + "message": "ZD CAMP", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_02_PA-MOORE", + "message": "PA-Moore", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_03_GLAY TOWN", + "message": "GLAY TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_04_ZARR TOWN", + "message": "ZARR TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_05_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_01_TEMPO", + "message": "TEMPO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_02_GARLEO", + "message": "GARLEO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_03_YEOH TOWN", + "message": "YEOH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_04_CLOTELEE", + "message": "CLOTELEE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_05_BAO TOWN", + "message": "BAO TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_06_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_01_TWABO SAYUO", + "message": "Twabo SAYUO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_02_TWABO MISSION", + "message": "Twabo MISSION", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_03_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_01_FLAH TOWN", + "message": "FLAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_02_GBARWU", + "message": "GBARWU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_03_DRUWAR", + "message": "DRUWAR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_04_PEAH", + "message": "PEAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_05_GARGLOR", + "message": "GARGLOR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_06_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_01_GLAYGEE", + "message": "Glaygee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_02_BUWAY", + "message": "BUWAY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_03_WHYBO", + "message": "WHYBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_04_DELAYEE", + "message": "DELAYEE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_05_DROUGLOR", + "message": "Drouglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_06_DEHJALLAH", + "message": "DEHJALLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_07_WLABO", + "message": "WLABO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_08_BANGLOR", + "message": "BANGLOR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_09_DOWAH TOWN", + "message": "DOWAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_10_QUAYE VILLAGE/ABUJAY", + "message": "QUAYE VILLAGE/ABUJAY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_11_JUWAR 1&2", + "message": "JUWAR 1&2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_12_DWEH TOWN", + "message": "DWEH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_DWEH TOWN", + "message": "Dweh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_10_01_ZIAH TOWN", + "message": "ZIAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_10_ZIAH TOWN", + "message": "Ziah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_BOLLOH NEWTOWN", + "message": "Bolloh Newtown", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_02_KONOBO HEALTH CENTER", + "message": "Konobo Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_01_DOESWEN TOWN", + "message": "Doeswen Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_02_ATLANTIC CAMP", + "message": "Atlantic Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_03_WARWLEKEN TOWN", + "message": "Warwleken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_DOESWEN TOWN", + "message": "Doeswen Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_01_BOLLOH JLATIKEN TOWN", + "message": "Bolloh Jlatiken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_02_CHENGBETEE TOWN", + "message": "Chengbetee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_03_DAYBAH VILLAGE", + "message": "Daybah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_BOLLOH JLATIKEN TOWN", + "message": "Bolloh Jlatiken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_01_WEAYAN TOWN", + "message": "Weayan Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_02_SEEBODRO", + "message": "Seebodro", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_WEAYAN TOWN", + "message": "Weayan Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_03_DOESWEN CLINIC", + "message": "Doeswen clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_DORBOR", + "message": "Dorbor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_03_KONOBO", + "message": "Konobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_01_FELORKLE", + "message": "Felorkle", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_02_DARGBEVILLE", + "message": "Dargbeville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_03_JEKWIKEN", + "message": "Jekwiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_JEKWIKEN", + "message": "Jekwiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_01_ABENEGO VILLAGE", + "message": "Abenego Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_01_DAYKPO", + "message": "Daykpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_02_BETU", + "message": "Betu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_02_LAWRENCE VILLAGE", + "message": "lawrence village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_03_GBARWU", + "message": "Gbarwu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_03_SOBOBO-01", + "message": "Sobobo-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_04_JERRY TIAH", + "message": "Jerry Tiah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_05_PANNEWEN", + "message": "Pannewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_06_ZARZAR", + "message": "ZarZar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_07_MADRA CAMP", + "message": "Madra Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_08_ZAMMIE", + "message": "Zammie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_09_CHAYEE", + "message": "Chayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_10_ZEAGBA", + "message": "Zeagba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_11_ZEAN", + "message": "Zean", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_12_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_DAYKPO", + "message": "Daykpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_01_NROKWIA", + "message": "Nrokwia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_02_KLADIA", + "message": "Kladia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_03_KUNNIE", + "message": "Kunnie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_04_WLOKRI", + "message": "Wlokri", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_NROKWIA", + "message": "Nrokwia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_01_WESSEH TOWN", + "message": "Wesseh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_02_SLOYEN", + "message": "Sloyen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_03_BASSA VILLAGE", + "message": "Bassa Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_04_KITTEAH", + "message": "Kitteah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_WESSEH TOWN", + "message": "Wesseh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_01_VALLA ROCK FIELD", + "message": "Valla Rock field", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_02_ARAB BASED", + "message": "Arab based", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_VALLA ROCK FIELD", + "message": "Valla Rock Field", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_GBOE GEEWON COMMUNITY CLINIC", + "message": "Gboe Geewon Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_01_SASS TOWN HOSPITAL", + "message": "Sass Town Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_01_SOBO CITY", + "message": "Sobo City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_01_ZALAKEN", + "message": "Zalaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_02_PITTAY", + "message": "Pittay", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_02_SOWOE VILLAGE", + "message": "Sowoe village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_03_JALAYOU VILLAGE", + "message": "Jalayou Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_04_KULEE TOWN", + "message": "Kulee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_05_ZUAJAH", + "message": "Zuajah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_06_CHELSLA", + "message": "Chelsla", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_07_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_SOBO CITY", + "message": "Sobo City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_01_NEROH", + "message": "Neroh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_02_WESSEHPO", + "message": "Wessehpo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_03_KARH", + "message": "Karh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_NEROH", + "message": "Neroh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_POLAR CLINIC", + "message": "Polar Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_02_SOBO COMMUNITY CLINIC", + "message": "Sobo Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_01_CHINESE CAMP", + "message": "Chinese Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_01_NIFU CITY", + "message": "Nifu City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_02_KANYEA VILLAGE", + "message": "Kanyea village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_03_BARKOR TOWN", + "message": "Barkor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_04_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_05_JULUZON", + "message": "Juluzon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_06_KWEOH", + "message": "Kweoh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_07_DAYBLEY", + "message": "Daybley", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_08_TELEDEE", + "message": "Teledee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_09_GBARKEH", + "message": "Gbarkeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_10_MOMBO TOWN", + "message": "Mombo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_NIFU CITY", + "message": "Nifu City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_01_BOTRA", + "message": "Botra", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_01_SAYON VILLAGE", + "message": "Sayon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_02_DIOH CITY", + "message": "Dioh City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_02_KONUWAY", + "message": "Konuway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_03_GOR VILLAGE", + "message": "Gor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_03_UNITED BASE", + "message": "United Base", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_04_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_BOTRA", + "message": "Botra", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_01_PARBOE", + "message": "Parboe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_02_VENENYEAZON 1& 2", + "message": "Venenyeazon 1& 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_03_WULOTONDEE", + "message": "Wulotondee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_04_POUH TOWN", + "message": "Pouh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_05_TOWAH TOWN", + "message": "Towah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_06_GAYE TOWN", + "message": "Gaye Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_07_GBAYEA TOWN", + "message": "Gbayea Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_08_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_GBARZON HEALTH CENTER", + "message": "Gbarzon health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_03_NIFU CLINIC", + "message": "Nifu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_GBAO", + "message": "Gbao", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_04_LOWER JLOH", + "message": "Lower Jloh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_01_NEW GARRAWAY", + "message": "New Garraway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_01_SOLO TOWN INSIDE", + "message": "Solo Town Inside", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_02_DOLEZON TOWN", + "message": "Dolezon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_02_MISSION TOWN 1", + "message": "Mission Town 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_03_FRANZAY TOWN", + "message": "Franzay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_03_MESSION TOWN-2", + "message": "Mession Town-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_04_GWENEBO TOWN", + "message": "Gwenebo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_04_SAYWONKEN", + "message": "Saywonken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_05_HOSPITAL CAMP", + "message": "Hospital camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_05_ZONE COMMUNITY", + "message": "Zone Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_06_DEH VILLAGE", + "message": "Deh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_06_GBALEN", + "message": "Gbalen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_07_MAHQUENKEN", + "message": "Mahquenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_07_WILSON VILLAGE", + "message": "Wilson Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_08_JONE ZBAYEE", + "message": "Jone Zbayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_08_PUNGBALOKEN", + "message": "Pungbaloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_09_ZIWAY TOWN", + "message": "Ziway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_10_SEWIEN 2", + "message": "Sewien 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_11_SEWIEN 1", + "message": "Sewien 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_12_DWEH COMMUNITY", + "message": "Dweh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_13_GAMBO TOWN", + "message": "Gambo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_14_GARLEY TOWN", + "message": "Garley Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_15_GBOLEKEN TOWN", + "message": "Gboleken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_GBOLEKEN TOWN", + "message": "Gboleken town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_NEW GARRAWAY", + "message": "New Garraway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_01_WETEKEN 1", + "message": "Weteken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_02_WETEKEN-2", + "message": "Weteken-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_WETEKEN 1", + "message": "Weteken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_01_TEBEKEN", + "message": "Tebeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_02_BACHEKEN", + "message": "Bacheken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_03_TUWAKEN 1", + "message": "Tuwaken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_04_TUWAKEN-2", + "message": "Tuwaken-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_TUWAKEN 1", + "message": "Tuwaken 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_GARRAWAY CLINIC", + "message": "Garraway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_01_GBOLEKEN CLINIC", + "message": "Gboleken clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_01_GENOYAH CITY", + "message": "Genoyah City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_01_PERER VILLAGE", + "message": "Perer Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_02_KANGBEKEH", + "message": "Kangbekeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_02_NEGBOWINE", + "message": "Negbowine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_03_ESTHER VILLAGE", + "message": "Esther Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_03_YETIKEN", + "message": "Yetiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_04_TARLUE VILLAGE", + "message": "Tarlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_05_FLAHN VILLAGE", + "message": "Flahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_06_QUIAH VILLAGE", + "message": "Quiah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_07_KOHU VILLAGE", + "message": "Kohu Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_08_ONE MAN VILLAGE", + "message": "One Man Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_09_KOON VILLAGE", + "message": "Koon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_10_SOWAKEN TOWN", + "message": "Sowaken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_11_BASSA VILLAGE 1", + "message": "Bassa Village 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_12_GWEIN TOWN", + "message": "Gwein Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_13_BARTEHJAM", + "message": "Bartehjam", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_14_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_GENOYAH CITY", + "message": "Genoyah City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_01_NYANBO", + "message": "Nyanbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_02_PIDDY", + "message": "Piddy", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_03_JLODEH", + "message": "Jlodeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_NYANBO", + "message": "Nyanbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_GENOYAH CLINIC", + "message": "Genoyah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_02_ZAI CLINIC", + "message": "Zai Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_01_DOEBLEE VILLAGE", + "message": "Doeblee Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_01_WILSONVILLE", + "message": "Wilsonville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_02_BIG JOE VILLAGE", + "message": "Big Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_02_JLAWLEKEN", + "message": "Jlawleken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_03_GOLYEAZON VILLAGE", + "message": "Golyeazon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_03_SLOLOH", + "message": "Sloloh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_04_GBAYOUBEE", + "message": "Gbayoubee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_04_JALOKEN VLLAGE", + "message": "Jaloken Vllage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_05_CHEALUBLEE2 VILLAGE", + "message": "Chealublee2 Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_05_TUBIAKEN", + "message": "Tubiaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_06_CHEALUBLEE1 VILLAGE", + "message": "Chealublee1 Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_07_KAHN TOWN", + "message": "Kahn Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_08_SOLO TOWN", + "message": "Solo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_09_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_WILISONVILLE", + "message": "Wilisonville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_01_JLATIKEN", + "message": "Jlatiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_02_GLOPLUKEN", + "message": "Glopluken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_03_ZOLUBEE", + "message": "Zolubee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_04_PENNUKEN", + "message": "Pennuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_05_NEMIAH BEACH", + "message": "Nemiah Beach", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_PENNUKEN", + "message": "Pennuken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_01_TENDENKEN", + "message": "Tendenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_02_OLD GBAMIKEN", + "message": "Old Gbamiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_03_NEW GBAMIKEN", + "message": "New Gbamiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_04_DARPLOKEN", + "message": "Darploken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_05_COFFIBEE", + "message": "Coffibee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_COFFIBEE", + "message": "Coffibee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_NEMIAH CLINIC", + "message": "Nemiah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_03_TUZON CLINIC", + "message": "Tuzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_01_BIG TOWN", + "message": "Big Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_01_GOANWONKPI", + "message": "Goanwonkpi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_02_JLORWIN", + "message": "Jlorwin", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_02_KAHN VILLAGE", + "message": "Kahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_03_SOLO VILLAGE", + "message": "Solo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_03_WATER SIDE", + "message": "Water Side", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_04_DUBA TOWN", + "message": "Duba Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_04_WEDABO BEACH", + "message": "Wedabo Beach", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_05_GLAHN VILLAGE", + "message": "Glahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_05_MIDDLE TOWN-01", + "message": "Middle Town-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_06_BANGBOR VILLAGE", + "message": "Bangbor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_07_BOE TOWN", + "message": "Boe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_08_OLD POHAN", + "message": "Old Pohan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_09_NEW POHAN", + "message": "New Pohan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_10_BAYWAYDEE TOWN", + "message": "Baywaydee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_11_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_12_BANANA VILLAGE", + "message": "Banana Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_13_BROWN VILLAGE", + "message": "Brown Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_14_DIAHN TOWN", + "message": "Diahn Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_MIDDLE TOWN", + "message": "Middle Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_JANZON CLINIC", + "message": "Janzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_04_NIFA CLINIC", + "message": "Nifa Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_01_BEHWAN CITY", + "message": "Behwan City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_01_GRADY TOWN", + "message": "Grady Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_02_VLEGEE TOWN", + "message": "Vlegee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_03_GEYAH TOWN", + "message": "Geyah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_04_MIDDLE EAST", + "message": "Middle East", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_05_DEBOR TOWN", + "message": "Debor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_06_KPOWEIN", + "message": "kpowein", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_07_TOGBALEE TOWN", + "message": "Togbalee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_08_BODUO TOWN", + "message": "Boduo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_09_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_10_SINKON TOWN", + "message": "Sinkon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_11_WLUBOR VILLAGE", + "message": "Wlubor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_12_SAYDEE VILLAGE-01", + "message": "Saydee village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_13_GLOKPADEE", + "message": "Glokpadee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_14_BASSA VILLAGE", + "message": "Bassa village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_15_JULUTUZON2", + "message": "Julutuzon2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_16_JULUTUZON1", + "message": "Julutuzon1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_17_KPAI TOWN", + "message": "Kpai town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_18_GLEPLAY TOWN", + "message": "Gleplay town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_19_COMPOUND", + "message": "Compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_20_ZAZA VILLAGE", + "message": "Zaza village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_BEHWAN CITY", + "message": "Behwan City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_01_SAWKEN-01", + "message": "Sawken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_02_GBONOWINE", + "message": "Gbonowine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_03_SANGBANIKEN", + "message": "Sangbaniken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_04_KWEBIE", + "message": "Kwebie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_GBONOWINE", + "message": "Gbonowine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_01_FOLOKEN", + "message": "Foloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_02_QUENKEN", + "message": "Quenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_03_KULODEH", + "message": "Kulodeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_04_CHANGBENKEN", + "message": "Changbenken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_05_SAYWONKEN-01", + "message": "Saywonken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_06_KPOIKEN", + "message": "Kpoiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_KPOIKEN", + "message": "Kpoiken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_BEH TOWN CLINIC", + "message": "Beh town clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_05_BEHWAN HEALTH CENTER", + "message": "Behwan Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_01_BAYE VILLAGE", + "message": "Baye village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_01_NEWAKEN CITY", + "message": "Newaken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_02_DIAYOKEN-01", + "message": "Diayoken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_02_YOUGE VILLAGE", + "message": "Youge village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_03_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_04_VORWBLEE VILLAGE", + "message": "Vorwblee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_05_JAYOR VILLAGE", + "message": "Jayor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_NEWAKEN CITY", + "message": "Newaken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_01_SORROKEN CITY", + "message": "Sorroken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_01_TENZON VILLAGE", + "message": "Tenzon village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_02_GEDEBO", + "message": "Gedebo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_02_NICO VILLAGE", + "message": "Nico village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_03_JOSEPHUS VILLAGE", + "message": "Josephus village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_03_WUTUKEN-01", + "message": "Wutuken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_04_GEE COMMUNITY", + "message": "Gee community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_05_DEHYE VILLAGE", + "message": "Dehye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_06_PETER VILLAGE", + "message": "Peter village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_07_GAYE VILLAGE", + "message": "Gaye village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_08_CAMROOM VILLAGE", + "message": "Camroom village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_09_JOE DENNIS VILLAGE", + "message": "Joe Dennis village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_10_SALAKAZON", + "message": "Salakazon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_11_COCODE", + "message": "Cocode", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_12_BABLEE VILLAGE", + "message": "Bablee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_13_ONE MAN VI8LLAGE", + "message": "One man vi8llage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_14_HARRIS COLLIN VILLAGE", + "message": "Harris collin village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_15_TOJALLAH TOWN 2", + "message": "Tojallah Town 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_16_TOJALLAH TOWN 1", + "message": "Tojallah Town 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_17_DOLUE VILLAGE", + "message": "Dolue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_18_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_19_MLAYEE", + "message": "Mlayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_20_ZONPLEE", + "message": "Zonplee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_SORROKEN CITY", + "message": "Sorroken City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_01_DOUGBO", + "message": "Dougbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_02_GEDEBO-01", + "message": "Gedebo-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_03_GBARKEN-01", + "message": "Gbarken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_DOUGBO", + "message": "Dougbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_BARGBLOR CLINIC", + "message": "Bargblor clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_06_NEWAKEN CLINIC", + "message": "Newaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_01_01_GBLEBO TOWN", + "message": "Gblebo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_01_GBLEBO TOWN", + "message": "Gblebo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_01_KWAKEN", + "message": "Kwaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_02_SAYWONKEN-02", + "message": "Saywonken-02", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_03_OLD KARLAWAKEN", + "message": "Old Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_04_NEW KARLAWAKEN", + "message": "New Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_05_TUNKEN", + "message": "Tunken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_06_QUAKEN", + "message": "Quaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_07_DUTORKEN", + "message": "Dutorken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_08_DOUGBOKEN", + "message": "Dougboken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_09_TENDEKEN-01", + "message": "Tendeken-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_OLD KARLAWAKEN", + "message": "Old Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_07_GBLEBO CLINIC", + "message": "Gblebo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_CAVALLA", + "message": "Cavalla", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_05_TREHN", + "message": "Trehn", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_01_SANDY TOWN", + "message": "Sandy Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_02_MOSSI VILLAGE", + "message": "Mossi Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_03_BEEKEN", + "message": "Beeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_04_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_01_BLOWN TOWN", + "message": "Blown Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_02_BAH TOWN", + "message": "Bah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_03_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_04_KPELLEH TOWN", + "message": "Kpelleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_05_POKOR TOWN", + "message": "Pokor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_01_B'HAI TARWAY CLINIC", + "message": "B'hai Tarway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_01_COCOWAY", + "message": "Cocoway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_02_TARKPOH GOLD CAMP", + "message": "Tarkpoh Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_03_CONGO", + "message": "Congo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_04_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_01_B'HAI JOZON", + "message": "B'hai Jozon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_03_GOYEAZON", + "message": "Goyeazon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_01_ALBERT KPAI VILLAGE", + "message": "Albert Kpai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_02_LATHER ROCK", + "message": "Lather Rock", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_03_ZLEH VILLAGE", + "message": "Zleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_04_JULU VILLAGE", + "message": "Julu village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_05_GANYAN VILLAGE", + "message": "Ganyan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_06_SAYDEE VILLAGE", + "message": "Saydee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_07_EDWARD CHARLIE VILLAGE", + "message": "Edward Charlie village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_08_JUNIOR LOGAN VILLAGE", + "message": "Junior Logan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_09_TOMMY WEAGAR VILLAGE", + "message": "Tommy Weagar village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_10_QUAYEE VILLAGE", + "message": "Quayee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_11_KPELLEH VILLAGE", + "message": "Kpelleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_12_JAMES WARD VILLAGE", + "message": "James Ward Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_13_SAYEEBLI", + "message": "Sayeebli", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_14_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_02_TOE TOWN CLINIC", + "message": "Toe Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_01_NEMENNWEN", + "message": "Nemennwen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_02_PLOE BODEE TOWN", + "message": "Ploe Bodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_03_PLOE WHAYEE TOWN", + "message": "Ploe Whayee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_04_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_05_DAVID BOMIE VILLAGE", + "message": "David Bomie Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_06_EMMANUEL VILLAGE", + "message": "Emmanuel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_07_HENRRY VILLAGE", + "message": "Henrry Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_08_ZONPLUE VILLAGE", + "message": "Zonplue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_09_ISRAEL VILLAGE", + "message": "Israel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_03_DUOGEE CLINIC", + "message": "Duogee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_01_ROUTY VILLAGE", + "message": "Routy Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_02_BEH VILLAGE", + "message": "Beh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_03_JANANIWAY VILLAGE", + "message": "Jananiway Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_04_GOH VLLAGE", + "message": "Goh Vllage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_05_JOE VILLAGE", + "message": "Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_06_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_07_QUATY VILLAGE", + "message": "Quaty Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_01_KARR TOWN", + "message": "Karr Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_02_SENNEHWEN TOWN", + "message": "Sennehwen Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_03_SHERMAN VILLAGE", + "message": "Sherman Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_04_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_05_TIAN TOWN", + "message": "Tian Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_04_DOUGEE TOWN CLINIC", + "message": "Dougee Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_06_B’HAI", + "message": "B’hai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_GRAND GEDEH", + "message": "Grand Gedeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_GRAND KRU", + "message": "Grand Kru", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_02_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_01_TIAN TOWN", + "message": "Tian Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_02_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_03_SHERMAN VILLAGE", + "message": "Sherman Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_04_SENNEHWEN TOWN", + "message": "Sennehwen Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_05_KARR TOWN", + "message": "Karr Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_01_QUATY VILLAGE", + "message": "Quaty Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_02_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_03_JOE VILLAGE", + "message": "Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_04_GOH VLLAGE", + "message": "Goh Vllage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_05_JANANIWAY VILLAGE", + "message": "Jananiway Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_06_BEH VILLAGE", + "message": "Beh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_07_ROUTY VILLAGE", + "message": "Routy Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_01_DOUGEE TOWN CLINIC", + "message": "Dougee Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_01_ISRAEL VILLAGE", + "message": "Israel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_02_ZONPLUE VILLAGE", + "message": "Zonplue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_03_HENRRY VILLAGE", + "message": "Henrry Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_04_EMMANUEL VILLAGE", + "message": "Emmanuel Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_05_DAVID BOMIE VILLAGE", + "message": "David Bomie Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_06_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_07_PLOE WHAYEE TOWN", + "message": "Ploe Whayee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_08_PLOE BODEE TOWN", + "message": "Ploe Bodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_09_NEMENNWEN", + "message": "Nemennwen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_02_DUOGEE CLINIC", + "message": "Duogee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_01_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_02_SAYEEBLI", + "message": "Sayeebli", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_03_JAMES WARD VILLAGE", + "message": "James Ward Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_04_KPELLEH VILLAGE", + "message": "Kpelleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_05_QUAYEE VILLAGE", + "message": "Quayee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_06_TOMMY WEAGAR VILLAGE", + "message": "Tommy Weagar village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_07_JUNIOR LOGAN VILLAGE", + "message": "Junior Logan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_08_EDWARD CHARLIE VILLAGE", + "message": "Edward Charlie village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_09_SAYDEE VILLAGE", + "message": "Saydee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_10_GANYAN VILLAGE", + "message": "Ganyan village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_11_JULU VILLAGE", + "message": "Julu village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_12_ZLEH VILLAGE", + "message": "Zleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_13_LATHER ROCK", + "message": "Lather Rock", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_14_ALBERT KPAI VILLAGE", + "message": "Albert Kpai village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_01_GOYEAZON", + "message": "Goyeazon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_03_B'HAI JOZON", + "message": "B'hai Jozon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_01_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_02_CONGO", + "message": "Congo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_03_TARKPOH GOLD CAMP", + "message": "Tarkpoh Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_04_COCOWAY", + "message": "Cocoway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_03_TOE TOWN CLINIC", + "message": "Toe Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_01_POKOR TOWN", + "message": "Pokor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_02_KPELLEH TOWN", + "message": "Kpelleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_03_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_04_BAH TOWN", + "message": "Bah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_05_BLOWN TOWN", + "message": "Blown Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_01_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_02_BEEKEN", + "message": "Beeken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_03_MOSSI VILLAGE", + "message": "Mossi Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_04_SANDY TOWN", + "message": "Sandy Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_04_B'HAI TARWAY CLINIC", + "message": "B'hai Tarway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBEZIA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_01_B’HAI", + "message": "B’hai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_01_ZONPLEE", + "message": "Zonplee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_02_MLAYEE", + "message": "Mlayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_03_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_04_DOLUE VILLAGE", + "message": "Dolue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_05_TOJALLAH TOWN 1", + "message": "Tojallah Town 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_06_TOJALLAH TOWN 2", + "message": "Tojallah Town 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_07_HARRIS COLLIN VILLAGE", + "message": "Harris collin village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_08_ONE MAN VI8LLAGE", + "message": "One man vi8llage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_09_BABLEE VILLAGE", + "message": "Bablee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_10_COCODE", + "message": "Cocode", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_11_SALAKAZON", + "message": "Salakazon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_12_JOE DENNIS VILLAGE", + "message": "Joe Dennis village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_13_CAMROOM VILLAGE", + "message": "Camroom village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_14_GAYE VILLAGE", + "message": "Gaye village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_15_PETER VILLAGE", + "message": "Peter village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_16_DEHYE VILLAGE", + "message": "Dehye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_17_GEE COMMUNITY", + "message": "Gee community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_18_JOSEPHUS VILLAGE", + "message": "Josephus village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_19_NICO VILLAGE", + "message": "Nico village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_20_TENZON VILLAGE", + "message": "Tenzon village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_01_JAYOR VILLAGE", + "message": "Jayor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_02_VORWBLEE VILLAGE", + "message": "Vorwblee village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_03_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_04_YOUGE VILLAGE", + "message": "Youge village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_05_BAYE VILLAGE", + "message": "Baye village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_01_BARGBLOR CLINIC", + "message": "Bargblor clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_01_ZAZA VILLAGE", + "message": "Zaza village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_02_COMPOUND", + "message": "Compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_03_GLEPLAY TOWN", + "message": "Gleplay town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_04_KPAI TOWN", + "message": "Kpai town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_05_JULUTUZON1", + "message": "Julutuzon1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_06_JULUTUZON2", + "message": "Julutuzon2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_07_BASSA VILLAGE", + "message": "Bassa village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_08_GLOKPADEE", + "message": "Glokpadee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_09_SAYDEE VILLAGE-01", + "message": "Saydee village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_10_WLUBOR VILLAGE", + "message": "Wlubor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_11_SINKON TOWN", + "message": "Sinkon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_12_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_13_BODUO TOWN", + "message": "Boduo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_14_TOGBALEE TOWN", + "message": "Togbalee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_15_KPOWEIN", + "message": "kpowein", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_16_DEBOR TOWN", + "message": "Debor town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_17_MIDDLE EAST", + "message": "Middle East", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_18_GEYAH TOWN", + "message": "Geyah town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_19_VLEGEE TOWN", + "message": "Vlegee town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_20_GRADY TOWN", + "message": "Grady Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_02_BEH TOWN CLINIC", + "message": "Beh town clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_01_DIAHN TOWN", + "message": "Diahn Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_02_BROWN VILLAGE", + "message": "Brown Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_03_BANANA VILLAGE", + "message": "Banana Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_04_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_05_BAYWAYDEE TOWN", + "message": "Baywaydee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_06_NEW POHAN", + "message": "New Pohan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_07_OLD POHAN", + "message": "Old Pohan", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_08_BOE TOWN", + "message": "Boe Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_09_BANGBOR VILLAGE", + "message": "Bangbor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_10_GLAHN VILLAGE", + "message": "Glahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_11_DUBA TOWN", + "message": "Duba Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_12_SOLO VILLAGE", + "message": "Solo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_13_KAHN VILLAGE", + "message": "Kahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_14_GOANWONKPI", + "message": "Goanwonkpi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_03_JANZON CLINIC", + "message": "Janzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_02_SOLO TOWN", + "message": "Solo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_03_KAHN TOWN", + "message": "Kahn Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_04_CHEALUBLEE1 VILLAGE", + "message": "Chealublee1 Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_05_CHEALUBLEE2 VILLAGE", + "message": "Chealublee2 Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_06_JALOKEN VLLAGE", + "message": "Jaloken Vllage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_07_GOLYEAZON VILLAGE", + "message": "Golyeazon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_08_BIG JOE VILLAGE", + "message": "Big Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_09_DOEBLEE VILLAGE", + "message": "Doeblee Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_04_TUZON CLINIC", + "message": "Tuzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_02_BARTEHJAM", + "message": "Bartehjam", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_03_GWEIN TOWN", + "message": "Gwein Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_04_BASSA VILLAGE 1", + "message": "Bassa Village 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_05_SOWAKEN TOWN", + "message": "Sowaken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_06_KOON VILLAGE", + "message": "Koon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_07_ONE MAN VILLAGE", + "message": "One Man Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_08_KOHU VILLAGE", + "message": "Kohu Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_09_QUIAH VILLAGE", + "message": "Quiah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_10_FLAHN VILLAGE", + "message": "Flahn Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_11_TARLUE VILLAGE", + "message": "Tarlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_12_ESTHER VILLAGE", + "message": "Esther Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_13_KANGBEKEH", + "message": "Kangbekeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_14_PERER VILLAGE", + "message": "Perer Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_05_ZAI CLINIC", + "message": "Zai Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_01_GBOLEKEN TOWN", + "message": "Gboleken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_02_GARLEY TOWN", + "message": "Garley Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_03_GAMBO TOWN", + "message": "Gambo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_04_DWEH COMMUNITY", + "message": "Dweh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_05_SEWIEN 1", + "message": "Sewien 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_06_SEWIEN 2", + "message": "Sewien 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_07_ZIWAY TOWN", + "message": "Ziway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_08_JONE ZBAYEE", + "message": "Jone Zbayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_09_WILSON VILLAGE", + "message": "Wilson Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_10_DEH VILLAGE", + "message": "Deh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_11_ZONE COMMUNITY", + "message": "Zone Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_12_GWENEBO TOWN", + "message": "Gwenebo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_13_FRANZAY TOWN", + "message": "Franzay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_14_DOLEZON TOWN", + "message": "Dolezon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_15_SOLO TOWN INSIDE", + "message": "Solo Town Inside", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_GBOLEKEN TOWN", + "message": "Gboleken town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_06_GBOLEKEN CLINIC", + "message": "Gboleken clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_02_CAVALLA", + "message": "Cavalla", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_01_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_02_GBAYEA TOWN", + "message": "Gbayea Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_03_GAYE TOWN", + "message": "Gaye Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_04_TOWAH TOWN", + "message": "Towah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_05_POUH TOWN", + "message": "Pouh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_06_WULOTONDEE", + "message": "Wulotondee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_07_VENENYEAZON 1& 2", + "message": "Venenyeazon 1& 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_08_PARBOE", + "message": "Parboe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_01_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_02_GOR VILLAGE", + "message": "Gor village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_03_KONUWAY", + "message": "Konuway", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_04_SAYON VILLAGE", + "message": "Sayon Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_01_MOMBO TOWN", + "message": "Mombo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_02_GBARKEH", + "message": "Gbarkeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_03_TELEDEE", + "message": "Teledee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_04_DAYBLEY", + "message": "Daybley", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_05_KWEOH", + "message": "Kweoh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_06_JULUZON", + "message": "Juluzon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_07_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_08_BARKOR TOWN", + "message": "Barkor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_09_KANYEA VILLAGE", + "message": "Kanyea village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_10_CHINESE CAMP", + "message": "Chinese Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_01_GBARZON HEALTH CENTER", + "message": "Gbarzon health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_02_CHELSLA", + "message": "Chelsla", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_03_ZUAJAH", + "message": "Zuajah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_04_KULEE TOWN", + "message": "Kulee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_05_JALAYOU VILLAGE", + "message": "Jalayou Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_06_SOWOE VILLAGE", + "message": "Sowoe village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_07_ZALAKEN", + "message": "Zalaken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_02_POLAR CLINIC", + "message": "Polar Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_01_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_02_ZEAN", + "message": "Zean", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_03_ZEAGBA", + "message": "Zeagba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_04_CHAYEE", + "message": "Chayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_05_ZAMMIE", + "message": "Zammie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_06_MADRA CAMP", + "message": "Madra Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_07_ZARZAR", + "message": "ZarZar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_08_PANNEWEN", + "message": "Pannewen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_09_JERRY TIAH", + "message": "Jerry Tiah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_10_GBARWU", + "message": "Gbarwu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_11_LAWRENCE VILLAGE", + "message": "lawrence village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_12_ABENEGO VILLAGE", + "message": "Abenego Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_02_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_02_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_03_GBOE GEEWON COMMUNITY CLINIC", + "message": "Gboe Geewon Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_03_GBAO", + "message": "Gbao", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_01_01_ZIAH TOWN", + "message": "ZIAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_01_ZIAH TOWN", + "message": "Ziah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_01_DWEH TOWN", + "message": "DWEH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_02_JUWAR 1&2", + "message": "JUWAR 1&2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_03_QUAYE VILLAGE/ABUJAY", + "message": "QUAYE VILLAGE/ABUJAY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_04_DOWAH TOWN", + "message": "DOWAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_05_BANGLOR", + "message": "BANGLOR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_06_WLABO", + "message": "WLABO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_07_DEHJALLAH", + "message": "DEHJALLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_08_DROUGLOR", + "message": "Drouglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_09_DELAYEE", + "message": "DELAYEE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_10_WHYBO", + "message": "WHYBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_11_BUWAY", + "message": "BUWAY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_12_GLAYGEE", + "message": "Glaygee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_DWEH TOWN", + "message": "Dweh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_01_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_02_GARGLOR", + "message": "GARGLOR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_03_PEAH", + "message": "PEAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_04_DRUWAR", + "message": "DRUWAR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_05_GBARWU", + "message": "GBARWU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_06_FLAH TOWN", + "message": "FLAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_01_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_02_TWABO MISSION", + "message": "Twabo MISSION", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_03_TWABO SAYUO", + "message": "Twabo SAYUO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_01_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_02_BAO TOWN", + "message": "BAO TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_03_CLOTELEE", + "message": "CLOTELEE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_04_YEOH TOWN", + "message": "YEOH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_05_GARLEO", + "message": "GARLEO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_06_TEMPO", + "message": "TEMPO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_01_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_02_ZARR TOWN", + "message": "ZARR TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_03_GLAY TOWN", + "message": "GLAY TOWN", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_04_PA-MOORE", + "message": "PA-Moore", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_05_ZD CAMP", + "message": "ZD CAMP", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_01_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_02_SOLO CAMP", + "message": "SOLO CAMP", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_03_TURNING POINT(CVI)", + "message": "TURNING POINT(CVI)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_01_HEADQUARTER (CIV) COMMUNITY", + "message": "Headquarter (CIV) Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_02_BOLO", + "message": "Bolo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_03_BELLAYELLAH", + "message": "BELLAYELLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_HEADQUARTER(CVI) COMMUNITY", + "message": "Headquarter(CVI) Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_09_01_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_09_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_01_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_02_JAMICA", + "message": "JAMICA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_03_NYONGBA", + "message": "NYONGBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_04_TWABO DEHJELLAH", + "message": "Twabo DEHJELLAH", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_01_KONOBO HEALTH CENTER", + "message": "Konobo Health Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_01_BOUNDARY- 2", + "message": "Boundary- 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_02_BOUNDARY-1", + "message": "Boundary-1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_03_SINNTRODRU", + "message": "Sinntrodru", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_04_YALLAH VALLAGE", + "message": "Yallah vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_05_GARYEKOR", + "message": "Garyekor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_06_DWEH VILLAGE", + "message": "Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_07_TORH VALLAGE", + "message": "Torh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_08_YENNEH VALLAGE", + "message": "Yenneh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_09_PETER VALLAGE", + "message": "Peter vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_10_BROWN VALLAGE", + "message": "Brown vallage", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_11_DELAYEE", + "message": "Delayee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_BOUNDARY-2", + "message": "Boundary-2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_01_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_02_CHEA VILLAGE", + "message": "Chea Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_03_KONOBO SAYUO", + "message": "Konobo Sayuo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_01_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_02_TUGLOR", + "message": "Tuglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_03_VARGLOR", + "message": "Varglor", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_02_BOUNDARY CLINIC", + "message": "Boundary Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_04_KONOBO", + "message": "Konobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_01_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_02_KEHTOWN", + "message": "KehTown", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_03_SEOH TOWN", + "message": "Seoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_04_NEW TOWN", + "message": "New Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_05_TWEH TOWN", + "message": "Tweh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_06_ZONDEH VILLAGE", + "message": "Zondeh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_01_CENTRAL DOUGBE", + "message": "Central Dougbe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_02_DOWN DOUUGBE", + "message": "Down Douugbe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_03_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_04_SAYLEE PYNE", + "message": "Saylee Pyne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_05_JARGBAH VILLAGE", + "message": "Jargbah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_06_TUGBA VILLAGE", + "message": "Tugba Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_07_WATER VILLAGE", + "message": "Water Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_08_ABLEE CAMP", + "message": "Ablee Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_09_CEMENCO", + "message": "Cemenco", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_10_GBARYEA", + "message": "Gbaryea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_11_SLAGBALEH", + "message": "Slagbaleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_01_JARWODEE CLINIC", + "message": "Jarwodee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_01_PENNOKON TOWN", + "message": "Pennokon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_02_GEEBLO TOWN", + "message": "Geeblo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_03_PANWLOH TOWN", + "message": "Panwloh town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_04_PETROKON TOWN", + "message": "Petrokon town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_05_BOLEY TOWN", + "message": "Boley town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_06_GBEJOLOBO", + "message": "Gbejolobo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_07_FARLEY TOWN", + "message": "Farley town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_PENNOKON TOWN", + "message": "Pennokon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_01_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_02_DUO TOWN", + "message": "Duo town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_03_JOHN DAVIS TOWN", + "message": "John Davis town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_04_WREGBALEH", + "message": "Wregbaleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_05_JARWLEH VILLAGE", + "message": "Jarwleh village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_06_POLO", + "message": "Polo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_07_DOUBLE BRIDGE", + "message": "Double Bridge", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_02_PENNOKON", + "message": "Pennokon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_05_PUTU", + "message": "Putu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_01_BOWEN QUARTER", + "message": "Bowen Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_02_GBOE QUARTER", + "message": "Gboe Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_03_KYNE QUARTER", + "message": "Kyne Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_04_ZANBO QUARTER", + "message": "Zanbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_05_MANDINGO QUARTER", + "message": "Mandingo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_06_ELRZ COMMUNITY", + "message": "ELRZ Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_07_GBAGBAVILLE", + "message": "Gbagbaville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_08_KPASUAH HILL", + "message": "Kpasuah Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_09_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_01_A.G. COMMUNITY", + "message": "A.G. Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_02_TOWAH COMMUNITY", + "message": "Towah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_03_BAPTIST COMMUNITY", + "message": "Baptist Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_04_SPS COMMUNITY", + "message": "SPS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_05_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_06_WELBO QUARTER", + "message": "Welbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_07_CITY HALL COMMUNITY", + "message": "City Hall Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_08_TELECOM & TWI COMMUNITY", + "message": "Telecom & TWI Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_09_ZOE BUSH", + "message": "Zoe Bush", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_10_ZWEDRU CENTRAL MARKET", + "message": "Zwedru Central Market", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_11_KANNAH ROAD COMMUNITY", + "message": "Kannah Road Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_12_SUAH COMMUNITY", + "message": "Suah Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_13_GARLOVILLE COMMUNITY", + "message": "Garloville Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_01_BARLAVILLE", + "message": "Barlaville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_02_CHEAYEEVILLEDOUYE TOWN", + "message": "CheayeevilleDouye Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_03_FDA COMMUNITY", + "message": "FDA Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_04_GORBO COMMUNITY", + "message": "Gorbo Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_05_KRAHVILLE", + "message": "Krahville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_06_PENNUE COMMUNITY", + "message": "Pennue Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_07_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_08_JENSON VILLE 1", + "message": "Jenson Ville 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_09_BLESSING HILL COMMUNITY", + "message": "Blessing Hill Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_10_CANTOMENT SITE COMMUNITY", + "message": "Cantoment Site Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_11_DOUYEE COMMUNITY", + "message": "Douyee Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_12_JENSON VILLE 2", + "message": "Jenson Ville 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_01_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_02_PEACE COMMUNITY", + "message": "Peace Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_03_BROWN SAYEE COMMUNITY", + "message": "Brown Sayee Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_04_BOLEYVILLE 2", + "message": "Boleyville 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_05_WORD SOWER COMMUINTY", + "message": "Word Sower Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_06_EDUCATION COMMUNITY", + "message": "Education Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_07_MAP OFFICE", + "message": "MAP Office", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_08_AGRICULTURE COMMUINTY", + "message": "Agriculture Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_09_CARR CENTER", + "message": "CARR Center", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_10_PINEAPPLE VILLAGE ROAD", + "message": "Pineapple village Road", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_11_SINOE ROAD MARKET COMM.", + "message": "Sinoe Road Market Comm.", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_12_BOLYVILLE 1", + "message": "Bolyville 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_13_DISCO HILL", + "message": "Disco Hill", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_14_NEW ZWEDRU", + "message": "New Zwedru", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_15_AIR FIELD COMMUNITY", + "message": "Air Field Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_16_BLUE CAMP", + "message": "Blue Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_17_GUNNIE COMMUNITY", + "message": "Gunnie Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_18_CATHOLIC COMPOUND", + "message": "Catholic Compound", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_01_MARTHA TUBMAN MEMORIAL HOSPITAL", + "message": "Martha Tubman Memorial Hospital", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_01_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_02_KYNE TOWN", + "message": "Kyne Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_03_SLOMEN CAMP 1", + "message": "Slomen Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_04_SLOMEN CAMP 2", + "message": "Slomen Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_05_GBORLUE TOWN", + "message": "Gborlue Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_06_CAVALLAH CAMP 1", + "message": "Cavallah Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_07_CAVALLAH CAMP 2", + "message": "Cavallah Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_08_JACOB GAYE VILLAGE", + "message": "Jacob Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_09_JAMES GAYWAH", + "message": "James Gaywah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_10_KARDAFFII VILLAGE", + "message": "Kardaffii Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_11_LIFE CAN CHANGE GOLD CAMP", + "message": "Life can change Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_12_YOLNY VILLAGE", + "message": "Yolny village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_13_ZINC VILLAGE", + "message": "Zinc Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_14_JARDEIAH VILLAGE", + "message": "Jardeiah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_15_GREAT VILLAGE", + "message": "Great Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_16_AMARA VILLAGE", + "message": "Amara Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_01_TCHIEN POLAR", + "message": "Tchien Polar", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_02_JARBAH TOWN", + "message": "Jarbah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_03_PELLEZON", + "message": "Pellezon", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_04_TETE VILLAGE", + "message": "Tete Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_05_GBARBO TOWN", + "message": "Gbarbo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_06_JAIBO TOWN", + "message": "Jaibo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_07_ZAYBAY TOWN", + "message": "Zaybay Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_08_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_09_PENNUE", + "message": "Pennue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_10_BASSA VILLAGE-01", + "message": "Bassa Village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_11_ALPHONSO GAYE VILLAGE", + "message": "Alphonso Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_12_JELLUE TOWN", + "message": "Jellue Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_13_VICTORIAL VILLAGE", + "message": "Victorial Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_02_GORBOWRAGBA", + "message": "Gorbowragba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_01_ANTHONY VILLAGE", + "message": "Anthony Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_02_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_03_THOMAS VILLAGE", + "message": "Thomas Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_04_DAKPENAL VILLAGE", + "message": "Dakpenal Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_05_ERIC VILLAGE", + "message": "Eric Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_06_MORTOR VILLAGE", + "message": "Mortor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_07_DWEH VILLAGE-01", + "message": "Dweh Village-01", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_08_PA-MOORE VILLAGE", + "message": "Pa-Moore Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_09_POWPOW VILLAGE", + "message": "Powpow Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_10_BODUO VILLAGE", + "message": "Boduo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_11_GBABO VILLAGE", + "message": "Gbabo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_12_PALMMAD VILLAGE", + "message": "Palmmad Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_13_DARK FOREST VILLAGE", + "message": "Dark Forest Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_14_KPELLEH VILLAGE", + "message": "Kpelleh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_15_GEE DWEH VILLAGE", + "message": "Gee Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_16_SAYUO JUNCTION VILLAGE", + "message": "Sayuo Junction Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_17_P.T.P. CAMP 1", + "message": "P.T.P. Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_18_PAPAYE CAMP", + "message": "Papaye Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_19_P.T.P. CAMP 2", + "message": "P.T.P. Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_01_BENDLY CAMP", + "message": "Bendly Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_02_GOLO CAMP", + "message": "Golo Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_03_WULU VILLAGE", + "message": "Wulu Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_04_JEMECA VILLAGE", + "message": "Jemeca Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_05_TAILEY VILLAGE", + "message": "Tailey Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_06_BANA VILLAGE", + "message": "Bana Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_07_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_08_KALLAH VILLAGE", + "message": "Kallah Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_09_MISSIN VILLAGE", + "message": "Missin Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_10_DORBOR VILLAGE", + "message": "Dorbor Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_11_CHECKPOINT", + "message": "Checkpoint", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_12_BENTOR CAMP", + "message": "Bentor Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_13_GHANA GOLD CAMP", + "message": "Ghana Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_03_KANNEH COMMUNITY CLINIC", + "message": "Kanneh Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_01_GBEYOUBO TOWN", + "message": "Gbeyoubo Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_02_JELLU TOWN", + "message": "Jellu Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_03_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_04_BEEZON TOWN", + "message": "Beezon Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_05_MANYEAH", + "message": "Manyeah", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_06_KRAH TOWN", + "message": "Krah Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_07_YOUBOR TOWN", + "message": "Youbor Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_08_BAWAY TOWN", + "message": "Baway Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_09_CORRECTION PALACE", + "message": "Correction Palace", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_10_GREBO VILLAGE 1", + "message": "Grebo Village 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_11_GREBO VILLAGE 2", + "message": "Grebo Village 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_04_TOFFOI CLINIC", + "message": "Toffoi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_06_TCHIEN", + "message": "Tchien", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_GRAND GEDEH", + "message": "Grand Gedeh", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_03_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_01_MUZIRO", + "message": "MUZIRO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_02_MUCHAPA", + "message": "MUCHAPA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_TICA SEDE", + "message": "Tica Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_01_TICA", + "message": "Tica", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_01_MUBO", + "message": "MUBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_02_SANGO", + "message": "SANGO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_NHAMPOCA SEDE", + "message": "Nhampoca Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_02_NHAMPOCA", + "message": "Nhampoca", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_01_NHANDUMA", + "message": "NHANDUMA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_02_MAHAMBA", + "message": "MAHAMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_MUTUA SEDE", + "message": "Mutua Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_03_MUTUA", + "message": "Mutua", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_01_MACANDE", + "message": "MACANDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_02_NHACOTA", + "message": "NHACOTA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_LAMEGO SEDE", + "message": "Lamego Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_04_LAMEGO", + "message": "Lamego", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_01_BEBEDO VILLAGE", + "message": "Bebedo Village", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_BEBEDO SEDE", + "message": "Bebedo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_05_BEBEDO", + "message": "Bebedo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_01_NHAMATANDA", + "message": "Nhamatanda", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_01_NHAMUDE", + "message": "NHAMUDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_02_MANIKA", + "message": "MANIKA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_SAVANE SEDE", + "message": "Savane Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_01_SAVANE", + "message": "Savane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_01_MAGOMBE", + "message": "MAGOMBE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_02_NHATEMA", + "message": "NHATEMA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_MAFAMBISSE SEDE", + "message": "Mafambisse Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_02_MAFAMBISSE", + "message": "Mafambisse", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_01_MAZONDE", + "message": "MAZONDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_02_LICUARI", + "message": "LICUARI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_CHINAMACONDO SEDE", + "message": "Chinamacondo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_03_CHINAMACONDO", + "message": "Chinamacondo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_01_MARUJA", + "message": "MARUJA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_02_MACHIR", + "message": "MACHIR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_SENGO SEDE", + "message": "Sengo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_04_SENGO", + "message": "Sengo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_02_DONDO", + "message": "Dondo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_01_MARANGA", + "message": "MARANGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_02_MAVICHE", + "message": "MAVICHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_VUNDUZI SEDE", + "message": "Vunduzi Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_01_VUNDUZI", + "message": "Vunduzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_01_MILANGULO", + "message": "MILANGULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_02_MACUNGA", + "message": "MACUNGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_CHITUNGA SEDE", + "message": "Chitunga Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_02_CHITUNGA", + "message": "Chitunga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_01_NHATADIMA", + "message": "NHATADIMA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_02_NHANDJA", + "message": "NHANDJA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_NHAMASSONGE SEDE", + "message": "Nhamassonge Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_03_NHAMASSONGE", + "message": "Nhamassonge", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_01_LAMBA", + "message": "LAMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_02_NHANJI", + "message": "NHANJI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_DINDIZA SEDE", + "message": "Dindiza Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_04_DINDIZA", + "message": "Dindiza", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_03_GORONGOSA", + "message": "Gorongosa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_01_SENGA", + "message": "SENGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_02_CHICENGA", + "message": "CHICENGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_NOVA SOFALA SEDE", + "message": "Nova Sofala Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_01_NOVA SOFALA", + "message": "Nova Sofala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_01_NHOHULA", + "message": "NHOHULA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_02_MUZOMBO", + "message": "MUZOMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_INHAMINGA SEDE", + "message": "Inhaminga Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_02_INHAMINGA", + "message": "Inhaminga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_01_MAZACHA", + "message": "MAZACHA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_02_CHICUARI", + "message": "CHICUARI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_GRUDJA SEDE", + "message": "Grudja Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_03_GRUDJA", + "message": "Grudja", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_01_MAHORO", + "message": "MAHORO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_02_MACHUMO", + "message": "MACHUMO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_GUARA-GUARA SEDE", + "message": "Guara-Guara Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_04_GUARA-GUARA", + "message": "Guara-Guara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_04_BUZI", + "message": "Buzi", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_01_CHAMBULI", + "message": "CHAMBULI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_02_MEQUELE", + "message": "MEQUELE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_MARROMEU SEDE", + "message": "Marromeu Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_01_MARROMEU", + "message": "Marromeu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_01_MATEQUE", + "message": "MATEQUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_02_MACUNHE", + "message": "MACUNHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_CHUPANGA SEDE", + "message": "Chupanga Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_02_CHUPANGA", + "message": "Chupanga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_01_MACAVALA", + "message": "MACAVALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_02_NHAXANA", + "message": "NHAXANA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_MORRUMBALA SEDE", + "message": "Morrumbala Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_03_MORRUMBALA", + "message": "Morrumbala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_01_MECHUO", + "message": "MECHUO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_02_MACAHULO", + "message": "MACAHULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_INHANGOMA SEDE", + "message": "Inhangoma Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_04_INHANGOMA", + "message": "Inhangoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_05_CHEMBA", + "message": "Chemba", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_01_CHIMBUNGA", + "message": "CHIMBUNGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_SENA SEDE", + "message": "Sena Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_01_SENA", + "message": "Sena", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_01_NHIRO", + "message": "NHIRO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_02_MACHUMBO", + "message": "MACHUMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_MURRAÇA SEDE", + "message": "Murraça Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_02_MURRAÇA", + "message": "Murraça", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_01_MAFOGUENE", + "message": "MAFOGUENE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_02_NHASSICO", + "message": "NHASSICO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_CHIMUARA SEDE", + "message": "Chimuara Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_03_CHIMUARA", + "message": "Chimuara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_01_MAZUQUA", + "message": "MAZUQUA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_02_LICUMBA", + "message": "LICUMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_MOPEIA SEDE", + "message": "Mopeia Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_04_MOPEIA", + "message": "Mopeia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_06_CAIA", + "message": "Caia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_04_SOFALA", + "message": "Sofala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_05_TETE", + "message": "ADMIN_MO_05_TETE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_05_GAZA", + "message": "Gaza", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_05_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_05_TETEA", + "message": "Tetea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_01_MASSAVANE", + "message": "MASSAVANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_02_NHAMBAZA", + "message": "NHAMBAZA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_03_MASSUNGULO", + "message": "MASSUNGULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_04_CHAVANE", + "message": "CHAVANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_BELA VISTA SEDE", + "message": "Bela Vista Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_01_BELA VISTA", + "message": "Bela Vista", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_MAPUTO CITY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_01_MATUTUINE", + "message": "Matutuine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_01_NDUMBA", + "message": "NDUMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_02_MUBO", + "message": "MUBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_03_MAGULUCO", + "message": "MAGULUCO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_04_CHANGAMBE", + "message": "CHANGAMBE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_BOANE SEDE", + "message": "Boane Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_01_BOANE VISTA", + "message": "Boane Vista", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_02_BOANE", + "message": "Boane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_01_MACANE", + "message": "MACANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_02_MAZIVE", + "message": "MAZIVE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_03_MANGUNHANEII", + "message": "MANGUNHANEII", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_04_MAJACAZAI", + "message": "MAJACAZAI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_MARRACUENE SEDE", + "message": "Marracuene Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_01_MARRACUENEE", + "message": "Marracuenee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_03_MARRACUENE", + "message": "Marracuene", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_01_MAPULANGA", + "message": "MAPULANGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_02_NHAMACONDA", + "message": "NHAMACONDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_03_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_04_CHICHACHAEW", + "message": "CHICHACHAEW", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_MAGUDE SEDE", + "message": "Magude Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_01_MAGUDEE", + "message": "Magudee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_04_MAGUDE", + "message": "Magude", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_01_MASSACANHE", + "message": "MASSACANHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_02_MACALANGE", + "message": "MACALANGE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_MANHICA SEDE", + "message": "Manhica Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_05_01_MANHICAE", + "message": "Manhicae", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_05_MANHICA", + "message": "Manhica", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_01_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_02_MASSIFUTA", + "message": "MASSIFUTA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_MOA SEDE", + "message": "Moa Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_06_01_MOAA", + "message": "Moaa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_06_MOA", + "message": "Moa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_01_CHIMUANA", + "message": "CHIMUANA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_02_NHAMATE", + "message": "NHAMATE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_NOME SEDE", + "message": "Nome Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_07_01_NOMEA", + "message": "Nomea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_07_NOME", + "message": "Nome", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_08_BOANEQ", + "message": "Boaneq", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO", + "message": "Maputo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO CITY", + "message": "Maputo City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_01_NHAGOLO", + "message": "NHAGOLO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_02_MAFALALA", + "message": "MAFALALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_03_NHAMATCHUCO", + "message": "NHAMATCHUCO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_04_CHONWANE", + "message": "CHONWANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_KAMAXAQUENEB SEDE", + "message": "KaMaxaqueneb Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_01_KAMAXAQUENEB", + "message": "KaMaxaqueneb", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_01_CHICUANA", + "message": "CHICUANA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_02_MAQUIAVE", + "message": "MAQUIAVE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_03_NHAMATANDA", + "message": "NHAMATANDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_04_CHISSANE", + "message": "CHISSANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_05_CHIUUREE", + "message": "CHIUUREE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_06_CHIUUREE 1", + "message": "CHIUUREE 1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_07_CHIUUREE 2", + "message": "CHIUUREE 2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_08_CHIUUREE 3", + "message": "CHIUUREE 3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_09_CHIUUREE 4", + "message": "CHIUUREE 4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_10_MAPUTO", + "message": "MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_11_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_12_CHIMAZI", + "message": "CHIMAZI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_KACHAMANCULO SEDE", + "message": "KaChamanculo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_02_KACHAMANCULOO", + "message": "KaChamanculoo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_01_MASSAMBI", + "message": "MASSAMBI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_02_CHIMARIR", + "message": "CHIMARIR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_KAMPFUMU SEDE", + "message": "KaMpfumu Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_03_KAMPFUMUU", + "message": "KaMpfumuu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_MAPUTO CITY", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_01_KAMPFUMU", + "message": "KaMpfumu", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_01_NHAMAZANE", + "message": "NHAMAZANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_02_MAZAMBIQUE", + "message": "MAZAMBIQUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_03_CHINMARI", + "message": "CHINMARI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_04_CHIRINGU", + "message": "CHIRINGU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_KAMAXAQUENE SEDE", + "message": "KaMaxaquene Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_01_KAMAXAQUENEA", + "message": "KaMaxaquenea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_02_KAMAXAQUENE", + "message": "KaMaxaquene", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO", + "message": "Maputo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO CITY", + "message": "Maputo City", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_01_MAPA", + "message": "MAPA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_02_CHICUZA", + "message": "CHICUZA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_03_CHANGANE", + "message": "CHANGANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_CHIBUTO SEDE", + "message": "Chibuto Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_01_CHIBUTOO", + "message": "Chibutoo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_01_CHIBUTO", + "message": "Chibuto", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_01_MACIA", + "message": "MACIA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_02_CHIBONGO", + "message": "CHIBONGO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_CHOKWE SEDE", + "message": "Chokwe Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_02_01_CHOKWEE", + "message": "Chokwee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_02_CHOKWE", + "message": "Chokwe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_01_MASSANGENA", + "message": "MASSANGENA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_02_MABALANE", + "message": "MABALANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_03_CHIBALO", + "message": "CHIBALO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_GUIJA SEDE", + "message": "Guija Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_01_GUIJAA", + "message": "Guijaa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_03_GUIJA", + "message": "Guija", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_01_MACUACUA", + "message": "MACUACUA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_03_MALE", + "message": "MALE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_LIMPOPO SEDE", + "message": "Limpopo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_01_LIMPOPOQ", + "message": "Limpopoq", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_04_LIMPOPO", + "message": "Limpopo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_01_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_02_MACARRETANE", + "message": "MACARRETANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_MANJACAZE SEDE", + "message": "Manjacaze Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_05_01_MANJACAZEE", + "message": "Manjacazee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_05_MANJACAZE", + "message": "Manjacaze", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_01_CHILANGANA", + "message": "CHILANGANA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_02_MATIMBA", + "message": "MATIMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_03_CHICOMA", + "message": "CHICOMA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_XAI-XAI SEDE", + "message": "Xai-Xai Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_01_XAI-XAI PA", + "message": "Xai-Xai PA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_06_XAI-XAI", + "message": "Xai-Xai", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_01_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_MASSINGIR SEDE", + "message": "Massingir Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_07_01_MASSINGIR PA", + "message": "Massingir PA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_07_MASSINGIR", + "message": "Massingir", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_01_CHIGUBO", + "message": "CHIGUBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_02_MAPAI", + "message": "MAPAI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_MABALANE SEDE", + "message": "Mabalane Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_08_01_MABALANEE", + "message": "Mabalanee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_08_MABALANE", + "message": "Mabalane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_01_MASSACHO", + "message": "MASSACHO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_02_MACANETA", + "message": "MACANETA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_BILENE SEDE", + "message": "Bilene Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_09_01_BILENEE", + "message": "Bilenee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_09_BILENE", + "message": "Bilene", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_10_01_01_CHICUALACUALA SEDE", + "message": "Chicualacuala Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_10_01_CHICUALACUALA", + "message": "Chicualacuala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_10_CHICUALACUALAE", + "message": "Chicualacualae", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_GAZA", + "message": "Gaza", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_08_SOFALA", + "message": "Sofala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_01_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_02_CHACAME", + "message": "CHACAME", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_03_CHIBUTO", + "message": "CHIBUTO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_INHARRIME SEDE", + "message": "Inharrime Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_01_INHARRIME", + "message": "Inharrime", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBEZIA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_01_INHARRIMEA", + "message": "Inharrimea", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_01_MASSACATE", + "message": "MASSACATE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_02_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_03_CHICUZAI", + "message": "CHICUZAI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_04_CHIBUTO1", + "message": "CHIBUTO1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_05_CHIMACUALAA", + "message": "CHIMACUALAA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_06_MASSINGAI", + "message": "MASSINGAI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_07_MACUANE11", + "message": "MACUANE11", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_JANGAMO SEDE", + "message": "Jangamo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_ADMIN_MO_10_02_NAISSAE", + "message": "ADMIN_MO_10_02_NAISSAE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_01_JANGAMO", + "message": "Jangamo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_JANGAMOO", + "message": "Jangamoo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_01_MACUACHENE", + "message": "MACUACHENE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_02_CHICOMO", + "message": "CHICOMO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_03_CHICOAA", + "message": "CHICOAA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_04_MACUANEEE", + "message": "MACUANEEE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_05_MASSINGIRI", + "message": "MASSINGIRI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_06_CHIBUTOOO", + "message": "CHIBUTOOO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_MASSINGA SEDE", + "message": "Massinga Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "ADMIN_MO_10_01_ALTO MOLOCULE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_01_MASSINGA", + "message": "Massinga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_ALTO MOLOCULE", + "message": "Alto Molocule", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_03_MASSINGAA", + "message": "Massingaa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_01_MUABSA", + "message": "MUABSA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_02_CHIMBONE", + "message": "CHIMBONE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_03_MACUANE", + "message": "MACUANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_MAXIXE SEDE", + "message": "Maxixe Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_01_MAXIXE", + "message": "Maxixe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_04_MAXIXEE", + "message": "Maxixee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_01_CHICOA", + "message": "CHICOA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_02_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_03_MALIPA", + "message": "MALIPA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_FUNHALOURO SEDE", + "message": "Funhalouro Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_01_FUNHALOURO", + "message": "Funhalouro", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_05_FUNHALOUROA", + "message": "Funhalouroa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_01_MACATANE", + "message": "MACATANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_02_CHIMACUALA", + "message": "CHIMACUALA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_INHASSORO SEDE", + "message": "Inhassoro Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_06_01_INHASSORO", + "message": "Inhassoro", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_06_INHASSOROE", + "message": "Inhassoroe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_01_CHIMANCHE", + "message": "CHIMANCHE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_03_MAPAI", + "message": "MAPAI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_MABOTE SEDE", + "message": "Mabote Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_01_MABOTE", + "message": "Mabote", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_07_MABOTEE", + "message": "Mabotee", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_01_CHINAMANI", + "message": "CHINAMANI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_02_MASSACA", + "message": "MASSACA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_VILANCULOS SEDE", + "message": "Vilanculos Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_08_01_VILANCULOS", + "message": "Vilanculos", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_08_VILANCULOSE", + "message": "Vilanculose", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_01_MABALANE", + "message": "MABALANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_ZAVALA SEDE", + "message": "Zavala Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_09_01_ZAVALA", + "message": "Zavala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_09_ZAVALAA", + "message": "Zavalaa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_10_FUNHALOUROE", + "message": "Funhalouroe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_09_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_01_LOCATION1", + "message": "Location1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_02_LOCATION2", + "message": "Location2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_03_LOCATION3", + "message": "Location3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_04_LOCATION4", + "message": "Location4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_05_LOCATION5", + "message": "Location5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_06_LOCATION6", + "message": "Location6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_07_LOCATION7", + "message": "Location7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_08_LOCATION8", + "message": "Location8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_09_LOCATION9", + "message": "Location9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_10_LOCATION10", + "message": "Location10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_ALTO MOLOCUE SEDE", + "message": "Alto Molocue Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_01_ALTO MOLOCUE", + "message": "Alto Molocue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "Alto Molocule", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_01_REGION1", + "message": "Region1", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_02_REGION2", + "message": "Region2", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_03_REGION3", + "message": "Region3", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_04_REGION4", + "message": "Region4", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_05_REGION5", + "message": "Region5", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_06_REGION6", + "message": "Region6", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_07_REGION7", + "message": "Region7", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_08_REGION8", + "message": "Region8", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_09_REGION9", + "message": "Region9", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_10_REGION10", + "message": "Region10", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_11_REGION11", + "message": "Region11", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_12_REGION12", + "message": "Region12", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_13_REGION13", + "message": "Region13", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_14_REGION14", + "message": "Region14", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_15_REGION15", + "message": "Region15", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_16_REGION16", + "message": "Region16", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_17_REGION17", + "message": "Region17", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_18_REGION18", + "message": "Region18", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_19_REGION19", + "message": "Region19", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_20_REGION20", + "message": "Region20", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_21_REGION21", + "message": "Region21", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_22_REGION22", + "message": "Region22", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_23_REGION23", + "message": "Region23", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_24_REGION24", + "message": "Region24", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_25_REGION25", + "message": "Region25", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_26_REGION26", + "message": "Region26", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_27_REGION27", + "message": "Region27", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_28_REGION28", + "message": "Region28", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_29_REGION29", + "message": "Region29", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_30_REGION30", + "message": "Region30", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_NAISSA SEDE", + "message": "Naissa Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_01_NAISSA", + "message": "Naissa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_10_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_01_VILLAGEONE", + "message": "VillageOne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_02_VILLAGETWO", + "message": "VillageTwo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_03_VILLAGETHREE", + "message": "VillageThree", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_04_VILLAGEFOUR", + "message": "VillageFour", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_05_VILLAGEFIVE", + "message": "VillageFive", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_06_VILLAGESIX", + "message": "VillageSix", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_07_VILLAGESEVEN", + "message": "VillageSeven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_08_VILLAGEEIGHT", + "message": "VillageEight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_09_VILLAGENINE", + "message": "VillageNine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_10_VILLAGETEN", + "message": "VillageTen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_11_VILLAGEELEVEN", + "message": "VillageEleven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_12_VILLAGETWELVE", + "message": "VillageTwelve", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_LOCALITYONE", + "message": "LocalityOne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_01_VILLAGETHIRTEEN", + "message": "VillageThirteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_02_VILLAGEFOURTEEN", + "message": "VillageFourteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_03_VILLAGEFIFTEEN", + "message": "VillageFifteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_04_VILLAGESIXTEEN", + "message": "VillageSixteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_05_VILLAGESEVENTEEN", + "message": "VillageSeventeen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_06_VILLAGEEIGHTEEN", + "message": "VillageEighteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_07_VILLAGENINETEEN", + "message": "VillageNineteen", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_08_VILLAGETWENTY", + "message": "VillageTwenty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_09_VILLAGETWENTY-ONE", + "message": "VillageTwenty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_10_VILLAGETWENTY-TWO", + "message": "VillageTwenty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_11_VILLAGETWENTY-THREE", + "message": "VillageTwenty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_12_VILLAGETWENTY-FOUR", + "message": "VillageTwenty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_LOCALITYTWO", + "message": "LocalityTwo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_01_VILLAGETWENTY-FIVE", + "message": "VillageTwenty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_02_VILLAGETWENTY-SIX", + "message": "VillageTwenty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_03_VILLAGETWENTY-SEVEN", + "message": "VillageTwenty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_04_VILLAGETWENTY-EIGHT", + "message": "VillageTwenty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_05_VILLAGETWENTY-NINE", + "message": "VillageTwenty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_06_VILLAGETHIRTY", + "message": "VillageThirty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_07_VILLAGETHIRTY-ONE", + "message": "VillageThirty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_08_VILLAGETHIRTY-TWO", + "message": "VillageThirty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_09_VILLAGETHIRTY-THREE", + "message": "VillageThirty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_10_VILLAGETHIRTY-FOUR", + "message": "VillageThirty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_11_VILLAGETHIRTY-FIVE", + "message": "VillageThirty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_12_VILLAGETHIRTY-SIX", + "message": "VillageThirty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_LOCALITYTHREE", + "message": "LocalityThree", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_01_POST ADMINISTRATIVEONE", + "message": "Post AdministrativeOne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_01_VILLAGETHIRTY-SEVEN", + "message": "VillageThirty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_02_VILLAGETHIRTY-EIGHT", + "message": "VillageThirty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_03_VILLAGETHIRTY-NINE", + "message": "VillageThirty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_04_VILLAGEFORTY", + "message": "VillageForty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_05_VILLAGEFORTY-ONE", + "message": "VillageForty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_06_VILLAGEFORTY-TWO", + "message": "VillageForty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_07_VILLAGEFORTY-THREE", + "message": "VillageForty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_08_VILLAGEFORTY-FOUR", + "message": "VillageForty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_09_VILLAGEFORTY-FIVE", + "message": "VillageForty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_10_VILLAGEFORTY-SIX", + "message": "VillageForty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_11_VILLAGEFORTY-SEVEN", + "message": "VillageForty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_12_VILLAGEFORTY-EIGHT", + "message": "VillageForty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_LOCALITYFOUR", + "message": "LocalityFour", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_01_VILLAGEFORTY-NINE", + "message": "VillageForty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_02_VILLAGEFIFTY", + "message": "VillageFifty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_03_VILLAGEFIFTY-ONE", + "message": "VillageFifty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_04_VILLAGEFIFTY-TWO", + "message": "VillageFifty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_05_VILLAGEFIFTY-THREE", + "message": "VillageFifty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_06_VILLAGEFIFTY-FOUR", + "message": "VillageFifty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_07_VILLAGEFIFTY-FIVE", + "message": "VillageFifty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_08_VILLAGEFIFTY-SIX", + "message": "VillageFifty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_09_VILLAGEFIFTY-SEVEN", + "message": "VillageFifty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_10_VILLAGEFIFTY-EIGHT", + "message": "VillageFifty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_11_VILLAGEFIFTY-NINE", + "message": "VillageFifty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_12_VILLAGESIXTY", + "message": "VillageSixty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_LOCALITYFIVE", + "message": "LocalityFive", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_02_POST ADMINISTRATIVETWO", + "message": "Post AdministrativeTwo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TEST PROVINCE", + "message": "ADMIN_MO_11_TEST PROVINCE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TETE", + "message": "ADMIN_MO_11_TETE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_01_DISTRICTONE", + "message": "DistrictOne", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_01_VILLAGESIXTY-ONE", + "message": "VillageSixty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_02_VILLAGESIXTY-TWO", + "message": "VillageSixty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_03_VILLAGESIXTY-THREE", + "message": "VillageSixty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_04_VILLAGESIXTY-FOUR", + "message": "VillageSixty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_05_VILLAGESIXTY-FIVE", + "message": "VillageSixty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_06_VILLAGESIXTY-SIX", + "message": "VillageSixty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_07_VILLAGESIXTY-SEVEN", + "message": "VillageSixty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_08_VILLAGESIXTY-EIGHT", + "message": "VillageSixty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_09_VILLAGESIXTY-NINE", + "message": "VillageSixty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_10_VILLAGESEVENTY", + "message": "VillageSeventy", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_11_VILLAGESEVENTY-ONE", + "message": "VillageSeventy-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_12_VILLAGESEVENTY-TWO", + "message": "VillageSeventy-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_LOCALITYSIX", + "message": "LocalitySix", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_01_VILLAGESEVENTY-THREE", + "message": "VillageSeventy-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_02_VILLAGESEVENTY-FOUR", + "message": "VillageSeventy-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_03_VILLAGESEVENTY-FIVE", + "message": "VillageSeventy-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_04_VILLAGESEVENTY-SIX", + "message": "VillageSeventy-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_05_VILLAGESEVENTY-SEVEN", + "message": "VillageSeventy-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_06_VILLAGESEVENTY-EIGHT", + "message": "VillageSeventy-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_07_VILLAGESEVENTY-NINE", + "message": "VillageSeventy-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_LOCALITYSEVEN", + "message": "LocalitySeven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_01_POST ADMINISTRATIVETHREE", + "message": "Post AdministrativeThree", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_01_VILLAGEEIGHTY", + "message": "VillageEighty", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_02_VILLAGEEIGHTY-ONE", + "message": "VillageEighty-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_03_VILLAGEEIGHTY-TWO", + "message": "VillageEighty-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_04_VILLAGEEIGHTY-THREE", + "message": "VillageEighty-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_05_VILLAGEEIGHTY-FOUR", + "message": "VillageEighty-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_06_VILLAGEEIGHTY-FIVE", + "message": "VillageEighty-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_07_VILLAGEEIGHTY-SIX", + "message": "VillageEighty-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_08_VILLAGEEIGHTY-SEVEN", + "message": "VillageEighty-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_09_VILLAGEEIGHTY-EIGHT", + "message": "VillageEighty-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_10_VILLAGEEIGHTY-NINE", + "message": "VillageEighty-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_LOCALITYEIGHT", + "message": "LocalityEight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_01_VILLAGENINETY", + "message": "VillageNinety", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_02_VILLAGENINETY-ONE", + "message": "VillageNinety-one", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_03_VILLAGENINETY-TWO", + "message": "VillageNinety-two", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_04_VILLAGENINETY-THREE", + "message": "VillageNinety-three", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_05_VILLAGENINETY-FOUR", + "message": "VillageNinety-four", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_06_VILLAGENINETY-FIVE", + "message": "VillageNinety-five", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_07_VILLAGENINETY-SIX", + "message": "VillageNinety-six", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_08_VILLAGENINETY-SEVEN", + "message": "VillageNinety-seven", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_09_VILLAGENINETY-EIGHT", + "message": "VillageNinety-eight", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_10_VILLAGENINETY-NINE", + "message": "VillageNinety-nine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_LOCALITYNINE", + "message": "LocalityNine", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_02_POST ADMINISTRATIVEFOUR", + "message": "Post AdministrativeFour", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_02_DISTRICTTWO", + "message": "DistrictTwo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_TEST PROVINCE", + "message": "Test Province", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_11_TETER", + "message": "Teter", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_01_MURO", + "message": "MURO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_02_CHIRIMBU", + "message": "CHIRIMBU", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_KANSENGWA SEDE", + "message": "Kansengwa Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_01_KANSENGWA", + "message": "Kansengwa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE", + "message": "Moatize", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE ", + "message": "Moatize ", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_01_NHATE", + "message": "NHATE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_02_MATCHESSA", + "message": "MATCHESSA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_ULONGUE SEDE", + "message": "Ulongue Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ADMIN_MO_12_01_MOATIZE", + "message": "ADMIN_MO_12_01_MOATIZE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ULONGUE", + "message": "Ulongue", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_02_MOATIZE", + "message": "Moatize", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_01_MAROE", + "message": "MAROE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_02_MUJA", + "message": "MUJA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_FURANCUNGO SEDE", + "message": "Furancungo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_01_ADMIN_MO_12_02_ANGÓNIA", + "message": "ADMIN_MO_12_02_ANGÓNIA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_01_FURANCUNGO", + "message": "Furancungo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_01_NHAYARA", + "message": "NHAYARA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_02_CHILEMBO", + "message": "CHILEMBO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_MULANGUANE SEDE", + "message": "Mulanguane Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_02_MULANGUANE", + "message": "Mulanguane", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_03_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_01_SAMBINDA", + "message": "SAMBINDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_02_MACHURO", + "message": "MACHURO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_01_ADMIN_MO_12_03_TSANGANO", + "message": "ADMIN_MO_12_03_TSANGANO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_01_MATCHIME", + "message": "MATCHIME", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_02_MACAIA", + "message": "MACAIA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_MARARA SEDE", + "message": "Marara Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_02_MARARA", + "message": "Marara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_04_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_01_NHANDE", + "message": "NHANDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_02_MACAMBULA", + "message": "MACAMBULA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_KAFUNFO SEDE", + "message": "Kafunfo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_01_ADMIN_MO_12_04_CAHORA BASSA", + "message": "ADMIN_MO_12_04_CAHORA BASSA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_01_KAFUNFO", + "message": "Kafunfo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_01_MACOCHA", + "message": "MACOCHA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_02_NHAMADA", + "message": "NHAMADA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_SONGO SEDE", + "message": "Songo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_02_SONGO", + "message": "Songo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_01_NHAMISSENGUE", + "message": "NHAMISSENGUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_02_MACAPA", + "message": "MACAPA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_MANDIE SEDE", + "message": "Mandie Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_03_MANDIE", + "message": "Mandie", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_05_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_01_CHILUCA", + "message": "CHILUCA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_02_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_CHARRE SEDE", + "message": "Charre Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_01_ADMIN_MO_12_05_CHIUTA", + "message": "ADMIN_MO_12_05_CHIUTA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_01_CHARRE", + "message": "Charre", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_01_MAZANE", + "message": "MAZANE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_02_MACUE", + "message": "MACUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_NHAMPOSSA SEDE", + "message": "Nhampossa Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_02_NHAMPOSSA", + "message": "Nhampossa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_06_MAGOE", + "message": "Magoe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_01_CHIMUQUE", + "message": "CHIMUQUE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_02_NHAFUCO", + "message": "NHAFUCO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_MURROTHONE SEDE", + "message": "Murrothone Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_01_ADMIN_MO_12_06_MAGOE", + "message": "ADMIN_MO_12_06_MAGOE", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_01_MURROTHONE", + "message": "Murrothone", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_01_MACHIPO", + "message": "MACHIPO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_02_CHIMBENGA", + "message": "CHIMBENGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_CAFUMPA SEDE", + "message": "Cafumpa Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_02_CAFUMPA", + "message": "Cafumpa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_01_MACHAMBA", + "message": "MACHAMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_02_MACARULA", + "message": "MACARULA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_INHAMGOMA SEDE", + "message": "Inhamgoma Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_03_INHAMGOMA", + "message": "Inhamgoma", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_MAGOE", + "message": "Magoe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_07_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_01_MALENGA", + "message": "MALENGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_02_NHAURAO", + "message": "NHAURAO", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_LUCALA SEDE", + "message": "Lucala Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_01_ADMIN_MO_12_07_MUTARARA", + "message": "ADMIN_MO_12_07_MUTARARA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_01_LUCALA", + "message": "Lucala", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_CHANGARA", + "message": "Changara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_08_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_01_NHAMAMBA", + "message": "NHAMAMBA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_02_MACOTI", + "message": "MACOTI", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_CHIFUNDE SEDE", + "message": "Chifunde Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_01_ADMIN_MO_12_08_CHANGARA", + "message": "ADMIN_MO_12_08_CHANGARA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_01_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_01_NHATHANDA", + "message": "NHATHANDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_02_CHIRINDA", + "message": "CHIRINDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_NDIMA SEDE", + "message": "Ndima Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_02_NDIMA", + "message": "Ndima", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_CHANGARA", + "message": "Changara", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_09_MACANGA", + "message": "Macanga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_10_01_ADMIN_MO_12_09_MACANGA", + "message": "ADMIN_MO_12_09_MACANGA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_10_MACANGA", + "message": "Macanga", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_01_MAVERA", + "message": "MAVERA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_02_NYAMPANDA", + "message": "NYAMPANDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_MUCUMBURA SEDE", + "message": "Mucumbura Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_11_01_MUCUMBURA", + "message": "Mucumbura", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_11_ZUMBO", + "message": "Zumbo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_01_CHAVITSA", + "message": "CHAVITSA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_02_NHASSANGWA", + "message": "NHASSANGWA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_CHINTHOLO SEDE", + "message": "Chintholo Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_12_01_CHINTHOLO", + "message": "Chintholo", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_12_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_01_NHAMUCANDA", + "message": "NHAMUCANDA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_02_MATARARA", + "message": "MATARARA", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_NHAMAYABWE SEDE", + "message": "Nhamayabwe Sede", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_13_01_NHAMAYABWE", + "message": "Nhamayabwe", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_13_DÔA", + "message": "Dôa", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "ADMIN_MO_12_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "message": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "message": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)", + "module": "rainmaker-boundary-admin", + "locale": "en_IN" + } + ] diff --git a/localisation/HCM Admin Console/en_IN/rainmaker-campaignmanager.json b/localisation/HCM Admin Console/en_IN/rainmaker-campaignmanager.json new file mode 100644 index 0000000..8dd79e4 --- /dev/null +++ b/localisation/HCM Admin Console/en_IN/rainmaker-campaignmanager.json @@ -0,0 +1,1844 @@ + [ + { + "code": " CAMPAIGN_ADD_PRODUCT_MANDATORY_ERROR", + "message": "Please fill all the mandatory fields.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": " HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Boundary Code", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": " HCM_ADMIN_CONSOLE_BOUNDARY_DATA", + "message": "Boundary Data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": " HCM_ADMIN_CONSOLE_USER_NAME", + "message": "Name of the Person (Mandatory)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": " HCM_PLEASE_WAIT_LOADING_BOUNDARY", + "message": "Please wait", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_CAMPAIGN_HOME", + "message": "Home", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_CAMPAIGN_MANAGER", + "message": "Campaign Manager", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_CREATECAMPAIGN", + "message": "My Campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_DISTRICT", + "message": "District", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_NATIONAL", + "message": "National", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_PROVINCIAL", + "message": "Provincial", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "BACK", + "message": "Back", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "BEDNET", + "message": "Bednet", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_2", + "message": "Validations are only for Boundary code column and Target at the Selected Boundary level column.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMAPAIGN_DELIVERY_TAB_TEXT", + "message": "Delivery", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_ATTRIBUTE_TEXT", + "message": "Add More Attributes", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_DELIVERY_BUTTON", + "message": "Add More Delivery Conditions", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_PRODUCT_BUTTON", + "message": "Add Resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCTS_BUTTON_TEXT", + "message": "Add Resources To Be Delivered", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCTS_LABEL", + "message": "Resources to be delivered", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCT_MANDATORY_ERROR", + "message": "Please fill the mandatory fields.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ADD_START_END_DATE_TEXT", + "message": "Add start and end dates for cycles", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_AGE", + "message": "Age (in months)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_CAMPAIGN_BEDNET_HOUSEHOLD_LABEL", + "message": " Number of bed nets per household", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_CAMPAIGN_BEDNET_INDIVIDUAL_LABEL", + "message": "Number of individuals per bed net", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_GENDER", + "message": "Gender (Male or Female)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_HEIGHT", + "message": "Height (in cms)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_LABEL", + "message": "Attribute", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_WEIGHT", + "message": "Weight (in Kgs)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_BEDNET_HOUSEHOLD_LABEL", + "message": " Number of bed nets per household", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_BEDNET_INDIVIDUAL_LABEL", + "message": "Number of individuals per bed net", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_BENEFICIARY_TYPE", + "message": "Beneficiary type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_BOUNDARY_PLEASE_WAIT", + "message": "Please wait for sometime.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_COMPLETED", + "message": "Completed", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_COUNT_LABEL", + "message": "Count", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE", + "message": "Cycle", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING", + "message": "The number of cycles and deliveries in each cycles are preloaded for SMC campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING_LLIN-MZ", + "message": "Configuration for LLIN campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING_MR-DN", + "message": "Configuration for multi round campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_INFO_LLIN-MZ", + "message": "According to the WHO guidelines, LLINs should be distributed every three years. This recommendation is based on the average lifespan of LLINs. Based on this guideline, the number of cycles and deliveries are set to 1 each.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_INFO_MR-DN", + "message": "Please be informed that the number of cycles and deliveries in each cycle listed below are configured according to the guidelines provided by the WHO for 'Seasonal Malaria Chemoprevention' campaigns. If you wish to modify the number of cycles or deliveries in each cycle, you are welcome to do so by pressing on the “+” or “-” icons for cycles and deliveries according to your preferences.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_CYCLE_TAB_TEXT", + "message": "Cycle", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DELETE_CONDITION_LABEL", + "message": "Delete condition", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DELETE_ROW_TEXT", + "message": "Delete", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DELIVERY", + "message": "Delivery", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DELIVERY_DETAILS", + "message": "Delivery details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DELIVERY_RULE_LABEL", + "message": "Delivery condition", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DETAILS", + "message": "Campaign details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DOWNLOAD_USER_CRED", + "message": "Download User Credentials", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_DRAFTS", + "message": "Drafts", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_EDIT", + "message": "Edit", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE", + "message": "Campaign end date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE_BEFORE_ERROR", + "message": "End date of the campaign cannot be before the start date of the campaign.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE_ERROR", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE_SAME_ERROR", + "message": "The start and end date for a campaign cannot be same !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_FAILED", + "message": "Failed", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_FIELD_ERROR_MANDATORY", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_FIELD_MANDATORY", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_HOME", + "message": "Home", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME", + "message": "Campaign name", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME_ERROR", + "message": "This campaign name already exists! Try with another valid name.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME_FIELD_ERROR", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME_FIELD_ERROR ", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME_MISSING_TYPE_ERROR", + "message": "Please enter a campaign name !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NAME_TOO_LONG_ERROR", + "message": "Campaign name cannot be more than 250 characters.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NEW_PRODUCT_TEXT", + "message": "Can’t find your resource on the resource list ?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NO_OF_CYCLE", + "message": "Number of cycles", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NO_OF_CYCLES", + "message": "Number of cycles", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NO_OF_DELIVERIES", + "message": "Number of deliveries", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_NO_OF_DELIVERY", + "message": "Number of deliveries", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_ONGOING", + "message": "Ongoing", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_OPERATOR_LABEL", + "message": "Operator", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_HEADER_TEXT", + "message": "Configure resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_SECONDARY_ACTION", + "message": "Add Resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_SUBMIT_TEXT", + "message": "Confirm Resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_MISSING_ERROR", + "message": "Please fill the resources to be delivered.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_NAME_ERROR", + "message": "Mandatory fields should be between 2 to 100 characters only.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_VARIANT_ERROR", + "message": "Mandatory fields should be between 2 to 100 characters only.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_DEFAULT1", + "message": "Configuration for Default type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN-MZ", + "message": "Configuration for LLIN campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN_MOZ", + "message": "Mozambique Specific Configuration for LLIN Campaigns", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN_MZ", + "message": "Configuration for LLIN campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_MR-DN", + "message": "Configuration for multi round campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_MR_DN", + "message": "Configuration for multi round campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_PROJECT_SMC", + "message": "SMC", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_RESOURCE", + "message": "Resource", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SEARCH_NAME", + "message": "Campaign name", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SEARCH_TITLE", + "message": "My Campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SEARCH_TYPE", + "message": "Campaign type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SELECT_BOUNDARIES_DESCRIPTION", + "message": "Boundaries are the administrative areas defined that you want to run a campaign in. Start selecting boundaries from the first level so that the boundaries present in the next level are available for selection.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SELECT_BOUNDARY", + "message": "Select the boundaries where you want to run the campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SELECT_HIERARCHY", + "message": "Select hierarchy", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_START_DATE", + "message": "Campaign start date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_START_DATE_ERROR", + "message": "Mandatory field !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_STATUS_CREATING_MESSAGE", + "message": "List of users for the campaign are being created. Please try again after some time.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_ATTRIBUTES_ACTION", + "message": "Add Attributes", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_DATE_ACTION", + "message": "Add Date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_DELIVERY_TYPE_ACTION", + "message": "Add Delivery Type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_PRODUCT_ACTION", + "message": "Add Product", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_VALUES_ACTION", + "message": "Add Values", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ATTRIBUTES_MISSING_ERROR", + "message": "Attributes are missing in cycle {CYCLE_NO} delivery {DELIVERY_NO} for delivery condition {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_DATE_MISSING_ERROR", + "message": "Dates are missing in cycle {CYCLE_NO}", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_DELIVERY_TYPE_MISSING_ERROR", + "message": "Delivery Type missing in cycle {CYCLE_NO} delivery {DELIVERY_NO} for delivery condition {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_NA", + "message": "To be updated", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_PRODUCT_MISSING_ERROR", + "message": "Products are missing in cycle {CYCLE_NO} delivery {DELIVERY_NO} for delivery condition {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_VALUES_MISSING_ERROR", + "message": "Values are missing in cycle {CYCLE_NO} delivery {DELIVERY_NO} for delivery condition {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_INFO_TEXT_LLIN-MZ", + "message": "The value of 1.8 for the parameter 'Number of beneficiary per bednet' is based on WHO guidelines. The user can choose change this value if it doesn't work for their country's use case.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_INFO_TEXT_MR-DN", + "message": "Please be informed that the conditions listed below are configured according to the guidelines provided by the WHO for 'Seasonal Malaria Chemoprevention' campaigns. If you wish to modify any specific conditions or resources to be delivered, you are welcome to do so by editing the delivery rules according to your preferences.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT", + "message": "The conditions of delivery you configure on this step will decide eligibility criteria for your beneficiaries. You can configure multiple conditions for delivery based on different eligibility criteria being followed in the campaign. Each eligibility criteria should be created as a separate delivery condition. Each condition for an individual beneficiary type can be created by using 4 attributes i.e. Age, Weight, Height and Gender.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT_LLIN-MZ", + "message": "Configuration for LLIN campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT_MR-DN", + "message": "Configuration for multi round campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TAB_TEXT", + "message": "Configure conditions for delivery", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TYPE", + "message": "Campaign type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TYPE_HOUSEHOLD", + "message": "Household", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_TYPE_INDIVIDUAL", + "message": "Individual", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_UPCOMING", + "message": "Upcoming", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_USER_GENERATION_SUCCESS", + "message": "User credential generated successfully. Please download.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_VALIDATION_INPROGRESS", + "message": "Please wait. Validation is in progress.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_VALUE_LABEL", + "message": "Value", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_VALUE_ZERO_ERROR", + "message": "Value cannot be zero for the delivery conditions.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CMN_NOOPTION", + "message": "No options available", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CREATE_NEW_CAMPAIGN", + "message": "Setup Campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CYCLE", + "message": "Cycle", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "CYCLE_NUMBER", + "message": "Number of cycles", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "Campaign_name_missing_type_error", + "message": "Please fill the mandatory field to move ahead.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "Confirm Addition of Products", + "message": "Confirm Addition Of Resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_CYCLE_DATE_ERROR", + "message": "Delivery cycles start and end dates are empty. Please fill the values.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_CYCLE_DETAILS", + "message": "Delivery Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_CYCLE_EMPTY_ERROR", + "message": "Number of cycles and deliveries are empty. Please fill the values.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_CYCLE_MISMATCH_LENGTH_ERROR", + "message": "Delivery cycles Start and End dates are empty. Please fill the values.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_NUMBER", + "message": "Number of deliveries per cycle", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DELIVERY_RULES_ERROR", + "message": "Please fill all the values in delivery conditions along with resources to be delivered.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DIRECT", + "message": "Direct delivery", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "DRUG", + "message": "Drug", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "END_DATE", + "message": "End date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "EQUAL_TO", + "message": "Equal to", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ERROR_WHILE_DOWNLOADING", + "message": "There is some issue found during downloading template. Please try again later.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ERR_HRMS_INVALID_CITY", + "message": "Please select valid city name.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_ADD_PRODUCT_BUTTON", + "message": "Confirm Addition Of Resources", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_ADD_PRODUCT_LINK", + "message": "Add New Resource", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_BOUNDARY_MODAL_BACK", + "message": "Yes", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_BOUNDARY_MODAL_SUBMIT", + "message": "No", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_CREATE_SUCCESS_RESPONSE", + "message": "Campaign data recorded successfully!", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_CREATE_SUCCESS_RESPONSE_TEXT", + "message": "The campaign data has been captured successfully and it will take a few minutes to create campaign. Once the campaign is created you can download the user credentials and other campaign data from the 'My Campaigns' screen.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_NO_DOCUMENTS_AVAILABLE", + "message": "Please upload valid excel sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_RESPONSE_ACTION", + "message": "Go Home", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_SUCCESS_INFO_TEXT", + "message": "Campaign ID", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_BOUNDARY_MODAL_HEADER", + "message": "Are you sure you want to update your campaign limits?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_BOUNDARY_MODAL_TEXT", + "message": "If you change the campaign limit data in this step, the file(s) uploaded for the following steps will be deleted", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_TYPE_MODAL_HEADER", + "message": "Are you sure you want to update the campaign type?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_TYPE_MODAL_TEXT", + "message": "If you change the campaign type in this step, all the data will be deleted.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_BOUNDARY_DATA_MODAL_HEADER", + "message": "Download Excel template for target", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_BOUNDARY_DATA_MODAL_TEXT", + "message": "Download the Excel template which has the selected boundary data. Once downloaded,please populate the template with correct target data and upload the sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_FACILITY_DATA_MODAL_HEADER", + "message": "Download Excel template for facility data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_FACILITY_DATA_MODAL_TEXT", + "message": "Download the Excel template which has the list of permanent facilities and list of selected boundary data. Once downloaded, please populate the template with correct facility data and upload the sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_USER_DATA_MODAL_HEADER", + "message": "Download Excel template for user details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_USER_DATA_MODAL_TEXT ", + "message": "Download the Excel template which has the selected boundary data. Once downloaded, please populate the template with correct user data and upload the sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_COMMON_PLEASE_ENTER_ALL_MANDATORY_FIELDS", + "message": "Please enter valid Campaign name to move to the next step.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE", + "message": "Resource created successfully!", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_BOLD_TEXT", + "message": "\" Resource to be delivered\"", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_POST_TEXT", + "message": "dropdown in the resource configuration popup.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_PRE_TEXT", + "message": "The newly created resources will be populated in the ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_TEXT", + "message": "The newly created resources will be populated in in the “ Resource to be delivered” dropdown in the resource configuration popup.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_PRODUCT_RESPONSE_ACTION", + "message": "Go back", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "ES_TQM_SUMMARY_HEADING", + "message": "Summary", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "End Date", + "message": "End date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "FACILITY_DETAILS", + "message": "Facility details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "FACILITY_DETAILS_ERROR", + "message": "Please add facility details excel file.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "FACILITY_FILE_MISSING", + "message": "Facility sheet is missing.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "FEMALE", + "message": "Female", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "FROM_DATE", + "message": "Start date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "GREATER_THAN", + "message": "Greater than", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "GREATER_THAN_EQUAL_TO", + "message": "Greater than or equal to", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_AVAILABLE_FACILITIES", + "message": "List of Available Facilities", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Boundary Code", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY", + "message": "Capacity", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CODE", + "message": "Facility Code", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_NAME", + "message": "Facility Name", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_STATUS", + "message": "Facility Status", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_TYPE", + "message": "Facility Type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_AT_THE_SELECTED_BOUNDARY_LEVEL", + "message": "Target at the Selected Boundary level", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE", + "message": "Employment Type (Mandatory)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_LIST", + "message": "Create List of Users", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER", + "message": "Phone Number (Mandatory)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_ROLE", + "message": "Role (Mandatory)", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BACK", + "message": "Back", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BENEFICIARY_TYPE", + "message": "Beneficiary type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_DETAILS", + "message": "Boundary Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_INF0", + "message": "If you can’t find your boundary hierarchy please contact the L1 team at ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_INF0 ", + "message": "If you can’t find your boundary hierarchy please contact the L1 team at ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_INFO", + "message": "If you can’t find your boundary hierarchy please contact the L1 team at ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_INFO ", + "message": "If you can’t find your boundary hierarchy please contact the L1 team at ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_BOUNDARY_MESSAGE", + "message": "Please populate the downloaded template with target data and upload the Excel sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION", + "message": "Please add your new resources.The newly created resources will be populated in the “Resources to be delivered” dropdown in the resource configuration popup.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_BOLD_TEXT", + "message": "\"Resource to be delivered\" ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_POST_TEXT", + "message": "dropdown in the resource configuration popup.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_PRE_TEXT", + "message": "Please add your new resources.The newly created resources will be populated in the ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_HEADER", + "message": "Add new resource", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_ALL_THE_LEVELS_ARE_MANDATORY", + "message": "Please fill all the mandatory fields.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_CHILD_NOT_PRESENT", + "message": "the lower level boundaries are missing. Please select boundaries till the lowest level.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES", + "message": "Campaign dates", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES_DESCRIPTION", + "message": "Choose your campaign 'Start date' and 'End date'. Dates once selected will reflect on the upcoming steps to configure the campaign.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES_HEADER", + "message": "What is the start and end date of the campaign?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_DATE_MISSING", + "message": "Please enter start and end date for the campaign !", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_DOWNLOAD_TEMPLATE", + "message": "Download Template", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_END_DATE_BEFORE_START_DATE", + "message": "Start date of the campaign cannot be after the end date of the campaign.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_END_DATE_EQUAL_START_DATE", + "message": "The start and end date for a campaign cannot be same.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_FOR", + "message": "For", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME", + "message": "Name of the campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_DESCRIPTION", + "message": "Please name your campaign. The best practice to name your campaign is by using a combination of the type of campaign being configured, months and years of the campaign and the boundary where the campaign is being run.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_EXAMPLE", + "message": "Example Name: CampaignType_Boundary_Dates", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_HEADER", + "message": "What is the name of your campaign?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_SETUP_DETAILS", + "message": "Campaign Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_SUCCESS_RESPONSE_ACTION", + "message": "Go To My Campaigns", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE", + "message": "Campaign type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE_DESCRIPTION", + "message": "Campaign type will determine the beneficiary type for your campaign. Your delivery rules will be pre loaded based on the campaign type you select.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE_HEADER", + "message": "What is the type of campaign you want to run?", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CAMPAIGN_UPLOAD_CANCEL", + "message": "Cancel", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_CHECK_FILE_AGAIN", + "message": "There are some errors in the sheet. Please download the uploaded file again.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_DATA_ALLOWED_VALUES_ARE", + "message": ". Allowed values are :", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_DATA_AT_ROW", + "message": "Data at row", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_DATA_SHOULD_NOT_BE_EMPTY", + "message": "should not be empty", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_DELIVERY_DETAILS", + "message": "Delivery Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_DELIVERY_TYPE", + "message": "Delivery type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_EMPTY_SHEET", + "message": "Sheet uploaded should not be empty.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_END_DATE", + "message": "End date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ERROR", + "message": "Error", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_ERROR_INVALID_FILE_TYPE", + "message": "Please upload valid excel file as per template only.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FACILITY_DETAILS", + "message": "Facility Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FACILITY_MESSAGE", + "message": "Please populate the downloaded template with facility data and upload the Excel sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FACILITY_USAGE_VALIDATION", + "message": "Please fill the required 'Facility Usage' column with Active/Inactive only. Atleast one 'Facility usage' must be Active.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FILE_VALIDATION", + "message": "File validation has failed. Please upload correct data file.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FILE_VALIDATION_ERROR", + "message": "File validation has failed. Please upload correct data file.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_FILE_VALIDATION_PROGRESS", + "message": "File validation is under progress.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_HIERARCHY_TYPE", + "message": "Hierarchy type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_INVALID_BOUNDARY_SHEET", + "message": "One of the sheets in the uploaded file seems to have an incorrect name. Please download the template again and upload it with correct data.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_INVALID_FACILITY_SHEET", + "message": "One of the sheets in the uploaded file seems to have an incorrect name. Please download the template again and upload it with correct data.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_INVALID_USER_SHEET", + "message": "One of the sheets in the uploaded file seems to have an incorrect name. Please download the template again and upload it with correct data.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_IN_COLUMN", + "message": "in column", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_IS_INVALID", + "message": "is invalid.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_MISSING_HEADERS", + "message": "One or more columns or headers are missing in the uploaded file and are not as per template. Please download the template again and upload the correct template with data.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_MISSING_TARGET", + "message": "Target column values are missing or incorrect. Please fill the values from 1 to 100000 only.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_NEXT", + "message": "Next", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PLEASE_WAIT", + "message": "Please wait", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PLEASE_WAIT_LOADING_BOUNDARY", + "message": "Please wait for sometime.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PLEASE_WAIT_TRY_IN_SOME_TIME", + "message": "Please wait.Try again in sometime.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PRODUCT_NAME", + "message": "Resource name", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PRODUCT_TYPE", + "message": "Resource type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_PRODUCT_VARIANT", + "message": "Resource variant", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_REVIEW_DETAILS", + "message": "Summary", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_START_DATE", + "message": "Start date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_SUBMIT", + "message": "Create Campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_TARGETS", + "message": "Target Details ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_TARGET_VALIDATION_ERROR", + "message": "Target values should be greater than 0 and less than 100000.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_UPLOAD_BOUNDARY", + "message": "Manage boundaries", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_USER_DETAILS", + "message": "User Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_USER_MESSAGE", + "message": "Please populate the downloaded template with user data and upload the Excel sheet.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_VALIDATION_COMPLETED", + "message": "File validation has been completed and is successful.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_VALIDATION_FAILED", + "message": "File validation process has failed.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HCM_VALIDATION_IN_PROGRESS", + "message": "Validation in progress", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "HOUSEHOLD", + "message": "Household", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "INDIRECT", + "message": "Indirect delivery", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "INDIVIDUAL", + "message": "Individual", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "IN_BETWEEN", + "message": "In between", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "LESSER_THAN_EQUAL_TO", + "message": "Lesser than or equal to", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "LESS_THAN", + "message": "Less than", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "LESS_THAN_EQUAL_TO", + "message": "Lesser than or equal to", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "LLIN-mz", + "message": "LLIN campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "MALE", + "message": "Male", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "MR-DN", + "message": "SMC campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "MY_CAMPAIGN", + "message": "My Campaign", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "NO_DOCUMENTS_AVAILABLE", + "message": "No documents available for credentials.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "Number of Individuals per bed net", + "message": "Number of individuals per bed net", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "OTHER", + "message": "Other", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "OTHERS", + "message": "Others", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "PROJECT_TYPE_UNDEFINED_ERROR", + "message": "Please select a campaign type to move to the next step.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "START_DATE", + "message": "Start date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "Start Date", + "message": "Start date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TABLET", + "message": "Tablet", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TARGET_DETAILS", + "message": "Target details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TARGET_DETAILS_ERROR", + "message": "Please add target details excel file.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TARGET_FILE_MISSING", + "message": "Target sheet is missing.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TONIC", + "message": "Tonic", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TO_DATE", + "message": "End date", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "TRANSGENDER", + "message": "Transgender", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "USER_DETAILS", + "message": "User details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "USER_DETAILS_ERROR", + "message": "Please add user details excel file.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "USER_FILE_MISSING", + "message": "User sheet is missing.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "USER_GENERATE_DETAILS", + "message": "User credential details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_BULK_BROWSE_FILES", + "message": "Browse in my files", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_CAMPAIGN_CREATED", + "message": "File uploaded successfully.", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_CREATE_HIERARCHY", + "message": "Create Hierarchy", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_DELETE", + "message": "Delete", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_DOWLOAD_TEMPLATE", + "message": "Download Template", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_DOWNLOAD", + "message": "Download", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_DOWNLOAD_TEMPLATE", + "message": "Download Template", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_DRAG_DROP", + "message": "Drag and drop your filled excel sheet or ", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_HIERARCHY_DETAILS", + "message": "Hierarchy Details", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_HIERARCHY_NAME", + "message": "Hierarchy name", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_HIERARCHY_TYPE", + "message": "Select hierarchy type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_LOC_BULK_UPLOAD_XLS", + "message": "Bulk Upload Boundaries", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UNABLE_TO_FIND_HIERARCHY_TYPE", + "message": "Create new hierarchy type", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UPLOAD_BOUNDARY", + "message": "Upload boundary", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UPLOAD_FACILITY", + "message": "Upload facility data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UPLOAD_Facility", + "message": "Upload facility data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UPLOAD_TARGET", + "message": "Upload target data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + }, + { + "code": "WBH_UPLOAD_USER", + "message": "Upload user data", + "module": "rainmaker-campaignmanager", + "locale": "en_IN" + } + ] diff --git a/localisation/HCM Admin Console/en_IN/rainmaker-common.json b/localisation/HCM Admin Console/en_IN/rainmaker-common.json new file mode 100644 index 0000000..2a21df6 --- /dev/null +++ b/localisation/HCM Admin Console/en_IN/rainmaker-common.json @@ -0,0 +1,452 @@ +[ + { + "code": "ACCESSCONTROL_ROLES_ROLES_CAMPAIGN_ADMIN", + "message": "Campaign Admin", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_CAMPAIGN_MANAGER", + "message": "Campaign Manager", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_COMMUNITY_DISTRIBUTOR", + "message": "Community Distributor", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_COMMUNITY_SUPERVISOR", + "message": "Community Supervisor", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_HEALTH_FACILITY_SUPERVISOR", + "message": "Health Facility Supervisor", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_HEALTH_FACILITY_WORKER", + "message": "Health Facility Worker", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_LOC_ADMIN", + "message": "Localisation admin", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_LOCAL_MONITOR", + "message": "Local Monitor", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_MDMS_ADMIN", + "message": "MDMS admin", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_MDMS_SCHEMA_CREATOR", + "message": "MDMS Schema Creator", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_REGISTRAR2", + "message": "Registrar", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACCESSCONTROL_ROLES_ROLES_SYSTEM_ADMINISTRATOR1", + "message": "System Administrator", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_9MDMS", + "message": "Manage Master Data", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_ACTIONS_TEST", + "message": "Action Test", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_CAMPAIGN", + "message": "HCM Admin Console", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_HOME", + "message": "Home", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_LOCALISATION", + "message": "Localisation", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_MDMS", + "message": "MDMS", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_MY_CAMPAIGN", + "message": "My Campaigns", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_ROLEACTIONS", + "message": "Role Action", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_ROLES", + "message": "Roles", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_SETUP_CAMPAIGN", + "message": "Setup Campaign", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_TENANT", + "message": "Tenant", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_UPLOAD_BOUNDARY", + "message": "Manage Boundaries", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTION_TEST_WORKBENCH", + "message": "Workbench", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ACTIVE_EMPLOYEES", + "message": "Active Employees", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_RESPONSE_UPDATE_ACTION_ERROR", + "message": "Failed to update the campaign details", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "COMMON_GENDER_OTHER", + "message": "Others", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_CHANGE_PASSWORD", + "message": "Change Password", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_LOGOUT", + "message": "Logout", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_PROFILE_CITY", + "message": "City", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_PROFILE_EMAIL", + "message": "Email", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_PROFILE_GENDER", + "message": "Gender", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_PROFILE_MOBILE_NUMBER", + "message": "Mobile Number", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_PROFILE_NAME", + "message": "Name", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_COMMON_SAVE", + "message": "Save", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_LOGOUT_CANCEL", + "message": "Cancel", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_LOGOUT_MESSAGE", + "message": "logout ?", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_LOGOUT_WEB_CONFIRMATION_MESSAGE", + "message": "Are you sure you want to", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_LOGOUT_WEB_HEADER", + "message": "Logout", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_LOGOUT_WEB_YES", + "message": "Yes, Logout", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CORE_SOMETHING_WENT_WRONG", + "message": "Something went wrong", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CREATE_BOUNDARY_HIERARCHY_TYPE", + "message": "Create Boundary Hierarchy", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_EMAIL_NOT_CONFIGURED", + "message": "Email is not configured", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_NO_PROJECTS_ASSIGNED", + "message": "No projects assigned to the user", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_REJECTION_REASON2", + "message": "Insufficient Information Provided", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_REJECTION_REASON3", + "message": "Duplicate Complaint", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_REJECTION_REASON4", + "message": "Out of scope", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "CS_REJECTION_REASON5", + "message": "Issue Already Resolved", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "DELETE_LEVEL", + "message": "Delete Level", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "EDIT_PROFILE", + "message": "Edit profile", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "EGOV_HRMS_EMPLOYEETYPE_OTHERS", + "message": "Others", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ES_COMMON_HOME", + "message": "Home", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "ES_COMMON_PAGE_1", + "message": "Edit profile", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HCM_CREATE_BOUNDARY_HIERARCHY", + "message": "Create Boundary Hierarchy", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HCM_CREATE_BOUNDARY_HIERARCHY_DESCRIPTION", + "message": "You can create a new boundary hierarchy by defining the number of levels in the hierarchy and naming the levels.", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HCM_LEVEL 1", + "message": "Level", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HR_COMMON_CREATE_EMPLOYEE_HEADER", + "message": "Create Employee", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HR_HOME_SEARCH_RESULTS_HEADING", + "message": "Search Employe", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HR_NATIONAL_CAMPAIGN_NAME_LABEL", + "message": "Campaign Name", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "HR_UPDATE_PASSWORD_SUCCESS_MESSAGE", + "message": "Employee Password Updated successfully", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.DATAISSUES", + "message": "Data Issue", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.NOTENOUGHSTOCK", + "message": "Not Enough Stock", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.OTHER", + "message": "Other", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.PERFORMANCEISSUE", + "message": "Performance Issue", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.SECURITYISSUES", + "message": "Security Issue", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.SYNCNOTWORKING", + "message": "Sync Not Working", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.TECHNICALISSUES", + "message": "Technical Issue", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "SERVICEDEFS.USERACCOUNTISSUES", + "message": "User Account Issue", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "TOTAL_EMPLOYEES", + "message": "Total Employees", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "WBH_ADD_LEVEL", + "message": "Add Level", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "WBH_CONFIRM_UPLOAD", + "message": "Confirm Uplaod", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "WORKBENCH_HOME", + "message": "Home", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "TENANT_TENANTS_MZ CORPORATION", + "message": "MBAZI HIGHLANDS", + "module": "rainmaker-common", + "locale": "en_IN" + }, + { + "code": "TENANT_TENANTS_MZ", + "message": "MBAZI HIGHLANDS", + "module": "rainmaker-common", + "locale": "en_IN" + } +] \ No newline at end of file diff --git a/localisation/HCM Admin Console/en_IN/rainmaker-hcm-admin-schemas.json b/localisation/HCM Admin Console/en_IN/rainmaker-hcm-admin-schemas.json new file mode 100644 index 0000000..2beabae --- /dev/null +++ b/localisation/HCM Admin Console/en_IN/rainmaker-hcm-admin-schemas.json @@ -0,0 +1,926 @@ + [ + { + "code": "ADMIN10_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN10_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN10_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN10_POST ADMINISTRATIVO", + "message": "Post Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN10_STATE", + "message": "State", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN11_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN11_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN11_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN11_POST ADMINISTRATIVO", + "message": "Post Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN11_STATE", + "message": "State", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN1_PROVINCIA", + "message": "Provincia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN2_PROVINCIA", + "message": "Provincia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_DISTRITO", + "message": "District", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_POST ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN3_PROVINCIA", + "message": "Provincia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_ALDEIA", + "message": "Village", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_CONSOLE_TARGET", + "message": "Household Target at village level (Mandatory and to be entered by the user)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_DISTRITO", + "message": "District", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_LOCALIDADE", + "message": "Locality", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_POST ADMINISTRATIVO", + "message": "Administrative Post", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_POSTO ADMINISTRATIVO", + "message": "Post administrative", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_PROVINCIA", + "message": "Province", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "ADMIN_STATE", + "message": "State", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_DISTRICT", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_LOCALITY", + "message": "Locality", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_POST ADMINISTRATIVE", + "message": "Post administrative", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_PROVINCE", + "message": "Province", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "AU_VILLAGE", + "message": "Village", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.Country", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.Distrito", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.Localidade", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.Post Administrativo", + "message": "Post Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.PostAdministrativo", + "message": "Post Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Admin9.State", + "message": "State", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1", + "message": "Downloading excel templates for setting targets:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1_DESC_1", + "message": "Download the excel template by clicking on the “Download Template” button.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1_DESC_2", + "message": "Open the excel template that was downloaded in the previous step and the first sheet you will see is a “Read Me” sheet. The remaining sheets will be named after the name of the districts selected in the “Boundary Selection” step with each district Sheets having a list of all the villages mapped to that district.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2", + "message": "Setting targets once the template is downloaded:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_1", + "message": "Go to the district’s sheet you want to set targets for and add numbers in the “Targets” Column for each Village. ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_2", + "message": "Enter targets for each village in each district’s sheet under the “Target at the Selected Boundary level” Column. If any village does not have targets set, the sheet will have errors.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_3", + "message": "Save the sheet with the updated targets for each village on the excel template .", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_4", + "message": "Press the “Browse In My Files” button on the “Upload Target” screen and select the saved file with all targets from the system.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3", + "message": "Cases for common errors:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_1", + "message": "If the user has not set targets for each village the system will throw an error with line number where the targets are missing.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_2", + "message": "If the user deletes any village from the sheet or deletes a complete district sheet and uplaods the sheet the system will throw an error and the user will have to download the template again and reupload the correct sheet with the correct data.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_3", + "message": "If the user deletes any of the headers in the sheet and uploads the sheet the system will throw an error and the user will have to download the template again and reupload the correct sheet with the correct data.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "BOUNDARY_README_MAINHEADER", + "message": "Read me instructions for target upload", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE_BEFORE_ERROR", + "message": "End date of the campaign cannot be before the start date of the campaign.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_END_DATE_ERROR", + "message": "Mandatory field !", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_FIELD_MANDATORY", + "message": "Mandatory field !", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "CAMPAIGN_START_DATE_ERROR", + "message": "Mandatory field !", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1", + "message": "Downloading excel templates for setting targets:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_1", + "message": "Download the excel template by clicking on the “Download Template” button.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_2", + "message": "Open the Template that was downloaded in the previous step will have 3 sheets and the first sheet you will see is a “Read Me” sheet. The second Sheet named “List of Available Facilities“ will have a list of all the available facilities that can be used in the campaign. If there is no facility available, this sheet will be empty. The third sheet will be named “List of Campaign Boundaries“ which will have all the boundaries with their respective Boundary Codes.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2", + "message": "Creating new facility data/using existing facility data once the template is downloaded:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_1", + "message": "If there are no Facilities available for selection, the “List of Available Facilities“ tab in the template will be empty. To create new facility data, add the name of the Facility Name, Facility Type, Facility Status, Capacity. The “Facility Code” column needs to be left empty if this is a new facility. If it is a facility being reused (which is available in the template after downloading) the user only needs to do step 2.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_2", + "message": "To map the facility to the correct boundary, the user needs to copy the correct boundary code of the boundary from the “List of Campaign Boundaries“ sheet that the facility needs to be mapped to. If there is a facility that is mapped to multiple boundaries, the System Admin will have to add the boundary codes of all the boundaries that facility is mapped to by separating them by commas in the cell to add Boundary Codes for that Facility.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_3", + "message": "Save the sheet with the updated targets for each village on the excel template.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_4", + "message": "Press the “Browse In My Files” button on the “Upload Facility Data” screen and select the saved file with all targets from the system.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_5", + "message": "Deactivating existing Facilities for a campaign.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_6", + "message": "After the user has downloaded the template for facilities, if the system has existing facility data to be reused, the template will be pre populated with those list of facilities.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_7", + "message": "If the user then chooses not use specific facilities, they can delete those lines of data for those specific facilities that need to be removed and upload the sheet with only those facilities that are needed for the campaign with the correct boundary codes mapped to those facilities.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3", + "message": "Cases for common errors:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_1", + "message": "If the user has removed Facility codes for an existing facility in the list then system will create a duplicate facility with those column values.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_2", + "message": "If the user deletes any columns from the “List of Available Facilities” from the sheet and uploads the sheet, the system will throw an error and the user will have to download the template again and reupload the correct sheet with the correct data.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_3", + "message": "If the user deletes any of the headers in the sheet and uploads the sheet, the system will throw an error and the user will have to download the template again and reupload the correct sheet with the correct data.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_MAINHEADER", + "message": "Read me instructions for facility upload", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_COUNTRY_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_POST ADMINISTRATIVO", + "message": "Post Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_PROVINCIA", + "message": "Provincia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Boundary Code", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY", + "message": "Boundary Code (Mandatory)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY_ERROR", + "message": "is invalid. It should be taken from 'Boundary Data' sheet", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_DATA", + "message": "Boundary Data", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITIES", + "message": "List of Available Facilities", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY", + "message": "Capacity (Units: Bales for Bednets/ SPAQ Blister for SMC)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY_ERROR", + "message": "should not be empty and should be a number from 1 to 10 million", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CODE", + "message": "Facility Code", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_NAME", + "message": "Facility Name", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_STATUS", + "message": "Facility Status", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_TYPE", + "message": "Facility Type", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_USAGE", + "message": "Facility Usage", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET", + "message": "Household Target at village level (Mandatory and to be entered by the user)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_AT_THE_SELECTED_BOUNDARY_LEVEL", + "message": "Household Target at village level (Mandatory and to be entered by the user)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "message": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "message": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE", + "message": "Employment Type (Mandatory)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_LIST", + "message": "Create List of Users", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_NAME", + "message": "Name of the Person (Mandatory)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER", + "message": "Phone Number (Mandatory)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER_ERROR", + "message": "must be provided and should be a phone number of 10 digits", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_ROLE", + "message": "Role (Mandatory)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "HCM_README_SHEETNAME", + "message": "Read Me", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "NEW BOUNDARY_DISTRICT", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "Svefewg4YCb", + "message": "Murrupula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_CITY", + "message": "City", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_DISTRICT", + "message": "District", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_REGION", + "message": "Region", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_STATE", + "message": "State", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_WARD", + "message": "Ward", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "TEST BOUNDARY_ZONE", + "message": "Zone", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1", + "message": "Downloading excel templates for creating users:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1_DESC_1", + "message": "Download the excel template by clicking on the “Download Template” button.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1_DESC_2", + "message": "Open the excel template that was downloaded in the previous step will have 3 sheets and the first sheet you will see is a “Read Me” sheet. The second Sheet named “Create List of Users“ that will be an empty sheet where the user needs to enter data to create users for the campaign. The third sheet will be named “List of Campaign Boundaries“ which will have all the boundaries selected in the “Boundary Details“ step with their respective boundary codes.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2", + "message": "Creating users for the campaign:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_1", + "message": "The System Admin will have to create a separate entry for each user. The System Admin will have to add The Name of the User (Mandatory), Phone Number (Mandatory),Role (Mandatory) Employment Type (Mandatory), Boundary Code (Mandatory). If there is a user who is mapped to multiple roles, the System Admin will have to add all the roles that user is mapped to by separating them by commas in the cell to add Roles for that user.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_2", + "message": "Each user being created needs to be assigned to a boundary using the Boundary Code of the required boundary which can be found in the “List of Campaign Boundaries“. If there is a user who is mapped to multiple boundaries, the System Admin will have to add the boundary codes of all the boundaries that user is mapped to by separating them by commas in the cell to add Boundary Codes for that user.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_3", + "message": "Save the sheet with the updated targets for each village on the excel template .", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_4", + "message": "Press the “Browse In My Files” button on the “Upload Target” screen and select the saved file with all targets from the system.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3", + "message": "Cases for common errors:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3_DESC_1", + "message": "If the user has not added boundary codes for all user entries, the system will throw an error with line number where the boundary code is missing", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3_DESC_2", + "message": "If the user deletes any of the headers in the sheet and uploads the sheet, the system will throw an error and the user will have to download the template again and reupload the correct sheet with the correct data.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "USERWITHBOUNDARY_README_MAINHEADER", + "message": "Read me instructions for user upload", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_DISTRICT", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_LOCALITY", + "message": "Locality", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_POST ADMINISTRATIVE", + "message": "Post administrative", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_PROVINCE", + "message": "Province", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "UY_VILLAGE", + "message": "Village", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "VFTw0jbRf1y", + "message": "Cavina1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "f5F6xAskA05", + "message": "Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_Country", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_District", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_Locality", + "message": "Locality", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_Post administrative", + "message": "Post administrative", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_Province", + "message": "Province", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_Village", + "message": "Village", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mobile_country", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "mz", + "message": "Mocambique", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "w22L4En0Zgg", + "message": "Nihessiue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + }, + { + "code": "{{hierarchytype}}_COUNTRY", + "message": "Country", + "module": "rainmaker-hcm-admin-schemas", + "locale": "en_IN" + } + ] diff --git a/localisation/HCM Admin Console/pt_IN/rainmaker-boundary-admin.json b/localisation/HCM Admin Console/pt_IN/rainmaker-boundary-admin.json new file mode 100644 index 0000000..a33e856 --- /dev/null +++ b/localisation/HCM Admin Console/pt_IN/rainmaker-boundary-admin.json @@ -0,0 +1,18236 @@ + [ + { + "code": "ADMIN_MO", + "message": "Mozambique", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CANGUD ZI", + "message": "CANGUD ZI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CAVINA1", + "message": "Cavina1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_GWISSIKEN", + "message": "Gwissiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_MONKEYDUNUYA", + "message": "Monkeydunuya", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CANDOD O", + "message": "CANDOD O", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CAVINA2", + "message": "Cavina2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_MARFLIKEN", + "message": "Marfliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_YWN CAMP", + "message": "YWN Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CAMP ALPHA TOWN", + "message": "Camp Alpha Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CARANG ACHE", + "message": "CARANG ACHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CAVINA3", + "message": "Cavina3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_TEAKEN", + "message": "Teaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_CAVINA4", + "message": "Cavina4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_NHANTS UNGUI", + "message": "NHANTS UNGUI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_ROCK TOWN", + "message": "Rock Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CAVINA5", + "message": "Cavina5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CHITHA NDO", + "message": "CHITHA NDO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_GUTUKEN", + "message": "Gutuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_CAVINA6", + "message": "Cavina6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_GBARWILIKEN", + "message": "Gbarwiliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_GUEBUZ A", + "message": "GUEBUZ A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CADONG OLO", + "message": "CADONG OLO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CAVINA7", + "message": "Cavina7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_KARDIO VILLAGE", + "message": "Kardio Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_BOROMA", + "message": "BOROMA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_CAVINA8", + "message": "Cavina8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_TENKEN", + "message": "Tenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAHO", + "message": "CAHO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAVINA9", + "message": "Cavina9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_1 DE M AIO", + "message": "1 DE M AIO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_CAVINA10", + "message": "Cavina10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CATOND O", + "message": "CATOND O", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CAVINA11", + "message": "Cavina11", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_CAVINA12", + "message": "Cavina12", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_JOSINA MACHEL", + "message": "JOSINA MACHEL", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_25 DE JUNHO", + "message": "25 DE JUNHO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_CAVINA13", + "message": "Cavina13", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_CAVINA14", + "message": "Cavina14", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_VALE", + "message": "VALE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAVINA15", + "message": "Cavina15", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAWIRA B", + "message": "CAWIRA B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAVINA16", + "message": "Cavina16", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAWIRA A", + "message": "CAWIRA A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_17_CAVINA17", + "message": "Cavina17", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_18_CAVINA18", + "message": "Cavina18", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_19_CAVINA19", + "message": "Cavina19", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_20_CAVINA20", + "message": "Cavina20", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_21_CAVINA21", + "message": "Cavina21", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_22_CAVINA22", + "message": "Cavina22", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_23_CAVINA23", + "message": "Cavina23", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_24_CAVINA24", + "message": "Cavina24", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_25_CAVINA25", + "message": "Cavina25", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_26_CAVINA26", + "message": "Cavina26", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_27_CAVINA27", + "message": "Cavina27", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_28_CAVINA28", + "message": "Cavina28", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_29_CAVINA29", + "message": "Cavina29", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_CAMP ALPHA TOWN", + "message": "Camp Alpha town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_GBARWILIKEN", + "message": "Gbarwiliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_01_ABU CAMP", + "message": "Abu Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_01_NACULUER1", + "message": "Naculuer1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_02_GOI VILLAGE", + "message": "Goi Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_02_NACULUER2", + "message": "Naculuer2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_03_GBAH", + "message": "Gbah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_03_NACULUER3", + "message": "Naculuer3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_04_AMTEH CAMP", + "message": "Amteh Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_04_NACULUER4", + "message": "Naculuer4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_05_NACULUER5", + "message": "Naculuer5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_06_NACULUER6", + "message": "Naculuer6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_07_NACULUER7", + "message": "Naculuer7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_08_NACULUER8", + "message": "Naculuer8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_09_NACULUER9", + "message": "Naculuer9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_10_NACULUER10", + "message": "Naculuer10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_AMTEH CAMP", + "message": "Amteh camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_01_GABRIEL VILLAGE", + "message": "Gabriel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_01_NACOCOLOA1", + "message": "Nacocoloa1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_02_MONEY CAMP", + "message": "Money Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_02_NACOCOLOA2", + "message": "Nacocoloa2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_03_BANANA VILLAGE-01", + "message": "Banana Village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_03_NACOCOLOA3", + "message": "Nacocoloa3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_04_NACOCOLOA4", + "message": "Nacocoloa4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_04_SLC", + "message": "SLC", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_05_NACOCOLOA5", + "message": "Nacocoloa5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_05_TIMAH TOWN", + "message": "Timah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_06_NACOCOLOA6", + "message": "Nacocoloa6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_07_NACOCOLOA7", + "message": "Nacocoloa7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_08_NACOCOLOA8", + "message": "Nacocoloa8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_09_NACOCOLOA9", + "message": "Nacocoloa9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_TIMAH TOWN", + "message": "Timah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_01_BETHEL", + "message": "Bethel", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_02_KODUWAWA", + "message": "Koduwawa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_03_DOMAMANA", + "message": "Domamana", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_04_SAFULAH", + "message": "Safulah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_05_JAWAJEH BAWAH", + "message": "Jawajeh Bawah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_04_SAFULAH", + "message": "Safulah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_01_GLAY", + "message": "Glay", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_02_BONODO JAWEH", + "message": "Bonodo Jaweh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_03_GAGAMA", + "message": "Gagama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_04_ZUIE TOWN", + "message": "Zuie Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_05_ZUIE TOWN", + "message": "Zuie Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_01_GODEE", + "message": "Godee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_02_FALLINGO VILLAGE", + "message": "Fallingo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_03_TAIWAY", + "message": "Taiway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_04_BEADEN", + "message": "Beaden", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_05_GONSUA", + "message": "Gonsua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_06_FALLAH", + "message": "Fallah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_07_BEATHOU", + "message": "Beathou", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_06_BEATHOU", + "message": "Beathou", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_01_THOMAS CAMP", + "message": "Thomas Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_02_SATURDAY VILLAGE", + "message": "Saturday Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_03_SUPER POWER", + "message": "Super Power", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_04_OLDMAN KOTEE", + "message": "Oldman Kotee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_05_MOSES VILLAGE", + "message": "Moses Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_06_DUAH VILLAGE", + "message": "Duah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_07_SAVANNA VILLAGE", + "message": "Savanna Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_08_MANNAH VILLAGE", + "message": "Mannah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_09_JINKPO VILLAGE", + "message": "Jinkpo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_10_MBARMA", + "message": "Mbarma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_07_MBARMA", + "message": "Mbarma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_01_BORBORHUN", + "message": "Borborhun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_02_FAYAMA", + "message": "Fayama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_03_GALAHUN", + "message": "Galahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_04_JAWAJEH DEKPE", + "message": "Jawajeh Dekpe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_08_GALAHUN", + "message": "Galahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_01_LYNE", + "message": "Lyne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_02_ULC", + "message": "ULC", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_03_WONGO VILLAGE", + "message": "Wongo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_04_NORMOR TOWN", + "message": "Normor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_05_SMITH VILLAGE", + "message": "Smith Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_09_NORMOR TOWN", + "message": "Normor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_01_BOAKAI CAMP", + "message": "Boakai Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_02_JACOB VILLAGE", + "message": "Jacob Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_03_TONGLAY", + "message": "Tonglay", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_04_NYUNKOR FARM", + "message": "Nyunkor Farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_05_ALI CAMP", + "message": "Ali Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_06_MANDINGO CAMP", + "message": "Mandingo Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_07_SOLOMON CAMP", + "message": "Solomon Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_08_KORTEE VILLAGE", + "message": "Kortee Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_10_KORTEE VILLAGE", + "message": "Kortee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_01_BORBORBEE", + "message": "Borborbee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_02_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_03_DANIEL CAMP", + "message": "Daniel Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_11_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_GBARWILIKEN CLINIC", + "message": "Gbarwiliken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_KUNGBOR CLINIC", + "message": "Kungbor Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_CAWIRA A", + "message": "Cawira A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_FISHTOWN HIGHWAY", + "message": "FishTown Highway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_THEQUESSE", + "message": "Thequesse", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_BULTIKEN", + "message": "Bultiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_CAWIRA B", + "message": "Cawira B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_ZANICHI", + "message": "Zanichi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_FELOKEN", + "message": "Feloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_MACATA", + "message": "Macata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_VALE", + "message": "Vale", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_25 DE JUNHO", + "message": "25 De Junho", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_BIG JAYE", + "message": "Big Jaye", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_JULIO CHAMALULO", + "message": "Julio chamalulo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_COFATI 1", + "message": "Cofati 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_GBARKLIKEN", + "message": "Gbarkliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_JOSINA MACHEL", + "message": "Josina Machel", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_AFULEDI", + "message": "Afuledi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_CATOND O", + "message": "Catond O", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_KPANNISO", + "message": "Kpanniso", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_1 DE M AIO", + "message": "1 De M Aio", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_ADAMO", + "message": "Adamo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_ACUSE", + "message": "Acuse", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_CAHO", + "message": "Caho", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_BOROMA", + "message": "Boroma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_NTUITI", + "message": "Ntuiti", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_CADONG OLO", + "message": "Cadong Olo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_NCUMBZI 1", + "message": "Ncumbzi 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_GUEBUZ A", + "message": "Guebuz A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_NCUMBUZI 2", + "message": "Ncumbuzi 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_ACHINTSUE", + "message": "Achintsue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_CHITHA NDO", + "message": "Chitha Ndo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_AMBULEZI", + "message": "Ambulezi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_NHANTS UNGUI", + "message": "Nhants Ungui", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_CARANG ACHE", + "message": "Carang Ache", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_KAPHIRI KA MPANDA", + "message": "Kaphiri ka mpanda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_CANDOD O", + "message": "Candod O", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_COFATI 2", + "message": "Cofati 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_CANGUD ZI", + "message": "Cangud Zi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_TSHIRIZA", + "message": "Tshiriza", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_17_ANANIAS", + "message": "Ananias", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_18_MAXENECA", + "message": "Maxeneca", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_19_CAPOCHI", + "message": "Capochi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_20_CHANGUI", + "message": "Changui", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_21_LIPIRANI", + "message": "Lipirani", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_22_MPHEMBERE", + "message": "Mphembere", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_23_MOAMBEDZI", + "message": "Moambedzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_ANG'OMBE", + "message": "Ang'ombe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_FELOKEN", + "message": "Feloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_CHITIMA ", + "message": "Chitima ", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_FELOKEN CLINIC", + "message": "Feloken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_NSADZO", + "message": "Nsadzo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_BARROBO FARJAH", + "message": "Barrobo Farjah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_KUNGBOR", + "message": "Kungbor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE", + "message": "Mossurilee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE ", + "message": "Mossurilee ", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MURRUPULA", + "message": "Murrupula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_GLOFAKEN", + "message": "Glofaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_NACOCOLOA9", + "message": "NACOCOLOA9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_WEAH HILL", + "message": "Weah Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_DUGBOKEN", + "message": "Dugboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_NACOCOLOA8", + "message": "NACOCOLOA8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_PEAL VILLAGE", + "message": "Peal village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_CHILIKEN", + "message": "Chiliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_DANIEL VILLAGE", + "message": "Daniel village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_NACOCOLOA7", + "message": "NACOCOLOA7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_BALLAH KOLLIE VILLAGE", + "message": "Ballah Kollie village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_NACOCOLOA6", + "message": "NACOCOLOA6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_SAWKEN", + "message": "Sawken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_GBAKEN", + "message": "Gbaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_KORTUMA VILLAGE", + "message": "Kortuma Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_NACOCOLOA5", + "message": "NACOCOLOA5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_GESSAKEN", + "message": "Gessaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_MANARY CAMP", + "message": "Manary camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_NACOCOLOA4", + "message": "NACOCOLOA4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_GWELEKPOTOWIKEN", + "message": "Gwelekpotowiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_NACOCOLOA3", + "message": "NACOCOLOA3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_WEALIQUAH TOWN", + "message": "Wealiquah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_08_NACOCOLOA2", + "message": "NACOCOLOA2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_08_WEAFUA TOWN", + "message": "Weafua town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_09_NACOCOLOA1", + "message": "NACOCOLOA1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_09_NJABOI TOWN", + "message": "Njaboi town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_10_JIMMY VILLAGE", + "message": "Jimmy Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_11_CASSELL VILLAGE-01", + "message": "Cassell village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_12_OKAI VILLAGE", + "message": "Okai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_13_GBOIMAH COLEMAN VILLAGE", + "message": "Gboimah Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_14_NATEHN VILLAGE", + "message": "Natehn village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_15_GBANDY VILLAGE", + "message": "Gbandy village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_16_HENRY VILLAGE", + "message": "Henry village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_17_SEKOU CAMP", + "message": "Sekou Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_18_YANGARYAH TOWN", + "message": "Yangaryah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_GLOFAKEN", + "message": "Glofaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_YANGARYAH TOWN", + "message": "Yangaryah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_01_NACULUER10", + "message": "NACULUER10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_02_NACULUER9", + "message": "NACULUER9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_03_NACULUER8", + "message": "NACULUER8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_04_NACULUER7", + "message": "NACULUER7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_05_NACULUER6", + "message": "NACULUER6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_06_NACULUER5", + "message": "NACULUER5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_07_NACULUER4", + "message": "NACULUER4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_08_NACULUER3", + "message": "NACULUER3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_09_NACULUER2", + "message": "NACULUER2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_10_NACULUER1", + "message": "NACULUER1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_01_CAVINA29", + "message": "CAVINA29", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_02_CAVINA28", + "message": "CAVINA28", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_03_CAVINA27", + "message": "CAVINA27", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_04_CAVINA26", + "message": "CAVINA26", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_05_CAVINA25", + "message": "CAVINA25", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_06_CAVINA24", + "message": "CAVINA24", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_07_CAVINA23", + "message": "CAVINA23", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_08_CAVINA22", + "message": "CAVINA22", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_09_CAVINA21", + "message": "CAVINA21", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_10_CAVINA20", + "message": "CAVINA20", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_11_CAVINA19", + "message": "CAVINA19", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_12_CAVINA18", + "message": "CAVINA18", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_13_CAVINA17", + "message": "CAVINA17", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_14_CAVINA16", + "message": "CAVINA16", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_15_CAVINA15", + "message": "CAVINA15", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_16_CAVINA14", + "message": "CAVINA14", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_17_CAVINA13", + "message": "CAVINA13", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_18_CAVINA12", + "message": "CAVINA12", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_19_CAVINA11", + "message": "CAVINA11", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_20_CAVINA10", + "message": "CAVINA10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_21_CAVINA9", + "message": "CAVINA9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_22_CAVINA8", + "message": "CAVINA8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_23_CAVINA7", + "message": "CAVINA7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_24_CAVINA6", + "message": "CAVINA6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_25_CAVINA5", + "message": "CAVINA5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_26_CAVINA4", + "message": "CAVINA4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_27_CAVINA3", + "message": "CAVINA3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_28_CAVINA2", + "message": "CAVINA2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_29_CAVINA1", + "message": "CAVINA1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_GLOFAKEN CLINIC", + "message": "Glofaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_YANGARYAH CLINIC", + "message": "Yangaryah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_CHIRODZI PONTE", + "message": "Chirodzi Ponte", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_GBATOGAI VILLAGE", + "message": "Gbatogai Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_JULUKEN", + "message": "Juluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_DWEJAH", + "message": "Dwejah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_JOHNS TOWN", + "message": "Johns town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_NHAULIRI 1", + "message": "Nhauliri 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_JULUKEN 2", + "message": "Juluken 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_KERWELLEH CAMP", + "message": "Kerwelleh camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_NHAULIRI 2", + "message": "Nhauliri 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_GBONDIA TOWN", + "message": "Gbondia town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_MARTUKEN", + "message": "Martuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_NCHENGA", + "message": "Nchenga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_BALLAH BASSA TOWN", + "message": "Ballah Bassa town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_CHAMIMBA", + "message": "Chamimba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_GORTUKEN", + "message": "Gortuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_06_CHIRODZI NTEPE", + "message": "Chirodzi Ntepe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_06_GORTIKEN", + "message": "Gortiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_07_KPLOWAKEN", + "message": "Kplowaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_07_NHANTSINGA", + "message": "Nhantsinga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_08_NHAMIDZI", + "message": "Nhamidzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_08_TUGBAKEN", + "message": "Tugbaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_09_CAVULANCIE", + "message": "Cavulancie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_09_TAPOLINE VILLAGE", + "message": "Tapoline Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_10_CHISSUA SEDE", + "message": "Chissua Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_10_FULA CAMP", + "message": "Fula Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_11_BESSIKEN", + "message": "Bessiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_11_CHISSUA CRUZAMENTO", + "message": "Chissua Cruzamento", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_12_CHISSUA THALA", + "message": "Chissua Thala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_12_SMALL JAYE", + "message": "Small jaye", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_13_CHABONGA", + "message": "Chabonga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_BALLAH BASSA TOWN", + "message": "Ballah Bassa town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_CHIBAGADIGO", + "message": "Chibagadigo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_JULUKEN", + "message": "Juluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_01_GBUYAMA TOWN", + "message": "Gbuyama town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_01_MATUNGULU", + "message": "Matungulu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_02_GBUGBAI TOWN", + "message": "Gbugbai town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_02_MASSECHA", + "message": "Massecha", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_03_CHINHANDA", + "message": "Chinhanda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_03_SENEHUM VILLAGE", + "message": "Senehum Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_04_CHICOA", + "message": "Chicoa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_04_GBANDI CAMP", + "message": "Gbandi camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_05_KISSI CAMP", + "message": "Kissi camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_05_NHAMINHE", + "message": "Nhaminhe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_06_ZIAMA TOWM", + "message": "Ziama towm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_07_PORTORPORTOR CAMP", + "message": "Portorportor camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_08_FINEBOY VILLAGE", + "message": "Fineboy village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_09_WEASUA TOWN", + "message": "Weasua town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_CHICOA NOVA", + "message": "Chicoa Nova", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_WEASUA TOWN", + "message": "Weasua town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_CHITEEIMA", + "message": "Chiteeima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_JULUKEN CLINIC", + "message": "Juluken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_WEASUA CLINIC", + "message": "Weasua Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_JOHNSON FARM", + "message": "Johnson Farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_MUALADZI SEDE", + "message": "Mualadzi sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_NEWAKEN", + "message": "Newaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_CHITUMBULA", + "message": "Chitumbula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_DUODEE", + "message": "Duodee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_SOLOKEN", + "message": "Soloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_CHIMBALAME", + "message": "Chimbalame", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_HILTON TOWN", + "message": "Hilton town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_SAWTOKEN 1", + "message": "Sawtoken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_CHATSICA", + "message": "Chatsica", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_JARGLOKEN", + "message": "Jargloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_PARKER TOWN", + "message": "Parker town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_NAMICOMBO", + "message": "Namicombo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_SARGLOKEN", + "message": "Sargloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_SENODEE VILLAGE", + "message": "Senodee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_DOMAGBEY", + "message": "Domagbey", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_SATEMA", + "message": "Satema", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_SAWTOKEN 2", + "message": "Sawtoken 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_FARMAH VILLAGE", + "message": "Farmah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_SEATOR", + "message": "Seator", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_TSEBONDO", + "message": "Tsebondo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_08_CATAKWALA", + "message": "Catakwala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_08_DEWAH TOWN", + "message": "Dewah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_09_DZIWELANGONA", + "message": "Dziwelangona", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_09_MABOI TOWN", + "message": "Maboi town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_10_GBALLASUA-1 VILLAGE", + "message": "Gballasua-1 village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_10_MUANANHANJE", + "message": "Muananhanje", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_11_CHOLONNGUELERA", + "message": "Cholonnguelera", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_11_TINDOWAH VILLAGE", + "message": "Tindowah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_12_DARBO TOWN", + "message": "Darbo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_12_MULAWE", + "message": "Mulawe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_13_NCHENGOERA", + "message": "Nchengoera", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_13_VAYE TOWN", + "message": "Vaye town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_14_MANKACA 1", + "message": "Mankaca 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_15_CHIRUDZI", + "message": "Chirudzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_16_DAUNDELA", + "message": "Daundela", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_17_GOELA", + "message": "Goela", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_18_THIMA", + "message": "Thima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_19_PHOCA", + "message": "Phoca", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_20_GUEROSSOMO", + "message": "Guerossomo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_21_NKHONDA", + "message": "Nkhonda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_22_MANKACA 2", + "message": "Mankaca 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_23_VUBUE", + "message": "Vubue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_24_MALIDZIMAERA", + "message": "Malidzimaera", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_25_CAWELENGA", + "message": "Cawelenga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_26_CHIMPOYO", + "message": "Chimpoyo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_27_MAGRENI", + "message": "Magreni", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_28_WERENGANI", + "message": "Werengani", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_29_AMOSSE", + "message": "Amosse", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_30_MBOMBE", + "message": "Mbombe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_31_NROLO", + "message": "Nrolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_32_MPHANJAYAUTSI", + "message": "Mphanjayautsi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_33_MALAZA", + "message": "Malaza", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_34_NHATIKOWA", + "message": "Nhatikowa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_35_CHITHAWALE", + "message": "Chithawale", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_36_ANTIGA MIGRACAO", + "message": "Antiga Migracao", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_MUALADZI", + "message": "Mualadzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_NEWAKEN", + "message": "Newaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_VAYE TOWN", + "message": "Vaye town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_01_DORBAH VILLAGE", + "message": "Dorbah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_02_AIRPORT VILLAGE", + "message": "Airport village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_03_RUBBER FARM VILLAGE", + "message": "Rubber farm village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_04_TOE/SOLOMON TEMPLE VILLAGE", + "message": "Toe/Solomon temple village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_05_B-T JOHNSON VILLAGE", + "message": "B-T Johnson village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_06_COLEMAN VILLAGE-01", + "message": "Coleman village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_07_WALACALA VILLAGE", + "message": "Walacala village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_08_MECCA TOWN", + "message": "Mecca town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_09_DUOSAH VILLAGE", + "message": "Duosah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_10_GBAYAN VILLAGE", + "message": "Gbayan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_11_BASSA VILLAGE-02", + "message": "Bassa Village-02", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_12_BIG JOHN", + "message": "Big john", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_13_VAJEPOLU", + "message": "Vajepolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_14_ARMAH", + "message": "Armah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_15_BEATOE TOWN", + "message": "Beatoe town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_02_BEATOE TOWN", + "message": "Beatoe town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_01_CASSELL VILLAGE", + "message": "Cassell village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_02_GBALLASUA-2", + "message": "Gballasua-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_03_TOEDENEM", + "message": "Toedenem", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_04_JAJUA VILLAGE", + "message": "Jajua village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_05_JIMMY VILLAGE", + "message": "Jimmy village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_06_ZUO MISSION", + "message": "Zuo mission", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_07_MOMOSEH", + "message": "Momoseh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_08_ZUO TOWN", + "message": "Zuo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_03_ZUO TOWN", + "message": "Zuo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_01_VP FARM", + "message": "VP farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_02_MARWOLO VILLAGE-01", + "message": "Marwolo village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_03_MASSAQUOI VILLAGE", + "message": "Massaquoi village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_04_YEMET VILLAGE", + "message": "Yemet village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_05_DOMAGBARMA VILLAGE", + "message": "Domagbarma village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_06_TAWAFEA VILLAGE", + "message": "Tawafea village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_07_ITIOKAI VILLAGE", + "message": "Itiokai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_08_MUSACOLE VILLAGE", + "message": "Musacole village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_09_KARNLEY TOWN", + "message": "Karnley Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_10_GBARMA TOWN", + "message": "Gbarma town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_04_GBARMA TOWN", + "message": "Gbarma town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_GBARMA CLINIC", + "message": "Gbarma Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_MEWAKEN CLINIC", + "message": "Mewaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_01_KHAMANDE SEDE", + "message": "Khamande sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_01_ZUBAH", + "message": "Zubah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_02_NAWAINE VILLAGE", + "message": "Nawaine village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_02_SEQUE", + "message": "Seque", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_03_CASSOCHELA", + "message": "Cassochela", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_03_MATTHEW HILL VILLAGE", + "message": "Matthew hill village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_04_MASSAUASSAUA", + "message": "Massauassaua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_04_SMITH TOWN", + "message": "Smith town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_05_NKONDA", + "message": "Nkonda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_06_MASSIMO", + "message": "Massimo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_07_ALISSONE", + "message": "Alissone", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_08_CANQUIRA", + "message": "Canquira", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_09_CHIGONDO", + "message": "Chigondo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_10_CALIDZIPIRE", + "message": "Calidzipire", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_11_DZICO", + "message": "Dzico", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_12_JASSONE", + "message": "Jassone", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_13_CHAWANTA", + "message": "Chawanta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_14_KANKHUKU", + "message": "Kankhuku", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_15_KAPAMANGA", + "message": "Kapamanga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_16_CHICAONDA", + "message": "Chicaonda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_17_FAIZAZE", + "message": "Faizaze", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_18_MULAMBA", + "message": "Mulamba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_19_TCHALE", + "message": "Tchale", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_KHAMANDE", + "message": "Khamande", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_SMITH TOWN", + "message": "Smith town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_01_BOKAY VILLAGE", + "message": "Bokay village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_02_MONUKPAZUE VILLAGE", + "message": "Monukpazue village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_03_MASSALEY VILLAGE", + "message": "Massaley village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_04_JORJORMA-01", + "message": "Jorjorma-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_05_YANGARYAHKOR", + "message": "Yangaryahkor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_06_SIRLEAF TOWN", + "message": "Sirleaf town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_07_GBAGBATA VILLAGE", + "message": "Gbagbata village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_08_BOIMAGORYOR VILLAGE", + "message": "Boimagoryor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_09_TARKPOIMA TOWN", + "message": "Tarkpoima town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_02_TARKPOIMA TOWN", + "message": "Tarkpoima town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_MUALDZI", + "message": "Mualdzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_TARKPOIMA CLINIC", + "message": "Tarkpoima Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_BARROBO WHOJAH", + "message": "Barrobo Whojah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_ENT PS CIDADE NAMPULA", + "message": "Ent Ps Cidade Nampula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_GBARMA", + "message": "Gbarma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_MURRUPULA", + "message": "Murrupula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_01_FISH TOWN", + "message": "Fish Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_01_MULBAH-TA", + "message": "Mulbah-ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_02_GBOKUDI", + "message": "Gbokudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_02_MEDINA", + "message": "Medina", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_03_FARSUTA", + "message": "Farsuta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_03_PONWIKEN", + "message": "Ponwiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_04_BOHLUYEH", + "message": "Bohluyeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_05_TUPAKEN", + "message": "Tupaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_FARSUTA", + "message": "Farsuta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_01_FISH TOWN", + "message": "Fish Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_01_DABBAH-TA", + "message": "Dabbah-ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_02_MONOKPANZU", + "message": "Monokpanzu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_03_WEEDOR VILLAGE", + "message": "Weedor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_04_KLC", + "message": "KLC", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_05_ZOPO HILL", + "message": "Zopo hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_06_KPO MOUNTAIN", + "message": "Kpo Mountain", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_07_GUYAN-TA", + "message": "Guyan-ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_08_GBARQUOITA", + "message": "Gbarquoita", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_02_GBARQUOITA", + "message": "Gbarquoita", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_01_LORBO-TA", + "message": "Lorbo-ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_02_DUKULY-LA-01", + "message": "Dukuly-la-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_03_MEDINA JUNCTION", + "message": "Medina Junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_04_POLICE BARRACK", + "message": "Police Barrack", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_05_CATHOLIC COMPOUND", + "message": "Catholic compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_06_NURSES' COMPOUND 2", + "message": "Nurses' compound 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_07_NURSES' COMPOUND 1", + "message": "Nurses' compound 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_08_FARWHENTA", + "message": "Farwhenta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_09_SAPPIMAH", + "message": "Sappimah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_10_MAMADEE VILLAGE", + "message": "Mamadee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_11_SUMO KERKULAH VILLAGE", + "message": "Sumo Kerkulah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_12_BONDI COMMUNITY", + "message": "Bondi community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_13_NEW BOPOLU", + "message": "New Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_14_PROMISELAND", + "message": "Promiseland", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_15_CENTRAL BOPOLU", + "message": "Central Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_16_DARK FOREST", + "message": "Dark forest", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_17_JAMES VARMAH TA", + "message": "James Varmah ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_03_JAMES VARMAH TA", + "message": "James Varmah ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_EMIRATES HOSPITAL", + "message": "Emirates Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_01_FISH TOWN CLINIC", + "message": "Fish Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_01_SUMO TOWN", + "message": "Sumo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_01_YOOKUDI", + "message": "Yookudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_02_KAMA TOWN", + "message": "Kama town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_02_PEDEBO", + "message": "Pedebo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_03_LIBSUCO", + "message": "Libsuco", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_03_WARNER FARM", + "message": "Warner farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_04_KONNE-LA", + "message": "Konne-la", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_04_YOOPIDI", + "message": "Yoopidi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_05_GISSI TOWN", + "message": "Gissi town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_05_KUDEKUDI", + "message": "Kudekudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_06_BOMBORMA", + "message": "Bomborma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_06_POOSIKEN", + "message": "Poosiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_07_DUOKUDI", + "message": "Duokudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_08_WOLIPLKUDI", + "message": "Woliplkudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_09_JEDEBIAKEN", + "message": "Jedebiaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_10_TANGBALEH", + "message": "Tangbaleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_BOMBORMA", + "message": "Bomborma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_01_YOOKUDI", + "message": "Yookudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_01_DARMOTA", + "message": "Darmota", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_02_GOTOMA", + "message": "Gotoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_03_SAO VILLAGE", + "message": "Sao village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_04_MOIBILITA", + "message": "Moibilita", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_05_KENEMU", + "message": "Kenemu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_06_ARTHUR VILLAGE", + "message": "Arthur village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_07_BOLOYALA", + "message": "Boloyala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_08_NORRIS VILLAGE", + "message": "Norris village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_09_KONNEH-LA", + "message": "Konneh-la", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_10_SAWMILL", + "message": "Sawmill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_02_SAWMILL", + "message": "Sawmill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_01_SMALL BONG MINES", + "message": "Small Bong Mines", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_02_ZALAMU", + "message": "Zalamu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_03_DORLAY-LA", + "message": "Dorlay-la", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_04_DUKULY-LA", + "message": "Dukuly-la", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_05_SMALL HENRY TOWN", + "message": "Small Henry town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_06_GAYAMAH", + "message": "Gayamah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_03_SMALL HENRY TOWN", + "message": "Small Henry town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_01_COMPOUND-SU TOWN", + "message": "Compound-Su town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_02_CHARLES TOWN", + "message": "Charles town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_03_WEAMU", + "message": "Weamu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_04_COMPOUND-SU JUNCTION", + "message": "Compound-Su Junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_05_DAVID TOWN", + "message": "David Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_06_BAMBUTA TOWN", + "message": "Bambuta town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_04_BAMBUTA TOWN", + "message": "Bambuta town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_BAMBUTA CLINIC", + "message": "Bambuta clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_02_YOOKUDI CLINIC", + "message": "Yookudi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_01_CAVALLA TOWN", + "message": "Cavalla Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_01_WHITEFLOWER TOWN", + "message": "Whiteflower town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_02_FINKA", + "message": "Finka", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_02_WORTEKEN", + "message": "Worteken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_03_SEDEKEN", + "message": "Sedeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_03_VANAN CONGO", + "message": "Vanan Congo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_04_KAAKUDI", + "message": "Kaakudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_04_KONA TOWN", + "message": "Kona town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_05_DOIWEE TOWN", + "message": "Doiwee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_05_KABLAKEN", + "message": "Kablaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_06_KPANA TOWN", + "message": "Kpana town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_07_VARMUYAN VILLAGE", + "message": "Varmuyan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_08_MALLAH TOWN", + "message": "Mallah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_09_MANNAH TOWN", + "message": "Mannah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_CAVALLA TOWN", + "message": "Cavalla Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_01_MANNAH TOWN", + "message": "Mannah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_01_FALLAH TOWN", + "message": "Fallah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_02_VOMO TOWN", + "message": "Vomo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_03_KORTU VILLAGE", + "message": "Kortu village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_04_EKEIL HILL", + "message": "Ekeil hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_05_VOMO TOWN JUNCTION", + "message": "Vomo town junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_06_CATHOLIC FARM", + "message": "Catholic farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_07_O G VILLAGE", + "message": "O G village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_08_SANDO VILLAGE", + "message": "Sando village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_09_WHITEFLOWER JUNCTION", + "message": "Whiteflower junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_10_GARGAMA TOWN", + "message": "Gargama town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_02_GARGAMA TOWN", + "message": "Gargama town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_01_ARMAH FARM", + "message": "Armah farm", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_02_THOMASEE TOWN", + "message": "Thomasee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_03_UNDERWEAR TOWN", + "message": "Underwear town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_04_BAI TOWN", + "message": "Bai town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_05_FAHNLONE TOWN", + "message": "Fahnlone town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_06_BONOKAI TOWN", + "message": "Bonokai town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_07_CRUSO VILLAGE", + "message": "Cruso village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_08_NYEILA", + "message": "Nyeila", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_09_JAMES KANNEH TOWN", + "message": "James Kanneh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_10_ZANZALA", + "message": "Zanzala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_11_GOKALA TOWN", + "message": "Gokala town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_12_NYLOR TOWN", + "message": "Nylor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_13_D C TOWN", + "message": "D C town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_14_PORKPAH TOWN", + "message": "Porkpah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_15_MASSA TOWN", + "message": "Massa town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_16_MARWOLO VILLAGE", + "message": "Marwolo village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_17_VARMAH TOWN", + "message": "Varmah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_18_JALLAHLONE TOWN", + "message": "Jallahlone town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_03_JALLAHLONE TOWN", + "message": "Jallahlone town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_CAVALLA CLINIC", + "message": "Cavalla Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_03_GOKALA CLINIC", + "message": "Gokala clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_01_BLATANA", + "message": "Blatana", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_01_WHOLE GRAWAY", + "message": "Whole Graway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_02_KING'S TOWN", + "message": "King's Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_02_VICTORIA VILLAGE", + "message": "Victoria village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_03_OLD HALF GRAWAY", + "message": "Old Half Graway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_03_ZALAYAMAH", + "message": "Zalayamah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_04_BAYAMA", + "message": "Bayama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_04_WLUPLOWEIN", + "message": "Wluplowein", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_05_PULLAH COMMUNITY", + "message": "Pullah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_05_SANDOTA", + "message": "Sandota", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_06_FAHN KOLLIETA", + "message": "Fahn Kollieta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_06_MLEWIEN", + "message": "Mlewien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_07_BULU", + "message": "Bulu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_07_TICHARBO", + "message": "Ticharbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_08_KORSIA VILLAGE", + "message": "Korsia village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_08_NABLEH", + "message": "Nableh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_09_KIKEN", + "message": "Kiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_09_TUMUQULIA TOWN", + "message": "Tumuqulia town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_10_FEGURSON", + "message": "Fegurson", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_11_NEW HALF GRAWAY", + "message": "New Half Graway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_12_SPRING HILL", + "message": "Spring Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_PULLAH COMMUNITY", + "message": "Pullah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_01_TUMUQULIA TOWN", + "message": "Tumuqulia town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_01_BARBU VILLAGE", + "message": "Barbu village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_02_YARKPOLU-01", + "message": "Yarkpolu-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_03_GIAYAMA", + "message": "Giayama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_04_ALFRED VILLAGE", + "message": "Alfred village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_05_GBALASUA", + "message": "Gbalasua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_02_GBALASUA", + "message": "Gbalasua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_01_TULAYALLAH", + "message": "Tulayallah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_02_BOIMU", + "message": "Boimu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_03_NYAFORTA", + "message": "Nyaforta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_04_FEDISCO VILLAGE", + "message": "Fedisco village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_05_KARLO", + "message": "Karlo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_06_KUNAGBAMA VILLAGE", + "message": "Kunagbama village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_07_VARNEY VILLAGE", + "message": "Varney village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_08_EAT YOUR OWN VILLAGE", + "message": "Eat Your Own village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_09_YARKPOLU", + "message": "Yarkpolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_10_SUPERMARKET-01", + "message": "Supermarket-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_11_GBASELA", + "message": "Gbasela", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_12_GBARYAMAH TOWN", + "message": "Gbaryamah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_03_GBARYAMAH TOWN", + "message": "Gbaryamah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_GBARYAMAH CLINIC", + "message": "Gbaryamah clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_04_PULLAH CLINIC", + "message": "Pullah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_01_GBAYAZU", + "message": "Gbayazu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_01_JJ DOSSEN COMMUNITY", + "message": "JJ Dossen Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_02_KARMOND BASE", + "message": "Karmond base", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_02_LAKE SHEPERD", + "message": "Lake Sheperd", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_03_BOY Z BASE", + "message": "Boy Z base", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_03_MIDDLE CESS", + "message": "Middle Cess", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_04_GAINKPAIN", + "message": "Gainkpain", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_04_NEGANGBO", + "message": "Negangbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_05_MARSH STREET", + "message": "Marsh Street", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_06_BASSA COMMUNITY", + "message": "Bassa Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_07_OLD KRU TOWN", + "message": "Old Kru Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_08_CENTRAL HARPER", + "message": "Central Harper", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_09_STADIUM ROAD", + "message": "Stadium Road", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_10_NEW HARPER", + "message": "New Harper", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_11_KPAFLOVILLE", + "message": "Kpafloville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_12_PHILADEPHIA", + "message": "Philadephia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_13_TU COMMUNITY", + "message": "TU Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_14_J, LAMA COX", + "message": "J, Lama Cox", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_15_EASY TOWN", + "message": "Easy Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_16_AIRFIELD", + "message": "Airfield", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_17_BONGAR HILLS", + "message": "Bongar Hills", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_18_HENCE STREET", + "message": "Hence Street", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_19_BISHOP HILLS", + "message": "Bishop Hills", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_20_CENTRAL HOFFMAN STATION", + "message": "Central Hoffman Station", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_21_WULUKEN", + "message": "Wuluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_22_WAA HODO TOWN", + "message": "Waa Hodo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_23_BIGTOWN", + "message": "BigTown", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_24_PULUKEN", + "message": "Puluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_25_PEACE COMMUNITY", + "message": "Peace community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_26_NEW KRU TOWN", + "message": "New Kru Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_27_BARROBO COMMUNITY", + "message": "Barrobo Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_28_MILLIONAIRE QUARTER", + "message": "Millionaire quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_29_ONE-TWO, ONE-TWO", + "message": "One-two, one-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_30_GIABO", + "message": "Giabo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_31_HARD WOOD", + "message": "Hard wood", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_GAINKPAIN", + "message": "Gainkpain", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_01_JJ DOSSEN COMMUNITY", + "message": "JJ Dossen Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_01_MARVO CAMP", + "message": "Marvo camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_02_MOAH VILLAGE", + "message": "Moah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_03_KERKULAH VILLAGE", + "message": "Kerkulah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_04_ZORMU", + "message": "Zormu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_05_TAWALATA", + "message": "Tawalata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_06_GBELETTA", + "message": "Gbeletta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_02_GBELETTA", + "message": "Gbeletta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_01_BORLOTA", + "message": "Borlota", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_02_KERPEH VILLAGE", + "message": "Kerpeh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_03_MANAWELLA TOWN", + "message": "Manawella town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_04_VASSALA TOWN", + "message": "Vassala town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_05_SMALL BONG COUNTY", + "message": "Small Bong County", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_03_SMALL BONG COUNTY", + "message": "Small Bong County", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_01_DUO FIELD", + "message": "Duo field", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_02_WORWOR VILLAGE", + "message": "Worwor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_03_POINT-POINT FIELD", + "message": "Point-point field", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_04_GAYAMAH JUNCTION", + "message": "Gayamah Junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_05_CRAWHOLE", + "message": "Crawhole", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_06_COMPANY CAMP", + "message": "Company camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_07_CLEARHEART", + "message": "Clearheart", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_08_SUPERMARKET", + "message": "Supermarket", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_09_HENRY TOWN B", + "message": "Henry Town B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_10_BACKYARD COMMUNITY", + "message": "Backyard community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_11_HENRY TOWN A", + "message": "Henry Town A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_04_BACKYARD COMMUNITY", + "message": "Backyard community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_HENRY TOWN CLINIC", + "message": "Henry Town clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_05_JJ DOSSEN HOSPITAL", + "message": "JJ Dossen Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_01_ROCK TOWN-01", + "message": "Rock Town-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_01_WEABAMAH", + "message": "Weabamah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_02_BLUEGAI", + "message": "Bluegai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_02_GYIGBIDI", + "message": "Gyigbidi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_03_JUNIOR KENNEY", + "message": "Junior Kenney", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_03_MIDDLE TOWN", + "message": "Middle Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_04_LUMAH VILLAGE", + "message": "Lumah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_04_NMAKLEWIEN", + "message": "Nmaklewien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_05_COLEMAN VILLAGE", + "message": "Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_05_LITTLE WELEBO CAMP", + "message": "Little Welebo Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_06_LITTLE WLEBO OLD TOWN", + "message": "Little Wlebo Old Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_07_LITTLE WLEBO NEW TOWN", + "message": "Little Wlebo New Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_COLEMAN VILLAGE", + "message": "Coleman village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_01_ROCK TOWN", + "message": "Rock Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_01_LOWOMAH TOWN", + "message": "Lowomah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_02_K J VILLAGE", + "message": "K J village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_03_GBARSU", + "message": "Gbarsu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_04_PORLUMAH", + "message": "Porlumah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_05_YANDA VILLAGE", + "message": "Yanda village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_06_TOTOQUELEH", + "message": "Totoqueleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_02_TOTOQUELEH", + "message": "Totoqueleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_ROCK TOWN CLINIC", + "message": "Rock Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_06_TOTOQUELEH CLINIC", + "message": "Totoqueleh clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_BOPOLU", + "message": "Bopolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_03_HARPER", + "message": "Harper", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_01_GEAKEN", + "message": "GEAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_01_NYALUWAI", + "message": "Nyaluwai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_02_GEDERO KONUSO", + "message": "GEDERO KONUSO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_02_KONIYEAPOPLU", + "message": "Koniyeapoplu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_03_ALFRED TA", + "message": "Alfred Ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_03_GEDERO SUASU", + "message": "GEDERO SUASU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_04_BORLIA", + "message": "Borlia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_04_GIO VALLAGE", + "message": "GIO VALLAGE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_05_KARLOKEN", + "message": "KARLOKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_06_GEDEBO WARTEKEN", + "message": "GEDEBO WARTEKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_07_GEDEBO WULUKEN", + "message": "GEDEBO WULUKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_08_GEDEBO DIAGBLILAKEN", + "message": "GEDEBO DIAGBLILAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_09_DORROBO GBALAKEN", + "message": "DORROBO GBALAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_10_DORROBO GBAWAKEN", + "message": "DORROBO GBAWAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_11_DORROBO KONUSO", + "message": "DORROBO KONUSO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_12_DORROBO SAYLILAKEN", + "message": "DORROBO SAYLILAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_13_DORROBO WLUPLUKEN", + "message": "DORROBO WLUPLUKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_14_DORROBO KLILIKEN", + "message": "DORROBO KLILIKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_15_GEDEBO JLELOKEN", + "message": "GEDEBO JLELOKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_16_GEDEBO BIAKEN", + "message": "GEDEBO BIAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_17_GEDOBO KARBLAKEN", + "message": "GEDOBO KARBLAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_18_GEDOBO TENSOKEN", + "message": "GEDOBO TENSOKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_19_GEDEBO KLISO", + "message": "GEDEBO KLISO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_20_GEDEBO HEWEKEN", + "message": "GEDEBO HEWEKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_21_GEDEBO TUPELUSO", + "message": "GEDEBO TUPELUSO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_BORLIA", + "message": "Borlia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_01_KARLOKEN", + "message": "Karloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_01_KPANTA", + "message": "Kpanta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_02_DORKORTA", + "message": "Dorkorta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_03_PALAKWELLEH", + "message": "Palakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_02_PALAKWELLEH", + "message": "Palakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_01_GBARKOMAH", + "message": "Gbarkomah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_02_FAHNYANPOLU", + "message": "Fahnyanpolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_03_VANLIA #2", + "message": "Vanlia #2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_04_KELLEH", + "message": "Kelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_05_SOE", + "message": "Soe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_06_GELEYANSIASU", + "message": "Geleyansiasu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_03_GELEYANSIASU", + "message": "Geleyansiasu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_01_NEAKEH", + "message": "Neakeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_02_GOMU", + "message": "Gomu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_03_GBANPOLU", + "message": "Gbanpolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_04_TAINGAY TA", + "message": "Taingay Ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_05_KOLOGBANDI", + "message": "Kologbandi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_04_KOLOGBANDI", + "message": "Kologbandi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_01_GBOLUKAI", + "message": "Gbolukai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_02_GBADALAKWELLEH", + "message": "Gbadalakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_03_PADMOORE VILLAGE", + "message": "Padmoore Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_04_SEWARD VILLAGE", + "message": "Seward Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_05_GBOVEL VILLAGE", + "message": "Gbovel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_06_QUINA VILLAGE", + "message": "Quina Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_07_GBELEYAMA", + "message": "Gbeleyama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_08_FODAY TA", + "message": "Foday Ta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_09_GBETELEMU", + "message": "Gbetelemu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_10_VANLIA #1", + "message": "Vanlia #1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_11_GELEKPASU", + "message": "Gelekpasu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_12_KPAYEAKWELLEH", + "message": "Kpayeakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_05_KPAYEAKWELLEH", + "message": "Kpayeakwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_01_KPORLOKOR VILLAGE", + "message": "Kporlokor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_02_GARPUTA", + "message": "Garputa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_03_TORLEKELLAH", + "message": "Torlekellah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_04_MAFAUAMA", + "message": "Mafauama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_05_ZALAKAI", + "message": "Zalakai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_06_BILLILAY", + "message": "Billilay", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_07_SALAYAH", + "message": "Salayah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_08_GBARNGAGAI GBOKORTA", + "message": "Gbarngagai Gbokorta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_09_SAYAMA", + "message": "Sayama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_10_FORKPATA", + "message": "Forkpata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_11_KOLLIETA", + "message": "Kollieta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_12_GUNGBETHA", + "message": "Gungbetha", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_06_GBARNGAGAI GBOKORTA", + "message": "Gbarngagai Gbokorta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_01_PORKPA VILLAGE", + "message": "Porkpa Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_02_TONGUOI", + "message": "Tonguoi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_03_SAYWO VILLAGE", + "message": "Saywo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_04_DOKORSU", + "message": "Dokorsu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_05_JENEWAH VILLAGE", + "message": "Jenewah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_06_KINGELA VILLAGE", + "message": "Kingela Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_07_MORLAKOLLEH", + "message": "Morlakolleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_07_MORLAKOLLEH", + "message": "Morlakolleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_01_ZUBAHTA", + "message": "Zubahta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_02_MASSAQUOI VILLAGE", + "message": "Massaquoi Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_03_GUINEAMA", + "message": "Guineama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_04_GBANJAHTA", + "message": "Gbanjahta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_05_BELLEKPALAMU", + "message": "Bellekpalamu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_08_BELLEKPALAMU", + "message": "Bellekpalamu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_01_GBARNGAY TOWN", + "message": "Gbarngay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_02_NYEAMAH", + "message": "Nyeamah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_03_MATUMEKWELLEH", + "message": "Matumekwelleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_04_MORLOWAMU", + "message": "Morlowamu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_05_WEAYAMA", + "message": "Weayama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_09_GBARNGAY TOWN", + "message": "Gbarngay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_EDITH H. WALLACE HEALTH CENTER", + "message": "Edith H. Wallace Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_01_GBARNGAY CLINIC", + "message": "Gbarngay Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_01_POUGBAKEN", + "message": "POUGBAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_02_TOCHOSO", + "message": "TOCHOSO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_03_GBAKEN", + "message": "GBAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_04_ANDERSON FARM", + "message": "ANDERSON FARM", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_05_WUIUKEN", + "message": "WUIUKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_06_POMUKEN", + "message": "POMUKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_07_TYETEWASO", + "message": "TYETEWASO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_01_POUGBAKEN", + "message": "Pougbaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_02_POUGBAKEN CLINIC", + "message": "Pougbaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_BOKOMU", + "message": "Bokomu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_04_KALUWAY 1", + "message": "Kaluway 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_01_BONIKEN", + "message": "Boniken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_01_JOSEPH WLEH VILLAGE", + "message": "Joseph Wleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_02_KARSO VILLAGE", + "message": "Karso village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_02_TUGBAKEN-01", + "message": "Tugbaken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_03_CONGO-02", + "message": "Congo-02", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_03_HENONGBE", + "message": "Henongbe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_04_GIANT TOWN", + "message": "Giant Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_04_GOLITA", + "message": "Golita", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_05_WLOWIEN", + "message": "Wlowien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_06_DOLOKEN", + "message": "Doloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_BONIKEN", + "message": "BONIKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_01_GOLITA", + "message": "Golita", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_01_LEMO VILLAGE", + "message": "Lemo village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_02_SENEE VILLAGE", + "message": "Senee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_03_MULBAH BEYAN VILLAGE", + "message": "Mulbah Beyan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_04_KALATA", + "message": "Kalata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_02_KALATA", + "message": "Kalata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_01_KAWEE VILLAGE", + "message": "Kawee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_02_LEBAH VILLAGE", + "message": "Lebah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_03_WILL-WILL VILLAGE", + "message": "Will-will village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_04_PAR-YARSIAH VILLAGE", + "message": "Par-Yarsiah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_05_JORJORMA", + "message": "Jorjorma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_06_GUWORMA", + "message": "Guworma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_03_GUWORMA", + "message": "Guworma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_01_MOYEA VILLAGE", + "message": "Moyea village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_02_LALESU VILLAGE", + "message": "Lalesu village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_03_BARSE VILLAGE", + "message": "Barse village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_04_SASSAHUN", + "message": "Sassahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_04_SASSAHUN", + "message": "Sassahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_01_SAMULAHUN", + "message": "Samulahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_02_BAH VILLAGE", + "message": "Bah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_03_MONDEGO", + "message": "Mondego", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_04_GATIMA", + "message": "Gatima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_05_GATIMA", + "message": "Gatima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_01_TOWER VILLAGE", + "message": "Tower village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_02_NAWANSU", + "message": "Nawansu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_03_GBANSELAKULEWULU", + "message": "Gbanselakulewulu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_04_MAWANSU", + "message": "Mawansu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_05_GBEYANKAI", + "message": "Gbeyankai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_06_GBEYANKAI", + "message": "Gbeyankai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_01_GBODGOLO", + "message": "Gbodgolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_02_KOGOHUN", + "message": "Kogohun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_03_MEIHUN", + "message": "Meihun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_04_KELORWAH", + "message": "Kelorwah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_05_GBADOMA", + "message": "Gbadoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_06_MAMAHUN", + "message": "Mamahun", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_07_NDAGBAYAH VILLAGE", + "message": "Ndagbayah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_08_NENE WIWO VILLAGE", + "message": "Nene wiwo village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_09_LOWOMA", + "message": "Lowoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_07_LOWOMA", + "message": "Lowoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_01_NAGIWAN", + "message": "Nagiwan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_02_PULUMA", + "message": "Puluma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_03_SAND BEACH", + "message": "Sand Beach", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_04_WAI-WAI VILLAGE", + "message": "Wai-wai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_05_POTOR-POTOR CAMP", + "message": "Potor-potor camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_06_WAI-WAIMA", + "message": "Wai-waima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_07_JENNEHKAI VILLAGE", + "message": "JennehKai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_08_TARNUE VILLAGE-01", + "message": "Tarnue village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_09_VICTOR ZIAMAH VILLAGE", + "message": "Victor Ziamah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_10_KONDESU", + "message": "Kondesu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_08_KONDESU", + "message": "Kondesu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_BONIKEN", + "message": "BONIKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_01_KONDESU CLINIC", + "message": "Kondesu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_01_MANOLU MISSION TOWN", + "message": "Manolu Mission Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_01_VASSALA", + "message": "Vassala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_02_JOEDOEBOY VILLAGE", + "message": "Joedoeboy village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_02_MANOLU BIG TOWN", + "message": "Manolu Big Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_03_NEWAKEN-01", + "message": "Newaken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_03_WOMBOI VILLAGE", + "message": "Womboi village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_04_DOKLIKEN", + "message": "Dokliken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_04_TOIKEI", + "message": "Toikei", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_05_POTUSO", + "message": "Potuso", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_06_GBAWANKEN", + "message": "Gbawanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_07_NYENOWROKEN", + "message": "Nyenowroken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_08_TARWONKEN", + "message": "Tarwonken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_09_BABORKEN", + "message": "Baborken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_10_KPANIAKEN", + "message": "Kpaniaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_11_SUKEN", + "message": "Suken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_MANOLU BIG TOWN", + "message": "Manolu Big Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_01_TOIKEI", + "message": "Toikei", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_01_MABUE VILLAGE", + "message": "Mabue village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_02_TARNUE VILLAGE", + "message": "Tarnue village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_03_KPAWOLOZU", + "message": "Kpawolozu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_02_KPAWOLOZU", + "message": "Kpawolozu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_01_KENATA", + "message": "Kenata", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_02_KPONIWAY", + "message": "Kponiway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_03_JAIKEI", + "message": "Jaikei", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_03_JAIKEI", + "message": "Jaikei", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_01_TUMA KAWU", + "message": "Tuma Kawu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_02_BALOMA", + "message": "Baloma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_04_BALOMA", + "message": "Baloma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_01_CAMP PEWEE 2", + "message": "Camp Pewee 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_02_CAMP PEWEE 1", + "message": "Camp Pewee 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_05_CAMP PEWEE 1", + "message": "Camp Pewee 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_01_GBAGIZU", + "message": "Gbagizu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_02_CAMP USA-01", + "message": "Camp USA-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_03_MURPHY VILLAGE", + "message": "Murphy village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_04_KARNIE VILLAGE", + "message": "Karnie village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_05_MONVORDOR", + "message": "Monvordor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_06_MONVORDOR", + "message": "Monvordor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_01_CAMP USA", + "message": "Camp USA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_02_CAMP GBEDEH", + "message": "Camp Gbedeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_03_SAKPEDEH", + "message": "Sakpedeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_07_SAKPEDEH", + "message": "Sakpedeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_01_MALI VILLAGE", + "message": "Mali village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_02_NATHANIEL MCGILL VILLAGE", + "message": "Nathaniel McGill village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_03_JAMES MULBAH VILLAGE", + "message": "James Mulbah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_04_MR. GEETON VILLAGE", + "message": "Mr. Geeton village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_05_GALAMA VILLAGE", + "message": "Galama village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_06_KORYOR VILLAGE", + "message": "Koryor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_07_PETER FLOMO VILLAGE", + "message": "Peter Flomo village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_08_HARRIS TANJOE VILLAGE", + "message": "Harris Tanjoe village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_09_BELLE YELLA", + "message": "Belle Yella", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_08_BELLE YELLA", + "message": "Belle Yella", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_01_COLA WATER VILLAGE", + "message": "Cola water village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_02_RUFUS VILLAGE", + "message": "Rufus village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_03_THOMAS YARSIAH VILLAGE", + "message": "Thomas Yarsiah village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_04_SWEETLAND", + "message": "Sweetland", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_05_TOYEA", + "message": "Toyea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_06_JOHN BELLEH VILLAGE", + "message": "John Belleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_07_LOTTO CARAY", + "message": "Lotto Caray", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_08_LINE POSITIVE", + "message": "Line Positive", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_09_DICKSON VILLAGE", + "message": "Dickson village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_10_KONDESU JUNCTION", + "message": "Kondesu Junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_09_KONDESU JUNCTION", + "message": "Kondesu Junction", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_01_KARPEE VILLAGE", + "message": "Karpee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_02_JUNIOR KAMARA VILLAGE", + "message": "Junior Kamara village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_03_JAMES TONGBOE", + "message": "James Tongboe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_04_CAMP ISRAEL", + "message": "Camp Israel", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_05_ZIMBABWE", + "message": "Zimbabwe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_06_EDDOE VILLAGE", + "message": "Eddoe village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_07_ARKU VILLAGE", + "message": "Arku village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_08_GREENLAND", + "message": "Greenland", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_09_SOUTH AFRICA", + "message": "South Africa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_10_CANADA", + "message": "Canada", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_11_NEW YORK", + "message": "New York", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_12_SMALL MEYAN", + "message": "Small Meyan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_13_CONGO-01", + "message": "Congo-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_14_POLIEA", + "message": "Poliea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_15_MR. BROWN VILLAGE", + "message": "Mr. Brown village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_16_GATEWAY 2", + "message": "Gateway 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_17_LARRY VILLAGE", + "message": "Larry village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_18_JTI", + "message": "JTI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_19_CITY UNDER FOREST", + "message": "City Under Forest", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_20_ZAMAH", + "message": "Zamah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_21_GATEWAY 1", + "message": "Gateway 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_22_MAPUWAY", + "message": "Mapuway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_23_JAPAN", + "message": "Japan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_24_FASSAMA", + "message": "Fassama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_10_FASSAMA", + "message": "Fassama", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_FASSAMA CLINIC", + "message": "Fassama Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_02_MANOLU CLINIC", + "message": "Manolu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_01_YEDIAKEN", + "message": "Yediaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_02_WELEKEN", + "message": "Weleken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_03_GBAWILY", + "message": "Gbawily", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_04_GBISO", + "message": "Gbiso", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_05_GBON", + "message": "Gbon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_06_NYEONWISIKEN", + "message": "Nyeonwisiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_07_YEDEROBO", + "message": "Yederobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_08_JOHNSONVILLE", + "message": "Johnsonville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_09_YOBLOKEN", + "message": "Yobloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_10_YORKEN", + "message": "Yorken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_11_YORKEN1", + "message": "Yorken1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_01_YEDIAKEN", + "message": "Yediaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_03_YEDIAKEN CLINIC", + "message": "Yediaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_BELLEH", + "message": "Belleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_05_KALUWAY 2", + "message": "Kaluway 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_01_BARRAKEN", + "message": "Barraken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_02_OLD LADY TOWN", + "message": "Old Lady Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_03_WEAH VILLAGE", + "message": "Weah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_04_REFUGEE CAMP", + "message": "Refugee Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_05_NEW GBAKEN", + "message": "New Gbaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_01_BARRAKEN", + "message": "Barraken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_01_BARRAKEN CLINIC (FIXED DP)", + "message": "Barraken Clinic (Fixed DP)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_01_RTK", + "message": "RTK", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_02_GENIKEN", + "message": "Geniken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_03_GEKOEKEN", + "message": "Gekoeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_04_BLAGEKEN", + "message": "Blageken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_05_JLOBOKEN", + "message": "Jloboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_06_TUOKPEKEN", + "message": "Tuokpeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_07_CAVALLA KUNOKUDI", + "message": "Cavalla kunokudi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_08_TENDEKEN", + "message": "Tendeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_01_RTK", + "message": "RTK", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_02_ROCKTOWN KUNOKUDI (CLINIC)", + "message": "RockTown Kunokudi (Clinic)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_01_OLD SODOKEN", + "message": "old sodoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_02_GBOLOLU", + "message": "Gbololu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_03_NEW SODOKEN", + "message": "New sodoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_04_MOPP CAMP", + "message": "MOPP camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_05_GBEWIEN", + "message": "Gbewien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_06_WATCHOKEN", + "message": "Watchoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_07_GOLOBO", + "message": "Golobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_08_CAMP 10", + "message": "Camp 10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_01_OLD SODOKEN", + "message": "old sodoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_03_OLD SODOKEN CLINIC", + "message": "Old sodoken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_01_GBLOKEN", + "message": "Gbloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_02_KWILOKEN", + "message": "Kwiloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_03_TUMBIAKEN", + "message": "Tumbiaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_04_SOLOKEN-01", + "message": "Soloken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_05_GBAKEN-01", + "message": "Gbaken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_06_SEDEKEN-01", + "message": "Sedeken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_07_NIKPACHELU", + "message": "nikpachelu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_08_SADEKEN", + "message": "Sadeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_09_DEBLEKEN", + "message": "Debleken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_01_GBLOKEN", + "message": "Gbloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_04_GBLOKEN CLINIC", + "message": "Gbloken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_01_PLEEBO ZONE 1A", + "message": "PLEEBO ZONE 1A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_02_PLEEBO ZONE 1B", + "message": "PLEEBO ZONE 1B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_03_PLEEBO ZONE 2A", + "message": "PLEEBO ZONE 2A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_04_PLEEBO ZONE 2B", + "message": "PLEEBO ZONE 2B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_05_PLEEBO ZONE 5", + "message": "PLEEBO ZONE 5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_01_PLEEBO ZONE 1A", + "message": "Pleebo Zone 1A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_01_PLEEBO ZONE 3A", + "message": "PLEEBO ZONE 3A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_02_PLEEBO ZONE 3B", + "message": "PLEEBO ZONE 3B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_03_PLEEBO ZONE 4A", + "message": "PLEEBO ZONE 4A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_04_PLEEBO ZONE 4B", + "message": "PLEEBO ZONE 4B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_05_PLEEBO ZONE 4C", + "message": "PLEEBO ZONE 4C", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_02_PLEEBO ZONE 3A", + "message": "Pleebo Zone 3A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_01_PLEEBO ZONE 6A", + "message": "PLEEBO ZONE 6A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_02_PLEEBO ZONE 6B/CRC CAMP 5", + "message": "PLEEBO ZONE 6B/CRC CAMP 5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_03_PLEEBO ZONE 7A", + "message": "PLEEBO ZONE 7A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_04_PLEEBO ZONE 7B", + "message": "PLEEBO ZONE 7B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_05_PLEEBO ZONE 7C", + "message": "PLEEBO ZONE 7C", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_06_PLEEBO ZONE 8", + "message": "PLEEBO ZONE 8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_07_PLEEBO ZONE 9", + "message": "PLEEBO ZONE 9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_03_PLEEBO ZONE 7A", + "message": "Pleebo Zone 7A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_01_PLEEBO ZONE 10A", + "message": "PLEEBO ZONE 10A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_02_PLEEBO ZONE 10B", + "message": "PLEEBO ZONE 10B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_03_PLEEBO ZONE 10C", + "message": "PLEEBO ZONE 10C", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_04_PLEEBO ZONE 11A", + "message": "PLEEBO ZONE 11A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_05_PLEEBO ZONE 11B", + "message": "PLEEBO ZONE 11B", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_06_PLEEBO ZONE 11C", + "message": "PLEEBO ZONE 11C", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_04_PLEEBO ZONE 11A", + "message": "Pleebo Zone 11A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_01_GBOLOBO KAKEN", + "message": "GBOLOBO KAKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_02_GBOLOBO TUNUKEN", + "message": "GBOLOBO TUNUKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_03_GBOLOBO BESSIKEN", + "message": "GBOLOBO BESSIKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_04_GBOLOBO TAMBO", + "message": "GBOLOBO TAMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_05_FODOKEN", + "message": "Fodoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_06_GBOLOBO GEEWLOKEN", + "message": "GBOLOBO GEEWLOKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_05_GBOLOBO BESSIKEN", + "message": "Gbolobo Bessiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_06_GEDETARBO 1", + "message": "Gedetarbo 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_07_01_NEPLUWIEN", + "message": "NEPLUWIEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_07_GEDETARBO 2", + "message": "Gedetarbo 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_08_01_HELOMEH", + "message": "HELOMEH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_08_GEDETARBO 3", + "message": "Gedetarbo 3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_09_01_NEMEKEN/WERTIKEN", + "message": "NEMEKEN/WERTIKEN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_09_GEDETARBO 4", + "message": "Gedetarbo 4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_10_01_TOGBA TOWN", + "message": "TOGBA TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_10_GEDETARBO 5", + "message": "Gedetarbo 5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_11_01_RUBBER BED", + "message": "RUBBER BED", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_11_GEDETARBO 6", + "message": "Gedetarbo 6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_12_01_GEDETARBO 1", + "message": "GEDETARBO 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_12_GEDETARBO 7", + "message": "Gedetarbo 7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_13_01_GEDETARBO 2", + "message": "Gedetarbo 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_13_GEDETARBO 8", + "message": "Gedetarbo 8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_01_HOSPITAL CAMP/CAMP 3", + "message": "HOSPITAL CAMP/CAMP 3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_02_FACTORY CAMP", + "message": "FACTORY CAMP", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_03_HOSPITAL CAMP/CAMP 5 VILLAGE", + "message": "Hospital Camp/Camp 5 Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_14_HOSPITAL CAMP/CAMP 3", + "message": "Hospital Camp/Camp 3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_05_PLEEBO HEALTH CENTER", + "message": "PLEEBO HEALTH CENTER", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_06_PLEEBO", + "message": "Pleebo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_ADMIN_MO", + "message": "ADMIN_MO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_GBARPOLU", + "message": "Gbarpolu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_MARYLAND", + "message": "Maryland", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_CHIMELO", + "message": "CHIMELO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_FILORKEN CITY", + "message": "Filorken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_GREBO VILLAGE 2", + "message": "Grebo Village 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_CHIGELA", + "message": "CHIGELA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_GBUKEN", + "message": "Gbuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_GREBO VILLAGE 1", + "message": "Grebo Village 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_03_CHIPACO", + "message": "CHIPACO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_03_CORRECTION PALACE", + "message": "Correction Palace", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_04_BAWAY TOWN", + "message": "Baway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_04_CHIPANG A", + "message": "CHIPANG A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_05_CHIPINHE", + "message": "CHIPINHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_05_YOUBOR TOWN", + "message": "Youbor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_06_COLOMBO", + "message": "COLOMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_06_KRAH TOWN", + "message": "Krah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_07_COTOMON A", + "message": "COTOMON A", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_07_MANYEAH", + "message": "Manyeah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_08_BEEZON TOWN", + "message": "Beezon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_08_FAHELO", + "message": "FAHELO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_09_FAMULO", + "message": "FAMULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_09_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_10_HODI", + "message": "HODI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_10_JELLU TOWN", + "message": "Jellu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_11_GBEYOUBO TOWN", + "message": "Gbeyoubo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_11_JUNHO", + "message": "JUNHO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_12_MAFELENE", + "message": "MAFELENE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_13_MALUPIRIR", + "message": "MALUPIRIR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_14_MAPIRORO", + "message": "MAPIRORO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_15_MARIRIU", + "message": "MARIRIU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_16_MUNGO", + "message": "MUNGO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_17_NABOARO", + "message": "NABOARO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_18_NALO", + "message": "NALO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_19_OCALIMBO", + "message": "OCALIMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_20_OCUMALO", + "message": "OCUMALO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_21_OCUMO", + "message": "OCUMO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_22_PASSENDE", + "message": "PASSENDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_23_PIRO", + "message": "PIRO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_24_PONACO", + "message": "PONACO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_25_SANTOS", + "message": "SANTOS", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_26_TINGACO", + "message": "TINGACO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_27_VERDE", + "message": "VERDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_28_VIATURA", + "message": "VIATURA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_29_VULAGUNDE", + "message": "VULAGUNDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_30_WINAZO", + "message": "WINAZO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_31_XIMANGO", + "message": "XIMANGO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_32_XIMPACO", + "message": "XIMPACO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_33_XINZIQUE", + "message": "XINZIQUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_34_YUAMO", + "message": "YUAMO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_35_ZIMBAZE", + "message": "ZIMBAZE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_36_ZUNGULE", + "message": "ZUNGULE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_37_INGURU", + "message": "INGURU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_38_NANGURU", + "message": "NANGURU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_39_MISSETA", + "message": "MISSETA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_40_MUCO", + "message": "MUCO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_41_NAMANCA", + "message": "NAMANCA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_42_MBUZI", + "message": "MBUZI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_43_CABATA", + "message": "CABATA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_FILORKEN CITY", + "message": "Filorken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_PEMBA SEDE", + "message": "Pemba Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_01_JOPLOKEN CITY", + "message": "Joploken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_02_KANWEAKEN", + "message": "Kanweaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_03_TUTUKEN", + "message": "Tutuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_02_JOPLOKEN CITY", + "message": "Joploken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_01_GENWIEN CITY", + "message": "Genwien City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_02_OTIKEN", + "message": "Otiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_03_DWATRO", + "message": "Dwatro", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_03_GENWIEN CITY", + "message": "Genwien City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_GBALAKPO CLINIC", + "message": "Gbalakpo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_PEMBA", + "message": "Pemba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_TOFFOI CLINIC", + "message": "Toffoi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_01_BAILAKPO", + "message": "Bailakpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_01_GHANA GOLD CAMP", + "message": "Ghana Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_02_BENTOR CAMP", + "message": "Bentor Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_02_BONGALO", + "message": "Bongalo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_03_CHECKPOINT", + "message": "Checkpoint", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_03_FUNKPO", + "message": "Funkpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_04_DORBOR VILLAGE", + "message": "Dorbor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_05_MISSIN VILLAGE", + "message": "Missin Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_06_KALLAH VILLAGE", + "message": "Kallah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_07_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_08_BANA VILLAGE", + "message": "Bana Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_09_TAILEY VILLAGE", + "message": "Tailey Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_10_JEMECA VILLAGE", + "message": "Jemeca Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_11_WULU VILLAGE", + "message": "Wulu Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_12_GOLO CAMP", + "message": "Golo Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_13_BENDLY CAMP", + "message": "Bendly Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_BAILAKPO", + "message": "Bailakpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_01_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_01_KLOFUEH", + "message": "Klofueh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_01_P.T.P. CAMP 2", + "message": "P.T.P. Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_02_JLATEKPO", + "message": "Jlatekpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_02_PAPAYE CAMP", + "message": "Papaye Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_03_P.T.P. CAMP 1", + "message": "P.T.P. Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_03_TOGBAKLEE", + "message": "Togbaklee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_04_SAYUO JUNCTION VILLAGE", + "message": "Sayuo Junction Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_05_GEE DWEH VILLAGE", + "message": "Gee Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_06_KPELLEH VILLAGE", + "message": "Kpelleh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_07_DARK FOREST VILLAGE", + "message": "Dark Forest Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_08_PALMMAD VILLAGE", + "message": "Palmmad Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_09_GBABO VILLAGE", + "message": "Gbabo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_10_BODUO VILLAGE", + "message": "Boduo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_11_POWPOW VILLAGE", + "message": "Powpow Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_12_PA-MOORE VILLAGE", + "message": "Pa-Moore Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_13_DWEH VILLAGE-01", + "message": "Dweh Village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_14_MORTOR VILLAGE", + "message": "Mortor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_15_ERIC VILLAGE", + "message": "Eric Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_16_DAKPENAL VILLAGE", + "message": "Dakpenal Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_17_THOMAS VILLAGE", + "message": "Thomas Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_18_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_19_ANTHONY VILLAGE", + "message": "Anthony Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_02_KLOFUEH", + "message": "Klofueh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_01_SOLOKPO", + "message": "Solokpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_02_SOBOBO", + "message": "Sobobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_03_JAKAKPO", + "message": "Jakakpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_04_TARAWA VILAGE", + "message": "Tarawa Vilage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_03_SOLOKPO", + "message": "Solokpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_KANNEH COMMUNITY CLINIC", + "message": "Kanneh Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_02_PICNECESS CLINIC", + "message": "Picnecess Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_01_JUDUKEN TOWN", + "message": "Juduken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_01_VICTORIAL VILLAGE", + "message": "Victorial Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_02_GBEWIEN-01", + "message": "Gbewien-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_02_JELLUE TOWN", + "message": "Jellue Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_03_ALPHONSO GAYE VILLAGE", + "message": "Alphonso Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_03_DUDUBOR", + "message": "Dudubor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_04_BASSA VILLAGE-01", + "message": "Bassa Village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_05_PENNUE", + "message": "Pennue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_06_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_07_ZAYBAY TOWN", + "message": "Zaybay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_08_JAIBO TOWN", + "message": "Jaibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_09_GBARBO TOWN", + "message": "Gbarbo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_10_TETE VILLAGE", + "message": "Tete Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_11_PELLEZON", + "message": "Pellezon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_12_JARBAH TOWN", + "message": "Jarbah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_13_TCHIEN POLAR", + "message": "Tchien Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_JUDUKEN TOWN", + "message": "Juduken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_01_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_01_AMARA VILLAGE", + "message": "Amara Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_01_GBEBOR", + "message": "Gbebor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_02_DEGBLAKEN", + "message": "Degblaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_02_GREAT VILLAGE", + "message": "Great Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_03_ISLAND NEMIAH", + "message": "Island Nemiah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_03_JARDEIAH VILLAGE", + "message": "Jardeiah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_04_UPPER NEMIAH", + "message": "Upper Nemiah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_04_ZINC VILLAGE", + "message": "Zinc Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_05_PANWENKEN", + "message": "Panwenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_05_YOLNY VILLAGE", + "message": "Yolny village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_06_LIFE CAN CHANGE GOLD CAMP", + "message": "Life can change Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_07_KARDAFFII VILLAGE", + "message": "Kardaffii Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_08_JAMES GAYWAH", + "message": "James Gaywah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_09_JACOB GAYE VILLAGE", + "message": "Jacob Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_10_CAVALLAH CAMP 2", + "message": "Cavallah Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_11_CAVALLAH CAMP 1", + "message": "Cavallah Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_12_GBORLUE TOWN", + "message": "Gborlue Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_13_SLOMEN CAMP 2", + "message": "Slomen Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_14_SLOMEN CAMP 1", + "message": "Slomen Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_15_KYNE TOWN", + "message": "Kyne Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_16_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_GBEBOR", + "message": "Gbebor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_02_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_01_TUPAKEN-01", + "message": "Tupaken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_02_SORROKEN", + "message": "Sorroken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_03_CHANGBEKEN", + "message": "Changbeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_03_TUPAKEN", + "message": "Tupaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_GORBOWRAGBA", + "message": "Gorbowragba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_03_JUDUKEN CLINIC", + "message": "Juduken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_01_CATHOLIC COMPOUND", + "message": "Catholic Compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_01_ZONE ONE HOSPITAL CAMP", + "message": "Zone One Hospital camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_02_CAMP THREE", + "message": "Camp Three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_02_GUNNIE COMMUNITY", + "message": "Gunnie Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_03_BLUE CAMP", + "message": "Blue Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_03_GREEN HILL", + "message": "Green Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_04_AIR FIELD COMMUNITY", + "message": "Air Field Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_04_SEDEE COMPOUND", + "message": "Sedee Compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_05_KAYKEN", + "message": "Kayken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_05_NEW ZWEDRU", + "message": "New Zwedru", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_06_DISCO HILL", + "message": "Disco Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_07_BOLYVILLE 1", + "message": "Bolyville 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_08_SINOE ROAD MARKET COMM.", + "message": "Sinoe Road Market Comm.", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_09_PINEAPPLE VILLAGE ROAD", + "message": "Pineapple village Road", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_10_CARR CENTER", + "message": "CARR Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_11_AGRICULTURE COMMUINTY", + "message": "Agriculture Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_12_MAP OFFICE", + "message": "MAP Office", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_13_EDUCATION COMMUNITY", + "message": "Education Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_14_WORD SOWER COMMUINTY", + "message": "Word Sower Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_15_BOLEYVILLE 2", + "message": "Boleyville 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_16_BROWN SAYEE COMMUNITY", + "message": "Brown Sayee Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_17_PEACE COMMUNITY", + "message": "Peace Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_18_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_01_ZONE ONE HOSPITAL CAMP", + "message": "Zone One Hospital Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_01_JENSON VILLE 2", + "message": "Jenson Ville 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_01_WAKPEKEN", + "message": "Wakpeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_02_DOUYEE COMMUNITY", + "message": "Douyee Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_02_SEATOR-01", + "message": "Seator-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_03_CANTOMENT SITE COMMUNITY", + "message": "Cantoment Site Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_04_BLESSING HILL COMMUNITY", + "message": "Blessing Hill Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_05_JENSON VILLE 1", + "message": "Jenson Ville 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_06_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_07_PENNUE COMMUNITY", + "message": "Pennue Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_08_KRAHVILLE", + "message": "Krahville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_09_GORBO COMMUNITY", + "message": "Gorbo Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_10_FDA COMMUNITY", + "message": "FDA Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_11_CHEAYEEVILLEDOUYE TOWN", + "message": "CheayeevilleDouye Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_12_BARLAVILLE", + "message": "Barlaville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_02_WAKPEKEN", + "message": "Wakpeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_01_GARLOVILLE COMMUNITY", + "message": "Garloville Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_01_TOPOH", + "message": "Topoh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_02_BIG SUEN", + "message": "Big Suen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_02_SUAH COMMUNITY", + "message": "Suah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_03_KANNAH ROAD COMMUNITY", + "message": "Kannah Road Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_04_ZWEDRU CENTRAL MARKET", + "message": "Zwedru Central Market", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_05_ZOE BUSH", + "message": "Zoe Bush", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_06_TELECOM & TWI COMMUNITY", + "message": "Telecom & TWI Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_07_CITY HALL COMMUNITY", + "message": "City Hall Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_08_WELBO QUARTER", + "message": "Welbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_09_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_10_SPS COMMUNITY", + "message": "SPS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_11_BAPTIST COMMUNITY", + "message": "Baptist Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_12_TOWAH COMMUNITY", + "message": "Towah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_13_A.G. COMMUNITY", + "message": "A.G. Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_TOPOH", + "message": "Topoh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_03_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_01_BIG FLENEKEN", + "message": "Big Fleneken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_01_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_02_KPASUAH HILL", + "message": "Kpasuah Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_02_WUTUKEN", + "message": "Wutuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_03_GBAGBAVILLE", + "message": "Gbagbaville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_04_ELRZ COMMUNITY", + "message": "ELRZ Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_05_MANDINGO QUARTER", + "message": "Mandingo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_06_ZANBO QUARTER", + "message": "Zanbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_07_KYNE QUARTER", + "message": "Kyne Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_08_GBOE QUARTER", + "message": "Gboe Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_09_BOWEN QUARTER", + "message": "Bowen Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_BIG FLENEKEN", + "message": "Big Fleneken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_04_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_BARCLAYVILLE HEALTH CENTER", + "message": "Barclayville Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_04_MARTHA TUBMAN MEMORIAL HOSPITAL", + "message": "Martha Tubman Memorial Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_01_01_GRAND CESS CITY", + "message": "Grand Cess City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_01_GRAND CESS CITY", + "message": "Grand Cess City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_01_NEWCESS", + "message": "Newcess", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_02_GBANKEN BEACH", + "message": "Gbanken Beach", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_03_BELLORKEN", + "message": "Bellorken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_02_NEWCESS", + "message": "Newcess", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_05_RALLY TIME HOSPITAL", + "message": "Rally Time Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_01_GBANKEN", + "message": "Gbanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_02_YLATWEN", + "message": "Ylatwen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_01_GBANKEN", + "message": "Gbanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_01_ZOLOKEN", + "message": "Zoloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_02_KWELEKEN", + "message": "Kweleken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_02_ZOLOKEN", + "message": "Zoloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_01_GENEKEN", + "message": "Geneken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_02_DENTIKEN", + "message": "Dentiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_03_WEDABOBEHWAN", + "message": "Wedabobehwan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_03_GENEKEN", + "message": "Geneken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_01_GBLABLOKEN", + "message": "Gblabloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_02_JLAROKEN", + "message": "Jlaroken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_03_TARPLAH'S TOWN", + "message": "Tarplah's Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_04_GBLABLOKEN", + "message": "Gblabloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_01_KWEYEKEN", + "message": "Kweyeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_02_TUPOKEN", + "message": "Tupoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_03_MUYANKEN", + "message": "Muyanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_04_KAYBOR", + "message": "Kaybor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_05_KWEYEKEN", + "message": "Kweyeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_06_GBANKEN CLINIC", + "message": "Gbanken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_BARCLAYVILLE", + "message": "Barclayville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_CABO DELGADO", + "message": "Cabo Delgado", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_TCHIEN", + "message": "Tchien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_01_CHENWRIKEN", + "message": "Chenwriken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_01_DOUBLE BRIDGE", + "message": "Double Bridge", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_02_POLO", + "message": "Polo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_02_TARKEN", + "message": "Tarken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_03_JARWLEH VILLAGE", + "message": "Jarwleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_03_WROPLUKEN", + "message": "Wropluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_04_WREGBALEH", + "message": "Wregbaleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_05_JOHN DAVIS TOWN", + "message": "John Davis town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_06_DUO TOWN", + "message": "Duo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_07_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_CHENWRIKEN", + "message": "Chenwriken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_CHIMOIO SEDE", + "message": "Chimoio Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_01_FARLEY TOWN", + "message": "Farley town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_01_TUBUVILLE", + "message": "Tubuville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_02_DIAYOKEN", + "message": "Diayoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_02_GBEJOLOBO", + "message": "Gbejolobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_03_BOLEY TOWN", + "message": "Boley town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_03_WOLOKEN 1", + "message": "Woloken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_04_PETROKON TOWN", + "message": "Petrokon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_05_PANWLOH TOWN", + "message": "Panwloh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_06_GEEBLO TOWN", + "message": "Geeblo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_07_PENNOKON TOWN", + "message": "Pennokon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_DIAYOKEN", + "message": "Diayoken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_02_PENNOKON TOWN", + "message": "Pennokon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_01_SIAKEN", + "message": "Siaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_02_TARWROKEN", + "message": "Tarwroken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_03_TAYBUE", + "message": "Taybue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_03_SIAKEN", + "message": "Siaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_04_01_SMITHVILLE", + "message": "Smithville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_04_SMITHVILLE", + "message": "Smithville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_05_01_ANAKEN", + "message": "Anaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_05_ANAKEN", + "message": "Anaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_BUAH HEALTH CENTER", + "message": "Buah Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_CHIMOIO", + "message": "Chimoio", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_PENNOKON", + "message": "Pennokon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_01_DWEKEN", + "message": "Dweken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_01_SLAGBALEH", + "message": "Slagbaleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_02_GBARYEA", + "message": "Gbaryea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_02_PHILIDEPHEDIA", + "message": "Philidephedia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_03_CEMENCO", + "message": "Cemenco", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_04_ABLEE CAMP", + "message": "Ablee Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_05_WATER VILLAGE", + "message": "Water Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_06_TUGBA VILLAGE", + "message": "Tugba Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_07_JARGBAH VILLAGE", + "message": "Jargbah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_08_SAYLEE PYNE", + "message": "Saylee Pyne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_09_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_10_DOWN DOUUGBE", + "message": "Down Douugbe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_11_CENTRAL DOUGBE", + "message": "Central Dougbe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_DWEKEN", + "message": "Dweken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_01_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_01_JABLAKEN", + "message": "Jablaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_01_ZONDEH VILLAGE", + "message": "Zondeh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_02_GBASULUKU", + "message": "Gbasuluku", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_02_TWEH TOWN", + "message": "Tweh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_03_NEW TOWN", + "message": "New Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_03_SARKPA TOWN", + "message": "Sarkpa Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_04_SEOH TOWN", + "message": "Seoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_05_KEHTOWN", + "message": "KehTown", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_06_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_JABLAKEN", + "message": "Jablaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_02_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_DWEKEN CLINIC", + "message": "Dweken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_02_JARWODEE CLINIC", + "message": "Jarwodee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_01_JERBOKEN", + "message": "Jerboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_02_JLATEKEN", + "message": "Jlateken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_01_JERBOKEN", + "message": "Jerboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_01_PLANPLANKEN", + "message": "Planplanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_02_WOLOKEN-2", + "message": "Woloken-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_03_WREKEKEN", + "message": "Wrekeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_04_SARBEKEN", + "message": "Sarbeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_02_PLANPLANKEN", + "message": "Planplanken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_03_TARLU CLINIC", + "message": "Tarlu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_01_GBARKEN", + "message": "Gbarken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_02_WROPLUKEN-01", + "message": "Wropluken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_01_WROPLUKEN", + "message": "Wropluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_01_PARLUKEN1", + "message": "Parluken1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_02_JLABAKEN", + "message": "Jlabaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_03_CAMP SPAIN", + "message": "Camp Spain", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_04_CHWNBOKEN", + "message": "Chwnboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_05_CAMP SCOTTLAND", + "message": "Camp scottland", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_06_PLACE TO BE", + "message": "Place to be", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_07_CAMP SUCCESS", + "message": "Camp success", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_08_SARTIKEN", + "message": "Sartiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_09_E-MAN VILLAGE", + "message": "E-Man Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_10_MA-MARY VILLAGE", + "message": "Ma-Mary Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_11_JUDANYAN", + "message": "Judanyan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_12_BOLUWIN", + "message": "Boluwin", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_02_PARLUKEN", + "message": "Parluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_04_PONNOKEN CLINIC", + "message": "PonNoken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_BUAH", + "message": "Buah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_MANICA", + "message": "Manica", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_PUTU", + "message": "Putu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_01_NYANKUNPO", + "message": "Nyankunpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_01_VARGLOR", + "message": "Varglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_02_PUTU TOWN", + "message": "Putu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_02_TUGLOR", + "message": "Tuglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_03_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_NYANKUNPO", + "message": "Nyankunpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_01_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_01_BARFORWIN", + "message": "Barforwin", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_01_KONOBO SAYUO", + "message": "Konobo Sayuo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_02_BOLLOH POE", + "message": "Bolloh Poe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_02_CHEA VILLAGE", + "message": "Chea Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_03_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_BARFORWIN", + "message": "Barforwin", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_02_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_01_DELAYEE", + "message": "Delayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_01_JARKAKPO", + "message": "Jarkakpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_02_BROWN VALLAGE", + "message": "Brown vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_02_KAYKPO", + "message": "Kaykpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_03_KLAYDEEPER", + "message": "Klaydeeper", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_03_PETER VALLAGE", + "message": "Peter vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_04_YENNEH VALLAGE", + "message": "Yenneh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_05_TORH VALLAGE", + "message": "Torh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_06_DWEH VILLAGE", + "message": "Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_07_GARYEKOR", + "message": "Garyekor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_08_YALLAH VALLAGE", + "message": "Yallah vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_09_SINNTRODRU", + "message": "Sinntrodru", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_10_BOUNDARY-1", + "message": "Boundary-1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_11_BOUNDARY- 2", + "message": "Boundary- 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_BOUNDARY-2", + "message": "Boundary-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_03_JARKAKPO", + "message": "Jarkakpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_BOUNDARY CLINIC", + "message": "Boundary Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_01_NYANKUNPO CLINIC", + "message": "Nyankunpo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_01_NEWTOWN COMMUNITY", + "message": "Newtown Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_01_TWABO DEHJELLAH", + "message": "Twabo DEHJELLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_02_NYONGBA", + "message": "NYONGBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_03_JAMICA", + "message": "JAMICA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_04_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_01_NEWTOWN COMMUNITY", + "message": "Newtown Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_01_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_01_WARKPO", + "message": "Warkpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_02_NIPLAIKPO", + "message": "Niplaikpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_02_WARKPO", + "message": "Warkpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_01_BELLAYELLAH", + "message": "BELLAYELLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_01_NIMEYOUVILLE", + "message": "Nimeyouville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_02_BEFORE CAMP", + "message": "Before Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_02_BOLO", + "message": "Bolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_03_HEADQUARTER (CIV) COMMUNITY", + "message": "Headquarter (CIV) Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_HEADQUARTER(CVI) COMMUNITY", + "message": "Headquarter(CVI) Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_03_NIMEYOUVILLE", + "message": "Nimeyouville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_01_TURNING POINT(CVI)", + "message": "TURNING POINT(CVI)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_02_SOLO CAMP", + "message": "SOLO CAMP", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_03_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_04_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_01_ZD CAMP", + "message": "ZD CAMP", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_02_PA-MOORE", + "message": "PA-Moore", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_03_GLAY TOWN", + "message": "GLAY TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_04_ZARR TOWN", + "message": "ZARR TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_05_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_05_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_01_TEMPO", + "message": "TEMPO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_02_GARLEO", + "message": "GARLEO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_03_YEOH TOWN", + "message": "YEOH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_04_CLOTELEE", + "message": "CLOTELEE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_05_BAO TOWN", + "message": "BAO TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_06_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_06_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_01_TWABO SAYUO", + "message": "Twabo SAYUO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_02_TWABO MISSION", + "message": "Twabo MISSION", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_03_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_07_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_01_FLAH TOWN", + "message": "FLAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_02_GBARWU", + "message": "GBARWU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_03_DRUWAR", + "message": "DRUWAR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_04_PEAH", + "message": "PEAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_05_GARGLOR", + "message": "GARGLOR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_06_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_08_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_01_GLAYGEE", + "message": "Glaygee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_02_BUWAY", + "message": "BUWAY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_03_WHYBO", + "message": "WHYBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_04_DELAYEE", + "message": "DELAYEE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_05_DROUGLOR", + "message": "Drouglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_06_DEHJALLAH", + "message": "DEHJALLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_07_WLABO", + "message": "WLABO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_08_BANGLOR", + "message": "BANGLOR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_09_DOWAH TOWN", + "message": "DOWAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_10_QUAYE VILLAGE/ABUJAY", + "message": "QUAYE VILLAGE/ABUJAY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_11_JUWAR 1&2", + "message": "JUWAR 1&2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_12_DWEH TOWN", + "message": "DWEH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_09_DWEH TOWN", + "message": "Dweh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_10_01_ZIAH TOWN", + "message": "ZIAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_10_ZIAH TOWN", + "message": "Ziah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_BOLLOH NEWTOWN", + "message": "Bolloh Newtown", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_02_KONOBO HEALTH CENTER", + "message": "Konobo Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_01_DOESWEN TOWN", + "message": "Doeswen Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_02_ATLANTIC CAMP", + "message": "Atlantic Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_03_WARWLEKEN TOWN", + "message": "Warwleken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_01_DOESWEN TOWN", + "message": "Doeswen Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_01_BOLLOH JLATIKEN TOWN", + "message": "Bolloh Jlatiken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_02_CHENGBETEE TOWN", + "message": "Chengbetee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_03_DAYBAH VILLAGE", + "message": "Daybah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_02_BOLLOH JLATIKEN TOWN", + "message": "Bolloh Jlatiken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_01_WEAYAN TOWN", + "message": "Weayan Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_02_SEEBODRO", + "message": "Seebodro", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_03_WEAYAN TOWN", + "message": "Weayan Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_03_DOESWEN CLINIC", + "message": "Doeswen clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_DORBOR", + "message": "Dorbor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_03_KONOBO", + "message": "Konobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_01_FELORKLE", + "message": "Felorkle", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_02_DARGBEVILLE", + "message": "Dargbeville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_03_JEKWIKEN", + "message": "Jekwiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_01_JEKWIKEN", + "message": "Jekwiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_01_ABENEGO VILLAGE", + "message": "Abenego Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_01_DAYKPO", + "message": "Daykpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_02_BETU", + "message": "Betu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_02_LAWRENCE VILLAGE", + "message": "lawrence village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_03_GBARWU", + "message": "Gbarwu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_03_SOBOBO-01", + "message": "Sobobo-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_04_JERRY TIAH", + "message": "Jerry Tiah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_05_PANNEWEN", + "message": "Pannewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_06_ZARZAR", + "message": "ZarZar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_07_MADRA CAMP", + "message": "Madra Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_08_ZAMMIE", + "message": "Zammie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_09_CHAYEE", + "message": "Chayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_10_ZEAGBA", + "message": "Zeagba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_11_ZEAN", + "message": "Zean", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_12_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_DAYKPO", + "message": "Daykpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_02_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_01_NROKWIA", + "message": "Nrokwia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_02_KLADIA", + "message": "Kladia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_03_KUNNIE", + "message": "Kunnie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_04_WLOKRI", + "message": "Wlokri", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_03_NROKWIA", + "message": "Nrokwia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_01_WESSEH TOWN", + "message": "Wesseh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_02_SLOYEN", + "message": "Sloyen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_03_BASSA VILLAGE", + "message": "Bassa Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_04_KITTEAH", + "message": "Kitteah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_04_WESSEH TOWN", + "message": "Wesseh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_01_VALLA ROCK FIELD", + "message": "Valla Rock field", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_02_ARAB BASED", + "message": "Arab based", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_05_VALLA ROCK FIELD", + "message": "Valla Rock Field", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_GBOE GEEWON COMMUNITY CLINIC", + "message": "Gboe Geewon Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_01_SASS TOWN HOSPITAL", + "message": "Sass Town Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_01_SOBO CITY", + "message": "Sobo City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_01_ZALAKEN", + "message": "Zalaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_02_PITTAY", + "message": "Pittay", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_02_SOWOE VILLAGE", + "message": "Sowoe village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_03_JALAYOU VILLAGE", + "message": "Jalayou Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_04_KULEE TOWN", + "message": "Kulee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_05_ZUAJAH", + "message": "Zuajah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_06_CHELSLA", + "message": "Chelsla", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_07_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_01_SOBO CITY", + "message": "Sobo City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_01_NEROH", + "message": "Neroh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_02_WESSEHPO", + "message": "Wessehpo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_03_KARH", + "message": "Karh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_02_NEROH", + "message": "Neroh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_POLAR CLINIC", + "message": "Polar Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_02_SOBO COMMUNITY CLINIC", + "message": "Sobo Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_01_CHINESE CAMP", + "message": "Chinese Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_01_NIFU CITY", + "message": "Nifu City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_02_KANYEA VILLAGE", + "message": "Kanyea village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_03_BARKOR TOWN", + "message": "Barkor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_04_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_05_JULUZON", + "message": "Juluzon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_06_KWEOH", + "message": "Kweoh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_07_DAYBLEY", + "message": "Daybley", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_08_TELEDEE", + "message": "Teledee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_09_GBARKEH", + "message": "Gbarkeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_10_MOMBO TOWN", + "message": "Mombo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_01_NIFU CITY", + "message": "Nifu City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_01_BOTRA", + "message": "Botra", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_01_SAYON VILLAGE", + "message": "Sayon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_02_DIOH CITY", + "message": "Dioh City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_02_KONUWAY", + "message": "Konuway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_03_GOR VILLAGE", + "message": "Gor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_03_UNITED BASE", + "message": "United Base", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_04_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_BOTRA", + "message": "Botra", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_02_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_01_PARBOE", + "message": "Parboe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_02_VENENYEAZON 1& 2", + "message": "Venenyeazon 1& 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_03_WULOTONDEE", + "message": "Wulotondee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_04_POUH TOWN", + "message": "Pouh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_05_TOWAH TOWN", + "message": "Towah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_06_GAYE TOWN", + "message": "Gaye Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_07_GBAYEA TOWN", + "message": "Gbayea Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_08_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_03_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_GBARZON HEALTH CENTER", + "message": "Gbarzon health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_03_NIFU CLINIC", + "message": "Nifu Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_GBAO", + "message": "Gbao", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_04_LOWER JLOH", + "message": "Lower Jloh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_01_NEW GARRAWAY", + "message": "New Garraway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_01_SOLO TOWN INSIDE", + "message": "Solo Town Inside", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_02_DOLEZON TOWN", + "message": "Dolezon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_02_MISSION TOWN 1", + "message": "Mission Town 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_03_FRANZAY TOWN", + "message": "Franzay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_03_MESSION TOWN-2", + "message": "Mession Town-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_04_GWENEBO TOWN", + "message": "Gwenebo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_04_SAYWONKEN", + "message": "Saywonken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_05_HOSPITAL CAMP", + "message": "Hospital camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_05_ZONE COMMUNITY", + "message": "Zone Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_06_DEH VILLAGE", + "message": "Deh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_06_GBALEN", + "message": "Gbalen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_07_MAHQUENKEN", + "message": "Mahquenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_07_WILSON VILLAGE", + "message": "Wilson Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_08_JONE ZBAYEE", + "message": "Jone Zbayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_08_PUNGBALOKEN", + "message": "Pungbaloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_09_ZIWAY TOWN", + "message": "Ziway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_10_SEWIEN 2", + "message": "Sewien 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_11_SEWIEN 1", + "message": "Sewien 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_12_DWEH COMMUNITY", + "message": "Dweh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_13_GAMBO TOWN", + "message": "Gambo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_14_GARLEY TOWN", + "message": "Garley Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_15_GBOLEKEN TOWN", + "message": "Gboleken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_GBOLEKEN TOWN", + "message": "Gboleken town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_01_NEW GARRAWAY", + "message": "New Garraway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_01_WETEKEN 1", + "message": "Weteken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_02_WETEKEN-2", + "message": "Weteken-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_02_WETEKEN 1", + "message": "Weteken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_01_TEBEKEN", + "message": "Tebeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_02_BACHEKEN", + "message": "Bacheken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_03_TUWAKEN 1", + "message": "Tuwaken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_04_TUWAKEN-2", + "message": "Tuwaken-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_03_TUWAKEN 1", + "message": "Tuwaken 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_GARRAWAY CLINIC", + "message": "Garraway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_01_GBOLEKEN CLINIC", + "message": "Gboleken clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_01_GENOYAH CITY", + "message": "Genoyah City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_01_PERER VILLAGE", + "message": "Perer Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_02_KANGBEKEH", + "message": "Kangbekeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_02_NEGBOWINE", + "message": "Negbowine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_03_ESTHER VILLAGE", + "message": "Esther Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_03_YETIKEN", + "message": "Yetiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_04_TARLUE VILLAGE", + "message": "Tarlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_05_FLAHN VILLAGE", + "message": "Flahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_06_QUIAH VILLAGE", + "message": "Quiah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_07_KOHU VILLAGE", + "message": "Kohu Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_08_ONE MAN VILLAGE", + "message": "One Man Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_09_KOON VILLAGE", + "message": "Koon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_10_SOWAKEN TOWN", + "message": "Sowaken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_11_BASSA VILLAGE 1", + "message": "Bassa Village 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_12_GWEIN TOWN", + "message": "Gwein Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_13_BARTEHJAM", + "message": "Bartehjam", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_14_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_GENOYAH CITY", + "message": "Genoyah City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_01_NYANBO", + "message": "Nyanbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_02_PIDDY", + "message": "Piddy", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_03_JLODEH", + "message": "Jlodeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_02_NYANBO", + "message": "Nyanbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_GENOYAH CLINIC", + "message": "Genoyah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_02_ZAI CLINIC", + "message": "Zai Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_01_DOEBLEE VILLAGE", + "message": "Doeblee Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_01_WILSONVILLE", + "message": "Wilsonville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_02_BIG JOE VILLAGE", + "message": "Big Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_02_JLAWLEKEN", + "message": "Jlawleken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_03_GOLYEAZON VILLAGE", + "message": "Golyeazon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_03_SLOLOH", + "message": "Sloloh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_04_GBAYOUBEE", + "message": "Gbayoubee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_04_JALOKEN VLLAGE", + "message": "Jaloken Vllage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_05_CHEALUBLEE2 VILLAGE", + "message": "Chealublee2 Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_05_TUBIAKEN", + "message": "Tubiaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_06_CHEALUBLEE1 VILLAGE", + "message": "Chealublee1 Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_07_KAHN TOWN", + "message": "Kahn Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_08_SOLO TOWN", + "message": "Solo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_09_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_01_WILISONVILLE", + "message": "Wilisonville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_01_JLATIKEN", + "message": "Jlatiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_02_GLOPLUKEN", + "message": "Glopluken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_03_ZOLUBEE", + "message": "Zolubee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_04_PENNUKEN", + "message": "Pennuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_05_NEMIAH BEACH", + "message": "Nemiah Beach", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_02_PENNUKEN", + "message": "Pennuken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_01_TENDENKEN", + "message": "Tendenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_02_OLD GBAMIKEN", + "message": "Old Gbamiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_03_NEW GBAMIKEN", + "message": "New Gbamiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_04_DARPLOKEN", + "message": "Darploken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_05_COFFIBEE", + "message": "Coffibee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_03_COFFIBEE", + "message": "Coffibee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_NEMIAH CLINIC", + "message": "Nemiah Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_03_TUZON CLINIC", + "message": "Tuzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_01_BIG TOWN", + "message": "Big Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_01_GOANWONKPI", + "message": "Goanwonkpi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_02_JLORWIN", + "message": "Jlorwin", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_02_KAHN VILLAGE", + "message": "Kahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_03_SOLO VILLAGE", + "message": "Solo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_03_WATER SIDE", + "message": "Water Side", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_04_DUBA TOWN", + "message": "Duba Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_04_WEDABO BEACH", + "message": "Wedabo Beach", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_05_GLAHN VILLAGE", + "message": "Glahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_05_MIDDLE TOWN-01", + "message": "Middle Town-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_06_BANGBOR VILLAGE", + "message": "Bangbor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_07_BOE TOWN", + "message": "Boe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_08_OLD POHAN", + "message": "Old Pohan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_09_NEW POHAN", + "message": "New Pohan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_10_BAYWAYDEE TOWN", + "message": "Baywaydee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_11_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_12_BANANA VILLAGE", + "message": "Banana Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_13_BROWN VILLAGE", + "message": "Brown Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_14_DIAHN TOWN", + "message": "Diahn Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_01_MIDDLE TOWN", + "message": "Middle Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_JANZON CLINIC", + "message": "Janzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_04_NIFA CLINIC", + "message": "Nifa Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_01_BEHWAN CITY", + "message": "Behwan City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_01_GRADY TOWN", + "message": "Grady Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_02_VLEGEE TOWN", + "message": "Vlegee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_03_GEYAH TOWN", + "message": "Geyah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_04_MIDDLE EAST", + "message": "Middle East", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_05_DEBOR TOWN", + "message": "Debor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_06_KPOWEIN", + "message": "kpowein", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_07_TOGBALEE TOWN", + "message": "Togbalee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_08_BODUO TOWN", + "message": "Boduo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_09_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_10_SINKON TOWN", + "message": "Sinkon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_11_WLUBOR VILLAGE", + "message": "Wlubor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_12_SAYDEE VILLAGE-01", + "message": "Saydee village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_13_GLOKPADEE", + "message": "Glokpadee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_14_BASSA VILLAGE", + "message": "Bassa village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_15_JULUTUZON2", + "message": "Julutuzon2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_16_JULUTUZON1", + "message": "Julutuzon1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_17_KPAI TOWN", + "message": "Kpai town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_18_GLEPLAY TOWN", + "message": "Gleplay town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_19_COMPOUND", + "message": "Compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_20_ZAZA VILLAGE", + "message": "Zaza village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_01_BEHWAN CITY", + "message": "Behwan City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_01_SAWKEN-01", + "message": "Sawken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_02_GBONOWINE", + "message": "Gbonowine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_03_SANGBANIKEN", + "message": "Sangbaniken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_04_KWEBIE", + "message": "Kwebie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_02_GBONOWINE", + "message": "Gbonowine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_01_FOLOKEN", + "message": "Foloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_02_QUENKEN", + "message": "Quenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_03_KULODEH", + "message": "Kulodeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_04_CHANGBENKEN", + "message": "Changbenken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_05_SAYWONKEN-01", + "message": "Saywonken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_06_KPOIKEN", + "message": "Kpoiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_03_KPOIKEN", + "message": "Kpoiken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_BEH TOWN CLINIC", + "message": "Beh town clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_05_BEHWAN HEALTH CENTER", + "message": "Behwan Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_01_BAYE VILLAGE", + "message": "Baye village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_01_NEWAKEN CITY", + "message": "Newaken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_02_DIAYOKEN-01", + "message": "Diayoken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_02_YOUGE VILLAGE", + "message": "Youge village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_03_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_04_VORWBLEE VILLAGE", + "message": "Vorwblee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_05_JAYOR VILLAGE", + "message": "Jayor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_NEWAKEN CITY", + "message": "Newaken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_01_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_01_SORROKEN CITY", + "message": "Sorroken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_01_TENZON VILLAGE", + "message": "Tenzon village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_02_GEDEBO", + "message": "Gedebo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_02_NICO VILLAGE", + "message": "Nico village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_03_JOSEPHUS VILLAGE", + "message": "Josephus village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_03_WUTUKEN-01", + "message": "Wutuken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_04_GEE COMMUNITY", + "message": "Gee community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_05_DEHYE VILLAGE", + "message": "Dehye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_06_PETER VILLAGE", + "message": "Peter village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_07_GAYE VILLAGE", + "message": "Gaye village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_08_CAMROOM VILLAGE", + "message": "Camroom village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_09_JOE DENNIS VILLAGE", + "message": "Joe Dennis village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_10_SALAKAZON", + "message": "Salakazon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_11_COCODE", + "message": "Cocode", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_12_BABLEE VILLAGE", + "message": "Bablee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_13_ONE MAN VI8LLAGE", + "message": "One man vi8llage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_14_HARRIS COLLIN VILLAGE", + "message": "Harris collin village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_15_TOJALLAH TOWN 2", + "message": "Tojallah Town 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_16_TOJALLAH TOWN 1", + "message": "Tojallah Town 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_17_DOLUE VILLAGE", + "message": "Dolue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_18_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_19_MLAYEE", + "message": "Mlayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_20_ZONPLEE", + "message": "Zonplee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_02_SORROKEN CITY", + "message": "Sorroken City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_01_DOUGBO", + "message": "Dougbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_02_GEDEBO-01", + "message": "Gedebo-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_03_GBARKEN-01", + "message": "Gbarken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_03_DOUGBO", + "message": "Dougbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_BARGBLOR CLINIC", + "message": "Bargblor clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_06_NEWAKEN CLINIC", + "message": "Newaken Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_01_01_GBLEBO TOWN", + "message": "Gblebo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_01_GBLEBO TOWN", + "message": "Gblebo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_01_KWAKEN", + "message": "Kwaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_02_SAYWONKEN-02", + "message": "Saywonken-02", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_03_OLD KARLAWAKEN", + "message": "Old Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_04_NEW KARLAWAKEN", + "message": "New Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_05_TUNKEN", + "message": "Tunken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_06_QUAKEN", + "message": "Quaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_07_DUTORKEN", + "message": "Dutorken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_08_DOUGBOKEN", + "message": "Dougboken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_09_TENDEKEN-01", + "message": "Tendeken-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_02_OLD KARLAWAKEN", + "message": "Old Karlawaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_07_GBLEBO CLINIC", + "message": "Gblebo Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_CAVALLA", + "message": "Cavalla", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_05_TREHN", + "message": "Trehn", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_01_SANDY TOWN", + "message": "Sandy Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_02_MOSSI VILLAGE", + "message": "Mossi Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_03_BEEKEN", + "message": "Beeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_04_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_01_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_01_BLOWN TOWN", + "message": "Blown Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_02_BAH TOWN", + "message": "Bah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_03_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_04_KPELLEH TOWN", + "message": "Kpelleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_05_POKOR TOWN", + "message": "Pokor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_02_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_01_B'HAI TARWAY CLINIC", + "message": "B'hai Tarway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_01_COCOWAY", + "message": "Cocoway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_02_TARKPOH GOLD CAMP", + "message": "Tarkpoh Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_03_CONGO", + "message": "Congo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_04_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_01_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_01_B'HAI JOZON", + "message": "B'hai Jozon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_03_GOYEAZON", + "message": "Goyeazon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_01_ALBERT KPAI VILLAGE", + "message": "Albert Kpai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_02_LATHER ROCK", + "message": "Lather Rock", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_03_ZLEH VILLAGE", + "message": "Zleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_04_JULU VILLAGE", + "message": "Julu village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_05_GANYAN VILLAGE", + "message": "Ganyan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_06_SAYDEE VILLAGE", + "message": "Saydee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_07_EDWARD CHARLIE VILLAGE", + "message": "Edward Charlie village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_08_JUNIOR LOGAN VILLAGE", + "message": "Junior Logan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_09_TOMMY WEAGAR VILLAGE", + "message": "Tommy Weagar village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_10_QUAYEE VILLAGE", + "message": "Quayee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_11_KPELLEH VILLAGE", + "message": "Kpelleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_12_JAMES WARD VILLAGE", + "message": "James Ward Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_13_SAYEEBLI", + "message": "Sayeebli", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_14_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_03_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_02_TOE TOWN CLINIC", + "message": "Toe Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_01_NEMENNWEN", + "message": "Nemennwen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_02_PLOE BODEE TOWN", + "message": "Ploe Bodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_03_PLOE WHAYEE TOWN", + "message": "Ploe Whayee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_04_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_05_DAVID BOMIE VILLAGE", + "message": "David Bomie Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_06_EMMANUEL VILLAGE", + "message": "Emmanuel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_07_HENRRY VILLAGE", + "message": "Henrry Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_08_ZONPLUE VILLAGE", + "message": "Zonplue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_09_ISRAEL VILLAGE", + "message": "Israel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_01_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_03_DUOGEE CLINIC", + "message": "Duogee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_01_ROUTY VILLAGE", + "message": "Routy Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_02_BEH VILLAGE", + "message": "Beh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_03_JANANIWAY VILLAGE", + "message": "Jananiway Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_04_GOH VLLAGE", + "message": "Goh Vllage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_05_JOE VILLAGE", + "message": "Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_06_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_07_QUATY VILLAGE", + "message": "Quaty Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_01_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_01_KARR TOWN", + "message": "Karr Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_02_SENNEHWEN TOWN", + "message": "Sennehwen Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_03_SHERMAN VILLAGE", + "message": "Sherman Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_04_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_05_TIAN TOWN", + "message": "Tian Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_02_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_04_DOUGEE TOWN CLINIC", + "message": "Dougee Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_06_B’HAI", + "message": "B’hai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_GRAND GEDEH", + "message": "Grand Gedeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_GRAND KRU", + "message": "Grand Kru", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_01_TIAN TOWN", + "message": "Tian Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_02_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_03_SHERMAN VILLAGE", + "message": "Sherman Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_04_SENNEHWEN TOWN", + "message": "Sennehwen Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_05_KARR TOWN", + "message": "Karr Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_01_DUOGEE TOWN", + "message": "Duogee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_01_QUATY VILLAGE", + "message": "Quaty Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_02_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_03_JOE VILLAGE", + "message": "Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_04_GOH VLLAGE", + "message": "Goh Vllage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_05_JANANIWAY VILLAGE", + "message": "Jananiway Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_06_BEH VILLAGE", + "message": "Beh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_07_ROUTY VILLAGE", + "message": "Routy Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_02_KOKO VILLAGE", + "message": "Koko Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_01_DOUGEE TOWN CLINIC", + "message": "Dougee Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_01_ISRAEL VILLAGE", + "message": "Israel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_02_ZONPLUE VILLAGE", + "message": "Zonplue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_03_HENRRY VILLAGE", + "message": "Henrry Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_04_EMMANUEL VILLAGE", + "message": "Emmanuel Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_05_DAVID BOMIE VILLAGE", + "message": "David Bomie Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_06_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_07_PLOE WHAYEE TOWN", + "message": "Ploe Whayee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_08_PLOE BODEE TOWN", + "message": "Ploe Bodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_09_NEMENNWEN", + "message": "Nemennwen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_01_PLOE JOZON TOWN", + "message": "Ploe Jozon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_02_DUOGEE CLINIC", + "message": "Duogee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_01_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_02_SAYEEBLI", + "message": "Sayeebli", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_03_JAMES WARD VILLAGE", + "message": "James Ward Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_04_KPELLEH VILLAGE", + "message": "Kpelleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_05_QUAYEE VILLAGE", + "message": "Quayee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_06_TOMMY WEAGAR VILLAGE", + "message": "Tommy Weagar village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_07_JUNIOR LOGAN VILLAGE", + "message": "Junior Logan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_08_EDWARD CHARLIE VILLAGE", + "message": "Edward Charlie village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_09_SAYDEE VILLAGE", + "message": "Saydee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_10_GANYAN VILLAGE", + "message": "Ganyan village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_11_JULU VILLAGE", + "message": "Julu village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_12_ZLEH VILLAGE", + "message": "Zleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_13_LATHER ROCK", + "message": "Lather Rock", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_14_ALBERT KPAI VILLAGE", + "message": "Albert Kpai village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_01_TOE TOWN", + "message": "Toe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_01_GOYEAZON", + "message": "Goyeazon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_03_B'HAI JOZON", + "message": "B'hai Jozon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_02_NICKO TOWN", + "message": "Nicko Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_01_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_02_CONGO", + "message": "Congo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_03_TARKPOH GOLD CAMP", + "message": "Tarkpoh Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_04_COCOWAY", + "message": "Cocoway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_03_NORBEH GOLD CAMP", + "message": "Norbeh Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_03_TOE TOWN CLINIC", + "message": "Toe Town Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_01_POKOR TOWN", + "message": "Pokor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_02_KPELLEH TOWN", + "message": "Kpelleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_03_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_04_BAH TOWN", + "message": "Bah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_05_BLOWN TOWN", + "message": "Blown Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_01_B'HAI TARWAY TOWN", + "message": "B'hai Tarway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_01_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_02_BEEKEN", + "message": "Beeken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_03_MOSSI VILLAGE", + "message": "Mossi Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_04_SANDY TOWN", + "message": "Sandy Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_02_GIAH TOWN", + "message": "Giah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_04_B'HAI TARWAY CLINIC", + "message": "B'hai Tarway Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBEZIA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_B’HAI", + "message": "B’hai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_01_ZONPLEE", + "message": "Zonplee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_02_MLAYEE", + "message": "Mlayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_03_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_04_DOLUE VILLAGE", + "message": "Dolue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_05_TOJALLAH TOWN 1", + "message": "Tojallah Town 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_06_TOJALLAH TOWN 2", + "message": "Tojallah Town 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_07_HARRIS COLLIN VILLAGE", + "message": "Harris collin village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_08_ONE MAN VI8LLAGE", + "message": "One man vi8llage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_09_BABLEE VILLAGE", + "message": "Bablee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_10_COCODE", + "message": "Cocode", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_11_SALAKAZON", + "message": "Salakazon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_12_JOE DENNIS VILLAGE", + "message": "Joe Dennis village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_13_CAMROOM VILLAGE", + "message": "Camroom village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_14_GAYE VILLAGE", + "message": "Gaye village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_15_PETER VILLAGE", + "message": "Peter village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_16_DEHYE VILLAGE", + "message": "Dehye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_17_GEE COMMUNITY", + "message": "Gee community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_18_JOSEPHUS VILLAGE", + "message": "Josephus village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_19_NICO VILLAGE", + "message": "Nico village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_20_TENZON VILLAGE", + "message": "Tenzon village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_01_BARGBLOR TOWN", + "message": "Bargblor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_01_JAYOR VILLAGE", + "message": "Jayor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_02_VORWBLEE VILLAGE", + "message": "Vorwblee village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_03_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_04_YOUGE VILLAGE", + "message": "Youge village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_05_BAYE VILLAGE", + "message": "Baye village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_02_PENUNEWEN", + "message": "Penunewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_01_BARGBLOR CLINIC", + "message": "Bargblor clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_01_ZAZA VILLAGE", + "message": "Zaza village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_02_COMPOUND", + "message": "Compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_03_GLEPLAY TOWN", + "message": "Gleplay town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_04_KPAI TOWN", + "message": "Kpai town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_05_JULUTUZON1", + "message": "Julutuzon1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_06_JULUTUZON2", + "message": "Julutuzon2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_07_BASSA VILLAGE", + "message": "Bassa village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_08_GLOKPADEE", + "message": "Glokpadee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_09_SAYDEE VILLAGE-01", + "message": "Saydee village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_10_WLUBOR VILLAGE", + "message": "Wlubor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_11_SINKON TOWN", + "message": "Sinkon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_12_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_13_BODUO TOWN", + "message": "Boduo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_14_TOGBALEE TOWN", + "message": "Togbalee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_15_KPOWEIN", + "message": "kpowein", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_16_DEBOR TOWN", + "message": "Debor town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_17_MIDDLE EAST", + "message": "Middle East", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_18_GEYAH TOWN", + "message": "Geyah town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_19_VLEGEE TOWN", + "message": "Vlegee town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_20_GRADY TOWN", + "message": "Grady Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_01_BEH TOWN", + "message": "Beh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_02_BEH TOWN CLINIC", + "message": "Beh town clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_01_DIAHN TOWN", + "message": "Diahn Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_02_BROWN VILLAGE", + "message": "Brown Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_03_BANANA VILLAGE", + "message": "Banana Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_04_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_05_BAYWAYDEE TOWN", + "message": "Baywaydee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_06_NEW POHAN", + "message": "New Pohan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_07_OLD POHAN", + "message": "Old Pohan", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_08_BOE TOWN", + "message": "Boe Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_09_BANGBOR VILLAGE", + "message": "Bangbor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_10_GLAHN VILLAGE", + "message": "Glahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_11_DUBA TOWN", + "message": "Duba Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_12_SOLO VILLAGE", + "message": "Solo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_13_KAHN VILLAGE", + "message": "Kahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_14_GOANWONKPI", + "message": "Goanwonkpi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_01_JANZON TOWN", + "message": "Janzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_03_JANZON CLINIC", + "message": "Janzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_02_SOLO TOWN", + "message": "Solo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_03_KAHN TOWN", + "message": "Kahn Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_04_CHEALUBLEE1 VILLAGE", + "message": "Chealublee1 Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_05_CHEALUBLEE2 VILLAGE", + "message": "Chealublee2 Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_06_JALOKEN VLLAGE", + "message": "Jaloken Vllage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_07_GOLYEAZON VILLAGE", + "message": "Golyeazon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_08_BIG JOE VILLAGE", + "message": "Big Joe Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_09_DOEBLEE VILLAGE", + "message": "Doeblee Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_01_TUZON TOWN", + "message": "Tuzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_04_TUZON CLINIC", + "message": "Tuzon Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_02_BARTEHJAM", + "message": "Bartehjam", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_03_GWEIN TOWN", + "message": "Gwein Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_04_BASSA VILLAGE 1", + "message": "Bassa Village 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_05_SOWAKEN TOWN", + "message": "Sowaken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_06_KOON VILLAGE", + "message": "Koon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_07_ONE MAN VILLAGE", + "message": "One Man Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_08_KOHU VILLAGE", + "message": "Kohu Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_09_QUIAH VILLAGE", + "message": "Quiah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_10_FLAHN VILLAGE", + "message": "Flahn Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_11_TARLUE VILLAGE", + "message": "Tarlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_12_ESTHER VILLAGE", + "message": "Esther Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_13_KANGBEKEH", + "message": "Kangbekeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_14_PERER VILLAGE", + "message": "Perer Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_01_ZAI TOWN", + "message": "Zai Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_05_ZAI CLINIC", + "message": "Zai Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_01_GBOLEKEN TOWN", + "message": "Gboleken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_02_GARLEY TOWN", + "message": "Garley Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_03_GAMBO TOWN", + "message": "Gambo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_04_DWEH COMMUNITY", + "message": "Dweh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_05_SEWIEN 1", + "message": "Sewien 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_06_SEWIEN 2", + "message": "Sewien 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_07_ZIWAY TOWN", + "message": "Ziway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_08_JONE ZBAYEE", + "message": "Jone Zbayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_09_WILSON VILLAGE", + "message": "Wilson Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_10_DEH VILLAGE", + "message": "Deh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_11_ZONE COMMUNITY", + "message": "Zone Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_12_GWENEBO TOWN", + "message": "Gwenebo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_13_FRANZAY TOWN", + "message": "Franzay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_14_DOLEZON TOWN", + "message": "Dolezon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_15_SOLO TOWN INSIDE", + "message": "Solo Town Inside", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_01_GBOLEKEN TOWN", + "message": "Gboleken town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_06_GBOLEKEN CLINIC", + "message": "Gboleken clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_02_CAVALLA", + "message": "Cavalla", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_01_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_02_GBAYEA TOWN", + "message": "Gbayea Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_03_GAYE TOWN", + "message": "Gaye Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_04_TOWAH TOWN", + "message": "Towah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_05_POUH TOWN", + "message": "Pouh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_06_WULOTONDEE", + "message": "Wulotondee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_07_VENENYEAZON 1& 2", + "message": "Venenyeazon 1& 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_08_PARBOE", + "message": "Parboe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_01_ZLEH TOWN", + "message": "Zleh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_01_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_02_GOR VILLAGE", + "message": "Gor village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_03_KONUWAY", + "message": "Konuway", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_04_SAYON VILLAGE", + "message": "Sayon Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_02_GBARZON TOWN", + "message": "Gbarzon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_01_MOMBO TOWN", + "message": "Mombo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_02_GBARKEH", + "message": "Gbarkeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_03_TELEDEE", + "message": "Teledee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_04_DAYBLEY", + "message": "Daybley", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_05_KWEOH", + "message": "Kweoh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_06_JULUZON", + "message": "Juluzon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_07_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_08_BARKOR TOWN", + "message": "Barkor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_09_KANYEA VILLAGE", + "message": "Kanyea village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_10_CHINESE CAMP", + "message": "Chinese Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_03_GBARZON JARWODEE TOWN", + "message": "Gbarzon Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_01_GBARZON HEALTH CENTER", + "message": "Gbarzon health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_02_CHELSLA", + "message": "Chelsla", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_03_ZUAJAH", + "message": "Zuajah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_04_KULEE TOWN", + "message": "Kulee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_05_JALAYOU VILLAGE", + "message": "Jalayou Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_06_SOWOE VILLAGE", + "message": "Sowoe village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_07_ZALAKEN", + "message": "Zalaken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_01_GBARZON POLAR", + "message": "Gbarzon Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_02_POLAR CLINIC", + "message": "Polar Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_01_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_02_ZEAN", + "message": "Zean", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_03_ZEAGBA", + "message": "Zeagba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_04_CHAYEE", + "message": "Chayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_05_ZAMMIE", + "message": "Zammie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_06_MADRA CAMP", + "message": "Madra Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_07_ZARZAR", + "message": "ZarZar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_08_PANNEWEN", + "message": "Pannewen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_09_JERRY TIAH", + "message": "Jerry Tiah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_10_GBARWU", + "message": "Gbarwu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_11_LAWRENCE VILLAGE", + "message": "lawrence village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_12_ABENEGO VILLAGE", + "message": "Abenego Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_01_GBOE GEEWON", + "message": "Gboe Geewon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_02_01_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_02_DARLUE VILLAGE", + "message": "Darlue Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_03_GBOE GEEWON COMMUNITY CLINIC", + "message": "Gboe Geewon Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_03_GBAO", + "message": "Gbao", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_01_01_ZIAH TOWN", + "message": "ZIAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_01_ZIAH TOWN", + "message": "Ziah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_01_DWEH TOWN", + "message": "DWEH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_02_JUWAR 1&2", + "message": "JUWAR 1&2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_03_QUAYE VILLAGE/ABUJAY", + "message": "QUAYE VILLAGE/ABUJAY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_04_DOWAH TOWN", + "message": "DOWAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_05_BANGLOR", + "message": "BANGLOR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_06_WLABO", + "message": "WLABO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_07_DEHJALLAH", + "message": "DEHJALLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_08_DROUGLOR", + "message": "Drouglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_09_DELAYEE", + "message": "DELAYEE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_10_WHYBO", + "message": "WHYBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_11_BUWAY", + "message": "BUWAY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_12_GLAYGEE", + "message": "Glaygee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_02_DWEH TOWN", + "message": "Dweh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_01_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_02_GARGLOR", + "message": "GARGLOR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_03_PEAH", + "message": "PEAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_04_DRUWAR", + "message": "DRUWAR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_05_GBARWU", + "message": "GBARWU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_06_FLAH TOWN", + "message": "FLAH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_03_BARWU TOWN", + "message": "Barwu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_01_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_02_TWABO MISSION", + "message": "Twabo MISSION", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_03_TWABO SAYUO", + "message": "Twabo SAYUO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_04_BILLIBO TOWN", + "message": "Billibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_01_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_02_BAO TOWN", + "message": "BAO TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_03_CLOTELEE", + "message": "CLOTELEE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_04_YEOH TOWN", + "message": "YEOH TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_05_GARLEO", + "message": "GARLEO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_06_TEMPO", + "message": "TEMPO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_05_TARLOKEN", + "message": "Tarloken", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_01_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_02_ZARR TOWN", + "message": "ZARR TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_03_GLAY TOWN", + "message": "GLAY TOWN", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_04_PA-MOORE", + "message": "PA-Moore", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_05_ZD CAMP", + "message": "ZD CAMP", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_06_KOA TOWN", + "message": "Koa Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_01_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_02_SOLO CAMP", + "message": "SOLO CAMP", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_03_TURNING POINT(CVI)", + "message": "TURNING POINT(CVI)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_07_NEW CREEK TOWN", + "message": "New Creek Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_01_HEADQUARTER (CIV) COMMUNITY", + "message": "Headquarter (CIV) Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_02_BOLO", + "message": "Bolo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_03_BELLAYELLAH", + "message": "BELLAYELLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_08_HEADQUARTER(CVI) COMMUNITY", + "message": "Headquarter(CVI) Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_09_01_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_09_BARLIKEN TOWN", + "message": "Barliken Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_01_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_02_JAMICA", + "message": "JAMICA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_03_NYONGBA", + "message": "NYONGBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_04_TWABO DEHJELLAH", + "message": "Twabo DEHJELLAH", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_10_AMERICA TOWN", + "message": "America Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_01_KONOBO HEALTH CENTER", + "message": "Konobo Health Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_01_BOUNDARY- 2", + "message": "Boundary- 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_02_BOUNDARY-1", + "message": "Boundary-1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_03_SINNTRODRU", + "message": "Sinntrodru", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_04_YALLAH VALLAGE", + "message": "Yallah vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_05_GARYEKOR", + "message": "Garyekor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_06_DWEH VILLAGE", + "message": "Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_07_TORH VALLAGE", + "message": "Torh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_08_YENNEH VALLAGE", + "message": "Yenneh Vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_09_PETER VALLAGE", + "message": "Peter vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_10_BROWN VALLAGE", + "message": "Brown vallage", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_11_DELAYEE", + "message": "Delayee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_01_BOUNDARY-2", + "message": "Boundary-2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_01_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_02_CHEA VILLAGE", + "message": "Chea Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_03_KONOBO SAYUO", + "message": "Konobo Sayuo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_02_KOTOMIE", + "message": "Kotomie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_01_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_02_TUGLOR", + "message": "Tuglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_03_VARGLOR", + "message": "Varglor", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_03_WULU TOWN", + "message": "Wulu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_02_BOUNDARY CLINIC", + "message": "Boundary Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_04_KONOBO", + "message": "Konobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_01_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_02_KEHTOWN", + "message": "KehTown", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_03_SEOH TOWN", + "message": "Seoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_04_NEW TOWN", + "message": "New Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_05_TWEH TOWN", + "message": "Tweh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_06_ZONDEH VILLAGE", + "message": "Zondeh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_01_JARWODEE TOWN", + "message": "Jarwodee Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_01_CENTRAL DOUGBE", + "message": "Central Dougbe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_02_DOWN DOUUGBE", + "message": "Down Douugbe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_03_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_04_SAYLEE PYNE", + "message": "Saylee Pyne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_05_JARGBAH VILLAGE", + "message": "Jargbah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_06_TUGBA VILLAGE", + "message": "Tugba Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_07_WATER VILLAGE", + "message": "Water Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_08_ABLEE CAMP", + "message": "Ablee Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_09_CEMENCO", + "message": "Cemenco", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_10_GBARYEA", + "message": "Gbaryea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_11_SLAGBALEH", + "message": "Slagbaleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_02_WHITEMAN CAMP", + "message": "Whiteman Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_01_JARWODEE CLINIC", + "message": "Jarwodee Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_01_PENNOKON TOWN", + "message": "Pennokon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_02_GEEBLO TOWN", + "message": "Geeblo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_03_PANWLOH TOWN", + "message": "Panwloh town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_04_PETROKON TOWN", + "message": "Petrokon town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_05_BOLEY TOWN", + "message": "Boley town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_06_GBEJOLOBO", + "message": "Gbejolobo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_07_FARLEY TOWN", + "message": "Farley town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_01_PENNOKON TOWN", + "message": "Pennokon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_01_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_02_DUO TOWN", + "message": "Duo town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_03_JOHN DAVIS TOWN", + "message": "John Davis town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_04_WREGBALEH", + "message": "Wregbaleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_05_JARWLEH VILLAGE", + "message": "Jarwleh village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_06_POLO", + "message": "Polo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_07_DOUBLE BRIDGE", + "message": "Double Bridge", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_02_KARLOWLEH", + "message": "Karlowleh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_02_PENNOKON", + "message": "Pennokon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_05_PUTU", + "message": "Putu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_01_BOWEN QUARTER", + "message": "Bowen Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_02_GBOE QUARTER", + "message": "Gboe Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_03_KYNE QUARTER", + "message": "Kyne Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_04_ZANBO QUARTER", + "message": "Zanbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_05_MANDINGO QUARTER", + "message": "Mandingo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_06_ELRZ COMMUNITY", + "message": "ELRZ Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_07_GBAGBAVILLE", + "message": "Gbagbaville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_08_KPASUAH HILL", + "message": "Kpasuah Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_09_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_01_NAO COMMUNITY", + "message": "Nao Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_01_A.G. COMMUNITY", + "message": "A.G. Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_02_TOWAH COMMUNITY", + "message": "Towah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_03_BAPTIST COMMUNITY", + "message": "Baptist Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_04_SPS COMMUNITY", + "message": "SPS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_05_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_06_WELBO QUARTER", + "message": "Welbo Quarter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_07_CITY HALL COMMUNITY", + "message": "City Hall Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_08_TELECOM & TWI COMMUNITY", + "message": "Telecom & TWI Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_09_ZOE BUSH", + "message": "Zoe Bush", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_10_ZWEDRU CENTRAL MARKET", + "message": "Zwedru Central Market", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_11_KANNAH ROAD COMMUNITY", + "message": "Kannah Road Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_12_SUAH COMMUNITY", + "message": "Suah Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_13_GARLOVILLE COMMUNITY", + "message": "Garloville Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_02_TRIANGLE COMMUNITY", + "message": "Triangle Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_01_BARLAVILLE", + "message": "Barlaville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_02_CHEAYEEVILLEDOUYE TOWN", + "message": "CheayeevilleDouye Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_03_FDA COMMUNITY", + "message": "FDA Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_04_GORBO COMMUNITY", + "message": "Gorbo Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_05_KRAHVILLE", + "message": "Krahville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_06_PENNUE COMMUNITY", + "message": "Pennue Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_07_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_08_JENSON VILLE 1", + "message": "Jenson Ville 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_09_BLESSING HILL COMMUNITY", + "message": "Blessing Hill Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_10_CANTOMENT SITE COMMUNITY", + "message": "Cantoment Site Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_11_DOUYEE COMMUNITY", + "message": "Douyee Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_12_JENSON VILLE 2", + "message": "Jenson Ville 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_03_TODDY VILLE", + "message": "Toddy Ville", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_01_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_02_PEACE COMMUNITY", + "message": "Peace Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_03_BROWN SAYEE COMMUNITY", + "message": "Brown Sayee Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_04_BOLEYVILLE 2", + "message": "Boleyville 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_05_WORD SOWER COMMUINTY", + "message": "Word Sower Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_06_EDUCATION COMMUNITY", + "message": "Education Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_07_MAP OFFICE", + "message": "MAP Office", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_08_AGRICULTURE COMMUINTY", + "message": "Agriculture Commuinty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_09_CARR CENTER", + "message": "CARR Center", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_10_PINEAPPLE VILLAGE ROAD", + "message": "Pineapple village Road", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_11_SINOE ROAD MARKET COMM.", + "message": "Sinoe Road Market Comm.", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_12_BOLYVILLE 1", + "message": "Bolyville 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_13_DISCO HILL", + "message": "Disco Hill", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_14_NEW ZWEDRU", + "message": "New Zwedru", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_15_AIR FIELD COMMUNITY", + "message": "Air Field Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_16_BLUE CAMP", + "message": "Blue Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_17_GUNNIE COMMUNITY", + "message": "Gunnie Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_18_CATHOLIC COMPOUND", + "message": "Catholic Compound", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_04_ZMHS COMMUNITY", + "message": "ZMHS Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_01_MARTHA TUBMAN MEMORIAL HOSPITAL", + "message": "Martha Tubman Memorial Hospital", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_01_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_02_KYNE TOWN", + "message": "Kyne Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_03_SLOMEN CAMP 1", + "message": "Slomen Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_04_SLOMEN CAMP 2", + "message": "Slomen Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_05_GBORLUE TOWN", + "message": "Gborlue Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_06_CAVALLAH CAMP 1", + "message": "Cavallah Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_07_CAVALLAH CAMP 2", + "message": "Cavallah Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_08_JACOB GAYE VILLAGE", + "message": "Jacob Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_09_JAMES GAYWAH", + "message": "James Gaywah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_10_KARDAFFII VILLAGE", + "message": "Kardaffii Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_11_LIFE CAN CHANGE GOLD CAMP", + "message": "Life can change Gold camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_12_YOLNY VILLAGE", + "message": "Yolny village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_13_ZINC VILLAGE", + "message": "Zinc Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_14_JARDEIAH VILLAGE", + "message": "Jardeiah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_15_GREAT VILLAGE", + "message": "Great Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_16_AMARA VILLAGE", + "message": "Amara Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_01_GORBOWRAGBA COMMUNITY", + "message": "Gorbowragba Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_01_TCHIEN POLAR", + "message": "Tchien Polar", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_02_JARBAH TOWN", + "message": "Jarbah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_03_PELLEZON", + "message": "Pellezon", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_04_TETE VILLAGE", + "message": "Tete Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_05_GBARBO TOWN", + "message": "Gbarbo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_06_JAIBO TOWN", + "message": "Jaibo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_07_ZAYBAY TOWN", + "message": "Zaybay Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_08_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_09_PENNUE", + "message": "Pennue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_10_BASSA VILLAGE-01", + "message": "Bassa Village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_11_ALPHONSO GAYE VILLAGE", + "message": "Alphonso Gaye Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_12_JELLUE TOWN", + "message": "Jellue Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_13_VICTORIAL VILLAGE", + "message": "Victorial Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_02_KUMAH TOWN", + "message": "Kumah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_02_GORBOWRAGBA", + "message": "Gorbowragba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_01_ANTHONY VILLAGE", + "message": "Anthony Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_02_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_03_THOMAS VILLAGE", + "message": "Thomas Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_04_DAKPENAL VILLAGE", + "message": "Dakpenal Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_05_ERIC VILLAGE", + "message": "Eric Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_06_MORTOR VILLAGE", + "message": "Mortor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_07_DWEH VILLAGE-01", + "message": "Dweh Village-01", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_08_PA-MOORE VILLAGE", + "message": "Pa-Moore Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_09_POWPOW VILLAGE", + "message": "Powpow Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_10_BODUO VILLAGE", + "message": "Boduo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_11_GBABO VILLAGE", + "message": "Gbabo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_12_PALMMAD VILLAGE", + "message": "Palmmad Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_13_DARK FOREST VILLAGE", + "message": "Dark Forest Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_14_KPELLEH VILLAGE", + "message": "Kpelleh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_15_GEE DWEH VILLAGE", + "message": "Gee Dweh Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_16_SAYUO JUNCTION VILLAGE", + "message": "Sayuo Junction Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_17_P.T.P. CAMP 1", + "message": "P.T.P. Camp 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_18_PAPAYE CAMP", + "message": "Papaye Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_19_P.T.P. CAMP 2", + "message": "P.T.P. Camp 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_01_KANNEH COMMUNITY", + "message": "Kanneh Community", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_01_BENDLY CAMP", + "message": "Bendly Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_02_GOLO CAMP", + "message": "Golo Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_03_WULU VILLAGE", + "message": "Wulu Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_04_JEMECA VILLAGE", + "message": "Jemeca Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_05_TAILEY VILLAGE", + "message": "Tailey Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_06_BANA VILLAGE", + "message": "Bana Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_07_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_08_KALLAH VILLAGE", + "message": "Kallah Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_09_MISSIN VILLAGE", + "message": "Missin Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_10_DORBOR VILLAGE", + "message": "Dorbor Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_11_CHECKPOINT", + "message": "Checkpoint", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_12_BENTOR CAMP", + "message": "Bentor Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_13_GHANA GOLD CAMP", + "message": "Ghana Gold Camp", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_02_SAYUOH TOWN", + "message": "Sayuoh Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_03_KANNEH COMMUNITY CLINIC", + "message": "Kanneh Community Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_01_GBEYOUBO TOWN", + "message": "Gbeyoubo Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_02_JELLU TOWN", + "message": "Jellu Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_03_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_04_BEEZON TOWN", + "message": "Beezon Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_05_MANYEAH", + "message": "Manyeah", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_06_KRAH TOWN", + "message": "Krah Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_07_YOUBOR TOWN", + "message": "Youbor Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_08_BAWAY TOWN", + "message": "Baway Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_09_CORRECTION PALACE", + "message": "Correction Palace", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_10_GREBO VILLAGE 1", + "message": "Grebo Village 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_11_GREBO VILLAGE 2", + "message": "Grebo Village 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_01_TOFFOI TOWN", + "message": "Toffoi Town", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_04_TOFFOI CLINIC", + "message": "Toffoi Clinic", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_06_TCHIEN", + "message": "Tchien", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_GRAND GEDEH", + "message": "Grand Gedeh", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_01_MUZIRO", + "message": "MUZIRO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_02_MUCHAPA", + "message": "MUCHAPA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_TICA SEDE", + "message": "Tica Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_TICA", + "message": "Tica", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_01_MUBO", + "message": "MUBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_02_SANGO", + "message": "SANGO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_NHAMPOCA SEDE", + "message": "Nhampoca Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_NHAMPOCA", + "message": "Nhampoca", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_01_NHANDUMA", + "message": "NHANDUMA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_02_MAHAMBA", + "message": "MAHAMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_MUTUA SEDE", + "message": "Mutua Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_MUTUA", + "message": "Mutua", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_01_MACANDE", + "message": "MACANDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_02_NHACOTA", + "message": "NHACOTA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_LAMEGO SEDE", + "message": "Lamego Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_LAMEGO", + "message": "Lamego", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_01_BEBEDO VILLAGE", + "message": "Bebedo Village", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_BEBEDO SEDE", + "message": "Bebedo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_BEBEDO", + "message": "Bebedo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_NHAMATANDA", + "message": "Nhamatanda", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_01_NHAMUDE", + "message": "NHAMUDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_02_MANIKA", + "message": "MANIKA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_SAVANE SEDE", + "message": "Savane Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_SAVANE", + "message": "Savane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_01_MAGOMBE", + "message": "MAGOMBE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_02_NHATEMA", + "message": "NHATEMA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_MAFAMBISSE SEDE", + "message": "Mafambisse Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_MAFAMBISSE", + "message": "Mafambisse", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_01_MAZONDE", + "message": "MAZONDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_02_LICUARI", + "message": "LICUARI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_CHINAMACONDO SEDE", + "message": "Chinamacondo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_CHINAMACONDO", + "message": "Chinamacondo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_01_MARUJA", + "message": "MARUJA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_02_MACHIR", + "message": "MACHIR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_SENGO SEDE", + "message": "Sengo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_SENGO", + "message": "Sengo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_DONDO", + "message": "Dondo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_01_MARANGA", + "message": "MARANGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_02_MAVICHE", + "message": "MAVICHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_VUNDUZI SEDE", + "message": "Vunduzi Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_VUNDUZI", + "message": "Vunduzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_01_MILANGULO", + "message": "MILANGULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_02_MACUNGA", + "message": "MACUNGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_CHITUNGA SEDE", + "message": "Chitunga Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_CHITUNGA", + "message": "Chitunga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_01_NHATADIMA", + "message": "NHATADIMA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_02_NHANDJA", + "message": "NHANDJA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_NHAMASSONGE SEDE", + "message": "Nhamassonge Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_NHAMASSONGE", + "message": "Nhamassonge", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_01_LAMBA", + "message": "LAMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_02_NHANJI", + "message": "NHANJI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_DINDIZA SEDE", + "message": "Dindiza Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_DINDIZA", + "message": "Dindiza", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_GORONGOSA", + "message": "Gorongosa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_01_SENGA", + "message": "SENGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_02_CHICENGA", + "message": "CHICENGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_NOVA SOFALA SEDE", + "message": "Nova Sofala Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_NOVA SOFALA", + "message": "Nova Sofala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_01_NHOHULA", + "message": "NHOHULA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_02_MUZOMBO", + "message": "MUZOMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_INHAMINGA SEDE", + "message": "Inhaminga Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_INHAMINGA", + "message": "Inhaminga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_01_MAZACHA", + "message": "MAZACHA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_02_CHICUARI", + "message": "CHICUARI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_GRUDJA SEDE", + "message": "Grudja Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_GRUDJA", + "message": "Grudja", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_01_MAHORO", + "message": "MAHORO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_02_MACHUMO", + "message": "MACHUMO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_GUARA-GUARA SEDE", + "message": "Guara-Guara Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_GUARA-GUARA", + "message": "Guara-Guara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_BUZI", + "message": "Buzi", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_01_CHAMBULI", + "message": "CHAMBULI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_02_MEQUELE", + "message": "MEQUELE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_MARROMEU SEDE", + "message": "Marromeu Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_MARROMEU", + "message": "Marromeu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_01_MATEQUE", + "message": "MATEQUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_02_MACUNHE", + "message": "MACUNHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_CHUPANGA SEDE", + "message": "Chupanga Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_CHUPANGA", + "message": "Chupanga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_01_MACAVALA", + "message": "MACAVALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_02_NHAXANA", + "message": "NHAXANA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_MORRUMBALA SEDE", + "message": "Morrumbala Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_MORRUMBALA", + "message": "Morrumbala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_01_MECHUO", + "message": "MECHUO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_02_MACAHULO", + "message": "MACAHULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_INHANGOMA SEDE", + "message": "Inhangoma Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_INHANGOMA", + "message": "Inhangoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_CHEMBA", + "message": "Chemba", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_01_CHIMBUNGA", + "message": "CHIMBUNGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_SENA SEDE", + "message": "Sena Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_SENA", + "message": "Sena", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_01_NHIRO", + "message": "NHIRO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_02_MACHUMBO", + "message": "MACHUMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_MURRAÇA SEDE", + "message": "Murraça Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_MURRAÇA", + "message": "Murraça", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_01_MAFOGUENE", + "message": "MAFOGUENE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_02_NHASSICO", + "message": "NHASSICO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_CHIMUARA SEDE", + "message": "Chimuara Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_CHIMUARA", + "message": "Chimuara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_01_MAZUQUA", + "message": "MAZUQUA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_02_LICUMBA", + "message": "LICUMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_MOPEIA SEDE", + "message": "Mopeia Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_MOPEIA", + "message": "Mopeia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_CAIA", + "message": "Caia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_SOFALA", + "message": "Sofala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_05_TETE", + "message": "ADMIN_MO_05_TETE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_GAZA", + "message": "Gaza", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_TETEA", + "message": "Tetea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_01_MASSAVANE", + "message": "MASSAVANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_02_NHAMBAZA", + "message": "NHAMBAZA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_03_MASSUNGULO", + "message": "MASSUNGULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_04_CHAVANE", + "message": "CHAVANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_BELA VISTA SEDE", + "message": "Bela Vista Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_BELA VISTA", + "message": "Bela Vista", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_MAPUTO CITY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_MATUTUINE", + "message": "Matutuine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_01_NDUMBA", + "message": "NDUMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_02_MUBO", + "message": "MUBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_03_MAGULUCO", + "message": "MAGULUCO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_04_CHANGAMBE", + "message": "CHANGAMBE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_BOANE SEDE", + "message": "Boane Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_BOANE VISTA", + "message": "Boane Vista", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_BOANE", + "message": "Boane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_01_MACANE", + "message": "MACANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_02_MAZIVE", + "message": "MAZIVE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_03_MANGUNHANEII", + "message": "MANGUNHANEII", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_04_MAJACAZAI", + "message": "MAJACAZAI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_MARRACUENE SEDE", + "message": "Marracuene Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_MARRACUENEE", + "message": "Marracuenee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_MARRACUENE", + "message": "Marracuene", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_01_MAPULANGA", + "message": "MAPULANGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_02_NHAMACONDA", + "message": "NHAMACONDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_03_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_04_CHICHACHAEW", + "message": "CHICHACHAEW", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_MAGUDE SEDE", + "message": "Magude Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_MAGUDEE", + "message": "Magudee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_MAGUDE", + "message": "Magude", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_01_MASSACANHE", + "message": "MASSACANHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_02_MACALANGE", + "message": "MACALANGE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_MANHICA SEDE", + "message": "Manhica Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_MANHICAE", + "message": "Manhicae", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_MANHICA", + "message": "Manhica", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_01_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_02_MASSIFUTA", + "message": "MASSIFUTA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_MOA SEDE", + "message": "Moa Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_MOAA", + "message": "Moaa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_MOA", + "message": "Moa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_01_CHIMUANA", + "message": "CHIMUANA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_02_NHAMATE", + "message": "NHAMATE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_NOME SEDE", + "message": "Nome Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_NOMEA", + "message": "Nomea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_NOME", + "message": "Nome", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_08_BOANEQ", + "message": "Boaneq", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO", + "message": "Maputo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO CITY", + "message": "Maputo City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_01_NHAGOLO", + "message": "NHAGOLO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_02_MAFALALA", + "message": "MAFALALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_03_NHAMATCHUCO", + "message": "NHAMATCHUCO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_04_CHONWANE", + "message": "CHONWANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_KAMAXAQUENEB SEDE", + "message": "KaMaxaqueneb Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_KAMAXAQUENEB", + "message": "KaMaxaqueneb", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_01_CHICUANA", + "message": "CHICUANA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_02_MAQUIAVE", + "message": "MAQUIAVE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_03_NHAMATANDA", + "message": "NHAMATANDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_04_CHISSANE", + "message": "CHISSANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_05_CHIUUREE", + "message": "CHIUUREE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_06_CHIUUREE 1", + "message": "CHIUUREE 1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_07_CHIUUREE 2", + "message": "CHIUUREE 2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_08_CHIUUREE 3", + "message": "CHIUUREE 3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_09_CHIUUREE 4", + "message": "CHIUUREE 4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_10_MAPUTO", + "message": "MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_11_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_12_CHIMAZI", + "message": "CHIMAZI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_KACHAMANCULO SEDE", + "message": "KaChamanculo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_KACHAMANCULOO", + "message": "KaChamanculoo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_01_MASSAMBI", + "message": "MASSAMBI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_02_CHIMARIR", + "message": "CHIMARIR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_KAMPFUMU SEDE", + "message": "KaMpfumu Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_KAMPFUMUU", + "message": "KaMpfumuu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_MAPUTO CITY", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_KAMPFUMU", + "message": "KaMpfumu", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_01_NHAMAZANE", + "message": "NHAMAZANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_02_MAZAMBIQUE", + "message": "MAZAMBIQUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_03_CHINMARI", + "message": "CHINMARI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_04_CHIRINGU", + "message": "CHIRINGU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_KAMAXAQUENE SEDE", + "message": "KaMaxaquene Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_KAMAXAQUENEA", + "message": "KaMaxaquenea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_KAMAXAQUENE", + "message": "KaMaxaquene", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO", + "message": "Maputo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO CITY", + "message": "Maputo City", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_01_MAPA", + "message": "MAPA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_02_CHICUZA", + "message": "CHICUZA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_03_CHANGANE", + "message": "CHANGANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_CHIBUTO SEDE", + "message": "Chibuto Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_CHIBUTOO", + "message": "Chibutoo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_CHIBUTO", + "message": "Chibuto", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_01_MACIA", + "message": "MACIA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_02_CHIBONGO", + "message": "CHIBONGO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_CHOKWE SEDE", + "message": "Chokwe Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_CHOKWEE", + "message": "Chokwee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_CHOKWE", + "message": "Chokwe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_01_MASSANGENA", + "message": "MASSANGENA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_02_MABALANE", + "message": "MABALANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_03_CHIBALO", + "message": "CHIBALO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_GUIJA SEDE", + "message": "Guija Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_GUIJAA", + "message": "Guijaa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_GUIJA", + "message": "Guija", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_01_MACUACUA", + "message": "MACUACUA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_03_MALE", + "message": "MALE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_LIMPOPO SEDE", + "message": "Limpopo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_LIMPOPOQ", + "message": "Limpopoq", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_LIMPOPO", + "message": "Limpopo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_01_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_02_MACARRETANE", + "message": "MACARRETANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_MANJACAZE SEDE", + "message": "Manjacaze Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_MANJACAZEE", + "message": "Manjacazee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_MANJACAZE", + "message": "Manjacaze", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_01_CHILANGANA", + "message": "CHILANGANA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_02_MATIMBA", + "message": "MATIMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_03_CHICOMA", + "message": "CHICOMA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_XAI-XAI SEDE", + "message": "Xai-Xai Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_XAI-XAI PA", + "message": "Xai-Xai PA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_XAI-XAI", + "message": "Xai-Xai", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_01_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_MASSINGIR SEDE", + "message": "Massingir Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_MASSINGIR PA", + "message": "Massingir PA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_MASSINGIR", + "message": "Massingir", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_01_CHIGUBO", + "message": "CHIGUBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_02_MAPAI", + "message": "MAPAI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_MABALANE SEDE", + "message": "Mabalane Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_MABALANEE", + "message": "Mabalanee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_MABALANE", + "message": "Mabalane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_01_MASSACHO", + "message": "MASSACHO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_02_MACANETA", + "message": "MACANETA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_BILENE SEDE", + "message": "Bilene Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_BILENEE", + "message": "Bilenee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_BILENE", + "message": "Bilene", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_01_01_CHICUALACUALA SEDE", + "message": "Chicualacuala Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_01_CHICUALACUALA", + "message": "Chicualacuala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_CHICUALACUALAE", + "message": "Chicualacualae", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_GAZA", + "message": "Gaza", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_SOFALA", + "message": "Sofala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_01_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_02_CHACAME", + "message": "CHACAME", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_03_CHIBUTO", + "message": "CHIBUTO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_INHARRIME SEDE", + "message": "Inharrime Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_INHARRIME", + "message": "Inharrime", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBEZIA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_INHARRIMEA", + "message": "Inharrimea", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_01_MASSACATE", + "message": "MASSACATE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_02_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_03_CHICUZAI", + "message": "CHICUZAI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_04_CHIBUTO1", + "message": "CHIBUTO1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_05_CHIMACUALAA", + "message": "CHIMACUALAA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_06_MASSINGAI", + "message": "MASSINGAI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_07_MACUANE11", + "message": "MACUANE11", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_JANGAMO SEDE", + "message": "Jangamo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_ADMIN_MO_10_02_NAISSAE", + "message": "ADMIN_MO_10_02_NAISSAE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_JANGAMO", + "message": "Jangamo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_JANGAMOO", + "message": "Jangamoo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_01_MACUACHENE", + "message": "MACUACHENE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_02_CHICOMO", + "message": "CHICOMO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_03_CHICOAA", + "message": "CHICOAA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_04_MACUANEEE", + "message": "MACUANEEE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_05_MASSINGIRI", + "message": "MASSINGIRI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_06_CHIBUTOOO", + "message": "CHIBUTOOO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_MASSINGA SEDE", + "message": "Massinga Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "ADMIN_MO_10_01_ALTO MOLOCULE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_MASSINGA", + "message": "Massinga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_ALTO MOLOCULE", + "message": "Alto Molocule", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_MASSINGAA", + "message": "Massingaa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_01_MUABSA", + "message": "MUABSA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_02_CHIMBONE", + "message": "CHIMBONE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_03_MACUANE", + "message": "MACUANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_MAXIXE SEDE", + "message": "Maxixe Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_MAXIXE", + "message": "Maxixe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_MAXIXEE", + "message": "Maxixee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_01_CHICOA", + "message": "CHICOA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_02_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_03_MALIPA", + "message": "MALIPA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_FUNHALOURO SEDE", + "message": "Funhalouro Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_FUNHALOURO", + "message": "Funhalouro", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_FUNHALOUROA", + "message": "Funhalouroa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_01_MACATANE", + "message": "MACATANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_02_CHIMACUALA", + "message": "CHIMACUALA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_INHASSORO SEDE", + "message": "Inhassoro Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_INHASSORO", + "message": "Inhassoro", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_INHASSOROE", + "message": "Inhassoroe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_01_CHIMANCHE", + "message": "CHIMANCHE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_03_MAPAI", + "message": "MAPAI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_MABOTE SEDE", + "message": "Mabote Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_MABOTE", + "message": "Mabote", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_MABOTEE", + "message": "Mabotee", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_01_CHINAMANI", + "message": "CHINAMANI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_02_MASSACA", + "message": "MASSACA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_VILANCULOS SEDE", + "message": "Vilanculos Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_VILANCULOS", + "message": "Vilanculos", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_VILANCULOSE", + "message": "Vilanculose", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_01_MABALANE", + "message": "MABALANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_ZAVALA SEDE", + "message": "Zavala Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_ZAVALA", + "message": "Zavala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_ZAVALAA", + "message": "Zavalaa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_10_FUNHALOUROE", + "message": "Funhalouroe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_CABO", + "message": "Cabo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_01_LOCATION1", + "message": "Location1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_02_LOCATION2", + "message": "Location2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_03_LOCATION3", + "message": "Location3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_04_LOCATION4", + "message": "Location4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_05_LOCATION5", + "message": "Location5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_06_LOCATION6", + "message": "Location6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_07_LOCATION7", + "message": "Location7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_08_LOCATION8", + "message": "Location8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_09_LOCATION9", + "message": "Location9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_10_LOCATION10", + "message": "Location10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_ALTO MOLOCUE SEDE", + "message": "Alto Molocue Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_ALTO MOLOCUE", + "message": "Alto Molocue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "Alto Molocule", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_01_REGION1", + "message": "Region1", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_02_REGION2", + "message": "Region2", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_03_REGION3", + "message": "Region3", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_04_REGION4", + "message": "Region4", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_05_REGION5", + "message": "Region5", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_06_REGION6", + "message": "Region6", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_07_REGION7", + "message": "Region7", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_08_REGION8", + "message": "Region8", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_09_REGION9", + "message": "Region9", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_10_REGION10", + "message": "Region10", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_11_REGION11", + "message": "Region11", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_12_REGION12", + "message": "Region12", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_13_REGION13", + "message": "Region13", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_14_REGION14", + "message": "Region14", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_15_REGION15", + "message": "Region15", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_16_REGION16", + "message": "Region16", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_17_REGION17", + "message": "Region17", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_18_REGION18", + "message": "Region18", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_19_REGION19", + "message": "Region19", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_20_REGION20", + "message": "Region20", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_21_REGION21", + "message": "Region21", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_22_REGION22", + "message": "Region22", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_23_REGION23", + "message": "Region23", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_24_REGION24", + "message": "Region24", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_25_REGION25", + "message": "Region25", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_26_REGION26", + "message": "Region26", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_27_REGION27", + "message": "Region27", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_28_REGION28", + "message": "Region28", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_29_REGION29", + "message": "Region29", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_30_REGION30", + "message": "Region30", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_NAISSA SEDE", + "message": "Naissa Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_NAISSA", + "message": "Naissa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_NAMPULA", + "message": "Nampula", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_ZAMBEZIA", + "message": "Zambezia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_01_VILLAGEONE", + "message": "VillageOne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_02_VILLAGETWO", + "message": "VillageTwo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_03_VILLAGETHREE", + "message": "VillageThree", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_04_VILLAGEFOUR", + "message": "VillageFour", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_05_VILLAGEFIVE", + "message": "VillageFive", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_06_VILLAGESIX", + "message": "VillageSix", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_07_VILLAGESEVEN", + "message": "VillageSeven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_08_VILLAGEEIGHT", + "message": "VillageEight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_09_VILLAGENINE", + "message": "VillageNine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_10_VILLAGETEN", + "message": "VillageTen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_11_VILLAGEELEVEN", + "message": "VillageEleven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_12_VILLAGETWELVE", + "message": "VillageTwelve", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_LOCALITYONE", + "message": "LocalityOne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_01_VILLAGETHIRTEEN", + "message": "VillageThirteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_02_VILLAGEFOURTEEN", + "message": "VillageFourteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_03_VILLAGEFIFTEEN", + "message": "VillageFifteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_04_VILLAGESIXTEEN", + "message": "VillageSixteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_05_VILLAGESEVENTEEN", + "message": "VillageSeventeen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_06_VILLAGEEIGHTEEN", + "message": "VillageEighteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_07_VILLAGENINETEEN", + "message": "VillageNineteen", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_08_VILLAGETWENTY", + "message": "VillageTwenty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_09_VILLAGETWENTY-ONE", + "message": "VillageTwenty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_10_VILLAGETWENTY-TWO", + "message": "VillageTwenty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_11_VILLAGETWENTY-THREE", + "message": "VillageTwenty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_12_VILLAGETWENTY-FOUR", + "message": "VillageTwenty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_LOCALITYTWO", + "message": "LocalityTwo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_01_VILLAGETWENTY-FIVE", + "message": "VillageTwenty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_02_VILLAGETWENTY-SIX", + "message": "VillageTwenty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_03_VILLAGETWENTY-SEVEN", + "message": "VillageTwenty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_04_VILLAGETWENTY-EIGHT", + "message": "VillageTwenty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_05_VILLAGETWENTY-NINE", + "message": "VillageTwenty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_06_VILLAGETHIRTY", + "message": "VillageThirty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_07_VILLAGETHIRTY-ONE", + "message": "VillageThirty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_08_VILLAGETHIRTY-TWO", + "message": "VillageThirty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_09_VILLAGETHIRTY-THREE", + "message": "VillageThirty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_10_VILLAGETHIRTY-FOUR", + "message": "VillageThirty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_11_VILLAGETHIRTY-FIVE", + "message": "VillageThirty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_12_VILLAGETHIRTY-SIX", + "message": "VillageThirty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_LOCALITYTHREE", + "message": "LocalityThree", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_POST ADMINISTRATIVEONE", + "message": "Post AdministrativeOne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_01_VILLAGETHIRTY-SEVEN", + "message": "VillageThirty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_02_VILLAGETHIRTY-EIGHT", + "message": "VillageThirty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_03_VILLAGETHIRTY-NINE", + "message": "VillageThirty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_04_VILLAGEFORTY", + "message": "VillageForty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_05_VILLAGEFORTY-ONE", + "message": "VillageForty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_06_VILLAGEFORTY-TWO", + "message": "VillageForty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_07_VILLAGEFORTY-THREE", + "message": "VillageForty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_08_VILLAGEFORTY-FOUR", + "message": "VillageForty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_09_VILLAGEFORTY-FIVE", + "message": "VillageForty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_10_VILLAGEFORTY-SIX", + "message": "VillageForty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_11_VILLAGEFORTY-SEVEN", + "message": "VillageForty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_12_VILLAGEFORTY-EIGHT", + "message": "VillageForty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_LOCALITYFOUR", + "message": "LocalityFour", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_01_VILLAGEFORTY-NINE", + "message": "VillageForty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_02_VILLAGEFIFTY", + "message": "VillageFifty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_03_VILLAGEFIFTY-ONE", + "message": "VillageFifty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_04_VILLAGEFIFTY-TWO", + "message": "VillageFifty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_05_VILLAGEFIFTY-THREE", + "message": "VillageFifty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_06_VILLAGEFIFTY-FOUR", + "message": "VillageFifty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_07_VILLAGEFIFTY-FIVE", + "message": "VillageFifty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_08_VILLAGEFIFTY-SIX", + "message": "VillageFifty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_09_VILLAGEFIFTY-SEVEN", + "message": "VillageFifty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_10_VILLAGEFIFTY-EIGHT", + "message": "VillageFifty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_11_VILLAGEFIFTY-NINE", + "message": "VillageFifty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_12_VILLAGESIXTY", + "message": "VillageSixty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_LOCALITYFIVE", + "message": "LocalityFive", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_POST ADMINISTRATIVETWO", + "message": "Post AdministrativeTwo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TEST PROVINCE", + "message": "ADMIN_MO_11_TEST PROVINCE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TETE", + "message": "ADMIN_MO_11_TETE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_DISTRICTONE", + "message": "DistrictOne", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_01_VILLAGESIXTY-ONE", + "message": "VillageSixty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_02_VILLAGESIXTY-TWO", + "message": "VillageSixty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_03_VILLAGESIXTY-THREE", + "message": "VillageSixty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_04_VILLAGESIXTY-FOUR", + "message": "VillageSixty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_05_VILLAGESIXTY-FIVE", + "message": "VillageSixty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_06_VILLAGESIXTY-SIX", + "message": "VillageSixty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_07_VILLAGESIXTY-SEVEN", + "message": "VillageSixty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_08_VILLAGESIXTY-EIGHT", + "message": "VillageSixty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_09_VILLAGESIXTY-NINE", + "message": "VillageSixty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_10_VILLAGESEVENTY", + "message": "VillageSeventy", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_11_VILLAGESEVENTY-ONE", + "message": "VillageSeventy-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_12_VILLAGESEVENTY-TWO", + "message": "VillageSeventy-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_LOCALITYSIX", + "message": "LocalitySix", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_01_VILLAGESEVENTY-THREE", + "message": "VillageSeventy-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_02_VILLAGESEVENTY-FOUR", + "message": "VillageSeventy-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_03_VILLAGESEVENTY-FIVE", + "message": "VillageSeventy-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_04_VILLAGESEVENTY-SIX", + "message": "VillageSeventy-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_05_VILLAGESEVENTY-SEVEN", + "message": "VillageSeventy-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_06_VILLAGESEVENTY-EIGHT", + "message": "VillageSeventy-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_07_VILLAGESEVENTY-NINE", + "message": "VillageSeventy-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_LOCALITYSEVEN", + "message": "LocalitySeven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_POST ADMINISTRATIVETHREE", + "message": "Post AdministrativeThree", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_01_VILLAGEEIGHTY", + "message": "VillageEighty", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_02_VILLAGEEIGHTY-ONE", + "message": "VillageEighty-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_03_VILLAGEEIGHTY-TWO", + "message": "VillageEighty-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_04_VILLAGEEIGHTY-THREE", + "message": "VillageEighty-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_05_VILLAGEEIGHTY-FOUR", + "message": "VillageEighty-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_06_VILLAGEEIGHTY-FIVE", + "message": "VillageEighty-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_07_VILLAGEEIGHTY-SIX", + "message": "VillageEighty-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_08_VILLAGEEIGHTY-SEVEN", + "message": "VillageEighty-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_09_VILLAGEEIGHTY-EIGHT", + "message": "VillageEighty-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_10_VILLAGEEIGHTY-NINE", + "message": "VillageEighty-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_LOCALITYEIGHT", + "message": "LocalityEight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_01_VILLAGENINETY", + "message": "VillageNinety", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_02_VILLAGENINETY-ONE", + "message": "VillageNinety-one", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_03_VILLAGENINETY-TWO", + "message": "VillageNinety-two", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_04_VILLAGENINETY-THREE", + "message": "VillageNinety-three", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_05_VILLAGENINETY-FOUR", + "message": "VillageNinety-four", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_06_VILLAGENINETY-FIVE", + "message": "VillageNinety-five", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_07_VILLAGENINETY-SIX", + "message": "VillageNinety-six", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_08_VILLAGENINETY-SEVEN", + "message": "VillageNinety-seven", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_09_VILLAGENINETY-EIGHT", + "message": "VillageNinety-eight", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_10_VILLAGENINETY-NINE", + "message": "VillageNinety-nine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_LOCALITYNINE", + "message": "LocalityNine", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_POST ADMINISTRATIVEFOUR", + "message": "Post AdministrativeFour", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_DISTRICTTWO", + "message": "DistrictTwo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_TEST PROVINCE", + "message": "Test Province", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_TETER", + "message": "Teter", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_01_MURO", + "message": "MURO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_02_CHIRIMBU", + "message": "CHIRIMBU", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_KANSENGWA SEDE", + "message": "Kansengwa Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_KANSENGWA", + "message": "Kansengwa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE", + "message": "Moatize", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE ", + "message": "Moatize ", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_01_NHATE", + "message": "NHATE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_02_MATCHESSA", + "message": "MATCHESSA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_ULONGUE SEDE", + "message": "Ulongue Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ADMIN_MO_12_01_MOATIZE", + "message": "ADMIN_MO_12_01_MOATIZE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ULONGUE", + "message": "Ulongue", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_MOATIZE", + "message": "Moatize", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_01_MAROE", + "message": "MAROE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_02_MUJA", + "message": "MUJA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_FURANCUNGO SEDE", + "message": "Furancungo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_ADMIN_MO_12_02_ANGÓNIA", + "message": "ADMIN_MO_12_02_ANGÓNIA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_FURANCUNGO", + "message": "Furancungo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_01_NHAYARA", + "message": "NHAYARA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_02_CHILEMBO", + "message": "CHILEMBO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_MULANGUANE SEDE", + "message": "Mulanguane Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_MULANGUANE", + "message": "Mulanguane", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_01_SAMBINDA", + "message": "SAMBINDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_02_MACHURO", + "message": "MACHURO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_ADMIN_MO_12_03_TSANGANO", + "message": "ADMIN_MO_12_03_TSANGANO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_01_MATCHIME", + "message": "MATCHIME", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_02_MACAIA", + "message": "MACAIA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_MARARA SEDE", + "message": "Marara Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_MARARA", + "message": "Marara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_01_NHANDE", + "message": "NHANDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_02_MACAMBULA", + "message": "MACAMBULA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_KAFUNFO SEDE", + "message": "Kafunfo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_ADMIN_MO_12_04_CAHORA BASSA", + "message": "ADMIN_MO_12_04_CAHORA BASSA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_KAFUNFO", + "message": "Kafunfo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_01_MACOCHA", + "message": "MACOCHA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_02_NHAMADA", + "message": "NHAMADA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_SONGO SEDE", + "message": "Songo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_SONGO", + "message": "Songo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_01_NHAMISSENGUE", + "message": "NHAMISSENGUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_02_MACAPA", + "message": "MACAPA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_MANDIE SEDE", + "message": "Mandie Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_MANDIE", + "message": "Mandie", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_01_CHILUCA", + "message": "CHILUCA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_02_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_CHARRE SEDE", + "message": "Charre Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_ADMIN_MO_12_05_CHIUTA", + "message": "ADMIN_MO_12_05_CHIUTA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_CHARRE", + "message": "Charre", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_01_MAZANE", + "message": "MAZANE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_02_MACUE", + "message": "MACUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_NHAMPOSSA SEDE", + "message": "Nhampossa Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_NHAMPOSSA", + "message": "Nhampossa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_MAGOE", + "message": "Magoe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_01_CHIMUQUE", + "message": "CHIMUQUE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_02_NHAFUCO", + "message": "NHAFUCO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_MURROTHONE SEDE", + "message": "Murrothone Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_ADMIN_MO_12_06_MAGOE", + "message": "ADMIN_MO_12_06_MAGOE", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_MURROTHONE", + "message": "Murrothone", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_01_MACHIPO", + "message": "MACHIPO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_02_CHIMBENGA", + "message": "CHIMBENGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_CAFUMPA SEDE", + "message": "Cafumpa Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_CAFUMPA", + "message": "Cafumpa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_01_MACHAMBA", + "message": "MACHAMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_02_MACARULA", + "message": "MACARULA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_INHAMGOMA SEDE", + "message": "Inhamgoma Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_INHAMGOMA", + "message": "Inhamgoma", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_MAGOE", + "message": "Magoe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_01_MALENGA", + "message": "MALENGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_02_NHAURAO", + "message": "NHAURAO", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_LUCALA SEDE", + "message": "Lucala Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_ADMIN_MO_12_07_MUTARARA", + "message": "ADMIN_MO_12_07_MUTARARA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_LUCALA", + "message": "Lucala", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_CHANGARA", + "message": "Changara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_01_NHAMAMBA", + "message": "NHAMAMBA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_02_MACOTI", + "message": "MACOTI", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_CHIFUNDE SEDE", + "message": "Chifunde Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_ADMIN_MO_12_08_CHANGARA", + "message": "ADMIN_MO_12_08_CHANGARA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_01_NHATHANDA", + "message": "NHATHANDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_02_CHIRINDA", + "message": "CHIRINDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_NDIMA SEDE", + "message": "Ndima Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_NDIMA", + "message": "Ndima", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_CHANGARA", + "message": "Changara", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_MACANGA", + "message": "Macanga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_10_01_ADMIN_MO_12_09_MACANGA", + "message": "ADMIN_MO_12_09_MACANGA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_10_MACANGA", + "message": "Macanga", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_01_MAVERA", + "message": "MAVERA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_02_NYAMPANDA", + "message": "NYAMPANDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_MUCUMBURA SEDE", + "message": "Mucumbura Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_MUCUMBURA", + "message": "Mucumbura", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_ZUMBO", + "message": "Zumbo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_01_CHAVITSA", + "message": "CHAVITSA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_02_NHASSANGWA", + "message": "NHASSANGWA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_CHINTHOLO SEDE", + "message": "Chintholo Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_CHINTHOLO", + "message": "Chintholo", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_01_NHAMUCANDA", + "message": "NHAMUCANDA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_02_MATARARA", + "message": "MATARARA", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_NHAMAYABWE SEDE", + "message": "Nhamayabwe Sede", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_NHAMAYABWE", + "message": "Nhamayabwe", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_DÔA", + "message": "Dôa", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_TETE", + "message": "Tete", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "message": "Alvo ao nível da aldeia - Idade dos 12 aos 59 meses (obrigatório e a inserir pelo utilizador)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "message": "Alvo ao nível da aldeia - Idade dos 3 aos 11 meses (obrigatório e a inserir pelo utilizador)", + "module": "rainmaker-boundary-admin", + "locale": "pt_IN" + } + ] diff --git a/localisation/HCM Admin Console/pt_IN/rainmaker-campaignmanager.json b/localisation/HCM Admin Console/pt_IN/rainmaker-campaignmanager.json new file mode 100644 index 0000000..6497875 --- /dev/null +++ b/localisation/HCM Admin Console/pt_IN/rainmaker-campaignmanager.json @@ -0,0 +1,1802 @@ +[ + { + "code": " HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Código de limite", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": " HCM_ADMIN_CONSOLE_BOUNDARY_DATA", + "message": "Dados de limite", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": " HCM_ADMIN_CONSOLE_USER_NAME", + "message": "Nome da Pessoa (Obrigatório)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": " HCM_PLEASE_WAIT_LOADING_BOUNDARY", + "message": "Por favor, aguarde", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_CAMPAIGN_HOME", + "message": "Lar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_CAMPAIGN_MANAGER", + "message": "Gerente de campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_CREATECAMPAIGN", + "message": "Minha campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_DISTRICT", + "message": "Distrito", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_NATIONAL", + "message": "Nacional", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ACTION_TEST_PROVINCIAL", + "message": "Provincial", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "BACK", + "message": "Voltar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_2", + "message": "As validações são apenas para a coluna Código de limite e Alvo na coluna de nível de limite selecionado.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMAPAIGN_DELIVERY_TAB_TEXT", + "message": "Entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_ATTRIBUTE_TEXT", + "message": "Adicionar mais atributos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_DELIVERY_BUTTON", + "message": "Adicione mais condições de entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_MORE_PRODUCT_BUTTON", + "message": "Adicionar produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCTS_BUTTON_TEXT", + "message": "Adicione produtos a serem entregues", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCTS_LABEL", + "message": "Produtos a serem entregues", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_PRODUCT_MANDATORY_ERROR", + "message": "Por favor preencha os campos obrigatórios.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ADD_START_END_DATE_TEXT", + "message": "Adicione datas de início e término para ciclos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_AGE", + "message": "Idade (em meses)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_CAMPAIGN_BEDNET_HOUSEHOLD_LABEL", + "message": " Número de mosquiteiros por domicílio", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_CAMPAIGN_BEDNET_INDIVIDUAL_LABEL", + "message": "Número de indivíduos por mosquiteiro", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_GENDER", + "message": "Gênero (masculino ou feminino)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_HEIGHT", + "message": "Altura em centímetros)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_LABEL", + "message": "Atributo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ATTRIBUTE_WEIGHT", + "message": "Peso (em Kgs)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_BEDNET_HOUSEHOLD_LABEL", + "message": " Número de mosquiteiros por domicílio", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_BEDNET_INDIVIDUAL_LABEL", + "message": "Número de indivíduos por mosquiteiro", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_BENEFICIARY_TYPE", + "message": "Tipo de beneficiário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_BOUNDARY_PLEASE_WAIT", + "message": "Por favor, espere um pouco.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_COMPLETED", + "message": "Concluído", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_COUNT_LABEL", + "message": "Contar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE", + "message": "Ciclo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING", + "message": "O número de ciclos e entregas em cada ciclo são pré-carregados para campanha SMC", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING_LLIN-MZ", + "message": "Configuração para campanha LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_CONFIGURE_HEADING_MR-DN", + "message": "Configuração para campanha multi-rodada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_INFO_LLIN-MZ", + "message": "De acordo com as directrizes da OMS, as LLINs devem ser distribuídas de três em três anos. Esta recomendação baseia-se na vida útil média das LLINs. Com base nesta diretriz, o número de ciclos e entregas é definido como 1 cada.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_INFO_MR-DN", + "message": "Informamos que o número de ciclos e partos em cada ciclo listado abaixo são configurados de acordo com as diretrizes fornecidas pela OMS para campanhas de “Quimioprevenção Sazonal da Malária”. Se desejar modificar o número de ciclos ou entregas em cada ciclo, poderá fazê-lo pressionando os ícones “+” ou “-” de ciclos e entregas de acordo com suas preferências.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_CYCLE_TAB_TEXT", + "message": "Ciclo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DELETE_CONDITION_LABEL", + "message": "Excluir condição", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DELETE_ROW_TEXT", + "message": "Excluir", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DELIVERY", + "message": "Entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DELIVERY_DETAILS", + "message": "Detalhes da Entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DELIVERY_RULE_LABEL", + "message": "Condição de entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DETAILS", + "message": "Detalhes da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DOWNLOAD_USER_CRED", + "message": "Baixar credenciais do usuário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_DRAFTS", + "message": "Rascunhos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_EDIT", + "message": "Editar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_END_DATE", + "message": "Data de término da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_END_DATE_BEFORE_ERROR", + "message": "A data de início não pode ser posterior à data de término.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_END_DATE_SAME_ERROR", + "message": "Os dados de início e a data de término não podem ser iguais.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_FAILED", + "message": "Fracassado", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_FIELD_ERROR_MANDATORY", + "message": "Campo obrigatório!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_FIELD_MANDATORY", + "message": "Campo obrigatório!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_FROM_LABEL", + "message": "De", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_HOME", + "message": "Lar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NAME", + "message": "Nome da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NAME_ERROR", + "message": "Este nome de campanha já existe! Tente com outro nome válido.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NAME_MISSING_TYPE_ERROR", + "message": "Insira um nome de campanha!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NAME_TOO_LONG_ERROR", + "message": "O nome da campanha não pode ter mais de 250 caracteres.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NEW_PRODUCT_TEXT", + "message": "Não consegue encontrar seu produto na lista de produtos?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NO_OF_CYCLE", + "message": "Número de ciclos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NO_OF_CYCLES", + "message": "Número de ciclos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NO_OF_DELIVERIES", + "message": "Número de entregas", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_NO_OF_DELIVERY", + "message": "Número de entregas", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_ONGOING", + "message": "Em andamento", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_OPERATOR_LABEL", + "message": "Operador", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_HEADER_TEXT", + "message": "Configurar recursos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_SECONDARY_ACTION", + "message": "Adicionar recursos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCTS_MODAL_SUBMIT_TEXT", + "message": "Confirmar recursos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_MISSING_ERROR", + "message": "Preencha os Produtos a serem entregues.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_NAME_ERROR", + "message": "Os campos obrigatórios devem ter apenas entre 2 e 100 caracteres.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PRODUCT_VARIANT_ERROR", + "message": "Os campos obrigatórios devem ter apenas entre 2 e 100 caracteres.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_DEFAULT1", + "message": "Configuração para tipo padrão", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN-MZ", + "message": "Configuração para campanha LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN_MOZ", + "message": "Configuração Específica de Moçambique para Campanhas LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_LLIN_MZ", + "message": "Configuração para campanha LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_MR-DN", + "message": "Configuração para campanha multi-rodada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_MR_DN", + "message": "Configuração para campanha multi-rodada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_PROJECT_SMC", + "message": "SMC", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_RESOURCE", + "message": "Recurso", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SEARCH_NAME", + "message": "Nome da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SEARCH_TITLE", + "message": "Minha campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SEARCH_TYPE", + "message": "Tipo de campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SELECT_BOUNDARIES_DESCRIPTION", + "message": "Os limites são as áreas administrativas definidas nas quais você deseja executar uma campanha. Comece a selecionar os limites do primeiro nível para que os limites disponíveis no próximo nível estejam disponíveis para seleção.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SELECT_BOUNDARY", + "message": "Selecione os limites onde deseja veicular a campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SELECT_HIERARCHY", + "message": "Selecione hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_START_DATE", + "message": "Data de início da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_STATUS_CREATING_MESSAGE", + "message": "A campanha está em andamento. Por favor, verifique mais tarde.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_ATTRIBUTES_ACTION", + "message": "Adicionar atributos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_DATE_ACTION", + "message": "Adicionar data", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_DELIVERY_TYPE_ACTION", + "message": "Adicionar tipo de entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ADD_PRODUCT_ACTION", + "message": "Adicionar recurso", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_ATTRIBUTES_MISSING_ERROR", + "message": "Faltam atributos no ciclo {CYCLE_NO} de entrega {DELIVERY_NO} para a condição de entrega {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_DATE_MISSING_ERROR", + "message": "Faltam datas no ciclo {CYCLE_NO}", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_DELIVERY_TYPE_MISSING_ERROR", + "message": "Tipo de entrega ausente no ciclo {CYCLE_NO} entrega {DELIVERY_NO} para condição de entrega {CONDITION_NO}", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_NA", + "message": "Ser atualizado", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_SUMMARY_PRODUCT_MISSING_ERROR", + "message": "Faltam produtos no ciclo {CYCLE_NO} de entrega {DELIVERY_NO} para a condição de entrega {CONDITION_NO}.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_INFO_TEXT_LLIN-MZ", + "message": "O valor de 1,8 para o parâmetro “Número de beneficiários por mosquiteiro” baseia-se nas directrizes da OMS. O usuário pode escolher alterar esse valor se isso não funcionar para o caso de uso do seu país.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_INFO_TEXT_MR-DN", + "message": "Informamos que as condições listadas abaixo são configuradas de acordo com as diretrizes fornecidas pela OMS para campanhas de “Quimioprevenção Sazonal da Malária”. Se desejar modificar quaisquer condições ou recursos específicos a serem entregues, você poderá fazê-lo editando as regras de entrega de acordo com suas preferências.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT", + "message": "As condições de entrega que você configurar nesta etapa decidirão os critérios de elegibilidade para seus beneficiários. Você pode configurar diversas condições de entrega com base nos diferentes critérios de elegibilidade seguidos na campanha. Cada critério de elegibilidade deve ser criado como uma condição de entrega separada. Cada condição para um tipo de beneficiário individual pode ser criada usando 4 atributos, ou seja, Idade", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT_LLIN-MZ", + "message": "Configuração para campanha LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_SUB_TEXT_MR-DN", + "message": "Configuração para campanha multi-rodada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TAB_TEXT", + "message": "Configurar condições de entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TO_LABEL", + "message": "Para", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TYPE", + "message": "Tipo de campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TYPE_HOUSEHOLD", + "message": "Doméstico", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_TYPE_INDIVIDUAL", + "message": "Individual", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_UPCOMING", + "message": "Por vir", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_USER_GENERATION_SUCCESS", + "message": "Credencial de usuário gerada com sucesso. Faça o download.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_VALIDATION_INPROGRESS", + "message": "Por favor, aguarde. A validação está em andamento.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_VALUE_LABEL", + "message": "Valor", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CAMPAIGN_VALUE_ZERO_ERROR", + "message": "O valor não pode ser zero para as condições de entrega.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CMN_NOOPTION", + "message": "Nenhuma opção disponível", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CREATE_NEW_CAMPAIGN", + "message": "Configurar campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CYCLE", + "message": "Ciclo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "CYCLE_NUMBER", + "message": "Número de ciclos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "Campaign_name_missing_type_error", + "message": "Por favor preencha o campo obrigatório para avançar.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "Confirm Addition of Products", + "message": "Confirme a adição de produtos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_CYCLE_DATE_ERROR", + "message": "As datas de início e término dos ciclos de entrega estão vazias. Por favor preencha os valores.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_CYCLE_DETAILS", + "message": "Detalhes da Entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_CYCLE_EMPTY_ERROR", + "message": "Número de ciclos e entregas vazias. Por favor preencha os valores.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_CYCLE_MISMATCH_LENGTH_ERROR", + "message": "As datas de início e término dos ciclos de entrega estão vazias. Por favor preencha os valores.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_NUMBER", + "message": "Número de entregas por ciclo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DELIVERY_RULES_ERROR", + "message": "Por favor preencha todos os valores nas condições de entrega junto com os produtos a serem entregues.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "DIRECT", + "message": "Entrega direta", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "END_DATE", + "message": "Data final", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "EQUAL_TO", + "message": "Igual a", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ERROR_WHILE_DOWNLOADING", + "message": "Foi encontrado algum problema durante o download do modelo. Por favor, tente novamente mais tarde.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ERR_HRMS_INVALID_CITY", + "message": "Selecione um nome de cidade válido.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_ADD_PRODUCT_BUTTON", + "message": "Confirmar adição de produtos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_ADD_PRODUCT_LINK", + "message": "Adicionar novo produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_BOUNDARY_MODAL_BACK", + "message": "Sim", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_BOUNDARY_MODAL_SUBMIT", + "message": "Não", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_CREATE_SUCCESS_RESPONSE", + "message": "Dados da campanha enviados com sucesso!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_CREATE_SUCCESS_RESPONSE_TEXT", + "message": "Os dados da campanha foram capturados com sucesso pelo Admin Console do HCM e levará alguns minutos para criar a campanha. Depois que a campanha for criada, você poderá baixar as credenciais do usuário e outros dados da campanha na tela 'Minhas campanhas'.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_NO_DOCUMENTS_AVAILABLE", + "message": "Por favor, carregue uma planilha Excel válida.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_RESPONSE_ACTION", + "message": "Ir para casa", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_SUCCESS_INFO_TEXT", + "message": "ID da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_BOUNDARY_MODAL_HEADER", + "message": "Tem certeza de que deseja atualizar os limites da sua campanha?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_BOUNDARY_MODAL_TEXT", + "message": "Se você alterar os dados de limite da campanha nesta etapa, os arquivos enviados nas etapas seguintes serão excluídos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_TYPE_MODAL_HEADER", + "message": "Tem certeza de que deseja atualizar o tipo de campanha?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPDATE_TYPE_MODAL_TEXT", + "message": "Se você alterar o tipo de campanha nesta etapa, todos os dados serão excluídos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_BOUNDARY_DATA_MODAL_HEADER", + "message": "Baixe o modelo do Excel para o destino", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_BOUNDARY_DATA_MODAL_TEXT", + "message": "Baixe o modelo Excel que contém os dados de limite selecionados. Depois de fazer o download, preencha o modelo com os dados de destino corretos e carregue a planilha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_FACILITY_DATA_MODAL_HEADER", + "message": "Baixe o modelo Excel para dados de instalações", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_FACILITY_DATA_MODAL_TEXT", + "message": "Baixe o modelo Excel que contém a lista de instalações permanentes e a lista de dados de limites selecionados. Depois de fazer o download, preencha o modelo com os dados corretos da instalação e carregue a planilha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_FACILITY_DATA_TEXT", + "message": "Baixe o modelo Excel que contém a lista de instalações permanentes e a lista de dados de limites selecionados. Depois de fazer o download, preencha o modelo com os dados corretos da instalação e carregue a planilha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_USER_DATA_MODAL_HEADER", + "message": "Baixe o modelo Excel para detalhes do usuário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_CAMPAIGN_UPLOAD_USER_DATA_MODAL_TEXT ", + "message": "Baixe o modelo Excel que contém os dados de limite selecionados. Depois de fazer o download, preencha o modelo com os dados corretos do usuário e carregue a planilha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_COMMON_CLEAR_SEARCH", + "message": "Dados na linha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_COMMON_PLEASE_ENTER_ALL_MANDATORY_FIELDS", + "message": "Insira um nome de campanha válido para passar para a próxima etapa.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE", + "message": "Produto adicionado com sucesso!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_BOLD_TEXT", + "message": "\\ Produto a ser entregue\\", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_POST_TEXT", + "message": "menu suspenso no pop-up de configuração de recursos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_PRE_TEXT", + "message": "Os produtos recém-criados serão preenchidos no", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_CREATE_SUCCESS_RESPONSE_TEXT", + "message": "Os produtos recém-criados serão preenchidos no menu suspenso “Produto a ser entregue” no pop-up de configuração de recursos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_PRODUCT_RESPONSE_ACTION", + "message": "Volte", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "ES_TQM_SUMMARY_HEADING", + "message": "Resumo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "End Date", + "message": "Data final", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "FACILITY_DETAILS", + "message": "Detalhes da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "FACILITY_DETAILS_ERROR", + "message": "Por favor, adicione o arquivo excel dos detalhes da instalação.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "FACILITY_FILE_MISSING", + "message": "Falta a ficha de instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "FEMALE", + "message": "Fêmea", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "FROM_DATE", + "message": "Data de início", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "GREATER_THAN", + "message": "Maior que", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "GREATER_THAN_EQUAL_TO", + "message": "Melhor que ou igual a", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_AVAILABLE_FACILITIES", + "message": "Lista de instalações disponívei", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Código de limite", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITIES", + "message": "Lista de instalações disponívei", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY", + "message": "Capacidade", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CODE", + "message": "Código da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_NAME", + "message": "Nome da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_STATUS", + "message": "Status da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_TYPE", + "message": "Tipo de instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_USAGE", + "message": "Uso das instalações", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_AT_THE_SELECTED_BOUNDARY_LEVEL", + "message": "Alvo no nível do limite selecionado", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE", + "message": "Tipo de emprego (obrigatório)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_LIST", + "message": "Criar lista de usuários", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER", + "message": "Número de telefone (obrigatório)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_ROLE", + "message": "Função (obrigatório)", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BACK", + "message": "Voltar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BENEFICIARY_TYPE", + "message": "Tipo de beneficiário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_DETAILS", + "message": "Detalhes do limite", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_INF0", + "message": "Se você não conseguir encontrar sua hierarquia de limites, entre em contato com a equipe L1 em", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_INF0 ", + "message": "Se você não conseguir encontrar sua hierarquia de limites, entre em contato com a equipe L1 em", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_INFO", + "message": "Se você não conseguir encontrar sua hierarquia de limites, entre em contato com a equipe L1 em", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_INFO ", + "message": "Se você não conseguir encontrar sua hierarquia de limites, entre em contato com a equipe L1 em", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_BOUNDARY_MESSAGE", + "message": "Preencha o modelo baixado com dados de destino e carregue a planilha Excel.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION", + "message": "Adicione seus novos produtos. Os produtos recém-criados serão preenchidos no menu suspenso “Produto a ser entregue” no pop-up de configuração de recursos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_BOLD_TEXT", + "message": "\\Produto a ser entregue\\", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_POST_TEXT", + "message": "menu suspenso no pop-up de configuração de recursos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_DESCRIPTION_PRE_TEXT", + "message": "Adicione seus novos produtos. Os produtos recém-criados serão preenchidos no", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ADD_NEW_PRODUCT_HEADER", + "message": "Adicionar novo produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_ALL_THE_LEVELS_ARE_MANDATORY", + "message": "Por favor preencha todos os campos obrigatórios.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_CHILD_NOT_PRESENT", + "message": "os limites do nível inferior estão faltando. Selecione os limites até o nível mais baixo.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES", + "message": "Datas da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES_DESCRIPTION", + "message": "Escolha a 'Data de início' e a 'Data de término' da sua campanha. Uma vez selecionadas, as datas refletirão nas próximas etapas de configuração da campanha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_DATES_HEADER", + "message": "Qual é a data de início e término da campanha?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_DATE_MISSING", + "message": "Insira a data de início e término da campanha!", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_DOWNLOAD_TEMPLATE", + "message": "Baixar modelo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_END_DATE_BEFORE_START_DATE", + "message": "A data de início da campanha não pode ser posterior à data de término da campanha.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_END_DATE_EQUAL_START_DATE", + "message": "As datas de início e término de uma campanha não podem ser iguais.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_FOR", + "message": "Para", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME", + "message": "Nome da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_DESCRIPTION", + "message": "Dê um nome à sua campanha. Seu nome pode incluir a região geográfica em que a campanha está sendo veiculada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_EXAMPLE", + "message": "CampaignType_Boundary_Dates", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_NAME_HEADER", + "message": "Qual é o nome da sua campanha?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_SETUP_DETAILS", + "message": "Qual é o nome da sua campanha?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_SUCCESS_RESPONSE_ACTION", + "message": "Detalhes da campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE", + "message": "Tipo de campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE_DESCRIPTION", + "message": "O tipo de campanha determinará o tipo de beneficiário da sua campanha. Suas regras de entrega serão pré-carregadas com base no tipo de campanha selecionado.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_TYPE_HEADER", + "message": "Qual é o tipo de campanha que você deseja realizar?", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CAMPAIGN_UPLOAD_CANCEL", + "message": "Cancelar", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_CHECK_FILE_AGAIN", + "message": "Existem alguns erros na planilha. Verifique o arquivo novamente.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_DATA_ALLOWED_VALUES_ARE", + "message": ". Os valores permitidos são:", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_DATA_AT_ROW", + "message": "Dados na linha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_DATA_SHOULD_NOT_BE_EMPTY", + "message": "não deve estar vazio.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_DELIVERY_DETAILS", + "message": "Detalhes da Entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_DELIVERY_TYPE", + "message": "Tipo de entrega", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_EMPTY_SHEET", + "message": "A planilha carregada não deve estar vazia.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_END_DATE", + "message": "Data final", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_ERROR", + "message": "Erro", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FACILITY_DETAILS", + "message": "Detalhes da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FACILITY_MESSAGE", + "message": "Preencha o modelo baixado com dados da instalação e carregue a planilha Excel.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FACILITY_USAGE_VALIDATION", + "message": "Preencha a coluna obrigatória 'Uso da instalação' apenas com Ativo/Inativo. Pelo menos um 'Uso da instalação' deve estar ativo.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FILE_VALIDATION", + "message": "A validação do arquivo falhou. Carregue o arquivo de dados correto.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FILE_VALIDATION_ERROR", + "message": "A validação do arquivo falhou. Carregue o arquivo de dados correto.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_FILE_VALIDATION_PROGRESS", + "message": "A validação do arquivo está em andamento.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_HIERARCHY_TYPE", + "message": "Tipo de hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_INVALID_BOUNDARY_SHEET", + "message": "Uma das planilhas do arquivo enviado parece ter um nome incorreto. Baixe o modelo novamente e carregue-o com os dados corretos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_INVALID_FACILITY_SHEET", + "message": "Uma das planilhas do arquivo enviado parece ter um nome incorreto. Baixe o modelo novamente e carregue-o com os dados corretos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_INVALID_USER_SHEET", + "message": "Uma das planilhas do arquivo enviado parece ter um nome incorreto. Baixe o modelo novamente e carregue-o com os dados corretos.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_IN_COLUMN", + "message": "na coluna", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_IS_INVALID", + "message": "é inválido.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_MISSING_HEADERS", + "message": "Uma ou mais colunas ou cabeçalhos estão faltando no arquivo enviado e não correspondem ao modelo. Baixe o modelo novamente e carregue o modelo correto com dados.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_MISSING_TARGET", + "message": "Os valores da coluna de destino estão ausentes ou incorretos. Preencha apenas os valores de 1 a 100.000.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_NEXT", + "message": "Próximo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PLEASE_WAIT", + "message": "Por favor, aguarde", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PLEASE_WAIT_LOADING_BOUNDARY", + "message": "Por favor, espere um pouco.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PLEASE_WAIT_TRY_IN_SOME_TIME", + "message": "Aguarde.Tente novamente em algum momento.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PRODUCT_NAME", + "message": "Nome do Produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PRODUCT_TYPE", + "message": "Tipo de Produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_PRODUCT_VARIANT", + "message": "Variante do produto", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_REVIEW_DETAILS", + "message": "Resumo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_START_DATE", + "message": "Data de início", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_SUBMIT", + "message": "Criar campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_TARGETS", + "message": "Detalhes do alvo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_TARGET_VALIDATION_ERROR", + "message": "Os valores alvo devem ser maiores que 0 e menores que 100.000.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_UPLOAD_BOUNDARY", + "message": "Gerenciar limites", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_USER_DETAILS", + "message": "Detalhes do usuario", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_USER_MESSAGE", + "message": "Preencha o modelo baixado com os dados do usuário e carregue a planilha Excel.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_VALIDATION_COMPLETED", + "message": "A validação do arquivo foi concluída e bem-sucedida.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_VALIDATION_FAILED", + "message": "O processo de validação do arquivo falhou.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HCM_VALIDATION_IN_PROGRESS", + "message": "Validação em andamento", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "HOUSEHOLD", + "message": "Doméstico", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "INDIRECT", + "message": "Entrega indireta", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "INDIVIDUAL", + "message": "Individual", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "IN_BETWEEN", + "message": "Entre", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "LESSER_THAN_EQUAL_TO", + "message": "Menor ou igual a", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "LESS_THAN", + "message": "Menor que", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "LESS_THAN_EQUAL_TO", + "message": "Menor ou igual a", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "LLIN-mz", + "message": "Configuração para campanha LLIN", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "MALE", + "message": "Macho", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "MR-DN", + "message": "Configuração para campanha multi-rodada", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "MY_CAMPAIGN", + "message": "Minha campanha", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "NO_DOCUMENTS_AVAILABLE", + "message": "Não há documentos disponíveis para credenciais.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "Number of Individuals per bed net", + "message": "Número de indivíduos por mosquiteiro", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "OTHERS", + "message": "Outros", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "PROJECT_TYPE_UNDEFINED_ERROR", + "message": "Selecione um tipo de campanha para passar para a próxima etapa.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "START_DATE", + "message": "Data de início", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "Start Date", + "message": "Data de início", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "TARGET_DETAILS", + "message": "Detalhes do alvo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "TARGET_DETAILS_ERROR", + "message": "Por favor, adicione o arquivo Excel de detalhes do alvo.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "TARGET_FILE_MISSING", + "message": "A planilha de destino está faltando", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "TO_DATE", + "message": "Data final", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "TRANSGENDER", + "message": "Transgênero", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "USER_DETAILS", + "message": "Detalhes do usuario", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "USER_DETAILS_ERROR", + "message": "Adicione os detalhes do usuário no arquivo Excel.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "USER_FILE_MISSING", + "message": "A planilha do usuário está faltando", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "USER_GENERATE_DETAILS", + "message": "Detalhes da credencial do usuário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_BULK_BROWSE_FILES", + "message": "Navegue em meus arquivos", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_CAMPAIGN_CREATED", + "message": "Arquivo enviado com sucesso.", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_CREATE_HIERARCHY", + "message": "Criar hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_DELETE", + "message": "Excluir", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_DOWLOAD_TEMPLATE", + "message": "Baixar modelo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_DOWNLOAD", + "message": "Download", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_DOWNLOAD_TEMPLATE", + "message": "Baixar modelo", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_DRAG_DROP", + "message": "Arraste e solte sua planilha Excel preenchida ou", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_HIERARCHY_DETAILS", + "message": "Detalhes da hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_HIERARCHY_NAME", + "message": "Nome da hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_HIERARCHY_TYPE", + "message": "Selecione o tipo de hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_LOC_BULK_UPLOAD_XLS", + "message": "Limites de upload em massa", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UNABLE_TO_FIND_HIERARCHY_TYPE", + "message": "Criar novo tipo de hierarquia", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UPLOAD_BOUNDARY", + "message": "Limite de upload", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UPLOAD_FACILITY", + "message": "Carregar dados da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UPLOAD_Facility", + "message": "Carregar dados da instalação", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UPLOAD_TARGET", + "message": "Carregar dados de destino", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + }, + { + "code": "WBH_UPLOAD_USER", + "message": "Carregar dados do usuário", + "module": "rainmaker-campaignmanager", + "locale": "pt_IN" + } + ] diff --git a/localisation/HCM Admin Console/pt_IN/rainmaker-common.json b/localisation/HCM Admin Console/pt_IN/rainmaker-common.json new file mode 100644 index 0000000..20d0c3b --- /dev/null +++ b/localisation/HCM Admin Console/pt_IN/rainmaker-common.json @@ -0,0 +1,450 @@ +[{ + "code": "ACCESSCONTROL_ROLES_ROLES_CAMPAIGN_ADMIN", + "message": "Administrador de campanha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_CAMPAIGN_MANAGER", + "message": "Gerente de campanha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_COMMUNITY_DISTRIBUTOR", + "message": "Distribuidor Comunitário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_COMMUNITY_SUPERVISOR", + "message": "Supervisor Comunitário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_HEALTH_FACILITY_SUPERVISOR", + "message": "Supervisor de estabelecimento de saúde", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_HEALTH_FACILITY_WORKER", + "message": "Trabalhador de estabelecimento de saúde", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_LOC_ADMIN", + "message": "Administrador de localização", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_LOCAL_MONITOR", + "message": "Monitor local", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_MDMS_ADMIN", + "message": "Administrador do MDMS", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_MDMS_SCHEMA_CREATOR", + "message": "Criador de esquema MDMS", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_REGISTRAR2", + "message": "Registrador", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACCESSCONTROL_ROLES_ROLES_SYSTEM_ADMINISTRATOR1", + "message": "Administrador do sistema", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_9MDMS", + "message": "Gerenciar dados mestre", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_ACTIONS_TEST", + "message": "Teste de ação", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_CAMPAIGN", + "message": "Console de administração do HCM", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_HOME", + "message": "Lar", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_LOCALISATION", + "message": "Localização", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_MDMS", + "message": "MDMS", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_MY_CAMPAIGN", + "message": "Minhas campanhas", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_ROLEACTIONS", + "message": "Ação de função", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_ROLES", + "message": "Funções", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_SETUP_CAMPAIGN", + "message": "Configurar campanha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_TENANT", + "message": "Inquilino", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_UPLOAD_BOUNDARY", + "message": "Gerenciar limites", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTION_TEST_WORKBENCH", + "message": "Bancada de trabalho", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ACTIVE_EMPLOYEES", + "message": "Funcionários Ativos", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CAMPAIGN_RESPONSE_UPDATE_ACTION_ERROR", + "message": "Falha ao atualizar os detalhes da campanha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "COMMON_GENDER_OTHER", + "message": "Outros", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_CHANGE_PASSWORD", + "message": "Alterar a senha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_LOGOUT", + "message": "Sair", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_PROFILE_CITY", + "message": "Cidade", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_PROFILE_EMAIL", + "message": "E-mail", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_PROFILE_GENDER", + "message": "Gênero", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_PROFILE_MOBILE_NUMBER", + "message": "Número de telemóvel", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_PROFILE_NAME", + "message": "Nome", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_COMMON_SAVE", + "message": "Salvar", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_LOGOUT_CANCEL", + "message": "Cancelar", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_LOGOUT_MESSAGE", + "message": "sair ?", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_LOGOUT_WEB_CONFIRMATION_MESSAGE", + "message": "Você tem certeza que quer", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_LOGOUT_WEB_HEADER", + "message": "Sair", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_LOGOUT_WEB_YES", + "message": "Sim, sair", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CORE_SOMETHING_WENT_WRONG", + "message": "Algo deu errado", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CREATE_BOUNDARY_HIERARCHY_TYPE", + "message": "Criar hierarquia de limites", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_EMAIL_NOT_CONFIGURED", + "message": "O e-mail não está configurado", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_NO_PROJECTS_ASSIGNED", + "message": "Nenhum projeto atribuído ao usuário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_REJECTION_REASON2", + "message": "Informações insuficientes fornecidas", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_REJECTION_REASON3", + "message": "Reclamação Duplicada", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_REJECTION_REASON4", + "message": "Fora do escopo", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "CS_REJECTION_REASON5", + "message": "Problema já resolvido", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "DELETE_LEVEL", + "message": "Excluir nível", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "EDIT_PROFILE", + "message": "Editar Perfil", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "EGOV_HRMS_EMPLOYEETYPE_OTHERS", + "message": "Outros", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ES_COMMON_HOME", + "message": "Lar", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "ES_COMMON_PAGE_1", + "message": "Editar Perfil", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HCM_CREATE_BOUNDARY_HIERARCHY", + "message": "Criar hierarquia de limites", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HCM_CREATE_BOUNDARY_HIERARCHY_DESCRIPTION", + "message": "Você pode criar uma nova hierarquia de limites definindo o número de níveis na hierarquia e nomeando os níveis.", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HCM_LEVEL 1", + "message": "Nível", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HR_COMMON_CREATE_EMPLOYEE_HEADER", + "message": "Criar funcionário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HR_HOME_SEARCH_RESULTS_HEADING", + "message": "Pesquisar funcionário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HR_NATIONAL_CAMPAIGN_NAME_LABEL", + "message": "Nome da campanha", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "HR_UPDATE_PASSWORD_SUCCESS_MESSAGE", + "message": "Senha do funcionário atualizada com sucesso", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.DATAISSUES", + "message": "Problema de dados", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.NOTENOUGHSTOCK", + "message": "Estoque insuficiente", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.OTHER", + "message": "Outro", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.PERFORMANCEISSUE", + "message": "Problema de desempenho", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.SECURITYISSUES", + "message": "Problema de segurança", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.SYNCNOTWORKING", + "message": "A sincronização não funciona", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.TECHNICALISSUES", + "message": "Problema técnico", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "SERVICEDEFS.USERACCOUNTISSUES", + "message": "Problema de conta de usuário", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "TOTAL_EMPLOYEES", + "message": "Total de funcionários", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "WBH_ADD_LEVEL", + "message": "Adicionar nível", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "WBH_CONFIRM_UPLOAD", + "message": "Confirmar upload", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "WORKBENCH_HOME", + "message": "Lar", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "TENANT_TENANTS_MZ CORPORATION", + "message": "MBAZI HIGHLANDS", + "module": "rainmaker-common", + "locale": "pt_MZ" +}, +{ + "code": "TENANT_TENANTS_MZ", + "message": "MBAZI HIGHLANDS", + "module": "rainmaker-common", + "locale": "pt_MZ" +}] \ No newline at end of file diff --git a/localisation/HCM Admin Console/pt_IN/rainmaker-hcm-admin-schemas.json b/localisation/HCM Admin Console/pt_IN/rainmaker-hcm-admin-schemas.json new file mode 100644 index 0000000..8c4dbbf --- /dev/null +++ b/localisation/HCM Admin Console/pt_IN/rainmaker-hcm-admin-schemas.json @@ -0,0 +1,6242 @@ + [ + { + "code": "ADMIN10_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN10_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN10_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN10_POST ADMINISTRATIVO", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN10_STATE", + "message": "Estado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN11_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN11_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN11_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN11_POST ADMINISTRATIVO", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN11_STATE", + "message": "Estado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN1_PROVINCIA", + "message": "Província", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN2_PROVINCIA", + "message": "Província", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_POST ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN3_PROVINCIA", + "message": "Província", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_ALDEIA", + "message": "Vila", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_CONSOLE_TARGET", + "message": "Alvo no nível do limite selecionado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO", + "message": "Moçambique", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CANGUD ZI", + "message": "CANGUD ZI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_01_CAVINA1", + "message": "Cavina1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CANDOD O", + "message": "CANDODO O", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_02_CAVINA2", + "message": "Cavina2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CARANG ACHE", + "message": "DOR DE CARANG", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_03_CAVINA3", + "message": "Cavina3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_CAVINA4", + "message": "Cavina4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_04_NHANTS UNGUI", + "message": "NHANTS UNGUI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CAVINA5", + "message": "Cavina5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_05_CHITHA NDO", + "message": "CHITHA NDO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_CAVINA6", + "message": "Cavina6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_06_GUEBUZ A", + "message": "GUEBUZ A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CADONG OLO", + "message": "CADONG OLO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_07_CAVINA7", + "message": "Cavina7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_BOROMA", + "message": "BOROMA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_08_CAVINA8", + "message": "Cavina8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAHO", + "message": "CAHO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_09_CAVINA9", + "message": "Cavina9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_1 DE M AIO", + "message": "1 DE M AIO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_10_CAVINA10", + "message": "Cavina10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CATOND O", + "message": "CATOND O", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_11_CAVINA11", + "message": "Cavina11", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_CAVINA12", + "message": "Cavina12", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_12_JOSINA MACHEL", + "message": "JOSINA MACHEL", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_25 DE JUNHO", + "message": "25 DE JUNHO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_13_CAVINA13", + "message": "Cavina13", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_CAVINA14", + "message": "Cavina14", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_14_VALE", + "message": "VALE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAVINA15", + "message": "Cavina15", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_15_CAWIRA B", + "message": "CAWIRA B", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAVINA16", + "message": "Cavina16", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_16_CAWIRA A", + "message": "CAWIRA A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_17_CAVINA17", + "message": "Cavina17", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_18_CAVINA18", + "message": "Cavina18", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_19_CAVINA19", + "message": "Cavina19", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_20_CAVINA20", + "message": "Cavina20", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_21_CAVINA21", + "message": "Cavina21", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_22_CAVINA22", + "message": "Cavina22", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_23_CAVINA23", + "message": "Cavina23", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_24_CAVINA24", + "message": "Cavina24", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_25_CAVINA25", + "message": "Cavina25", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_26_CAVINA26", + "message": "Cavina26", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_27_CAVINA27", + "message": "Cavina27", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_28_CAVINA28", + "message": "Cavina28", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_29_CAVINA29", + "message": "Cavina29", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_01_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_01_NACULUER1", + "message": "Naculuer1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_02_NACULUER2", + "message": "Naculuer2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_03_NACULUER3", + "message": "Naculuer3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_04_NACULUER4", + "message": "Naculuer4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_05_NACULUER5", + "message": "Naculuer5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_06_NACULUER6", + "message": "Naculuer6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_07_NACULUER7", + "message": "Naculuer7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_08_NACULUER8", + "message": "Naculuer8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_09_NACULUER9", + "message": "Naculuer9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_10_NACULUER10", + "message": "Naculuer10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_01_NACOCOLOA1", + "message": "Nacocoloa1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_02_NACOCOLOA2", + "message": "Nacocoloa2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_03_NACOCOLOA3", + "message": "Nacocoloa3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_04_NACOCOLOA4", + "message": "Nacocoloa4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_05_NACOCOLOA5", + "message": "Nacocoloa5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_06_NACOCOLOA6", + "message": "Nacocoloa6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_07_NACOCOLOA7", + "message": "Nacocoloa7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_08_NACOCOLOA8", + "message": "Nacocoloa8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_09_NACOCOLOA9", + "message": "Nacocoloa9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_03_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_CAWIRA A", + "message": "Cawira A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_01_THEQUESSE", + "message": "Thequesse", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_CAWIRA B", + "message": "Cawira B", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_02_ZANICHI", + "message": "Zanichi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_MACATA", + "message": "Macatá", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_03_VALE", + "message": "Vale", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_25 DE JUNHO", + "message": "25 de junho", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_04_JULIO CHAMALULO", + "message": "Júlio Chamalulo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_COFATI 1", + "message": "Cofati 1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_05_JOSINA MACHEL", + "message": "Josina Machel", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_AFULEDI", + "message": "Afuledi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_06_CATOND O", + "message": "Catond O", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_1 DE M AIO", + "message": "1 De M Aio", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_07_ADAMO", + "message": "Adão", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_ACUSE", + "message": "Acusar", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_08_CAHO", + "message": "Caho", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_BOROMA", + "message": "Boroma", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_09_NTUITI", + "message": "Ntuiti", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_CADONG OLO", + "message": "Cadong Olo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_10_NCUMBZI 1", + "message": "Ncumbzi 1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_GUEBUZ A", + "message": "Guebuz A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_11_NCUMBUZI 2", + "message": "Ncumbuzi 2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_ACHINTSUE", + "message": "Achintsue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_12_CHITHA NDO", + "message": "Chitha Ndo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_AMBULEZI", + "message": "Ambulézi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_13_NHANTS UNGUI", + "message": "Nhants Ungui", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_CARANG ACHE", + "message": "Dor de Carang", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_14_KAPHIRI KA MPANDA", + "message": "Kaphiri ka mpanda", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_CANDOD O", + "message": "Candod O", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_15_COFATI 2", + "message": "Café 2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_CANGUD ZI", + "message": "Cangud Zi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_16_TSHIRIZA", + "message": "Tshiriza", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_17_ANANIAS", + "message": "Ananias", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_18_MAXENECA", + "message": "Maxeneca", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_19_CAPOCHI", + "message": "Capochi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_20_CHANGUI", + "message": "Changui", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_21_LIPIRANI", + "message": "Lipirani", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_22_MPHEMBERE", + "message": "Mphembere", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_23_MOAMBEDZI", + "message": "Moambedzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_ANG'OMBE", + "message": "Ang'ombe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_CHITIMA ", + "message": "Chitima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_02_NSADZO", + "message": "Nsadzo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE", + "message": "Mossurilê", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MOSSURILEE ", + "message": "Mossurilê", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_01_MURRUPULA", + "message": "Múrrupula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_01_NACOCOLOA9", + "message": "NACOCOLOA9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_02_NACOCOLOA8", + "message": "NACOCOLOA8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_03_NACOCOLOA7", + "message": "NACOCOLOA7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_04_NACOCOLOA6", + "message": "NACOCOLOA6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_05_NACOCOLOA5", + "message": "NACOCOLOA5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_06_NACOCOLOA4", + "message": "NACOCOLOA4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_07_NACOCOLOA3", + "message": "NACOCOLOA3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_08_NACOCOLOA2", + "message": "NACOCOLOA2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_09_NACOCOLOA1", + "message": "NACOCOLOA1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_01_NACOCOLO", + "message": "Nacocolo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_01_NACULUER10", + "message": "NACULUER10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_02_NACULUER9", + "message": "NACULUER9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_03_NACULUER8", + "message": "NACULUER8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_04_NACULUER7", + "message": "NACULUER7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_05_NACULUER6", + "message": "NACULUER6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_06_NACULUER5", + "message": "NACULUER5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_07_NACULUER4", + "message": "NACULUER4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_08_NACULUER3", + "message": "NACULUER3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_09_NACULUER2", + "message": "NACULUER2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_10_NACULUER1", + "message": "NACULUER1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_02_MULHANIUA", + "message": "Mulhaniua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_01_CAVINA29", + "message": "CAVINA29", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_02_CAVINA28", + "message": "CAVINA28", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_03_CAVINA27", + "message": "CAVINA27", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_04_CAVINA26", + "message": "CAVINA26", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_05_CAVINA25", + "message": "CAVINA25", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_06_CAVINA24", + "message": "CAVINA24", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_07_CAVINA23", + "message": "CAVINA23", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_08_CAVINA22", + "message": "CAVINA22", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_09_CAVINA21", + "message": "CAVINA21", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_10_CAVINA20", + "message": "CAVINA20", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_11_CAVINA19", + "message": "CAVINA19", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_12_CAVINA18", + "message": "CAVINA18", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_13_CAVINA17", + "message": "CAVINA17", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_14_CAVINA16", + "message": "CAVINA16", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_15_CAVINA15", + "message": "CAVINA15", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_16_CAVINA14", + "message": "CAVINA14", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_17_CAVINA13", + "message": "CAVINA13", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_18_CAVINA12", + "message": "CAVINA12", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_19_CAVINA11", + "message": "CAVINA11", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_20_CAVINA10", + "message": "CAVINA10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_21_CAVINA9", + "message": "CAVINA9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_22_CAVINA8", + "message": "CAVINA8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_23_CAVINA7", + "message": "CAVINA7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_24_CAVINA6", + "message": "CAVINA6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_25_CAVINA5", + "message": "CAVINA5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_26_CAVINA4", + "message": "CAVINA4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_27_CAVINA3", + "message": "CAVINA3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_28_CAVINA2", + "message": "CAVINA2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_29_CAVINA1", + "message": "CAVINA1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_03_NIHESSIUEA", + "message": "Nihessiuea", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_01_NIHESSIUE", + "message": "Nihessiue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_01_CHIRODZI PONTE", + "message": "Chirodzi Ponte", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_02_NHAULIRI 1", + "message": "Nhauliri 1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_03_NHAULIRI 2", + "message": "Nhauliri 2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_04_NCHENGA", + "message": "Nchenga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_05_CHAMIMBA", + "message": "Chamimba", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_06_CHIRODZI NTEPE", + "message": "Chirodzi Ntepe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_07_NHANTSINGA", + "message": "Nhantsinga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_08_NHAMIDZI", + "message": "Nhamidzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_09_CAVULANCIE", + "message": "Cavulância", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_10_CHISSUA SEDE", + "message": "Sede de Chissua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_11_CHISSUA CRUZAMENTO", + "message": "Chissua Cruzamento", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_12_CHISSUA THALA", + "message": "Chissua Thala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_13_CHABONGA", + "message": "Chabonga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_01_CHIBAGADIGO", + "message": "Chibagadigo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_01_MATUNGULU", + "message": "Matungulu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_02_MASSECHA", + "message": "Massacha", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_03_CHINHANDA", + "message": "Chinhanda", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_04_CHICOA", + "message": "Chicoa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_05_NHAMINHE", + "message": "Nhaminhe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_02_CHICOA NOVA", + "message": "Chicoa Nova", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_02_CHITEEIMA", + "message": "Chiteeima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_01_MUALADZI SEDE", + "message": "sede de Mualadzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_02_CHITUMBULA", + "message": "Chitumbula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_03_CHIMBALAME", + "message": "Chimbalame", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_04_CHATSICA", + "message": "Chatsica", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_05_NAMICOMBO", + "message": "Namicombo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_06_SATEMA", + "message": "Satema", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_07_TSEBONDO", + "message": "Tsebondo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_08_CATAKWALA", + "message": "Catakwala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_09_DZIWELANGONA", + "message": "Dziwelangona", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_10_MUANANHANJE", + "message": "Muananhanje", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_11_CHOLONNGUELERA", + "message": "Cholonnguelera", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_12_MULAWE", + "message": "Mulawe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_13_NCHENGOERA", + "message": "Nchengoera", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_14_MANKACA 1", + "message": "Mankacá 1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_15_CHIRUDZI", + "message": "Chirudzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_16_DAUNDELA", + "message": "Daundela", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_17_GOELA", + "message": "Goela", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_18_THIMA", + "message": "Thima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_19_PHOCA", + "message": "Foca", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_20_GUEROSSOMO", + "message": "Guerossomo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_21_NKHONDA", + "message": "Nkhonda", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_22_MANKACA 2", + "message": "Mankacá 2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_23_VUBUE", + "message": "Vubue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_24_MALIDZIMAERA", + "message": "Malidzimaera", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_25_CAWELENGA", + "message": "Cawelenga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_26_CHIMPOYO", + "message": "Chimpoió", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_27_MAGRENI", + "message": "Magreni", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_28_WERENGANI", + "message": "Werengani", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_29_AMOSSE", + "message": "Amosse", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_30_MBOMBE", + "message": "Mbombe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_31_NROLO", + "message": "Nrolo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_32_MPHANJAYAUTSI", + "message": "Mphanjayautsi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_33_MALAZA", + "message": "Malaza", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_34_NHATIKOWA", + "message": "Nhatikowa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_35_CHITHAWALE", + "message": "Chithawale", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_36_ANTIGA MIGRACAO", + "message": "Antiga Migração", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_01_MUALADZI", + "message": "Mualadzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_03_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_01_KHAMANDE SEDE", + "message": "sede de Khamande", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_02_SEQUE", + "message": "Seque", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_03_CASSOCHELA", + "message": "Cassochela", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_04_MASSAUASSAUA", + "message": "Massauassaua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_05_NKONDA", + "message": "Nkonda", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_06_MASSIMO", + "message": "Massimo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_07_ALISSONE", + "message": "Alisson", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_08_CANQUIRA", + "message": "Canquira", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_09_CHIGONDO", + "message": "Chigondo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_10_CALIDZIPIRE", + "message": "Calidzipire", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_11_DZICO", + "message": "Dzico", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_12_JASSONE", + "message": "Jassone", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_13_CHAWANTA", + "message": "Chawanta", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_14_KANKHUKU", + "message": "Kankhuku", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_15_KAPAMANGA", + "message": "Kapamanga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_16_CHICAONDA", + "message": "Chicaona", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_17_FAIZAZE", + "message": "Faizaze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_18_MULAMBA", + "message": "Mulamba", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_19_TCHALE", + "message": "Tchale", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_01_KHAMANDE", + "message": "Khamande", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_04_MUALDZI", + "message": "Mualdzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_ENT PS CIDADE NAMPULA", + "message": "Ent Ps Cidade Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_02_MURRUPULA", + "message": "Múrrupula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_ADMIN_MO", + "message": "ADMIN_MO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_01_NAMPULA", + "message": "Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_01_CHIMELO", + "message": "CHIMELO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_02_CHIGELA", + "message": "CHIGELA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_03_CHIPACO", + "message": "CHIPACO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_04_CHIPANG A", + "message": "CHIPANG A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_05_CHIPINHE", + "message": "CHIPINHE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_06_COLOMBO", + "message": "COLOMBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_07_COTOMON A", + "message": "COTOMON A", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_08_FAHELO", + "message": "FAHELO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_09_FAMULO", + "message": "FAMULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_10_HODI", + "message": "HODI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_11_JUNHO", + "message": "JUNHO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_12_MAFELENE", + "message": "MAFELENE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_13_MALUPIRIR", + "message": "MALUPIRIR", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_14_MAPIRORO", + "message": "MAPIRORO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_15_MARIRIU", + "message": "MARIRIU", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_16_MUNGO", + "message": "MUNGO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_17_NABOARO", + "message": "NABOARO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_18_NALO", + "message": "NALO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_19_OCALIMBO", + "message": "OCALIMBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_20_OCUMALO", + "message": "OCUMALO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_21_OCUMO", + "message": "OCUMO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_22_PASSENDE", + "message": "PASSEIO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_23_PIRO", + "message": "PIRO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_24_PONACO", + "message": "PONACO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_25_SANTOS", + "message": "SANTOS", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_26_TINGACO", + "message": "TINGACO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_27_VERDE", + "message": "VERDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_28_VIATURA", + "message": "VIATURA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_29_VULAGUNDE", + "message": "VULAGUNDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_30_WINAZO", + "message": "WINAZO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_31_XIMANGO", + "message": "XIMANGO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_32_XIMPACO", + "message": "XIMPACO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_33_XINZIQUE", + "message": "XINZIQUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_34_YUAMO", + "message": "YUAMO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_35_ZIMBAZE", + "message": "ZIMBAZÉ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_36_ZUNGULE", + "message": "ZUNGULE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_37_INGURU", + "message": "INGURU", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_38_NANGURU", + "message": "NANGURU", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_39_MISSETA", + "message": "MISSETA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_40_MUCO", + "message": "MUCO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_41_NAMANCA", + "message": "NAMANCA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_42_MBUZI", + "message": "MBUZI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_43_CABATA", + "message": "CABATA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_01_PEMBA SEDE", + "message": "Sede de Pemba", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_01_PEMBA", + "message": "Pemba", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_01_CABO DELGADO", + "message": "Cabo Delgado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_01_CHIMOIO SEDE", + "message": "Sede de Chimoio", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_01_CHIMOIO", + "message": "Chimoio", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_02_MANICA", + "message": "Manica", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_CABO", + "message": "Cabo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_NAMPULA", + "message": "Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_02_TETE", + "message": "Tete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBÉZIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_CABO", + "message": "Cabo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_03_ZAMBEZIA", + "message": "Zambézia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_01_MUZIRO", + "message": "MUZIRO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_02_MUCHAPA", + "message": "MUCHAPA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_01_TICA SEDE", + "message": "Tica Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_01_TICA", + "message": "Tica", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_01_MUBO", + "message": "MUBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_02_SANGO", + "message": "SANGO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_01_NHAMPOCA SEDE", + "message": "Sede de Nhampoca", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_02_NHAMPOCA", + "message": "Nhampoca", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_01_NHANDUMA", + "message": "NHANDUMA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_02_MAHAMBA", + "message": "MAHAMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_01_MUTUA SEDE", + "message": "Sede Mútua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_03_MUTUA", + "message": "Mútua", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_01_MACANDE", + "message": "MACANDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_02_NHACOTA", + "message": "NHACOTA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_01_LAMEGO SEDE", + "message": "Sede de Lamego", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_04_LAMEGO", + "message": "Lamego", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_01_BEBEDO VILLAGE", + "message": "Aldeia Bebedo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_01_BEBEDO SEDE", + "message": "Bebedo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_05_BEBEDO", + "message": "Bebedo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_01_NHAMATANDA", + "message": "Nhamatanda", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_01_NHAMUDE", + "message": "NHAMUDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_02_MANIKA", + "message": "MANICA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_01_SAVANE SEDE", + "message": "Savane Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_01_SAVANE", + "message": "Savane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_01_MAGOMBE", + "message": "MAGOMBÉ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_02_NHATEMA", + "message": "NHATEMA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_01_MAFAMBISSE SEDE", + "message": "Sede de Mafambisse", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_02_MAFAMBISSE", + "message": "Mafambisse", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_01_MAZONDE", + "message": "MAZONDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_02_LICUARI", + "message": "LICUARI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_01_CHINAMACONDO SEDE", + "message": "Sede Chinamacondo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_03_CHINAMACONDO", + "message": "Chinamacondo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_01_MARUJA", + "message": "MARUJA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_02_MACHIR", + "message": "MACIRO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_01_SENGO SEDE", + "message": "Sengo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_04_SENGO", + "message": "Sengo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_02_DONDO", + "message": "Dondo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_01_MARANGA", + "message": "MARANGÁ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_02_MAVICHE", + "message": "MAVICHE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_01_VUNDUZI SEDE", + "message": "Sede de Vunduzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_01_VUNDUZI", + "message": "Vunduzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_01_MILANGULO", + "message": "MILANGULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_02_MACUNGA", + "message": "MACUNGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_01_CHITUNGA SEDE", + "message": "Sede de Chitunga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_02_CHITUNGA", + "message": "Chitunga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_01_NHATADIMA", + "message": "NHATADIMA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_02_NHANDJA", + "message": "NHANDJA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_01_NHAMASSONGE SEDE", + "message": "Sede de Nhamassonge", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_03_NHAMASSONGE", + "message": "Nhamassonge", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_01_LAMBA", + "message": "LAMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_02_NHANJI", + "message": "NHANJI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_01_DINDIZA SEDE", + "message": "Dindiza Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_04_DINDIZA", + "message": "Dindiza", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_03_GORONGOSA", + "message": "Gorongosa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_01_SENGA", + "message": "SENGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_02_CHICENGA", + "message": "CHIENGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_01_NOVA SOFALA SEDE", + "message": "Nova Sofala Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_01_NOVA SOFALA", + "message": "Nova Sofala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_01_NHOHULA", + "message": "NHOHULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_02_MUZOMBO", + "message": "MUZOMBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_01_INHAMINGA SEDE", + "message": "Sede de Inhaminga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_02_INHAMINGA", + "message": "Inhaminga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_01_MAZACHA", + "message": "MAZACHA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_02_CHICUARI", + "message": "CHICUARI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_01_GRUDJA SEDE", + "message": "Grudja Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_03_GRUDJA", + "message": "Grudja", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_01_MAHORO", + "message": "MAHORO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_02_MACHUMO", + "message": "MACHUMO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_01_GUARA-GUARA SEDE", + "message": "Guara-Guara Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_04_GUARA-GUARA", + "message": "Guara-Guara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_04_BUZI", + "message": "Búzi", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_01_CHAMBULI", + "message": "CAMBULI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_02_MEQUELE", + "message": "MEQUELE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_01_MARROMEU SEDE", + "message": "Sede de Marromeu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_01_MARROMEU", + "message": "Marromeu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_01_MATEQUE", + "message": "MATEQUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_02_MACUNHE", + "message": "MACUNHÉ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_01_CHUPANGA SEDE", + "message": "Chupanga Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_02_CHUPANGA", + "message": "Chupanga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_01_MACAVALA", + "message": "MACAVALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_02_NHAXANA", + "message": "NHAXANA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_01_MORRUMBALA SEDE", + "message": "Sede de Morrumbala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_03_MORRUMBALA", + "message": "Morrumbala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_01_MECHUO", + "message": "MECHUO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_02_MACAHULO", + "message": "MACAHULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_01_INHANGOMA SEDE", + "message": "Sede de Inhangoma", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_04_INHANGOMA", + "message": "Inhangoma", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_05_CHEMBA", + "message": "Chemba", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_01_CHIMBUNGA", + "message": "CHIMBUNGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_01_SENA SEDE", + "message": "Sena Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_01_SENA", + "message": "Sena", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_01_NHIRO", + "message": "NHIRO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_02_MACHUMBO", + "message": "MACHUMBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_01_MURRAÇA SEDE", + "message": "Murraça Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_02_MURRAÇA", + "message": "Murraça", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_01_MAFOGUENE", + "message": "MAFOGUENE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_02_NHASSICO", + "message": "NHASSICO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_01_CHIMUARA SEDE", + "message": "Chimuara Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_03_CHIMUARA", + "message": "Chimuara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_01_MAZUQUA", + "message": "MAZUQUÁ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_02_LICUMBA", + "message": "LICUMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_01_MOPEIA SEDE", + "message": "Sede de Mopeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_04_MOPEIA", + "message": "Mopeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_06_CAIA", + "message": "Caia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_04_SOFALA", + "message": "Sofala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_05_TETE", + "message": "ADMIN_MO_05_TETE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_GAZA", + "message": "Gaza", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_TETE", + "message": "Tete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_05_TETEA", + "message": "Tetéa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_01_MASSAVANE", + "message": "MASSAVANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_02_NHAMBAZA", + "message": "NHAMBAZA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_03_MASSUNGULO", + "message": "MASSUNGULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_04_CHAVANE", + "message": "CHAVANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_01_BELA VISTA SEDE", + "message": "Sede Bela Vista", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_01_BELA VISTA", + "message": "Bela Vista", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_CIDADE DE MAPUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_01_MATUTUINE", + "message": "Matutuine", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_01_NDUMBA", + "message": "NDUMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_02_MUBO", + "message": "MUBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_03_MAGULUCO", + "message": "MAGULUCO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_04_CHANGAMBE", + "message": "CHANGAMBE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_01_BOANE SEDE", + "message": "Boane Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_01_BOANE VISTA", + "message": "Boane Vista", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_02_BOANE", + "message": "Boane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_01_MACANE", + "message": "MACANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_02_MAZIVE", + "message": "MAZIVO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_03_MANGUNHANEII", + "message": "MANGUNHANEII", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_04_MAJACAZAI", + "message": "MAJACAZAI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_01_MARRACUENE SEDE", + "message": "Sede de Marracuene", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_01_MARRACUENEE", + "message": "Marracuenee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_03_MARRACUENE", + "message": "Marracuene", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_01_MAPULANGA", + "message": "MAPULANGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_02_NHAMACONDA", + "message": "NAMACONDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_03_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_04_CHICHACHAEW", + "message": "CHICHACHAEW", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_01_MAGUDE SEDE", + "message": "Magude Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_01_MAGUDEE", + "message": "Magudee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_04_MAGUDE", + "message": "Magude", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_01_MASSACANHE", + "message": "MASSACANHE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_02_MACALANGE", + "message": "MACALANGE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_01_MANHICA SEDE", + "message": "Sede de Manhiça", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_01_MANHICAE", + "message": "Manhiçae", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_05_MANHICA", + "message": "Manhiça", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_01_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_02_MASSIFUTA", + "message": "MASSIFUTA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_01_MOA SEDE", + "message": "Moa Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_01_MOAA", + "message": "Moaa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_06_MOA", + "message": "Moa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_01_CHIMUANA", + "message": "CHIMUANA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_02_NHAMATE", + "message": "NHAMATE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_01_NOME SEDE", + "message": "Nome Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_01_NOMEA", + "message": "Noméa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_07_NOME", + "message": "Nome", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_08_BOANEQ", + "message": "Boaneq", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO", + "message": "Maputo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_06_MAPUTO CITY", + "message": "Cidade de Maputo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_01_NHAGOLO", + "message": "NHAGOLO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_02_MAFALALA", + "message": "MAFALALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_03_NHAMATCHUCO", + "message": "NHAMATCHUCO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_04_CHONWANE", + "message": "CHONWANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_01_KAMAXAQUENEB SEDE", + "message": "KaMaxaqueneb Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_01_KAMAXAQUENEB", + "message": "KaMaxaqueneb", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_01_CHICUANA", + "message": "CHICUANA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_02_MAQUIAVE", + "message": "MAQUIAVE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_03_NHAMATANDA", + "message": "NAMATANDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_04_CHISSANE", + "message": "CHISSANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_05_CHIUUREE", + "message": "CHIUUREE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_06_CHIUUREE 1", + "message": "CHIUUREE 1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_07_CHIUUREE 2", + "message": "CHIUUREE 2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_08_CHIUUREE 3", + "message": "CHIUUREE 3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_09_CHIUUREE 4", + "message": "CHIUUREE 4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_10_MAPUTO", + "message": "MAPUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_11_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_12_CHIMAZI", + "message": "CHIMAZI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_01_KACHAMANCULO SEDE", + "message": "KaChamanculo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_02_KACHAMANCULOO", + "message": "KaChamanculoo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_01_MASSAMBI", + "message": "MASSAMBI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_02_CHIMARIR", + "message": "CHIMARIR", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_01_KAMPFUMU SEDE", + "message": "KaMpfumu Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_03_KAMPFUMUU", + "message": "KaMpfumuu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_06_MAPUTO", + "message": "ADMIN_MO_06_MAPUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_ADMIN_MO_07_MAPUTO CITY", + "message": "ADMIN_MO_07_CIDADE DE MAPUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_01_KAMPFUMU", + "message": "KaMpfumu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_01_NHAMAZANE", + "message": "NAMAZANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_02_MAZAMBIQUE", + "message": "MAZAMBIQUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_03_CHINMARI", + "message": "CHINMARI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_04_CHIRINGU", + "message": "CHIRINGU", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_01_KAMAXAQUENE SEDE", + "message": "KaMaxaquene Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_01_KAMAXAQUENEA", + "message": "KaMaxaquenea", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_02_KAMAXAQUENE", + "message": "KaMaxaquene", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO", + "message": "Maputo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_07_MAPUTO CITY", + "message": "Cidade de Maputo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_01_MAPA", + "message": "MAPA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_02_CHICUZA", + "message": "CHICUZA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_03_CHANGANE", + "message": "CHANGANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_01_CHIBUTO SEDE", + "message": "Sede de Chibuto", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_01_CHIBUTOO", + "message": "Chibutoo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_04_SOFALA", + "message": "ADMIN_MO_04_SOFALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_ADMIN_MO_08_GAZA", + "message": "ADMIN_MO_08_GAZA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_01_CHIBUTO", + "message": "Chibuto", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_01_MACIA", + "message": "MÁCIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_02_CHIBONGO", + "message": "CHIBONGO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_01_CHOKWE SEDE", + "message": "Sede de Chókwe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_01_CHOKWEE", + "message": "Chokwe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_02_CHOKWE", + "message": "Chókwe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_01_MASSANGENA", + "message": "MASSANGENA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_02_MABALANE", + "message": "MABALANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_03_CHIBALO", + "message": "CHIBALO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_01_GUIJA SEDE", + "message": "Guijá Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_01_GUIJAA", + "message": "Guijá", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_03_GUIJA", + "message": "Guijá", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_01_MACUACUA", + "message": "MACUACUÁ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_03_MALE", + "message": "MACHO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_01_LIMPOPO SEDE", + "message": "Sede do Limpopo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_01_LIMPOPOQ", + "message": "Limpopoque", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_04_LIMPOPO", + "message": "Limpopo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_01_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_02_MACARRETANE", + "message": "MACARRETANO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_01_MANJACAZE SEDE", + "message": "Sede de Manjacaze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_01_MANJACAZEE", + "message": "Manjacazee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_05_MANJACAZE", + "message": "Manjacaze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_01_CHILANGANA", + "message": "CHILANGANA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_02_MATIMBA", + "message": "MATIMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_03_CHICOMA", + "message": "CHICOMA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_01_XAI-XAI SEDE", + "message": "Sede de Xai-Xai", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_01_XAI-XAI PA", + "message": "Xai Xai PA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_06_XAI-XAI", + "message": "Xai Xai", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_01_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_01_MASSINGIR SEDE", + "message": "Sede de Massingir", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_01_MASSINGIR PA", + "message": "Massingir-PA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_07_MASSINGIR", + "message": "Massingir", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_01_CHIGUBO", + "message": "CHIGUBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_02_MAPAI", + "message": "MAPAI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_01_MABALANE SEDE", + "message": "Mabalane Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_01_MABALANEE", + "message": "Mabalanee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_08_MABALANE", + "message": "Mabalane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_01_MASSACHO", + "message": "MASSACHO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_02_MACANETA", + "message": "MACANETA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_01_BILENE SEDE", + "message": "Bilene Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_01_BILENEE", + "message": "Bileneu", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_09_BILENE", + "message": "Bilene", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_01_01_CHICUALACUALA SEDE", + "message": "Chicualacuala Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_01_CHICUALACUALA", + "message": "Chicualacuala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_10_CHICUALACUALAE", + "message": "Chicualacualae", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_GAZA", + "message": "Gaza", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_08_SOFALA", + "message": "Sofala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_01_MASSINGA", + "message": "MASSINGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_02_CHACAME", + "message": "CHACAMÉ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_03_CHIBUTO", + "message": "CHIBUTO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_01_INHARRIME SEDE", + "message": "Sede de Inharrime", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_01_INHARRIME", + "message": "Inharrime", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_02_CABO", + "message": "ADMIN_MO_02_CABO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_ADMIN_MO_10_ZAMBEZIA", + "message": "ADMIN_MO_10_ZAMBÉZIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_01_INHARRIMEA", + "message": "Inharrimea", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_01_MASSACATE", + "message": "MASSACATE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_02_CHIDENGUELE", + "message": "CHIDENGUELE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_03_CHICUZAI", + "message": "CHICUZAI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_04_CHIBUTO1", + "message": "CHIBUTO1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_05_CHIMACUALAA", + "message": "CHIMACUALAA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_06_MASSINGAI", + "message": "MASSINGAI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_07_MACUANE11", + "message": "MACUANE11", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_01_JANGAMO SEDE", + "message": "Jangamo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_ADMIN_MO_10_02_NAISSAE", + "message": "ADMIN_MO_10_02_NAISSAE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_01_JANGAMO", + "message": "Jangamo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_JANGAMOO", + "message": "Jangamoo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_01_MACUACHENE", + "message": "MACUACHENE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_02_CHICOMO", + "message": "CHICOMO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_03_CHICOAA", + "message": "CHICOAA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_04_MACUANEEE", + "message": "MACUANEEE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_05_MASSINGIRI", + "message": "MASSINGIRI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_06_CHIBUTOOO", + "message": "CHIBUTOOO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_01_MASSINGA SEDE", + "message": "Sede de Massinga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "ADMIN_MO_10_01_ALTO MOLÓCULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_01_MASSINGA", + "message": "Massinga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_ALTO MOLOCULE", + "message": "Alto Molóculo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_03_MASSINGAA", + "message": "Massinga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_01_MUABSA", + "message": "MUABSA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_02_CHIMBONE", + "message": "CHIMBONE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_03_MACUANE", + "message": "MACUANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_01_MAXIXE SEDE", + "message": "Maxixe Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_01_MAXIXE", + "message": "Maxixe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_04_MAXIXEE", + "message": "Maxixee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_01_CHICOA", + "message": "CHICOA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_02_CHICUALACUALA", + "message": "CHICUALACUALA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_03_MALIPA", + "message": "MALIPA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_01_FUNHALOURO SEDE", + "message": "Funhalouro Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_01_FUNHALOURO", + "message": "Funhalouro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_05_FUNHALOUROA", + "message": "Funhalouroa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_01_MACATANE", + "message": "MACATÂNE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_02_CHIMACUALA", + "message": "CHIMACULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_01_INHASSORO SEDE", + "message": "Sede de Inhassoro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_01_INHASSORO", + "message": "Inhassoro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_06_INHASSOROE", + "message": "Inhassoroe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_01_CHIMANCHE", + "message": "CHIMANCHE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_02_MACHANGULO", + "message": "MACHANGULO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_03_MAPAI", + "message": "MAPAI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_01_MABOTE SEDE", + "message": "Sede de Mabote", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_01_MABOTE", + "message": "Mabote", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_07_MABOTEE", + "message": "Mabotee", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_01_CHINAMANI", + "message": "CHINAMANIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_02_MASSACA", + "message": "MASSACA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_01_VILANCULOS SEDE", + "message": "Sede de Vilanculos", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_01_VILANCULOS", + "message": "Vilanculos", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_08_VILANCULOSE", + "message": "Vilanculose", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_01_MABALANE", + "message": "MABALANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_02_MASSINGIR", + "message": "MASSINGIR", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_01_ZAVALA SEDE", + "message": "Zavala Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_01_ZAVALA", + "message": "Zavala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_09_ZAVALAA", + "message": "Zavalaa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_10_FUNHALOUROE", + "message": "Funhalouroe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_CABO", + "message": "Cabo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_09_ZAMBEZIA", + "message": "Zambézia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_01_LOCATION1", + "message": "Localização1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_02_LOCATION2", + "message": "Localização2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_03_LOCATION3", + "message": "Localização3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_04_LOCATION4", + "message": "Localização4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_05_LOCATION5", + "message": "Localização5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_06_LOCATION6", + "message": "Localização6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_07_LOCATION7", + "message": "Localização7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_08_LOCATION8", + "message": "Localização8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_09_LOCATION9", + "message": "Localização9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_10_LOCATION10", + "message": "Localização10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_01_ALTO MOLOCUE SEDE", + "message": "Sede do Alto Molócué", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_01_ALTO MOLOCUE", + "message": "Alto Molócué", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_01_NAMPULA", + "message": "ADMIN_MO_01_NAMPULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ADMIN_MO_09_INHAMBANE", + "message": "ADMIN_MO_09_INHAMBANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_01_ALTO MOLOCULE", + "message": "Alto Molóculo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_01_REGION1", + "message": "Região1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_02_REGION2", + "message": "Região2", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_03_REGION3", + "message": "Região3", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_04_REGION4", + "message": "Região4", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_05_REGION5", + "message": "Região5", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_06_REGION6", + "message": "Região6", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_07_REGION7", + "message": "Região7", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_08_REGION8", + "message": "Região8", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_09_REGION9", + "message": "Região9", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_10_REGION10", + "message": "Região10", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_11_REGION11", + "message": "Região11", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_12_REGION12", + "message": "Região12", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_13_REGION13", + "message": "Região13", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_14_REGION14", + "message": "Região14", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_15_REGION15", + "message": "Região15", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_16_REGION16", + "message": "Região16", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_17_REGION17", + "message": "Região17", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_18_REGION18", + "message": "Região18", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_19_REGION19", + "message": "Região19", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_20_REGION20", + "message": "Região20", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_21_REGION21", + "message": "Região21", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_22_REGION22", + "message": "Região22", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_23_REGION23", + "message": "Região23", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_24_REGION24", + "message": "Região24", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_25_REGION25", + "message": "Região25", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_26_REGION26", + "message": "Região26", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_27_REGION27", + "message": "Região27", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_28_REGION28", + "message": "Região28", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_29_REGION29", + "message": "Região29", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_30_REGION30", + "message": "Região30", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_01_NAISSA SEDE", + "message": "Naissa Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_01_NAISSA", + "message": "Naissa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_02_NAISSAE", + "message": "Naissae", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_INHAMBANE", + "message": "Inhambane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_NAMPULA", + "message": "Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_10_ZAMBEZIA", + "message": "Zambézia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_01_VILLAGEONE", + "message": "VilaOne", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_02_VILLAGETWO", + "message": "VillageTwo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_03_VILLAGETHREE", + "message": "Aldeia Três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_04_VILLAGEFOUR", + "message": "VillageFour", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_05_VILLAGEFIVE", + "message": "VillageFive", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_06_VILLAGESIX", + "message": "VillageSix", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_07_VILLAGESEVEN", + "message": "VillageSeven", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_08_VILLAGEEIGHT", + "message": "VillageEight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_09_VILLAGENINE", + "message": "VillageNine", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_10_VILLAGETEN", + "message": "VillageTen", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_11_VILLAGEELEVEN", + "message": "VillageEleven", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_12_VILLAGETWELVE", + "message": "VillageTwelve", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_01_LOCALITYONE", + "message": "LocalidadeUm", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_01_VILLAGETHIRTEEN", + "message": "Aldeia Treze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_02_VILLAGEFOURTEEN", + "message": "Aldeia Quatorze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_03_VILLAGEFIFTEEN", + "message": "Aldeia Quinze", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_04_VILLAGESIXTEEN", + "message": "Aldeia Dezesseis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_05_VILLAGESEVENTEEN", + "message": "Vila Dezessete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_06_VILLAGEEIGHTEEN", + "message": "Aldeia Dezoito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_07_VILLAGENINETEEN", + "message": "Vila Dezenove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_08_VILLAGETWENTY", + "message": "VillageTwenty", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_09_VILLAGETWENTY-ONE", + "message": "VillageTwenty-one", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_10_VILLAGETWENTY-TWO", + "message": "VillageTwenty-two", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_11_VILLAGETWENTY-THREE", + "message": "VillageTwenty-três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_12_VILLAGETWENTY-FOUR", + "message": "VillageTwenty-four", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_02_LOCALITYTWO", + "message": "Localidade Dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_01_VILLAGETWENTY-FIVE", + "message": "VillageTwenty-five", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_02_VILLAGETWENTY-SIX", + "message": "Vila Vinte e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_03_VILLAGETWENTY-SEVEN", + "message": "Vila Vinte e Sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_04_VILLAGETWENTY-EIGHT", + "message": "VillageTwenty-eight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_05_VILLAGETWENTY-NINE", + "message": "Vila Vinte e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_06_VILLAGETHIRTY", + "message": "Aldeia Trinta", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_07_VILLAGETHIRTY-ONE", + "message": "Aldeia Trinta e Um", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_08_VILLAGETHIRTY-TWO", + "message": "Aldeia Trinta e Dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_09_VILLAGETHIRTY-THREE", + "message": "Aldeia Trinta e Três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_10_VILLAGETHIRTY-FOUR", + "message": "Aldeia Trinta e Quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_11_VILLAGETHIRTY-FIVE", + "message": "VillageTrinta e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_12_VILLAGETHIRTY-SIX", + "message": "Aldeia Trinta e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_03_LOCALITYTHREE", + "message": "Localidade Três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_01_POST ADMINISTRATIVEONE", + "message": "Pós AdministrativoUm", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_01_VILLAGETHIRTY-SEVEN", + "message": "Aldeia Trinta e Sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_02_VILLAGETHIRTY-EIGHT", + "message": "VillageTrinta e oito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_03_VILLAGETHIRTY-NINE", + "message": "Aldeia Trinta e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_04_VILLAGEFORTY", + "message": "VillageForty", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_05_VILLAGEFORTY-ONE", + "message": "VillageQuarenta e um", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_06_VILLAGEFORTY-TWO", + "message": "VillageQuarenta e dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_07_VILLAGEFORTY-THREE", + "message": "VillageQuarenta e três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_08_VILLAGEFORTY-FOUR", + "message": "VillageQuarenta e quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_09_VILLAGEFORTY-FIVE", + "message": "VillageQuarenta e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_10_VILLAGEFORTY-SIX", + "message": "VillageQuarenta e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_11_VILLAGEFORTY-SEVEN", + "message": "VillageQuarenta e sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_12_VILLAGEFORTY-EIGHT", + "message": "VillageQuarenta e oito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_01_LOCALITYFOUR", + "message": "LocalityFour", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_01_VILLAGEFORTY-NINE", + "message": "VillageQuarenta e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_02_VILLAGEFIFTY", + "message": "VillageFifty", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_03_VILLAGEFIFTY-ONE", + "message": "VillageFifty-one", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_04_VILLAGEFIFTY-TWO", + "message": "VillageFifty e dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_05_VILLAGEFIFTY-THREE", + "message": "VillageFifty-três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_06_VILLAGEFIFTY-FOUR", + "message": "VillageFifty-four", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_07_VILLAGEFIFTY-FIVE", + "message": "VillageFifty-five", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_08_VILLAGEFIFTY-SIX", + "message": "VillageFifty e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_09_VILLAGEFIFTY-SEVEN", + "message": "VillageFifty e sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_10_VILLAGEFIFTY-EIGHT", + "message": "VillageFifty-eight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_11_VILLAGEFIFTY-NINE", + "message": "VillageFifty-nine", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_12_VILLAGESIXTY", + "message": "VillageSixty", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_02_LOCALITYFIVE", + "message": "LocalityFive", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_02_POST ADMINISTRATIVETWO", + "message": "Pós Administrativo Dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TEST PROVINCE", + "message": "ADMIN_MO_11_TEST PROVINCE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_ADMIN_MO_11_TETE", + "message": "ADMIN_MO_11_TETE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_01_DISTRICTONE", + "message": "Distrito Um", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_01_VILLAGESIXTY-ONE", + "message": "VillageSessenta e um", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_02_VILLAGESIXTY-TWO", + "message": "VillageSessenta e dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_03_VILLAGESIXTY-THREE", + "message": "VillageSessenta e três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_04_VILLAGESIXTY-FOUR", + "message": "VillageSessenta e quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_05_VILLAGESIXTY-FIVE", + "message": "VillageSessenta e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_06_VILLAGESIXTY-SIX", + "message": "VillageSessenta e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_07_VILLAGESIXTY-SEVEN", + "message": "VillageSessenta e sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_08_VILLAGESIXTY-EIGHT", + "message": "VillageSessenta e oito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_09_VILLAGESIXTY-NINE", + "message": "VillageSessenta e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_10_VILLAGESEVENTY", + "message": "Aldeia Setenta", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_11_VILLAGESEVENTY-ONE", + "message": "Village Seventy-one", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_12_VILLAGESEVENTY-TWO", + "message": "Village Seventy-two", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_01_LOCALITYSIX", + "message": "LocalitySix", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_01_VILLAGESEVENTY-THREE", + "message": "Aldeia Setenta e três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_02_VILLAGESEVENTY-FOUR", + "message": "Aldeia Setenta e quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_03_VILLAGESEVENTY-FIVE", + "message": "Aldeia Setenta e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_04_VILLAGESEVENTY-SIX", + "message": "Aldeia Setenta e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_05_VILLAGESEVENTY-SEVEN", + "message": "Aldeia Setenta e Sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_06_VILLAGESEVENTY-EIGHT", + "message": "Village Seventy-eight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_07_VILLAGESEVENTY-NINE", + "message": "Aldeia Setenta e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_02_LOCALITYSEVEN", + "message": "LocalidadeSete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_01_POST ADMINISTRATIVETHREE", + "message": "Pós-Administrativo Três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_01_VILLAGEEIGHTY", + "message": "VillageEighty", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_02_VILLAGEEIGHTY-ONE", + "message": "VillageEighty-one", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_03_VILLAGEEIGHTY-TWO", + "message": "VillageEighty e dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_04_VILLAGEEIGHTY-THREE", + "message": "VillageOitenta e três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_05_VILLAGEEIGHTY-FOUR", + "message": "VillageOitenta e quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_06_VILLAGEEIGHTY-FIVE", + "message": "VillageOitenta e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_07_VILLAGEEIGHTY-SIX", + "message": "VillageOitenta e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_08_VILLAGEEIGHTY-SEVEN", + "message": "VillageOitenta e sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_09_VILLAGEEIGHTY-EIGHT", + "message": "VillageEighty-eight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_10_VILLAGEEIGHTY-NINE", + "message": "Aldeia Oitenta e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_01_LOCALITYEIGHT", + "message": "LocalityEight", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_01_VILLAGENINETY", + "message": "VillageNinety", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_02_VILLAGENINETY-ONE", + "message": "Aldeia Noventa e um", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_03_VILLAGENINETY-TWO", + "message": "Aldeia Noventa e dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_04_VILLAGENINETY-THREE", + "message": "Aldeia Noventa e três", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_05_VILLAGENINETY-FOUR", + "message": "Aldeia Noventa e quatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_06_VILLAGENINETY-FIVE", + "message": "Aldeia Noventa e cinco", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_07_VILLAGENINETY-SIX", + "message": "Aldeia Noventa e seis", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_08_VILLAGENINETY-SEVEN", + "message": "Aldeia Noventa e sete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_09_VILLAGENINETY-EIGHT", + "message": "Aldeia Noventa e oito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_10_VILLAGENINETY-NINE", + "message": "Aldeia Noventa e nove", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_02_LOCALITYNINE", + "message": "LocalityNine", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_02_POST ADMINISTRATIVEFOUR", + "message": "Pós AdministrativoQuatro", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_02_DISTRICTTWO", + "message": "Distrito Dois", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_TEST PROVINCE", + "message": "Província de teste", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_11_TETER", + "message": "Teter", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_01_MURO", + "message": "MURO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_02_CHIRIMBU", + "message": "CHIRIMBU", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_01_KANSENGWA SEDE", + "message": "Sede de Kansengwa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_01_KANSENGWA", + "message": "Kansengwa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_ADMIN_MO_12_TETE", + "message": "ADMIN_MO_12_TETE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE", + "message": "Moatize", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_01_MOATIZE ", + "message": "Moatize", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_01_NHATE", + "message": "NHATE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_02_MATCHESSA", + "message": "MATCHESSA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_01_ULONGUE SEDE", + "message": "Sede de Ulongue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ADMIN_MO_12_01_MOATIZE", + "message": "ADMIN_MO_12_01_MOATIZE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_01_ULONGUE", + "message": "Ulongue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_02_MOATIZE", + "message": "Moatize", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_01_MAROE", + "message": "MAROE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_02_MUJA", + "message": "MUJA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_01_FURANCUNGO SEDE", + "message": "Furancungo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_ADMIN_MO_12_02_ANGÓNIA", + "message": "ADMIN_MO_12_02_ANGÓNIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_01_FURANCUNGO", + "message": "Furancungo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_01_NHAYARA", + "message": "NHAYARA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_02_CHILEMBO", + "message": "CHILEMBO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_01_MULANGUANE SEDE", + "message": "Sede de Mulanguane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_02_MULANGUANE", + "message": "Mulanguane", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_ANGÓNIA", + "message": "Angónia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_03_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_01_SAMBINDA", + "message": "SAMBINDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_02_MACHURO", + "message": "MACHURO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_01_CHITIMA SEDE", + "message": "Chitima Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_ADMIN_MO_12_03_TSANGANO", + "message": "ADMIN_MO_12_03_TSANGANO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_01_CHITIMA", + "message": "Chitima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_01_MATCHIME", + "message": "JOGO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_02_MACAIA", + "message": "MACAIA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_01_MARARA SEDE", + "message": "Marara Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_02_MARARA", + "message": "Marara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_04_TSANGANO", + "message": "Tsangano", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_01_NHANDE", + "message": "NHANDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_02_MACAMBULA", + "message": "MACAMBULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_01_KAFUNFO SEDE", + "message": "Kafunfo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_ADMIN_MO_12_04_CAHORA BASSA", + "message": "ADMIN_MO_12_04_CAHORA BASSA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_01_KAFUNFO", + "message": "Kafunfo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_01_MACOCHA", + "message": "MACOCHA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_02_NHAMADA", + "message": "NHAMADA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_01_SONGO SEDE", + "message": "Songo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_02_SONGO", + "message": "Songo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_01_NHAMISSENGUE", + "message": "NHAMISSENGUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_02_MACAPA", + "message": "MACAPÁ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_01_MANDIE SEDE", + "message": "Mandie Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_03_MANDIE", + "message": "Mandie", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_CAHORA BASSA", + "message": "Cahora Bassa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_05_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_01_CHILUCA", + "message": "CHILUCA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_02_CHIMBUNDE", + "message": "CHIMBUNDE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_01_CHARRE SEDE", + "message": "Charre Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_ADMIN_MO_12_05_CHIUTA", + "message": "ADMIN_MO_12_05_CHIUTA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_01_CHARRE", + "message": "Charré", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_01_MAZANE", + "message": "MAZANE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_02_MACUE", + "message": "MACUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_01_NHAMPOSSA SEDE", + "message": "Sede de Nhampossa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_02_NHAMPOSSA", + "message": "Nhampossa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_CHIUTA", + "message": "Chiuta", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_06_MAGOE", + "message": "Magoe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_01_CHIMUQUE", + "message": "CHIMUQUE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_02_NHAFUCO", + "message": "NHAFUCO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_01_MURROTHONE SEDE", + "message": "Sede Murrothone", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_ADMIN_MO_12_06_MAGOE", + "message": "ADMIN_MO_12_06_MAGOE", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_01_MURROTHONE", + "message": "Murrothone", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_01_MACHIPO", + "message": "MACHIPO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_02_CHIMBENGA", + "message": "CHIMBENGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_01_CAFUMPA SEDE", + "message": "Cafumpa Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_02_CAFUMPA", + "message": "Cafumpa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_01_MACHAMBA", + "message": "MACAMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_02_MACARULA", + "message": "MACARULA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_01_INHAMGOMA SEDE", + "message": "Sede de Inhamgoma", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_03_INHAMGOMA", + "message": "Inhamgoma", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_MAGOE", + "message": "Magoe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_07_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_01_MALENGA", + "message": "MALENGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_02_NHAURAO", + "message": "NHAURAO", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_01_LUCALA SEDE", + "message": "Lucala Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_ADMIN_MO_12_07_MUTARARA", + "message": "ADMIN_MO_12_07_MUTARARA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_01_LUCALA", + "message": "Lucala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_CHANGARA", + "message": "Changara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_08_MUTARARA", + "message": "Mutarara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_01_NHAMAMBA", + "message": "NAMAMBA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_02_MACOTI", + "message": "MACOTI", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_01_CHIFUNDE SEDE", + "message": "Chifunde Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_ADMIN_MO_12_08_CHANGARA", + "message": "ADMIN_MO_12_08_CHANGARA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_01_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_01_NHATHANDA", + "message": "NATHANDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_02_CHIRINDA", + "message": "CHIRINDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_01_NDIMA SEDE", + "message": "Ndima Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_02_NDIMA", + "message": "Ndima", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_CHANGARA", + "message": "Changara", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_09_MACANGA", + "message": "Macanga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_10_01_ADMIN_MO_12_09_MACANGA", + "message": "ADMIN_MO_12_09_MACANGA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_10_MACANGA", + "message": "Macanga", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_01_MAVERA", + "message": "MAVERA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_02_NYAMPANDA", + "message": "NYAMPANDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_01_MUCUMBURA SEDE", + "message": "Sede de Mucumbura", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_01_MUCUMBURA", + "message": "Mucumbura", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_11_ZUMBO", + "message": "Zumbo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_01_CHAVITSA", + "message": "CHAVITSA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_02_NHASSANGWA", + "message": "NHASSANGWA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_01_CHINTHOLO SEDE", + "message": "Chintholo Sede", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_01_CHINTHOLO", + "message": "Chintholo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_12_CHIFUNDE", + "message": "Chifunde", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_01_NHAMUCANDA", + "message": "NAMUCANDA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_02_MATARARA", + "message": "MATARARA", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_01_NHAMAYABWE SEDE", + "message": "Sede de Nhamayabwe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_01_NHAMAYABWE", + "message": "Nhamayabwe", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_13_DÔA", + "message": "Dôa", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_MO_12_TETE", + "message": "Tete", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_POST ADMINISTRATIVO", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_POSTO ADMINISTRATIVO", + "message": "Pós-administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_PROVINCIA", + "message": "Província", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "ADMIN_STATE", + "message": "Estado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.Country", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.Distrito", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.Localidade", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.Post Administrativo", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.PostAdministrativo", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Admin9.State", + "message": "Estado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1", + "message": "Baixando modelos do Excel para definição de metas:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1_DESC_1", + "message": "Baixe o modelo Excel clicando no botão “Baixar modelo”.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_1_DESC_2", + "message": "Abra o modelo Excel que foi baixado na etapa anterior e a primeira planilha que você verá é uma planilha “Leia-me”. As restantes folhas serão nomeadas de acordo com o nome dos distritos seleccionados no passo “Selecção de Limites”, tendo cada folha de distrito uma lista de todas as aldeias mapeadas para esse distrito.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2", + "message": "Definir metas após o download do modelo:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_1", + "message": "Vá para a ficha do distrito para o qual deseja definir metas e adicione números na coluna “Metas” para cada Aldeia. ", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_2", + "message": "Insira as metas para cada aldeia na ficha de cada distrito na coluna “Meta ao nível do limite seleccionado”. Se alguma aldeia não tiver metas definidas", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_3", + "message": " a planilha terá erros.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_2_DESC_4", + "message": "Salve a planilha com as metas atualizadas para cada aldeia no modelo Excel.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3", + "message": "Cses para erros comuns.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_1", + "message": "Pressione o botão “Browse In My Files” na tela “Upload Target” e selecione o arquivo salvo com todos os alvos do sistema.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_2", + "message": "Se o usuário não tiver definido metas para cada aldeia, o sistema gerará um erro com o número da linha onde as metas estão faltando.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_HEADER_3_DESC_3", + "message": "As alterações na coluna Código de limite' e na coluna 'Alvo no nível de limite selecionado' gerarão erros.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "BOUNDARY_README_MAINHEADER", + "message": "Read me instructions for target upload", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1", + "message": "Leia-me instruções para upload de destino", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_1", + "message": "Baixando modelos do Excel para definição de metas:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_2", + "message": "Baixe o modelo Excel clicando no botão “Baixar modelo”.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2", + "message": "Abra o modelo que foi baixado na etapa anterior e terá 3 planilhas e a primeira planilha que você verá é uma planilha “Leia-me”. A segunda Folha denominada “Lista de Instalações Disponíveis” conterá uma lista de todas as instalações disponíveis que podem ser utilizadas na campanha. Se não houver facilidade disponível", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_1", + "message": " esta folha estará vazia. A terceira folha será denominada “Lista de Limites de Campanha” que conterá todos os limites com seus respectivos Códigos de Limites.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_2", + "message": "Criar novos dados de instalações/usar dados de instalações existentes após o download do modelo:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_3", + "message": "Se não houver instalações disponíveis para seleção", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_4", + "message": " a guia “Lista de instalações disponíveis” no modelo estará vazia. Para criar novos dados de instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_5", + "message": " adicione o nome do nome da instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_6", + "message": " Capacidade. A coluna “Código da Instalação” precisa ser deixada em branco se esta for uma instalação nova. Caso se trate de uma instalação sendo reaproveitada (que fica disponível no template após o download) o usuário só precisa realizar o passo 2.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_7", + "message": "Para mapear a instalação para o limite correto", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3", + "message": " o usuário precisa copiar o código de limite correto do limite da planilha “Lista de Limites de Campanha” para a qual a instalação precisa ser mapeada. Se houver uma instalação mapeada para vários limites", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_1", + "message": " o administrador do sistema terá que adicionar os códigos de limite de todos os limites para os quais a instalação está mapeada, separando-os por vírgulas na célula para adicionar códigos de limite para essa instalação.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_2", + "message": "Salve a planilha com as metas atualizadas para cada aldeia no modelo Excel.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_3", + "message": "Pressione o botão “Browse In My Files” na tela “Upload Facility Data” e selecione o arquivo salvo com todos os alvos do sistema.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "FACILITYWITHBOUNDARY_README_MAINHEADER", + "message": "Desativando Instalações existentes para uma campanha.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_ALDEIA", + "message": "Aldeia", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_COUNTRY_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_DISTRITO", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_LOCALIDADE", + "message": "Localidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_POST ADMINISTRATIVO", + "message": "Pós Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_POSTO ADMINISTRATIVO", + "message": "Posto Administrativo", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM-MOZ-HIERARCHY_PROVINCIA", + "message": "Província", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_AVAILABLE_FACILITIES", + "message": "Lista de instalações disponívei", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "message": "Código de limite", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY", + "message": "Código de limite (obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_BOUNDARY_DATA", + "message": "Dados de limite", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITIES", + "message": "Lista de instalações disponívei", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY", + "message": "Capacidade (Unidades: Fardos para redes mosquiteiras/ Blister SPAQ para SMC)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_CODE", + "message": "Código da instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_NAME", + "message": "Nome da instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_STATUS", + "message": "Status da instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_TYPE", + "message": "Tipo de instalação", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_FACILITY_USAGE", + "message": "Uso das instalações", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET", + "message": "Alvo do agregado familiar ao nível da aldeia (obrigatório e a ser introduzido pelo utilizador)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_AT_THE_SELECTED_BOUNDARY_LEVEL", + "message": "Alvo do agregado familiar ao nível da aldeia (obrigatório e a ser introduzido pelo utilizador)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "message": "Alvo ao nível da aldeia - Idade dos 12 aos 59 meses (obrigatório e a inserir pelo utilizador)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "message": "Alvo ao nível da aldeia - Idade dos 3 aos 11 meses (obrigatório e a inserir pelo utilizador)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE", + "message": "Tipo de emprego (obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_LIST", + "message": "Criar lista de usuários", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_NAME", + "message": "Nome da Pessoa (Obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER", + "message": "Número de telefone (obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_ADMIN_CONSOLE_USER_ROLE", + "message": "Função (obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "HCM_README_SHEETNAME", + "message": "Leia-me", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "Svefewg4YCb", + "message": "Múrrupula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_CITY", + "message": "Cidade", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_COUNTRY", + "message": "País", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_DISTRICT", + "message": "Distrito", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_REGION", + "message": "Região", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_STATE", + "message": "Estado", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_WARD", + "message": "Ala", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "TEST BOUNDARY_ZONE", + "message": "Zona", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1", + "message": "Baixando modelos do Excel para criação de usuários:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1_DESC_1", + "message": "Baixe o modelo Excel clicando no botão “Baixar modelo”.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_1_DESC_2", + "message": "Abra o modelo Excel que foi baixado na etapa anterior terá 3 planilhas e a primeira planilha que você verá é uma planilha “Leia-me”. A segunda Planilha denominada “Criar Lista de Usuários“ que será uma planilha vazia onde o usuário deverá inserir os dados para criar usuários para a campanha. A terceira folha será denominada “Lista de Limites de Campanha” que terá todos os limites selecionados na etapa “Detalhes dos Limites” com seus respectivos códigos de limites.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2", + "message": "Criando usuários para a campanha:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_1", + "message": "O administrador do sistema terá que criar uma entrada separada para cada usuário. O administrador do sistema terá que adicionar o nome do usuário (obrigatório)", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_2", + "message": "Cada usuário criado precisa ser atribuído a um limite usando o Código de Limite do limite necessário, que pode ser encontrado na “Lista de Limites de Campanha“. Se houver um usuário mapeado para vários limites, o administrador do sistema terá que adicionar os códigos de limite de todos os limites para os quais o usuário está mapeado, separando-os por vírgulas na célula para adicionar códigos de limite para esse usuário.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_3", + "message": "Salve a planilha com as metas atualizadas para cada aldeia no modelo Excel.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_2_DESC_4", + "message": "Pressione o botão “Browse In My Files” na tela “Upload Target” e selecione o arquivo salvo com todos os alvos do sistema.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3", + "message": "Casos de erros comuns:", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3_DESC_1", + "message": "Se o usuário não tiver adicionado códigos de limite para todas as entradas do usuário, o sistema gerará um erro com o número da linha onde o código de limite está faltando", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_HEADER_3_DESC_2", + "message": "Se o usuário excluir algum dos cabeçalhos da planilha e carregá-la, o sistema gerará um erro e o usuário terá que baixar o modelo novamente e recarregar a planilha correta com os dados corretos.", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "USERWITHBOUNDARY_README_MAINHEADER", + "message": "Leia-me instruções para upload do usuário", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "VFTw0jbRf1y", + "message": "Cavina1", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "f5F6xAskA05", + "message": "Nampula", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "mz", + "message": "Moçambique", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + }, + { + "code": "w22L4En0Zgg", + "message": "Nihessiue", + "module": "rainmaker-hcm-admin-schemas", + "locale": "pt_IN" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.action-test.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.action-test.json new file mode 100644 index 0000000..5dbd498 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.action-test.json @@ -0,0 +1,14686 @@ + [ + { + "id": 238, + "name": "CreateImmovableAsset", + "url": "/app/asset/create-asset.html", + "displayName": "Create Immovable Asset", + "orderNumber": 1, + "parentModule": "593", + "enabled": false, + "serviceCode": "Immovable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Immovable Asset.CreateImmovableAsset" + }, + { + "id": 239, + "name": "ViewImmovableAsset", + "url": "/app/asset/search-asset.html", + "displayName": "Immovable Asset", + "orderNumber": 2, + "queryParams": "type\u003dview", + "parentModule": "593", + "enabled": true, + "serviceCode": "Immovable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Immovable Asset.ViewImmovableAsset" + }, + { + "id": 240, + "name": "ModifyImmovableAsset", + "url": "/app/asset/search-asset.html", + "displayName": "Modify Immovable Asset", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "593", + "enabled": false, + "serviceCode": "Immovable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Immovable Asset.ModifyImmovableAsset" + }, + { + "id": 241, + "name": "CreateAssetCategory", + "url": "/app/asset/create-asset-category.html", + "displayName": "Create Asset Category", + "orderNumber": 1, + "parentModule": "64", + "enabled": false, + "serviceCode": "Asset Sub Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Sub Category.CreateAssetCategory" + }, + { + "id": 242, + "name": "ViewAssetCategory", + "url": "/app/asset/search-asset-category.html", + "displayName": "Asset Sub Category", + "orderNumber": 2, + "queryParams": "type\u003dview", + "parentModule": "64", + "enabled": true, + "serviceCode": "Asset Sub Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Sub Category.ViewAssetCategory" + }, + { + "id": 243, + "name": "ModifyAssetCategory", + "url": "/app/asset/search-asset-category.html", + "displayName": "Modify Asset Category", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "64", + "enabled": false, + "serviceCode": "Asset Sub Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Sub Category.ModifyAssetCategory" + }, + { + "id": 366, + "name": "AssetRevaluationSearchToCreate", + "url": "/app/asset/search-asset-revaluation.html", + "displayName": "Revaluate Asset", + "orderNumber": 1, + "parentModule": "152", + "enabled": true, + "serviceCode": "AssetRevaluation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Revaluation.AssetRevaluationSearchToCreate" + }, + { + "id": 370, + "name": "AssetSaleAndDisposalSearchToCreate", + "url": "/app/asset/search-asset-sale.html", + "displayName": "Transfer/Disposal of Asset", + "orderNumber": 1, + "parentModule": "155", + "enabled": true, + "serviceCode": "Transfer/Disposal of Asset", + "code": "null", + "path": "Asset Management.Asset Transactions.Transfer/Disposal of Asset.AssetSaleAndDisposalSearchToCreate" + }, + { + "id": 989, + "name": "CreateMovableAsset", + "url": "/app/asset/create-asset-movable.html", + "displayName": "Create Movable Asset", + "orderNumber": 1, + "parentModule": "594", + "enabled": false, + "serviceCode": "Movable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Movable Asset.CreateMovableAsset" + }, + { + "id": 990, + "name": "AssetImmovableRegister", + "url": "/report/asset/metadata/_get", + "displayName": "Immovable Asset Register", + "orderNumber": 1, + "parentModule": "147", + "enabled": true, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.AssetImmovableRegister" + }, + { + "id": 1074, + "name": "ModifyMovableAsset", + "url": "/app/asset/search-asset.html", + "displayName": "Modify Movable Asset", + "orderNumber": 3, + "parentModule": "594", + "enabled": false, + "serviceCode": "Movable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Movable Asset.ModifyMovableAsset" + }, + { + "id": 1075, + "name": "ViewMovableAsset", + "url": "/app/asset/search-asset.html", + "displayName": "Movable Asset", + "orderNumber": 3, + "parentModule": "594", + "enabled": true, + "serviceCode": "Movable Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Movable Asset.ViewMovableAsset" + }, + { + "id": 1095, + "name": "AssetMovableRegister", + "url": "/report/asset/metadata/_get", + "displayName": "Movable Asset Register ", + "orderNumber": 1, + "parentModule": "147", + "enabled": true, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.AssetMovableRegister" + }, + { + "id": 1155, + "name": "AssetSchedule", + "url": "/report/asset/metadata/_get", + "displayName": "Asset Schedule", + "orderNumber": 3, + "parentModule": "147", + "enabled": true, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.AssetSchedule" + }, + { + "id": 1166, + "name": "Generate Depreciation", + "url": "/app/asset/asset-depreciation.html", + "displayName": "Generate Depreciation", + "orderNumber": 3, + "parentModule": "151", + "enabled": true, + "serviceCode": "AssetTransactions", + "code": "null", + "path": "Asset Management.Asset Transactions.Generate Depreciation" + }, + { + "id": 1170, + "name": "LandRegister", + "url": "/report/asset/metadata/_get", + "displayName": "Land Register", + "orderNumber": 4, + "parentModule": "147", + "enabled": true, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.LandRegister" + }, + { + "id": 287, + "name": "Create Complaint", + "url": "/pgr/seva/v1/_create", + "displayName": "Register Grievance", + "orderNumber": 1, + "queryParams": "", + "parentModule": "163", + "enabled": true, + "serviceCode": "GRV", + "code": "null", + "path": "Grievance Redressal.Grievance.Create Complaint" + }, + { + "id": 289, + "name": "Search Complaint", + "url": "/pgr/seva/v1/_search", + "displayName": "Search Grievance", + "orderNumber": 2, + "queryParams": "", + "parentModule": "163", + "enabled": true, + "serviceCode": "GRV", + "code": "null", + "path": "Grievance Redressal.Grievance.Search Complaint" + }, + { + "id": 329, + "name": "Create a Service Type", + "url": "/pgr-master/service/v1/_create", + "displayName": "Create Grievance Type", + "orderNumber": 1, + "parentModule": "166", + "enabled": true, + "serviceCode": "GRVTYP", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance type.Create a Service Type" + }, + { + "id": 330, + "name": "Update a Service Type", + "url": "/pgr-master/service/v1/_update", + "displayName": "Update Grievance Type", + "orderNumber": 3, + "parentModule": "166", + "enabled": true, + "serviceCode": "GRVTYP", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance type.Update a Service Type" + }, + { + "id": 331, + "name": "Create Service Group", + "url": "/pgr-master/serviceGroup/v1/_create", + "displayName": "Create Category", + "orderNumber": 1, + "parentModule": "172", + "enabled": true, + "serviceCode": "GRVCTG", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance Category.Create Service Group" + }, + { + "id": 332, + "name": "Update Service Group", + "url": "/pgr-master/serviceGroup/v1/_update", + "displayName": "Update Category", + "orderNumber": 3, + "parentModule": "172", + "enabled": true, + "serviceCode": "GRVCTG", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance Category.Update Service Group" + }, + { + "id": 333, + "name": "Create Escalation Time Type", + "url": "/workflow/escalation-hours/v1/_create", + "displayName": "Create/Update Escalation Time", + "orderNumber": 1, + "parentModule": "168", + "enabled": true, + "serviceCode": "ESCLT", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation Time.Create Escalation Time Type" + }, + { + "id": 335, + "name": "Create receivingcenter Master", + "url": "/pgr-master/receivingcenter/v1/_create", + "displayName": "Create Receiving Center", + "orderNumber": 1, + "parentModule": "171", + "enabled": true, + "serviceCode": "RCVC", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Center.Create receivingcenter Master" + }, + { + "id": 336, + "name": "Update receivingcenter Master", + "url": "/pgr-master/receivingcenter/v1/_update", + "displayName": "Update Receiving Center", + "orderNumber": 3, + "parentModule": "171", + "enabled": true, + "serviceCode": "RCVC", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Center.Update receivingcenter Master" + }, + { + "id": 337, + "name": "Create receivingmode Master", + "url": "/pgr-master/receivingmode/v1/_create", + "displayName": "Create Receiving Mode", + "orderNumber": 1, + "parentModule": "170", + "enabled": true, + "serviceCode": "RCMD", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Mode.Create receivingmode Master" + }, + { + "id": 338, + "name": "Update receivingmode Master", + "url": "/pgr-master/receivingmode/v1/_update", + "displayName": "Update Receiving Mode", + "orderNumber": 3, + "parentModule": "170", + "enabled": true, + "serviceCode": "RCMD", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Mode.Update receivingmode Master" + }, + { + "id": 339, + "name": "Get all receivingcenters", + "url": "/pgr-master/receivingcenter/v1/_search", + "displayName": "View Receiving Center", + "orderNumber": 2, + "queryParams": "tenantId\u003d\u0026id\u003d\u0026name\u003d\u0026code\u003d\u0026active\u003d", + "parentModule": "171", + "enabled": true, + "serviceCode": "RCVC", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Center.Get all receivingcenters" + }, + { + "id": 340, + "name": "Get all receivingmodes", + "url": "/pgr-master/receivingmode/v1/_search", + "displayName": "View Receiving Mode", + "orderNumber": 2, + "queryParams": "tenantId\u003d\u0026id\u003d\u0026name\u003d\u0026code\u003d\u0026active\u003d\u0026visible\u003d", + "parentModule": "170", + "enabled": true, + "serviceCode": "RCMD", + "code": "null", + "path": "Grievance Redressal.Masters.Receiving Mode.Get all receivingmodes" + }, + { + "id": 341, + "name": "CREATE COMPLAINT ROUTER", + "url": "/workflow/router/v1/_create", + "displayName": "Create Router", + "orderNumber": 1, + "parentModule": "167", + "enabled": true, + "serviceCode": "RUTR", + "code": "null", + "path": "Grievance Redressal.Masters.Router.CREATE COMPLAINT ROUTER" + }, + { + "id": 342, + "name": "UPDATE COMPLAINT ROUTER", + "url": "/workflow/router/v1/_update", + "displayName": "Update Router", + "orderNumber": 3, + "parentModule": "167", + "enabled": true, + "serviceCode": "RUTR", + "code": "null", + "path": "Grievance Redressal.Masters.Router.UPDATE COMPLAINT ROUTER" + }, + { + "id": 343, + "name": "SEARCH COMPLAINT ROUTER", + "url": "/workflow/router/v1/_search", + "displayName": "View Router", + "orderNumber": 2, + "queryParams": "tenantId\u003d\u0026id\u003d\u0026boundaryid\u003d\u0026serviceid\u003d\u0026designationid\u003d", + "parentModule": "167", + "enabled": true, + "serviceCode": "RUTR", + "code": "null", + "path": "Grievance Redressal.Masters.Router.SEARCH COMPLAINT ROUTER" + }, + { + "id": 351, + "name": "Search a Service Type", + "url": "/pgr-master/service/v1/_search", + "displayName": "View Grievance Type", + "orderNumber": 2, + "parentModule": "166", + "enabled": true, + "serviceCode": "GRVTYP", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance type.Search a Service Type" + }, + { + "id": 352, + "name": "Search a Service Group", + "url": "/pgr-master/serviceGroup/v1/_search", + "displayName": "Search Category", + "orderNumber": 2, + "parentModule": "172", + "enabled": true, + "serviceCode": "GRVCTG", + "code": "null", + "path": "Grievance Redressal.Masters.Grievance Category.Search a Service Group" + }, + { + "id": 424, + "name": "Search Escalation Time", + "url": "/workflow/escalation-hours/v1/_search", + "displayName": "Search Escalation Time", + "orderNumber": 2, + "parentModule": "168", + "enabled": true, + "serviceCode": "ESCLT", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation Time.Search Escalation Time" + }, + { + "id": 425, + "name": "Create Escalation", + "url": "/pgr-master/escalation/_create", + "displayName": "Create/Update Escalation", + "orderNumber": 1, + "parentModule": "169", + "enabled": true, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Create Escalation" + }, + { + "id": 427, + "name": "Search Escalation", + "url": "/pgr-master/escalation/_search", + "displayName": "Create/Update Bulk Escalation", + "orderNumber": 2, + "parentModule": "169", + "enabled": true, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Search Escalation" + }, + { + "id": 428, + "name": "Ageing Report", + "url": "/pgr-master/report/ageingReport", + "displayName": "Ageing By Boundary Report", + "orderNumber": 1, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Ageing Report" + }, + { + "id": 429, + "name": "Drill Down Report", + "url": "/pgr-master/report/drillDownReport", + "displayName": "Drill Down By Boundary Report", + "orderNumber": 3, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Drill Down Report" + }, + { + "id": 430, + "name": "Grievance Type Wise Report", + "url": "/pgr-master/report/grievanceTypeWiseReport", + "displayName": "Grievance Type Wise Report", + "orderNumber": 6, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Grievance Type Wise Report" + }, + { + "id": 431, + "name": "Functionary Wise Report", + "url": "/pgr-master/report/functionaryWiseReport", + "displayName": "Functionary Wise Report", + "orderNumber": 7, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Functionary Wise Report" + }, + { + "id": 432, + "name": "Router Escalation Report", + "url": "/pgr-master/report/routerEscalationReport", + "displayName": "Router Escalation Report", + "orderNumber": 8, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Router Escalation Report" + }, + { + "id": 595, + "name": "Ageing By Department Report", + "url": "/pgr-master/report/ageingByDeptReport", + "displayName": "Ageing By Department Report", + "orderNumber": 2, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Ageing By Department Report" + }, + { + "id": 596, + "name": "Drill Down By Department Report", + "url": "/pgr-master/report/drillDownByDeptReport", + "displayName": "Drill Down By Department Report", + "orderNumber": 4, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Drill Down By Department Report" + }, + { + "id": 746, + "name": "Create Bulk Router", + "url": "/workflow/router/v1/_create", + "displayName": "Create Bulk Router", + "orderNumber": 4, + "parentModule": "167", + "enabled": true, + "serviceCode": "RUTR", + "code": "null", + "path": "Grievance Redressal.Masters.Router.Create Bulk Router" + }, + { + "id": 956, + "name": "Monthly Dashboard", + "url": "/pgr/dashboard", + "displayName": "ULB Dashboard", + "orderNumber": 1, + "enabled": true, + "serviceCode": "DSHBRD", + "code": "null", + "path": "Grievance Redressal.Dashboards.Monthly Dashboard" + }, + { + "id": 1179, + "name": "Complaint Summary Register Report", + "url": "/pgr-master/report/complaintSummaryRegisterReport", + "displayName": "Complaint Summary Register Report", + "orderNumber": 5, + "parentModule": "165", + "enabled": true, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Complaint Summary Register Report" + }, + { + "id": 1076, + "name": "Supplier Create", + "url": "/inventory-services/suppliers/_create", + "displayName": "Create Supplier", + "orderNumber": 1, + "enabled": false, + "serviceCode": "SUPPLIER MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Supplier Master.Supplier Create" + }, + { + "id": 1077, + "name": "Supplier Update", + "url": "/inventory-services/suppliers/_update", + "displayName": "Update Supplier", + "orderNumber": 2, + "enabled": false, + "serviceCode": "SUPPLIER MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Supplier Master.Supplier Update" + }, + { + "id": 1078, + "name": "Supplier Search", + "url": "/inventory-services/suppliers/_search", + "displayName": "Supplier", + "orderNumber": 3, + "enabled": true, + "serviceCode": "SUPPLIER MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Supplier Master.Supplier Search" + }, + { + "id": 1084, + "name": "Material Store Mapping Search", + "url": "/inventory-services/materialstoremapping/_search", + "displayName": "Material Store Mapping", + "orderNumber": 3, + "enabled": true, + "serviceCode": "Material Store Mapping", + "code": "null", + "path": "Inventory.Inventory Masters.Material Store Mapping.Material Store Mapping Search" + }, + { + "id": 1104, + "name": "Store Create", + "url": "/inventory-services/stores/_create", + "displayName": "Create Store", + "orderNumber": 1, + "enabled": false, + "serviceCode": "STORE MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Store Master.Store Create" + }, + { + "id": 1105, + "name": "Store Update", + "url": "/inventory-services/stores/_update", + "displayName": "Update Store", + "orderNumber": 2, + "enabled": false, + "serviceCode": "STORE MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Store Master.Store Update" + }, + { + "id": 1106, + "name": "Store Search", + "url": "/inventory-services/stores/_search", + "displayName": "Store", + "orderNumber": 3, + "enabled": true, + "serviceCode": "STORE MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Store Master.Store Search" + }, + { + "id": 1107, + "name": "Material Create", + "url": "/inventory-services/materials/_create", + "displayName": "Material", + "orderNumber": 1, + "enabled": true, + "serviceCode": "MATERIAL MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Material Master.Material Create" + }, + { + "id": 1108, + "name": "Material Update", + "url": "/inventory-services/materials/_update", + "displayName": "Update Material", + "orderNumber": 2, + "enabled": false, + "serviceCode": "MATERIAL MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Material Master.Material Update" + }, + { + "id": 1109, + "name": "Material Search", + "url": "/inventory-services/materials/_search", + "displayName": "Material", + "orderNumber": 3, + "enabled": false, + "serviceCode": "MATERIAL MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Material Master.Material Search" + }, + { + "id": 1110, + "name": "PriceList Create", + "url": "/inventory-services/pricelists/_create", + "displayName": "Create PriceList", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PRICE LIST MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Price List Master.PriceList Create" + }, + { + "id": 1111, + "name": "PriceList Update", + "url": "/inventory-services/pricelists/_update", + "displayName": "Update PriceList", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PRICE LIST MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Price List Master.PriceList Update" + }, + { + "id": 1112, + "name": "PriceList Search", + "url": "/inventory-services/pricelists/_search", + "displayName": "PriceList", + "orderNumber": 3, + "enabled": true, + "serviceCode": "PRICE LIST MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.Price List Master.PriceList Search" + }, + { + "id": 1113, + "name": "Indent Create", + "url": "/inventory-services/indents/_create", + "displayName": "Create Indent", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent.Indent Create" + }, + { + "id": 1114, + "name": "Indent Update", + "url": "/inventory-services/indents/_update", + "displayName": "Update Indent", + "orderNumber": 2, + "enabled": false, + "serviceCode": "INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent.Indent Update" + }, + { + "id": 1115, + "name": "Indent Search", + "url": "/inventory-services/indents/_search", + "displayName": "Indent", + "orderNumber": 3, + "enabled": true, + "serviceCode": "INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent.Indent Search" + }, + { + "id": 1146, + "name": "Opening Balance Create", + "url": "/inventory-services/openingbalance/_create", + "displayName": "Create Opening Balance", + "orderNumber": 1, + "enabled": false, + "serviceCode": "OPENING BALANCE", + "code": "null", + "path": "Inventory.Inventory Transactions.Opening Balance.Opening Balance Create" + }, + { + "id": 1147, + "name": "Opening Balance Update", + "url": "/inventory-services/openingbalance/_update", + "displayName": "Update Opening Balance", + "orderNumber": 2, + "enabled": false, + "serviceCode": "OPENING BALANCE", + "code": "null", + "path": "Inventory.Inventory Transactions.Opening Balance.Opening Balance Update" + }, + { + "id": 1148, + "name": "Opening Balance Search", + "url": "/inventory-services/openingbalance/_search", + "displayName": "Opening Balance", + "orderNumber": 3, + "enabled": true, + "serviceCode": "OPENING BALANCE", + "code": "null", + "path": "Inventory.Inventory Transactions.Opening Balance.Opening Balance Search" + }, + { + "id": 1183, + "name": "Opening Balance Report", + "url": "/inventory/reports/openingBalanceReport", + "displayName": "Opening Balance Report", + "orderNumber": 1, + "enabled": true, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Opening Balance Report" + }, + { + "id": 1439, + "name": "Inventory Register Report", + "url": "/inventory/reports/inventoryRegisterReport", + "displayName": "Inventory Register Report", + "orderNumber": 3, + "enabled": true, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Inventory Register Report" + }, + { + "id": 1184, + "name": "Supplier Report", + "url": "/inventory/reports/supplierreport", + "displayName": "Supplier List", + "orderNumber": 2, + "enabled": true, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Supplier Report" + }, + { + "id": 992, + "name": "New Case Create", + "url": "/lcms-services/legalcase/summon/_create", + "displayName": "Create New Case", + "orderNumber": 1, + "parentModule": "513", + "enabled": false, + "serviceCode": "CASE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.New Case Create" + }, + { + "id": 993, + "name": "Legacy Case Create", + "url": "/lcms-services/legalcase/case/_dataentry", + "displayName": "Create Legacy Case", + "orderNumber": 2, + "parentModule": "513", + "enabled": true, + "serviceCode": "CASE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Legacy Case Create" + }, + { + "id": 994, + "name": "Case Search", + "url": "/lcms-services/legalcase/case/_search", + "displayName": "Search Case", + "orderNumber": 3, + "parentModule": "513", + "enabled": true, + "serviceCode": "CASE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Case Search" + }, + { + "id": 995, + "name": "Advocate Create", + "url": "/lcms-services/legalcase/advocate/_create", + "displayName": "Create Advocate", + "orderNumber": 0, + "parentModule": "516", + "enabled": false, + "serviceCode": "ADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Advocate.Advocate Create" + }, + { + "id": 997, + "name": "Advocate Search", + "url": "/lcms-services/legalcase/advocate/_search", + "displayName": "Search Advocate", + "orderNumber": 0, + "parentModule": "516", + "enabled": true, + "serviceCode": "ADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Advocate.Advocate Search" + }, + { + "id": 998, + "name": "Opinion Create", + "url": "/lcms-services/legalcase/opinion/_create", + "displayName": "Create Opinion", + "orderNumber": 11, + "parentModule": "514", + "enabled": false, + "serviceCode": "OPINION", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Opinion.Opinion Create" + }, + { + "id": 1000, + "name": "Opinion Search", + "url": "/lcms-services/legalcase/opinion/_search", + "displayName": "Search Opinion", + "orderNumber": 13, + "parentModule": "514", + "enabled": true, + "serviceCode": "OPINION", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Opinion.Opinion Search" + }, + { + "id": 1001, + "name": "AdvocatePayment Create", + "url": "/lcms-services/legalcase/advocatepayment/_create", + "displayName": "Create Advocate Payment", + "orderNumber": 21, + "parentModule": "515", + "enabled": false, + "serviceCode": "PAYMENTADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Payment Request.AdvocatePayment Create" + }, + { + "id": 1003, + "name": "AdvocatePayment Search", + "url": "/lcms-services/legalcase/advocatepayment/_search", + "displayName": "Search Advocate Payment", + "orderNumber": 23, + "parentModule": "515", + "enabled": true, + "serviceCode": "PAYMENTADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Payment Request.AdvocatePayment Search" + }, + { + "id": 1004, + "name": "Stamp/Register Create", + "url": "/lcms-services/legalcase/register/_create", + "displayName": "Create Stamp/Register", + "orderNumber": 0, + "parentModule": "517", + "enabled": false, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Stamp/Register.Stamp/Register Create" + }, + { + "id": 1006, + "name": "Stamp/Register Search", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Search Stamp/Register", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Stamp/Register.Stamp/Register Search" + }, + { + "id": 1459, + "name": "Side", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Side", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Side.Side" + }, + { + "id": 1209, + "name": "Court", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Court", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "COURTTYPE", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Court.Court" + }, + { + "id": 1210, + "name": "caseType", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Case Type", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Case Type.Case Type" + }, + { + "id": 1211, + "name": "caseCategory", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Case Category", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Case Category.Case Category" + }, + { + "id": 1212, + "name": "bench", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Bench", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Bench.Bench" + }, + { + "id": 1213, + "name": "caseStatus", + "url": "/lcms-services/legalcase/register/_search", + "displayName": "Case Status", + "orderNumber": 0, + "parentModule": "517", + "enabled": true, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Case Status.Case Status" + }, + { + "id": 1030, + "name": "Case Register Report", + "url": "/lcms/report/CaseRegisterReport/_get", + "displayName": "Case Register Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case Register Report" + }, + { + "id": 1031, + "name": "Case Summary Report", + "url": "/lcms/report/CaseSummaryReport/_get", + "displayName": "Case Summary Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case Summary Report" + }, + { + "id": 1032, + "name": "Case Detail Report", + "url": "/lcms/report/CaseDetailReport/_get", + "displayName": "Case Detail Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case Detail Report" + }, + { + "id": 1033, + "name": "Case History Report", + "url": "/lcms/report/CaseHistoryReport/_get", + "displayName": "Case History Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case History Report" + }, + { + "id": 1034, + "name": "Case Pendency Report", + "url": "/lcms/report/CasePendencyReport/_get", + "displayName": "Case Pendency Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case Pendency Report" + }, + { + "id": 1035, + "name": "Case Status Report", + "url": "/lcms/report/CaseStatusReport/_get", + "displayName": "Case Status Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Case Status Report" + }, + { + "id": 1036, + "name": "Due Date Report", + "url": "/lcms/report/DueDateReport/_get", + "displayName": "Due Date Report", + "orderNumber": 0, + "enabled": true, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Due Date Report" + }, + { + "id": 1177, + "name": "Agency Search", + "url": "/lcms-services/legalcase/advocate/agency/_search", + "displayName": "Search Agency", + "orderNumber": 1, + "parentModule": "516", + "enabled": true, + "serviceCode": "ADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Advocate.Agency Search" + }, + { + "id": 1185, + "name": "Search Event", + "url": "/lcms-services/legalcase/event/_get", + "displayName": "My Events", + "orderNumber": 1, + "parentModule": "513", + "enabled": true, + "serviceCode": "CASE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Search Event" + }, + { + "id": 1067, + "name": "PerfAssmtKpiMasterCreate", + "url": "/perfmanagement/v1/kpimaster/_create", + "displayName": "Create KPI Master", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_MSTR", + "code": "null", + "path": "Performance Assessment.Performance Assessment Masters.PerfAssmtKpiMasterCreate" + }, + { + "id": 1068, + "name": "PerfAssmtKpiMasterUpdate", + "url": "/perfmanagement/v1/kpimaster/_update", + "displayName": "Update KPI Master", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_MSTR", + "code": "null", + "path": "Performance Assessment.Performance Assessment Masters.PerfAssmtKpiMasterUpdate" + }, + { + "id": 1070, + "name": "PerfAssmtKpiMasterSearch", + "url": "/perfmanagement/v1/kpimaster/_search", + "displayName": "KPI Master", + "orderNumber": 2, + "parentModule": "592", + "enabled": true, + "serviceCode": "PERF_ASSESSMENT_MSTR", + "code": "null", + "path": "Performance Assessment.Performance Assessment Masters.PerfAssmtKpiMasterSearch" + }, + { + "id": 1071, + "name": "PerfAssmtKpiValueCreate", + "url": "/perfmanagement/v1/kpivalue/_create", + "displayName": "Create KPI Value", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_VAL", + "code": "null", + "path": "Performance Assessment.Performance Assessment Actuals.PerfAssmtKpiValueCreate" + }, + { + "id": 1072, + "name": "PerfAssmtKpiValueUpdate", + "url": "/perfmanagement/v1/kpivalue/_update", + "displayName": "Update KPI Value", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_VAL", + "code": "null", + "path": "Performance Assessment.Performance Assessment Actuals.PerfAssmtKpiValueUpdate" + }, + { + "id": 1073, + "name": "PerfAssmtKpiValueSearch", + "url": "/perfmanagement/v1/kpivalue/_search", + "displayName": "KPI Value", + "orderNumber": 4, + "parentModule": "592", + "enabled": true, + "serviceCode": "PERF_ASSESSMENT_VAL", + "code": "null", + "path": "Performance Assessment.Performance Assessment Actuals.PerfAssmtKpiValueSearch" + }, + { + "id": 958, + "name": "VehicleFuellingDetails Create", + "url": "/swm-services/vehiclefuellingdetails/_create", + "displayName": "Enter Vehicle Fuelling Details", + "orderNumber": 0, + "parentModule": "310", + "enabled": false, + "serviceCode": "VehicleFuelling", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Fuelling.VehicleFuellingDetails Create" + }, + { + "id": 959, + "name": "VehicleFuellingDetails Update", + "url": "/swm-services/vehiclefuellingdetails/_update", + "displayName": "Update Vehicle Fuelling Details", + "orderNumber": 0, + "parentModule": "310", + "enabled": false, + "serviceCode": "VehicleFuelling", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Fuelling.VehicleFuellingDetails Update" + }, + { + "id": 960, + "name": "VehicleFuellingDetails Search", + "url": "/swm-services/vehiclefuellingdetails/_search", + "displayName": "Vehicle Fuelling Details", + "orderNumber": 0, + "parentModule": "310", + "enabled": true, + "serviceCode": "VehicleFuelling", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Fuelling.VehicleFuellingDetails Search" + }, + { + "id": 970, + "name": "Vehicle Create", + "url": "/swm-services/vehicles/_create", + "displayName": "Create Vehicle", + "orderNumber": 0, + "parentModule": "506", + "enabled": false, + "serviceCode": "Vehicle", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle.Vehicle Create" + }, + { + "id": 971, + "name": "Vehicle Update", + "url": "/swm-services/vehicles/_update", + "displayName": "Update Vehicle", + "orderNumber": 0, + "parentModule": "506", + "enabled": false, + "serviceCode": "Vehicle", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle.Vehicle Update" + }, + { + "id": 972, + "name": "Vehicle Search", + "url": "/swm-services/vehicles/_search", + "displayName": "Vehicle", + "orderNumber": 0, + "parentModule": "506", + "enabled": true, + "serviceCode": "Vehicle", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle.Vehicle Search" + }, + { + "id": 973, + "name": "CollectionPoint Create", + "url": "/swm-services/collectionpoints/_create", + "displayName": "Create Collection Point", + "orderNumber": 0, + "parentModule": "507", + "enabled": false, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point.CollectionPoint Create" + }, + { + "id": 974, + "name": "CollectionPoint Update", + "url": "/swm-services/collectionpoints/_update", + "displayName": "Update Collection Point", + "orderNumber": 0, + "parentModule": "507", + "enabled": false, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point.CollectionPoint Update" + }, + { + "id": 975, + "name": "CollectionPoint Search", + "url": "/swm-services/collectionpoints/_search", + "displayName": "Collection Point", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point.CollectionPoint Search" + }, + { + "id": 982, + "name": "CollectionPointDetails Create", + "url": "/swm-services/collectionpointdetails/_create", + "displayName": "Create Collection Point Details", + "orderNumber": 0, + "parentModule": "508", + "enabled": false, + "serviceCode": "Collection Point Details", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point Details.CollectionPointDetails Create" + }, + { + "id": 983, + "name": "CollectionPointDetails Update", + "url": "/swm-services/collectionpointdetails/_update", + "displayName": "Update Collection Point Details", + "orderNumber": 0, + "parentModule": "508", + "enabled": false, + "serviceCode": "Collection Point Details", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point Details.CollectionPointDetails Update" + }, + { + "id": 984, + "name": "CollectionPointDetails Search", + "url": "/swm-services/collectionpointdetails/_search", + "displayName": "Collection Point Details", + "orderNumber": 0, + "parentModule": "508", + "enabled": false, + "serviceCode": "Collection Point Details", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection Point Details.CollectionPointDetails Search" + }, + { + "id": 986, + "name": "Route Create", + "url": "/swm-services/routes/_create", + "displayName": "Create Route", + "orderNumber": 0, + "parentModule": "509", + "enabled": false, + "serviceCode": "Route", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Route.Route Create" + }, + { + "id": 987, + "name": "Route Update", + "url": "/swm-services/routes/_update", + "displayName": "Update Route", + "orderNumber": 0, + "parentModule": "509", + "enabled": false, + "serviceCode": "Route", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Route.Route Update" + }, + { + "id": 988, + "name": "Route Search", + "url": "/swm-services/routes/_search", + "displayName": "Route", + "orderNumber": 0, + "parentModule": "509", + "enabled": true, + "serviceCode": "Route", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Route.Route Search" + }, + { + "id": 1044, + "name": "RefillinPumpStation Create", + "url": "/swm-services/refillingpumpstations/_create", + "displayName": "Create Refilling Pump Station", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Refilling Pump Station", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Refilling Pump Station.RefillingPumpStation Create" + }, + { + "id": 1045, + "name": "RefillinPumpStation Update", + "url": "/swm-services/refillingpumpstations/_update", + "displayName": "Update Refilling Pump Station", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Refilling Pump Station", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Refilling Pump Station.RefillingPumpStation Update" + }, + { + "id": 1046, + "name": "RefillinPumpStation Search", + "url": "/swm-services/refillingpumpstations/_search", + "displayName": " Refilling Pump Station", + "orderNumber": 0, + "enabled": true, + "serviceCode": "Refilling Pump Station", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Refilling Pump Station.RefillingPumpStation Search" + }, + { + "id": 1047, + "name": "VendorContract Create", + "url": "/swm-services/vendorcontracts/_create", + "displayName": "Create Vendor Contract", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Vendor Contract", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor Contract.VendorContract Create" + }, + { + "id": 1048, + "name": "VendorContract Update", + "url": "/swm-services/vendorcontracts/_update", + "displayName": "Update Vendor Contract", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Vendor Contract", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor Contract.VendorContract Update" + }, + { + "id": 1049, + "name": "VendorContract Search", + "url": "/swm-services/vendorcontracts/_search", + "displayName": "Vendor Contract", + "orderNumber": 0, + "enabled": true, + "serviceCode": "Vendor Contract", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor Contract.VendorContract Search" + }, + { + "id": 1050, + "name": "Vendor Create", + "url": "/swm-services/vendors/_create", + "displayName": "Create Vendor", + "orderNumber": 0, + "parentModule": "530", + "enabled": false, + "serviceCode": "Vendor", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor.Vendor Create" + }, + { + "id": 1051, + "name": "Vendor Update", + "url": "/swm-services/vendors/_update", + "displayName": "Update Vendor", + "orderNumber": 0, + "parentModule": "530", + "enabled": false, + "serviceCode": "Vendor", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor.Vendor Update" + }, + { + "id": 1052, + "name": "Vendor Search", + "url": "/swm-services/vendors/_search", + "displayName": "Vendor", + "orderNumber": 0, + "parentModule": "530", + "enabled": true, + "serviceCode": "Vendor", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vendor.Vendor Search" + }, + { + "id": 1053, + "name": "VehicleMaintenance Create", + "url": "/swm-services/vehiclemaintenances/_create", + "displayName": "Create Vehicle Maintenance", + "orderNumber": 0, + "parentModule": "531", + "enabled": false, + "serviceCode": "VehicleMaintenance", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle Maintenance.VehicleMaintenance Create" + }, + { + "id": 1054, + "name": "VehicleMaintenance Update", + "url": "/swm-services/vehiclemaintenances/_update", + "displayName": "Update Vehicle Maintenance", + "orderNumber": 0, + "parentModule": "531", + "enabled": false, + "serviceCode": "VehicleMaintenance", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle Maintenance.VehicleMaintenance Update" + }, + { + "id": 1055, + "name": "VehicleMaintenance Search", + "url": "/swm-services/vehiclemaintenances/_search", + "displayName": "Vehicle Maintenance", + "orderNumber": 0, + "parentModule": "531", + "enabled": true, + "serviceCode": "VehicleMaintenance", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle Maintenance.VehicleMaintenance Search" + }, + { + "id": 1064, + "name": "SanitationStaffTarget Create", + "url": "/swm-services/sanitationstafftargets/_create", + "displayName": "Create Sanitation Staff Target", + "orderNumber": 0, + "parentModule": "591", + "enabled": false, + "serviceCode": "SanitationStaffTarget", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Sanitation Staff Target.SanitationStaffTarget Create" + }, + { + "id": 1065, + "name": "SanitationStaffTarget Update", + "url": "/swm-services/sanitationstafftargets/_update", + "displayName": "Update Sanitation Staff Target", + "orderNumber": 0, + "parentModule": "591", + "enabled": false, + "serviceCode": "SanitationStaffTarget", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Sanitation Staff Target.SanitationStaffTarget Update" + }, + { + "id": 1066, + "name": "SanitationStaffTarget Search", + "url": "/swm-services/sanitationstafftargets/_search", + "displayName": "Sanitation Staff Target", + "orderNumber": 0, + "parentModule": "591", + "enabled": true, + "serviceCode": "SanitationStaffTarget", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Sanitation Staff Target.SanitationStaffTarget Search" + }, + { + "id": 1214, + "name": "Vehicle type", + "url": "/swm-services/vehicletype/_create", + "displayName": "Vehicle type", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Vehicle type.Vehicle type" + }, + { + "id": 1215, + "name": "Waste Type", + "url": "/swm-services/wastetype/_create", + "displayName": "Waste Type", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Waste Type.Waste Type" + }, + { + "id": 1216, + "name": "Waste Subtype", + "url": "/swm-services/wastesubtype/_create", + "displayName": "Waste Sub-Type", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Waste Sub-Type.Waste Sub-Type" + }, + { + "id": 1217, + "name": "Shift Type", + "url": "/swm-services/shifttype/_create", + "displayName": "Shift Type", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Shift Type.Shift Type" + }, + { + "id": 1218, + "name": "Collection type", + "url": "/swm-services/collectionpoint/_create", + "displayName": "Collection type", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "Collection Point", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Collection type.Collection type" + }, + { + "id": 1219, + "name": "Population", + "url": "/swm-services/population/_create", + "displayName": "Population", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "SWM Masters", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Population.Population" + }, + { + "id": 1220, + "name": "Toilet", + "url": "/swm-services/Toilet/_create", + "displayName": "Toilet", + "orderNumber": 0, + "parentModule": "507", + "enabled": true, + "serviceCode": "SWM Masters", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Toilet.Toilet" + }, + { + "id": 1098, + "name": "VehicleSchedule Create", + "url": "/swm-services/vehicleschedules/_create", + "displayName": "Create Vehicle Schedule", + "orderNumber": 0, + "parentModule": "604", + "enabled": false, + "serviceCode": "VehicleSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Schedule.VehicleSchedule Create" + }, + { + "id": 1099, + "name": "VehicleSchedule Update", + "url": "/swm-services/vehicleschedules/_update", + "displayName": "Update Vehicle Schedule", + "orderNumber": 0, + "parentModule": "604", + "enabled": false, + "serviceCode": "VehicleSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Schedule.VehicleSchedule Update" + }, + { + "id": 1100, + "name": "VehicleSchedule Search", + "url": "/swm-services/vehicleschedules/_search", + "displayName": "Vehicle Schedule", + "orderNumber": 0, + "parentModule": "604", + "enabled": true, + "serviceCode": "VehicleSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Schedule.VehicleSchedule Search" + }, + { + "id": 1157, + "name": "Vehicle Maintenance Details Create", + "url": "/swm-services/vehiclemaintenancedetails/_create", + "displayName": "Create Vehicle Maintenance Details", + "orderNumber": 0, + "parentModule": "622", + "enabled": false, + "serviceCode": "Vehicle Maintenance Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Maintenance Details.Vehicle Maintenance Details Create" + }, + { + "id": 1158, + "name": "Vehicle Maintenance Details Update", + "url": "/swm-services/vehiclemaintenancedetails/_update", + "displayName": "Update Vehicle Maintenance Details", + "orderNumber": 0, + "parentModule": "622", + "enabled": false, + "serviceCode": "Vehicle Maintenance Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Maintenance Details.Vehicle Maintenance Details Update" + }, + { + "id": 1159, + "name": "Vehicle Maintenance Details Search", + "url": "/swm-services/vehiclemaintenancedetails/_search", + "displayName": "Vehicle Maintenance Details", + "orderNumber": 0, + "parentModule": "622", + "enabled": true, + "serviceCode": "Vehicle Maintenance Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Maintenance Details.Vehicle Maintenance Details Search" + }, + { + "id": 1161, + "name": "VehicleTripSheetDetails Create", + "url": "/swm-services/vehicletripsheetdetails/_create", + "displayName": "Create Vehicle Trip Sheet Details", + "orderNumber": 0, + "parentModule": "623", + "enabled": false, + "serviceCode": "VehicleTripSheetDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Trip Sheet Details.VehicleTripSheetDetails Create" + }, + { + "id": 1162, + "name": "VehicleTripSheetDetails Update", + "url": "/swm-services/vehicletripsheetdetails/_update", + "displayName": "Update Vehicle Trip Sheet Details", + "orderNumber": 0, + "parentModule": "623", + "enabled": false, + "serviceCode": "VehicleTripSheetDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Trip Sheet Details.VehicleTripSheetDetails Update" + }, + { + "id": 1163, + "name": "VehicleTripSheetDetails Search", + "url": "/swm-services/vehicletripsheetdetails/_search", + "displayName": "Vehicle Trip Sheet Details", + "orderNumber": 0, + "parentModule": "623", + "enabled": true, + "serviceCode": "VehicleTripSheetDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vehicle Trip Sheet Details.VehicleTripSheetDetails Search" + }, + { + "id": 1167, + "name": "SourceSegregation Create", + "url": "/swm-services/sourcesegregations/_create", + "displayName": "Create Source Segregation", + "orderNumber": 0, + "parentModule": "624", + "enabled": false, + "serviceCode": "SourceSegregation", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Source Segregation.SourceSegregation Create" + }, + { + "id": 1168, + "name": "SourceSegregation Update", + "url": "/swm-services/sourcesegregations/_update", + "displayName": "Update Source Segregation", + "orderNumber": 0, + "parentModule": "624", + "enabled": false, + "serviceCode": "SourceSegregation", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Source Segregation.SourceSegregation Update" + }, + { + "id": 1169, + "name": "SourceSegregation Search", + "url": "/swm-services/sourcesegregations/_search", + "displayName": "Source Segregation", + "orderNumber": 0, + "parentModule": "624", + "enabled": true, + "serviceCode": "SourceSegregation", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Source Segregation.SourceSegregation Search" + }, + { + "id": 1171, + "name": "SanitationStaffSchedule Create", + "url": "/swm-services/sanitationstaffschedules/_create", + "displayName": "Create Sanitation Staff Schedule", + "orderNumber": 0, + "parentModule": "625", + "enabled": false, + "serviceCode": "SanitationStaffSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Sanitation Staff Schedule.SanitationStaffSchedule Create" + }, + { + "id": 1172, + "name": "SanitationStaffSchedule Update", + "url": "/swm-services/sanitationstaffschedules/_update", + "displayName": "Update Sanitation Staff Schedule", + "orderNumber": 0, + "parentModule": "625", + "enabled": false, + "serviceCode": "SanitationStaffSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Sanitation Staff Schedule.SanitationStaffSchedule Update" + }, + { + "id": 1173, + "name": "SanitationStaffSchedule Search", + "url": "/swm-services/sanitationstaffschedules/_search", + "displayName": "Sanitation Staff Schedule", + "orderNumber": 0, + "parentModule": "625", + "enabled": true, + "serviceCode": "SanitationStaffSchedule", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Sanitation Staff Schedule.SanitationStaffSchedule Search" + }, + { + "id": 1206, + "name": "VendorPaymentDetails Create", + "url": "/swm-services/vendorpaymentdetails/_create", + "displayName": "Vendor Invoice", + "orderNumber": 0, + "parentModule": "636", + "enabled": true, + "serviceCode": "VendorPaymentDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vendor Invoice.Vendor Invoice Create" + }, + { + "id": 1207, + "name": "VendorPaymentDetails Update", + "url": "/swm-services/vendorpaymentdetails/_update", + "displayName": "Vendor Invoice", + "orderNumber": 0, + "parentModule": "636", + "enabled": false, + "serviceCode": "VendorPaymentDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vendor Invoice.Vendor Invoice Update" + }, + { + "id": 1208, + "name": "VendorPaymentDetails Search", + "url": "/swm-services/vendorpaymentdetails/_search", + "displayName": "Vendor Invoice", + "orderNumber": 0, + "parentModule": "636", + "enabled": false, + "serviceCode": "VendorPaymentDetails", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Vendor Invoice.Vendor Invoice Search" + }, + { + "id": 6, + "name": "Get location by LocationName", + "url": "/v1/location/boundarys/getLocationByLocationName", + "displayName": "Get location by LocationName", + "orderNumber": 0, + "queryParams": "locationName\u003d", + "parentModule": "BNDRY", + "enabled": false, + "serviceCode": "BNDRY", + "code": "null", + "path": "Boundary Module.Get location by LocationName" + }, + { + "id": 7, + "name": "Search Boundary by BoundryTypeName and HierarchyTypeName", + "url": "/v1/location/boundarys/boundariesByBndryTypeNameAndHierarchyTypeName", + "displayName": "Search Boundary", + "orderNumber": 0, + "queryParams": "boundaryTypeName\u003d\u0026hierarchyTypeName\u003d", + "parentModule": "BNDRY", + "enabled": false, + "serviceCode": "BNDRY", + "code": "null", + "path": "Boundary Module.Search Boundary by BoundryTypeName and HierarchyTypeName" + }, + { + "id": 9, + "name": "Get all Statuses", + "url": "/pgr/statuses/v1/_search", + "displayName": "Get all Statuses", + "orderNumber": 0, + "queryParams": "tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "PGR.Get all Statuses" + }, + { + "id": 10, + "name": "Get next statuses by CurrentStatus and Role", + "url": "/workflow/v1/nextstatuses/_search", + "displayName": "Get next statuses by CurrentStatus and Role", + "orderNumber": 0, + "queryParams": "userId\u003d\u0026currentStatus\u003d\u0026tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get next statuses by CurrentStatus and Role" + }, + { + "id": 11, + "name": "Get Workflow History", + "url": "/workflow/history/v1/_search", + "displayName": "Get Workflow History", + "orderNumber": 0, + "queryParams": "tenantId\u003d\u0026workflowId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get Workflow History" + }, + { + "id": 12, + "name": "Get ChildBoundary by BoundaryId", + "url": "/v1/location/boundarys/childLocationsByBoundaryId", + "displayName": "Get ChildBoundary by BoundaryId", + "orderNumber": 0, + "queryParams": "boundaryId\u003d", + "parentModule": "BNDRY", + "enabled": false, + "serviceCode": "BNDRY", + "path": "Boundary Module.Get ChildBoundary by BoundaryId" + }, + { + "id": 14, + "name": "Get File by FileStoreId", + "url": "/filestore/v1/files/id", + "displayName": "Get File by FileStoreId", + "orderNumber": 0, + "queryParams": "fileStoreId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "PGR.Get File by FileStoreId" + }, + { + "id": 18, + "name": "Search Boundary by boundaryId", + "url": "/v1/location/boundarys", + "displayName": "Search Boundary by boundaryId", + "orderNumber": 0, + "queryParams": "boundary\u003d", + "parentModule": "BNDRY", + "enabled": false, + "serviceCode": "BNDRY", + "code": "null", + "path": "Boundary Module.Search Boundary by boundaryId" + }, + { + "id": 21, + "name": "UpdateComplaintForm", + "url": "/templates/view-complaint.html", + "displayName": "Update Grievance", + "orderNumber": 0, + "queryParams": "srn\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "PGR.UpdateComplaintForm" + }, + { + "id": 151, + "name": "Search Agreement Doc types", + "url": "/document/_search", + "displayName": "Search Agreement Doc types", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Search Agreement Doc types" + }, + { + "id": 152, + "name": "Search LAMS Configurations", + "url": "/lamsconfigurations/_search", + "displayName": "Search LAMS Configurations", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Search LAMS Configurations" + }, + { + "id": 153, + "name": "Get Agreement Status", + "url": "/getstatus", + "displayName": "Get Agreement Status", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Get Agreement Status" + }, + { + "id": 154, + "name": "Get Agreement Payment Cycle", + "url": "/lams-services/getpaymentcycle", + "displayName": "Get Agreement Payment Cycle", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Get Agreement Payment Cycle" + }, + { + "id": 155, + "name": "Get Agreement Natureofallottment", + "url": "/lams-services/getnatureofallotment", + "displayName": "Get Agreement Natureofallottment", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Get Agreement Natureofallottment" + }, + { + "id": 156, + "name": "Get Agreement rentincrements", + "url": "/lams-services/getrentincrements", + "displayName": "Get Agreement rentincrements", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Get Agreement rentincrements" + }, + { + "id": 157, + "name": "Agreement Payment Create", + "url": "/payment/_create", + "displayName": "Agreement Payment Create", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Agreement Payment Create" + }, + { + "id": 158, + "name": "Agreement Coll back update", + "url": "/payment/_update", + "displayName": "Agreement Coll back update", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Agreement Coll back update" + }, + { + "id": 159, + "name": "Update Agreement", + "url": "/lams-services/agreements/_update", + "displayName": "Update Agreement", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Update Agreement" + }, + { + "id": 160, + "name": "Create Agreement Submit", + "url": "/lams-services/agreements/_create", + "displayName": "Create Agreement Submit", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Create Agreement Submit" + }, + { + "id": 161, + "name": "Search Agreement Submit", + "url": "/lams-services/agreements/_search", + "displayName": "Search Agreement Submit", + "orderNumber": 1, + "queryParams": "", + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Search Agreement Submit" + }, + { + "id": 162, + "name": "Inbox Agreement View", + "url": "/app/search-agreement/view-renew-agreement.html", + "displayName": "Inbox Agreement View", + "orderNumber": 1, + "queryParams": "", + "parentModule": "44", + "enabled": false, + "serviceCode": "AGREEMENT", + "code": "null", + "path": "Leases And Agreements.Agreement.Inbox Agreement View" + }, + { + "id": 164, + "name": "CreateEmployees", + "url": "/hr-employee/employees/_create", + "displayName": "CreateEmployees", + "orderNumber": 2, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.CreateEmployees" + }, + { + "id": 166, + "name": "EmployeeUpdate", + "url": "/hr-employee/employees/_update", + "displayName": "EmployeeUpdate", + "orderNumber": 4, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.EmployeeUpdate" + }, + { + "id": 168, + "name": "SearchEmployee", + "url": "/hr-employee/employees/_search", + "displayName": "SearchEmployee", + "orderNumber": 6, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.SearchEmployee" + }, + { + "id": 172, + "name": "SearchGrade", + "url": "/hr-masters/grades/_search", + "displayName": "SearchGrade", + "orderNumber": 10, + "parentModule": "70", + "enabled": false, + "serviceCode": "Grade", + "code": "null", + "path": "Employee Management.Employee Masters.Grade.SearchGrade" + }, + { + "id": 180, + "name": "CommunitySearch", + "url": "/egov-common-masters/communities/_search", + "displayName": "CommunitySearch", + "orderNumber": 17, + "queryParams": "tenantId\u003d", + "parentModule": "51", + "enabled": false, + "serviceCode": "Community", + "code": "null", + "path": "Employee Management.Employee Masters.Community.CommunitySearch" + }, + { + "id": 184, + "name": "DesignationSearch", + "url": "/hr-masters/designations/_search", + "displayName": "DesignationSearch", + "orderNumber": 1, + "queryParams": "tenantId\u003d", + "parentModule": "50", + "enabled": false, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.DesignationSearch" + }, + { + "id": 188, + "name": "PositionSearch", + "url": "/hr-masters/positions/_search", + "displayName": "PositionSearch", + "orderNumber": 1, + "parentModule": "70", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.PositionSearch" + }, + { + "id": 192, + "name": "CalendarSearch", + "url": "/egov-common-masters/calendaryears/_search", + "displayName": "CalendarSearch", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "Calendar", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarSetUp.CalendarSearch" + }, + { + "id": 194, + "name": "CreateHoliday", + "url": "/egov-common-masters/holidays/_create", + "displayName": "CreateHoliday", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.CreateHoliday" + }, + { + "id": 196, + "name": "UpdateHoliday", + "url": "/egov-common-masters/holidays/{id}/_update", + "displayName": "UpdateHoliday", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.UpdateHoliday" + }, + { + "id": 198, + "name": "CalendarHolidaysSearch", + "url": "/egov-common-masters/holidays/_search", + "displayName": "CalendarHolidaysSearch", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.CalendarHolidaysSearch" + }, + { + "id": 199, + "name": "EmployeeTypes", + "url": "/hr-masters/employeetypes/_search", + "displayName": "EmployeeTypes", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.EmployeeTypes" + }, + { + "id": 200, + "name": "EmployeeStatus", + "url": "/hr-masters/hrstatuses/_search", + "displayName": "EmployeeStatus", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.EmployeeStatus" + }, + { + "id": 201, + "name": "EmployeeGroup", + "url": "/hr-masters/groups/_search", + "displayName": "EmployeeGroup", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.EmployeeGroup" + }, + { + "id": 202, + "name": "CommonLanguages", + "url": "/egov-common-masters/languages/_search", + "displayName": "CommonLanguages", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.CommonLanguages" + }, + { + "id": 203, + "name": "CommonReligions", + "url": "/egov-common-masters/religions/_search", + "displayName": "CommonReligions", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.CommonReligions" + }, + { + "id": 204, + "name": "RecruitmentModes", + "url": "/hr-masters/recruitmentmodes/_search", + "displayName": "RecruitmentModes", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.RecruitmentModes" + }, + { + "id": 205, + "name": "RecruitmentTypes", + "url": "/hr-masters/recruitmenttypes/_search", + "displayName": "RecruitmentTypes", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.RecruitmentTypes" + }, + { + "id": 206, + "name": "RecruitmentQuotas", + "url": "/hr-masters/recruitmentquotas/_search", + "displayName": "RecruitmentQuotas", + "orderNumber": 0, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.RecruitmentQuotas" + }, + { + "id": 207, + "name": "CommonDepartmentsSearch", + "url": "/egov-common-masters/departments/_search", + "displayName": "CommonDepartmentsSearch", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.CommonDepartmentsSearch" + }, + { + "id": 208, + "name": "VacantPositions", + "url": "/hr-masters/vacantpositions/_search", + "displayName": "VacantPositions", + "orderNumber": 3, + "parentModule": "70", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.VacantPositions" + }, + { + "id": 210, + "name": "AttendanceResults", + "url": "/app/hr/attendance/attendance.html", + "displayName": "Search Attendances", + "orderNumber": 1, + "parentModule": "57", + "enabled": false, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.AttendanceResults" + }, + { + "id": 211, + "name": "AjaxSearchAttendances", + "url": "/hr-attendance/attendances/_search", + "displayName": "Ajax Search Attendances", + "orderNumber": 0, + "parentModule": "72", + "enabled": false, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.AjaxSearchAttendances" + }, + { + "id": 212, + "name": "AjaxCreateAttendances", + "url": "/hr-attendance/attendances/_create", + "displayName": "Ajax Create Attendances", + "orderNumber": 0, + "parentModule": "72", + "enabled": false, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.AjaxCreateAttendances" + }, + { + "id": 213, + "name": "AjaxUpdateAttendances", + "url": "/hr-attendance/attendances/_update", + "displayName": "Ajax Update Attendances", + "orderNumber": 0, + "parentModule": "72", + "enabled": false, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.AjaxUpdateAttendances" + }, + { + "id": 215, + "name": "CreateLeave Mappings", + "url": "/hr-leave/leaveallotments/_create", + "displayName": "CreateLeave Mappings", + "orderNumber": 2, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.CreateLeave Mappings" + }, + { + "id": 217, + "name": "Leave MappingUpdate", + "url": "/hr-leave/leaveallotments/_update", + "displayName": "Leave MappingUpdate", + "orderNumber": 4, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.Leave MappingUpdate" + }, + { + "id": 219, + "name": "SearchLeave Mapping", + "url": "/hr-leave/leaveallotments/_search", + "displayName": "Search Leave Mapping", + "orderNumber": 6, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.SearchLeave Mapping" + }, + { + "id": 221, + "name": "CreateLeave Opening Balances", + "url": "/hr-leave/leaveopeningbalances/_create", + "displayName": "CreateLeave Opening Balances", + "orderNumber": 2, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.CreateLeave Opening Balances" + }, + { + "id": 222, + "name": "UpdateLeave Opening Balance", + "url": "/app/hr/leavemaster/pis.html", + "displayName": "Update Leave Opening Balance", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "59", + "enabled": false, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.UpdateLeave Opening Balance" + }, + { + "id": 223, + "name": "Leave Opening BalanceUpdate", + "url": "/hr-leave/leaveopeningbalances/_update", + "displayName": "Leave Opening BalanceUpdate", + "orderNumber": 4, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.Leave Opening BalanceUpdate" + }, + { + "id": 225, + "name": "SearchLeave Opening Balance", + "url": "/hr-leave/leaveopeningbalances/_search", + "displayName": "Search Leave Opening Balance", + "orderNumber": 6, + "queryParams": "tenantId\u003d", + "parentModule": "Leave Opening Balance", + "enabled": false, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.SearchLeave Opening Balance" + }, + { + "id": 227, + "name": "Create Leave Applications", + "url": "/hr-leave/leaveapplications/_create", + "displayName": "Create Leave Application", + "orderNumber": 2, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Create Leave Applications" + }, + { + "id": 228, + "name": "Update Leave Application", + "url": "/hr-web/app/hr/common/show-leave-application.html", + "displayName": "Update LeaveApplication", + "orderNumber": 3, + "queryParams": "type\u003dupdate\u0026tenantId\u003d", + "parentModule": "60", + "enabled": false, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Update Leave Application" + }, + { + "id": 229, + "name": "Leave Application Update", + "url": "/hr-leave/leaveapplications/{leaveApplicationId}/_update", + "displayName": "Leave Application Update", + "orderNumber": 4, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Leave Application Update" + }, + { + "id": 231, + "name": "Search Leave Application", + "url": "/hr-leave/leaveapplications/_search", + "displayName": "Search Leave Application", + "orderNumber": 6, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Search Leave Application" + }, + { + "id": 233, + "name": "Create LeaveType", + "url": "/hr-leave/leavetypes/_create", + "displayName": "Create Leave Type", + "orderNumber": 2, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.Create LeaveType" + }, + { + "id": 235, + "name": "Leave Type Update", + "url": "/hr-leave/leavetypes/{leaveTypeId}/_update", + "displayName": "Leave Type Update", + "orderNumber": 4, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.Leave Type Update" + }, + { + "id": 237, + "name": "Search Leave Type", + "url": "/hr-leave/leavetypes/_search", + "displayName": "Search Leave Type", + "orderNumber": 6, + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.Search Leave Type" + }, + { + "id": 244, + "name": "CreateAssetService", + "url": "/asset-services/assets/_create", + "displayName": "Create Asset", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Asset.CreateAssetService" + }, + { + "id": 245, + "name": "ViewAssetService", + "url": "/asset-services/assets/_search", + "displayName": "View Asset", + "orderNumber": 2, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Asset.ViewAssetService" + }, + { + "id": 246, + "name": "ModifyAssetService", + "url": "/asset-services/assets/_update", + "displayName": "Modify Asset", + "orderNumber": 3, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Asset.ModifyAssetService" + }, + { + "id": 247, + "name": "CreateAssetCategoryService", + "url": "/asset-services/assetCategories/_create", + "displayName": "Create Asset Category", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Category.CreateAssetCategoryService" + }, + { + "id": 248, + "name": "ViewAssetCategoryService", + "url": "/asset-services/assetCategories/_search", + "displayName": "View Asset Category", + "orderNumber": 2, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Category.ViewAssetCategoryService" + }, + { + "id": 252, + "name": "AssetCategoryTypeService", + "url": "/asset-services/GET_ASSET_CATEGORY_TYPE", + "displayName": "Get Asset Category Type", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset Masters", + "code": "null", + "path": "Asset Management.Asset Masters.AssetCategoryTypeService" + }, + { + "id": 253, + "name": "Get Boundary by Boundary Type", + "url": "/egov-location/boundarys/getByBoundaryType", + "displayName": "Get Boundary by Boundary Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Boundary by Boundary Type" + }, + { + "id": 254, + "name": "Get Child locations by Boundary", + "url": "/egov-location/boundarys/childLocationsByBoundaryId", + "displayName": "Get Child locations by Boundary", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Child locations by Boundary" + }, + { + "id": 255, + "name": "Get Location by Location Name", + "url": "/boundarys/getLocationByLocationName", + "displayName": "Get Location by Location Name", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Location by Location Name" + }, + { + "id": 256, + "name": "Get Boundaries by Code", + "url": "/boundarys/{code}", + "displayName": "Get Boundaries by Code", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Boundaries by Code" + }, + { + "id": 257, + "name": "Get Boundary Type", + "url": "/egov-location/boundarytypes", + "displayName": "Get Boundary Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Boundary Type" + }, + { + "id": 258, + "name": "Get BoundaryTypes By Heirarchy Type", + "url": "/egov-location/boundarytypes/getByHierarchyType", + "displayName": "Get BoundaryTypes By Heirarchy Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get BoundaryTypes By Heirarchy Type" + }, + { + "id": 259, + "name": "Get City", + "url": "/city", + "displayName": "Get City", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get City" + }, + { + "id": 260, + "name": "Get City By City Request", + "url": "/city/getCitybyCityRequest", + "displayName": "Get City By City Request", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get City By City Request" + }, + { + "id": 261, + "name": "Get Heirarchy Type", + "url": "/hierarchytypes", + "displayName": "Get Heirarchy Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Heirarchy Type" + }, + { + "id": 262, + "name": "Get Heirarchy Type By Code", + "url": "/hierarchytypes/{code}", + "displayName": "Get Heirarchy Type By Code", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Heirarchy Type By Code" + }, + { + "id": 263, + "name": "Cross Hierarchys", + "url": "/egov-location/crosshierarchys", + "displayName": "Cross Hierarchys", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Cross Hierarchys" + }, + { + "id": 264, + "name": "Get Cross Hierarchy By Code", + "url": "/crosshierarchys/{code}", + "displayName": "Get Cross Hierarchy By Code", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Cross Hierarchy By Code" + }, + { + "id": 265, + "name": "Create Boundary Type", + "url": "/boundarytype/create", + "displayName": "Create Boundary Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Create Boundary Type" + }, + { + "id": 266, + "name": "Get Boundaries by boundarytype and hierarchy Type", + "url": "/boundarys/boundariesByBndryTypeNameAndHierarchyTypeName", + "displayName": "Get Boundaries by boundarytype and hierarchy Type", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Get Boundaries by boundarytype and hierarchy Type" + }, + { + "id": 269, + "name": "LoggedInEmployeeDetails", + "url": "/hr-employee/employees/_loggedinemployee", + "displayName": "LoggedInEmployeeDetails", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.LoggedInEmployeeDetails" + }, + { + "id": 270, + "name": "HRConfigSearch", + "url": "/hr-masters/hrconfigurations/_search", + "displayName": "HRConfigSearch", + "orderNumber": 3, + "parentModule": "70", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.HRConfigSearch" + }, + { + "id": 275, + "name": "Search Eligible Leaves", + "url": "/hr-leave/eligibleleaves/_search", + "displayName": "Search Eligible Leaves", + "orderNumber": 0, + "queryParams": "", + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Search Eligible Leaves" + }, + { + "id": 276, + "name": "uploadfiles", + "url": "/v1/files", + "displayName": "uploadfiles", + "orderNumber": 1, + "parentModule": "76", + "enabled": false, + "serviceCode": "uploadfiles", + "code": "null", + "path": "" + }, + { + "id": 277, + "name": "filesearch", + "url": "/v1/files/id", + "displayName": "filesearch", + "orderNumber": 1, + "parentModule": "76", + "enabled": false, + "serviceCode": "filesearch", + "code": "null", + "path": "" + }, + { + "id": 278, + "name": "filesearchbytag", + "url": "/v1/files/tag", + "displayName": "filesearchbytag", + "orderNumber": 1, + "parentModule": "76", + "enabled": false, + "serviceCode": "filesearchbytag", + "code": "null", + "path": "" + }, + { + "id": 279, + "name": "HOD Employees", + "url": "/hr-employee/hod/employees/_search", + "displayName": "HOD Employees", + "orderNumber": 0, + "queryParams": "", + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.HOD Employees" + }, + { + "id": 280, + "name": "EmployeeSearch", + "url": "/hr-employee/employees/{id}/_search", + "displayName": "Employee", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.EmployeeSearch" + }, + { + "id": 281, + "name": "Attendance", + "url": "/hr-attendance/attendances", + "displayName": "Attendance", + "orderNumber": 0, + "parentModule": "72", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Attendance" + }, + { + "id": 282, + "name": "Leaveallotments", + "url": "/hr-leave/leaveallotments", + "displayName": "Leaveallotments", + "orderNumber": 0, + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Leaveallotments" + }, + { + "id": 283, + "name": "Leaveapplications", + "url": "/hr-leave/leaveapplications", + "displayName": "Leaveapplications", + "orderNumber": 0, + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Leaveapplications" + }, + { + "id": 284, + "name": "Leavetypes", + "url": "/hr-leave/leavetypes", + "displayName": "Leavetypes", + "orderNumber": 0, + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Leavetypes" + }, + { + "id": 285, + "name": "Holidays", + "url": "/egov-common-masters/holidays", + "displayName": "Holidays", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Holidays" + }, + { + "id": 286, + "name": "Leaveopeningbalances", + "url": "/hr-leave/leaveopeningbalances", + "displayName": "Leaveopeningbalances", + "orderNumber": 0, + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Leaveopeningbalances" + }, + { + "id": 288, + "name": "Update Complaint", + "url": "/pgr/seva/v1/_update", + "displayName": "Seva", + "orderNumber": 3, + "queryParams": "", + "parentModule": "163", + "enabled": false, + "serviceCode": "GRV", + "code": "null", + "path": "Grievance Redressal.Grievance.Update Complaint" + }, + { + "id": 290, + "name": "BoundarySearch", + "url": "/boundarys", + "displayName": "BoundarySearch", + "orderNumber": 0, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.BoundarySearch" + }, + { + "id": 291, + "name": "Get all ReceivingMode", + "url": "/pgr/receivingmode/v1/_search", + "servicecode": "PGR", + "queryparams": "tenantId\u003d", + "parentmodule": "PGR", + "displayname": "Get all ReceivingMode", + "enabled": false, + "path": "PGR.Get all ReceivingMode" + }, + { + "id": 292, + "name": "Get all ReceivingCenters", + "url": "/pgr-master/receivingcenter/v1/_search", + "displayName": "Get all ReceivingMode", + "orderNumber": 0, + "queryParams": "tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get all ReceivingCenters" + }, + { + "id": 293, + "name": "BloodMasterSearch", + "url": "/hr-employee/bloodgroups/_search", + "displayName": "BloodMasterSearch", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.BloodMasterSearch" + }, + { + "id": 294, + "name": "MaritalStatusSearch", + "url": "/hr-employee/maritalstatuses/_search", + "displayName": "MaritalStatusSearch", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.MaritalStatusSearch" + }, + { + "id": 296, + "name": "SearchUomService", + "url": "/egov-common-masters/uoms/_search", + "displayName": "Search UOM", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "EGOV Common Masters", + "code": "null", + "path": "" + }, + { + "id": 297, + "name": "SearchUomCategoriesService", + "url": "/egov-common-masters/uomcategories/_search", + "displayName": "Search Uom Categories", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "EGOV Common Masters", + "code": "null", + "path": "" + }, + { + "id": 298, + "name": "DesignationCreate", + "url": "/hr-masters/designations/_create", + "displayName": "DesignationCreate", + "orderNumber": 1, + "queryParams": "", + "parentModule": "70", + "enabled": false, + "serviceCode": "Designation", + "code": "null", + "path": "Employee Management.Employee Masters.Designation.DesignationCreate" + }, + { + "id": 299, + "name": "DesignationUpdate", + "url": "/hr-masters/designations/_update", + "displayName": "DesignationUpdate", + "orderNumber": 1, + "queryParams": "", + "parentModule": "52", + "enabled": false, + "serviceCode": "Designation", + "code": "null", + "path": "Employee Management.Employee Masters.Designation.DesignationUpdate" + }, + { + "id": 300, + "name": "PositionCreate", + "url": "/hr-masters/positions/_create", + "displayName": "PositionCreate", + "orderNumber": 1, + "queryParams": "", + "parentModule": "53", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.PositionCreate" + }, + { + "id": 301, + "name": "PositionUpdate", + "url": "/hr-masters/positions/_update", + "displayName": "PositionUpdate", + "orderNumber": 1, + "queryParams": "", + "parentModule": "53", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.PositionUpdate" + }, + { + "id": 309, + "name": "Get ComplaintType by type,count and tenantId", + "url": "/pgr/services/v1/_search", + "displayName": "Get ComplaintType by type,count and tenantId", + "orderNumber": 0, + "queryParams": "type\u003d\u0026count\u003d\u0026tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get ComplaintType by type,count and tenantId" + }, + { + "id": 310, + "name": "Get ComplaintType by type,categoryId and tenantId", + "url": "/pgr/services/v1/_search", + "displayName": "Get ComplaintType by type,categoryId and tenantId", + "orderNumber": 0, + "queryParams": "type\u003d\u0026categoryId\u003d\u0026tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get ComplaintType by type,categoryId and tenantId" + }, + { + "id": 311, + "name": "Get ComplaintType by type and tenantId", + "url": "/pgr/services/v1/_search", + "displayName": "Get ComplaintType by type and tenantId", + "orderNumber": 0, + "queryParams": "type\u003d\u0026tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get ComplaintType by type and tenantId" + }, + { + "id": 324, + "name": "Get all service type categories", + "url": "/pgr/servicecategories/v1/_search", + "displayName": "Get all service type categories", + "orderNumber": 0, + "queryParams": "tenantId\u003d", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Get all service type categories" + }, + { + "id": 327, + "name": "AssetRegisterReportsSearchPage", + "url": "/app/common/search-asset-register-report.html", + "displayName": "Asset Register Report", + "orderNumber": 1, + "parentModule": "147", + "enabled": false, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.AssetRegisterReportsSearchPage" + }, + { + "id": 328, + "name": "SearchAssetRegisterReports", + "url": "/asset-services/assets/_search", + "displayName": "Asset Register Report", + "orderNumber": 1, + "parentModule": "147", + "enabled": false, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.SearchAssetRegisterReports" + }, + { + "id": 334, + "name": "Update Escalation Time Type", + "url": "/workflow/escalation-hours/v1/_update", + "displayName": "updateEscalationTimeType", + "orderNumber": 0, + "parentModule": "pgr", + "enabled": false, + "serviceCode": "pgr", + "code": "null", + "path": "" + }, + { + "id": 344, + "name": "NomineeSearch", + "url": "/hr-employee/nominees/_search", + "displayName": "NomineeSearch", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Nominee", + "code": "null", + "path": "Employee Management.Employee Masters.Nominee.NomineeSearch" + }, + { + "id": 345, + "name": "NomineeCreate", + "url": "/hr-employee/nominees/_create", + "displayName": "NomineeCreate", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Nominee", + "code": "null", + "path": "Employee Management.Employee Masters.Nominee.NomineeCreate" + }, + { + "id": 346, + "name": "NomineeUpdate", + "url": "/hr-employee/nominees/_update", + "displayName": "NomineeUpdate", + "orderNumber": 0, + "parentModule": "48", + "enabled": false, + "serviceCode": "Nominee", + "code": "null", + "path": "Employee Management.Employee Masters.Nominee.NomineeUpdate" + }, + { + "id": 348, + "name": "CreateNomineeMaster", + "url": "/app/hr/nomineeMaster/nominee.html", + "displayName": "CreateNomineeMaster", + "orderNumber": 0, + "parentModule": "148", + "enabled": false, + "serviceCode": "Nominee", + "code": "null", + "path": "Employee Management.Employee Masters.Nominee.CreateNomineeMaster" + }, + { + "id": 349, + "name": "Service Request Count", + "url": "/pgr/seva/v1/_count", + "displayName": "Service Request Count", + "orderNumber": 0, + "queryParams": "", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Service Request Count" + }, + { + "id": 350, + "name": "Update Service Request Eligibility", + "url": "/pgr/seva/v1/_get", + "displayName": "Update Service Request Eligibility", + "orderNumber": 0, + "queryParams": "", + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Update Service Request Eligibility" + }, + { + "id": 353, + "name": "SearchGender", + "url": "/egov-common-masters/genders/_search", + "displayName": "SearchGender", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.SearchGender" + }, + { + "id": 355, + "name": "SearchRelationship", + "url": "/egov-common-masters/relationships/_search", + "displayName": "SearchRelationship", + "orderNumber": 0, + "parentModule": "71", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.SearchRelationship" + }, + { + "id": 357, + "name": "AssetStatusService", + "url": "/asset-services/assetstatuses/_search", + "displayName": "Search Asset Status", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset Masters", + "code": "null", + "path": "Asset Management.Asset Masters.AssetStatusService" + }, + { + "id": 359, + "name": "AssetCurrentValueSearchService", + "url": "/asset-services/assets/currentvalue/_search", + "displayName": "Get Current Asset Value", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset", + "code": "null", + "path": "Asset Management.Asset Masters.Asset.AssetCurrentValueSearchService" + }, + { + "id": 360, + "name": "Create Employee Movement", + "url": "/hr-employee-movement/movements/_create", + "displayName": "Create Employee Movement", + "orderNumber": 2, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Create Employee Movement" + }, + { + "id": 361, + "name": "Employee Movement Update", + "url": "/hr-employee-movement/movements/{movementId}/_update", + "displayName": "Employee Movementn Update", + "orderNumber": 4, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Employee Movement Update" + }, + { + "id": 362, + "name": "Search Employee Movements", + "url": "/hr-employee-movement/movements/_search", + "displayName": "Search Employee Movements", + "orderNumber": 6, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Search Employee Movements" + }, + { + "id": 363, + "name": "Search Movement Promotion Basis", + "url": "/hr-employee-movement/promotionbasis/_search", + "displayName": "Search Movement Promotion Basis", + "orderNumber": 6, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Search Movement Promotion Basis" + }, + { + "id": 364, + "name": "Search Movement Transfer Reasons", + "url": "/hr-employee-movement/transferreason/_search", + "displayName": "Search Movement Transfer Reasons", + "orderNumber": 6, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Search Movement Transfer Reasons" + }, + { + "id": 365, + "name": "Search Movement Transfer Types", + "url": "/hr-employee-movement/transfertypes/_search", + "displayName": "Search Movement Transfer Types", + "orderNumber": 6, + "queryParams": "tenantId\u003d", + "parentModule": "150", + "enabled": false, + "serviceCode": "Employee Movement", + "code": "null", + "path": "Employee Management.Employee Movement.Search Movement Transfer Types" + }, + { + "id": 367, + "name": "AssetRevaluationCreateService", + "url": "/asset-services/assets/revaluation/_create", + "displayName": "Create Asset Revaluation", + "orderNumber": 1, + "parentModule": "152", + "enabled": false, + "serviceCode": "AssetRevaluation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Revaluation.AssetRevaluationCreateService" + }, + { + "id": 368, + "name": "AssetRevaluationSearchToView", + "url": "/app/asset/search-asset-revaluation.html", + "displayName": "View Asset Revaluation", + "orderNumber": 2, + "queryParams": "type\u003dview", + "parentModule": "152", + "enabled": false, + "serviceCode": "AssetRevaluation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Revaluation.AssetRevaluationSearchToView" + }, + { + "id": 369, + "name": "AssetRevaluationViewService", + "url": "/asset-services/assets/revaluation/_search", + "displayName": "View Asset Revaluation", + "orderNumber": 2, + "parentModule": "154", + "enabled": false, + "serviceCode": "AssetRevaluation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Revaluation.AssetRevaluationViewService" + }, + { + "id": 371, + "name": "AssetSaleAndDisposalCreateService", + "url": "/asset-services/assets/dispose/_create", + "displayName": "Create Asset Sale/Disposal", + "orderNumber": 1, + "parentModule": "155", + "enabled": false, + "serviceCode": "AssetSaleAndDisposal", + "code": "null", + "path": "Asset Management.Asset Transactions.Transfer/Disposal of Asset.AssetSaleAndDisposalCreateService" + }, + { + "id": 372, + "name": "AssetSaleAndDisposalView", + "url": "/app/asset/search-asset-sale.html", + "displayName": "View Asset Sale/Disposal", + "orderNumber": 2, + "parentModule": "157", + "enabled": false, + "serviceCode": "AssetSaleAndDisposal", + "code": "null", + "path": "Asset Management.Asset Transactions.Transfer/Disposal of Asset.AssetSaleAndDisposalView" + }, + { + "id": 373, + "name": "AssetSaleAndDisposalViewService", + "url": "/asset-services/assets/dispose/_search", + "displayName": "View Asset Sale/Disposal", + "orderNumber": 2, + "parentModule": "157", + "enabled": false, + "serviceCode": "AssetSaleAndDisposal", + "code": "null", + "path": "Asset Management.Asset Transactions.Transfer/Disposal of Asset.AssetSaleAndDisposalViewService" + }, + { + "id": 374, + "name": "AssetSaleAndDisposalSearchToView", + "url": "/app/asset/search-asset-sale.html", + "displayName": "View Asset Sale/Disposal", + "orderNumber": 2, + "queryParams": "type\u003dview", + "parentModule": "155", + "enabled": false, + "serviceCode": "AssetSaleAndDisposal", + "code": "null", + "path": "Asset Management.Asset Transactions.Transfer/Disposal of Asset.AssetSaleAndDisposalSearchToView" + }, + { + "id": 376, + "name": "AssetRevaluationCreate", + "url": "/app/asset/create-asset-revaluation.html", + "displayName": "Create Asset Revaluation", + "orderNumber": 1, + "parentModule": "152", + "enabled": false, + "serviceCode": "AssetRevaluation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Revaluation.AssetRevaluationCreate" + }, + { + "id": 378, + "name": "AssetSaleAndDisposalCreate", + "url": "/asset-web/app/asset/create-asset-sale.html", + "displayName": "Create Asset Sale/Disposal", + "orderNumber": 1, + "parentModule": "155", + "enabled": false, + "serviceCode": "AssetSaleAndDisposalCreate", + "code": "null", + "path": "" + }, + { + "id": 383, + "name": "Report Get Metadata", + "url": "pgr-master/report/metadata/_get", + "displayName": "Report Get Metadata", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Report Get Metadata" + }, + { + "id": 384, + "name": "Report Get", + "url": "pgr-master/report/_get", + "displayName": "Report Get", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Report Get" + }, + { + "id": 385, + "name": "Create Draft", + "url": "/pgr/draft/v1/_create", + "displayName": "Create Draft", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Create Draft" + }, + { + "id": 386, + "name": "Search Draft", + "url": "/pgr/draft/v1/_search", + "displayName": "Search Draft", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Search Draft" + }, + { + "id": 387, + "name": "Update Draft", + "url": "/pgr/draft/v1/_update", + "displayName": "Update Draft", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Update Draft" + }, + { + "id": 388, + "name": "Delete Draft", + "url": "/pgr/draft/v1/_delete", + "displayName": "Delete Draft", + "orderNumber": 0, + "parentModule": "PGR", + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.Delete Draft" + }, + { + "id": 420, + "name": "AssetConfigurationService", + "url": "/asset-services/assetconfigurations/_search", + "displayName": "Asset Configuration Service", + "orderNumber": 1, + "parentModule": "66", + "enabled": false, + "serviceCode": "Asset Management", + "code": "null", + "path": "Asset Management.AssetConfigurationService" + }, + { + "id": 421, + "name": "Create OTP Config", + "url": "/pgr-master/OTPConfig/_create", + "displayName": "Create OTP Configuration", + "orderNumber": 1, + "parentModule": "173", + "enabled": false, + "serviceCode": "OTPCONFIG", + "code": "null", + "path": "Grievance Redressal.Masters.OTPConfiguration.Create OTP Config" + }, + { + "id": 422, + "name": "Update OTP Config", + "url": "/pgr-master/OTPConfig/_update", + "displayName": "Update OTP Configuration", + "orderNumber": 3, + "parentModule": "173", + "enabled": false, + "serviceCode": "OTPCONFIG", + "code": "null", + "path": "Grievance Redressal.Masters.OTPConfiguration.Update OTP Config" + }, + { + "id": 423, + "name": "Search OTP Config", + "url": "/pgr-master/OTPConfig/_search", + "displayName": "Search OTP Configuration", + "orderNumber": 2, + "parentModule": "173", + "enabled": false, + "serviceCode": "OTPCONFIG", + "code": "null", + "path": "Grievance Redressal.Masters.OTPConfiguration.Search OTP Config" + }, + { + "id": 426, + "name": "Update Escalation", + "url": "/pgr-master/escalation/_update", + "displayName": "Update Escalation", + "orderNumber": 3, + "parentModule": "169", + "enabled": false, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Update Escalation" + }, + { + "id": 511, + "name": "ModifyAssetCategoryService", + "url": "/asset-services/assetCategories/_update", + "displayName": "Modify Asset Category", + "orderNumber": 3, + "enabled": false, + "serviceCode": "Asset Category", + "code": "null", + "path": "Asset Management.Asset Masters.Asset Category.ModifyAssetCategoryService" + }, + { + "id": 512, + "name": "GetDepreciationMethodService", + "url": "/asset-services/GET_DEPRECIATION_METHOD", + "displayName": "Get Asset Depreciation Methods", + "orderNumber": 3, + "enabled": false, + "serviceCode": "Asset Masters", + "code": "null", + "path": "Asset Management.Asset Masters.GetDepreciationMethodService" + }, + { + "id": 513, + "name": "GetModeOfAcquisitionService", + "url": "/asset-services/GET_MODE_OF_ACQUISITION", + "displayName": "Get Asset Mode of Acquisition", + "orderNumber": 3, + "enabled": false, + "serviceCode": "Asset Masters", + "code": "null", + "path": "Asset Management.Asset Masters.GetModeOfAcquisitionService" + }, + { + "id": 515, + "name": "CreateTitleTransfer", + "url": "/pt-property/properties/transfer/_create", + "displayName": "Create Title Transfer", + "orderNumber": 2, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.CreateTitleTransfer" + }, + { + "id": 516, + "name": "UpdateTitleTransfer", + "url": "/pt-property/properties/transfer/_update", + "displayName": "Update Title Transfer", + "orderNumber": 5, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.UpdateTitleTransfer" + }, + { + "id": 518, + "name": "UpdateProperty", + "url": "/pt-property/properties/_update", + "displayName": "Update Property", + "orderNumber": 2, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.UpdateProperty" + }, + { + "id": 519, + "name": "CreateStructureClass", + "url": "/pt-property/property/structureclasses/_create", + "displayName": "Create Structure Class", + "orderNumber": 11, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateStructureClass" + }, + { + "id": 520, + "name": "UpdateUsage", + "url": "/pt-property/property/usages/_update", + "displayName": "Update Usage", + "orderNumber": 9, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateUsage" + }, + { + "id": 521, + "name": "SearchUsage", + "url": "/pt-property/property/usages/_search", + "displayName": "Search Usage", + "orderNumber": 7, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchUsage" + }, + { + "id": 522, + "name": "UpdateWallType", + "url": "/pt-property/property/walltypes/_update", + "displayName": "Update Wall Type", + "orderNumber": 24, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateWallType" + }, + { + "id": 523, + "name": "SearchWallType", + "url": "/pt-property/property/walltypes/_search", + "displayName": "Search Wall Type", + "orderNumber": 22, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchWallType" + }, + { + "id": 524, + "name": "CreateUsage", + "url": "/pt-property/property/usages/_create", + "displayName": "Create Usage", + "orderNumber": 8, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateUsage" + }, + { + "id": 525, + "name": "UpdateOccupancy", + "url": "/pt-property/property/occuapancies/_update", + "displayName": "Update Occupancy", + "orderNumber": 6, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateOccupancy" + }, + { + "id": 526, + "name": "SearchOccupancy", + "url": "/pt-property/property/occuapancies/_search", + "displayName": "Search Occupancy", + "orderNumber": 4, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchOccupancy" + }, + { + "id": 527, + "name": "CreateOccupancy", + "url": "/pt-property/property/occuapancies/_create", + "displayName": "Create Occupancy", + "orderNumber": 5, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateOccupancy" + }, + { + "id": 528, + "name": "CreateWallType", + "url": "/pt-property/property/walltypes/_create", + "displayName": "Create Wall Type", + "orderNumber": 23, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateWallType" + }, + { + "id": 529, + "name": "UpdateStructureClass", + "url": "/pt-property/property/structureclasses/_update", + "displayName": "Update Structure Class", + "orderNumber": 12, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateStructureClass" + }, + { + "id": 530, + "name": "SearchStructureClass", + "url": "/pt-property/property/structureclasses/_search", + "displayName": "Search Structure Class", + "orderNumber": 10, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchStructureClass" + }, + { + "id": 531, + "name": "CreateDepreciation", + "url": "/pt-property/property/depreciations/_create", + "displayName": "Create Depreciation", + "orderNumber": 34, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateDepreciation" + }, + { + "id": 532, + "name": "UpdateWoodType", + "url": "/pt-property/property/woodtypes/_update", + "displayName": "Update Wood Type", + "orderNumber": 27, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateWoodType" + }, + { + "id": 533, + "name": "CreatePropertyType", + "url": "/pt-property/property/propertytypes/_create", + "displayName": "Create Property Type", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreatePropertyType" + }, + { + "id": 534, + "name": "SearchWoodType", + "url": "/pt-property/property/woodtypes/_search", + "displayName": "Search Wood Type", + "orderNumber": 25, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchWoodType" + }, + { + "id": 535, + "name": "SearchRoofType", + "url": "/pt-property/property/rooftypes/_search", + "displayName": "Search Roof Type", + "orderNumber": 19, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchRoofType" + }, + { + "id": 536, + "name": "UpdateFloorType", + "url": "/pt-property/property/floortypes/_update", + "displayName": "Update Floor Type", + "orderNumber": 18, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateFloorType" + }, + { + "id": 537, + "name": "SearchFloorType", + "url": "/pt-property/property/floortypes/_search", + "displayName": "Search Floor Type", + "orderNumber": 16, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchFloorType" + }, + { + "id": 538, + "name": "UpdatePropertyDepartment", + "url": "/pt-property/property/departments/_update", + "displayName": "Update Property Department", + "orderNumber": 15, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdatePropertyDepartment" + }, + { + "id": 539, + "name": "CreateFloorType", + "url": "/pt-property/property/floortypes/_create", + "displayName": "Create Floor Type", + "orderNumber": 20, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateFloorType" + }, + { + "id": 540, + "name": "UpdateDepreciation", + "url": "/pt-property/property/depreciations/_update", + "displayName": "Update Depreciation", + "orderNumber": 35, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateDepreciation" + }, + { + "id": 541, + "name": "SearchDepreciation", + "url": "/pt-property/property/depreciations/_search", + "displayName": "Search Depreciation", + "orderNumber": 33, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchDepreciation" + }, + { + "id": 542, + "name": "CreateTitleTransferReason", + "url": "/pt-property/property/mutationmasters/_create", + "displayName": "Create Title Transfer Reason", + "orderNumber": 31, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateTitleTransferReason" + }, + { + "id": 543, + "name": "UpdateTitleTransferReason", + "url": "/pt-property/property/mutationmasters/_update", + "displayName": "Update Title Transfer Reason", + "orderNumber": 32, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateTitleTransferReason" + }, + { + "id": 544, + "name": "SearchTitleTransferReason", + "url": "/pt-property/property/mutationmasters/_search", + "displayName": "Search Title Transfer Reason", + "orderNumber": 30, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchTitleTransferReason" + }, + { + "id": 545, + "name": "CreateDocumentType", + "url": "/pt-property/property/documenttypes/_create", + "displayName": "Create Document Type", + "orderNumber": 28, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateDocumentType" + }, + { + "id": 546, + "name": "UpdateDocumentType", + "url": "/pt-property/property/documenttypes/_update", + "displayName": "Update Document Type", + "orderNumber": 29, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateDocumentType" + }, + { + "id": 547, + "name": "SearchDocumentType", + "url": "/pt-property/property/documenttypes/_search", + "displayName": "Search Document Type", + "orderNumber": 27, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchDocumentType" + }, + { + "id": 548, + "name": "CreateWoodType", + "url": "/pt-property/property/woodtypes/_create", + "displayName": "Create Wood Type", + "orderNumber": 26, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateWoodType" + }, + { + "id": 549, + "name": "UpdatePropertyType", + "url": "/pt-property/property/propertytypes/_update", + "displayName": "Update Property Type", + "orderNumber": 3, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdatePropertyType" + }, + { + "id": 550, + "name": "SearchPropertyType", + "url": "/pt-property/property/propertytypes/_search", + "displayName": "Search Property Type", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchPropertyType" + }, + { + "id": 551, + "name": "UpdateRoofType", + "url": "/pt-property/property/rooftypes/_update", + "displayName": "Update Roof Type", + "orderNumber": 21, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.UpdateRoofType" + }, + { + "id": 552, + "name": "CreatePropertyDepartment", + "url": "/pt-property/property/departments/_create", + "displayName": "Create Property Department", + "orderNumber": 14, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreatePropertyDepartment" + }, + { + "id": 553, + "name": "SearchPropertyDepartment", + "url": "/pt-property/property/departments/_search", + "displayName": "Search Property Department", + "orderNumber": 13, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.SearchPropertyDepartment" + }, + { + "id": 554, + "name": "CreateRoofType", + "url": "/pt-property/property/rooftypes/_create", + "displayName": "Create Roof Type", + "orderNumber": 17, + "enabled": false, + "serviceCode": "PTIS_MASTERS", + "code": "null", + "path": "Property Tax.PTIS Masters.CreateRoofType" + }, + { + "id": 555, + "name": "CreateCalculationFactor", + "url": "/pt-calculator/properties/taxes/factor/_create", + "displayName": "Create Calculation Factor", + "orderNumber": 2, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.CreateCalculationFactor" + }, + { + "id": 556, + "name": "UpdateCalculationFactor", + "url": "/pt-calculator/properties/taxes/factor/_update", + "displayName": "Update Calculation Factor", + "orderNumber": 3, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.UpdateCalculationFactor" + }, + { + "id": 557, + "name": "SearchCalculationFactor", + "url": "/pt-calculator/properties/taxes/factor/_search", + "displayName": "Search Calculation Factor", + "orderNumber": 1, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.SearchCalculationFactor" + }, + { + "id": 558, + "name": "CreateGuidanceValue", + "url": "/pt-calculator/properties/taxes/guidancevalue/_create", + "displayName": "Create Guidance Value", + "orderNumber": 5, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.CreateGuidanceValue" + }, + { + "id": 559, + "name": "UpdateGuidanceValue", + "url": "/pt-calculator/properties/taxes/guidancevalue/_update", + "displayName": "Update Guidance Value", + "orderNumber": 6, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.UpdateGuidanceValue" + }, + { + "id": 560, + "name": "SearchGuidanceValue", + "url": "/pt-calculator/properties/taxes/guidancevalue/_search", + "displayName": "Search Guidance Value", + "orderNumber": 4, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.SearchGuidanceValue" + }, + { + "id": 561, + "name": "CreateTaxRate", + "url": "/pt-calculator/properties/taxes/taxrates/_create", + "displayName": "Create Tax Rate", + "orderNumber": 8, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.CreateTaxRate" + }, + { + "id": 562, + "name": "UpdateTaxRate", + "url": "/pt-calculator/properties/taxes/taxrates/_update", + "displayName": "Update Tax Rate", + "orderNumber": 9, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.UpdateTaxRate" + }, + { + "id": 563, + "name": "SearchTaxRate", + "url": "/pt-calculator/properties/taxes/taxrates/_search", + "displayName": "Search Tax Rate", + "orderNumber": 7, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.SearchTaxRate" + }, + { + "id": 564, + "name": "CreateTaxPeriod", + "url": "/pt-calculator/properties/taxes/taxperiods/_create", + "displayName": "Create Tax Period", + "orderNumber": 11, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.CreateTaxPeriod" + }, + { + "id": 565, + "name": "UpdateTaxPeriod", + "url": "/pt-calculator/properties/taxes/taxperiods/_update", + "displayName": "Update Tax Period", + "orderNumber": 12, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.UpdateTaxPeriod" + }, + { + "id": 566, + "name": "SearchTaxPeriod", + "url": "/pt-calculator/properties/taxes/taxperiods/_search", + "displayName": "Search Tax Period", + "orderNumber": 10, + "enabled": false, + "serviceCode": "CALC_MASTERS", + "code": "null", + "path": "Property Tax.Calculation Masters.SearchTaxPeriod" + }, + { + "id": 567, + "name": "CalculateTax", + "url": "/pt-calculator/properties/taxes/_calculate", + "displayName": "Calculate Tax", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS", + "code": "null", + "path": "Property Tax.CalculateTax" + }, + { + "id": 568, + "name": "GenerateNotice", + "url": "/pt-property/properties/specialnotice/_generate", + "displayName": "Generate Notice", + "orderNumber": 3, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.GenerateNotice" + }, + { + "id": 569, + "name": "CalculatePenalty", + "url": "/pt-calculator/latepaymentpenalty/_calculate", + "displayName": "Calculate Penalty", + "orderNumber": 4, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.CalculatePenalty" + }, + { + "id": 570, + "name": "createInstrument", + "url": "/egf-instrument/instruments/_create", + "displayName": "Create Instrument", + "orderNumber": 1, + "parentModule": "212", + "enabled": false, + "serviceCode": "Create Instrument", + "code": "null", + "path": "Financials.Instrument.Instrument Transactions.Create Instrument.createInstrument" + }, + { + "id": 571, + "name": "updateInstrument", + "url": "/egf-instrument/instruments/_update", + "displayName": "Modify Instrument", + "orderNumber": 2, + "parentModule": "212", + "enabled": false, + "serviceCode": "Create Instrument", + "code": "null", + "path": "Financials.Instrument.Instrument Transactions.Create Instrument.updateInstrument" + }, + { + "id": 572, + "name": "searchInstrument", + "url": "/egf-instrument/instruments/_search", + "displayName": "Search Instrument", + "orderNumber": 3, + "parentModule": "212", + "enabled": false, + "serviceCode": "Create Instrument", + "code": "null", + "path": "Financials.Instrument.Instrument Transactions.Create Instrument.searchInstrument" + }, + { + "id": 573, + "name": "createInstrumentAccountCode", + "url": "/egf-instrument/instrumentaccountcodes/_create", + "displayName": "Instrument Account Code", + "orderNumber": 1, + "parentModule": "213", + "enabled": false, + "serviceCode": "Instrument Account Code", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Account Code.createInstrumentAccountCode" + }, + { + "id": 574, + "name": "updateInstrumentAccountCode", + "url": "/egf-instrument/instrumentaccountcodes/_update", + "displayName": "Instrument Account Code", + "orderNumber": 2, + "parentModule": "213", + "enabled": false, + "serviceCode": "Instrument Account Code", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Account Code.updateInstrumentAccountCode" + }, + { + "id": 575, + "name": "searchInstrumentAccountCode", + "url": "/egf-instrument/instrumentaccountcodes/_search", + "displayName": "Instrument Account Code", + "orderNumber": 3, + "parentModule": "213", + "enabled": false, + "serviceCode": "Instrument Account Code", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Account Code.searchInstrumentAccountCode" + }, + { + "id": 576, + "name": "createInstrumentType", + "url": "/egf-instrument/instrumenttypes/_create", + "displayName": "Create Instrument Type", + "orderNumber": 1, + "parentModule": "214", + "enabled": false, + "serviceCode": "Instrument Type", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Type.createInstrumentType" + }, + { + "id": 577, + "name": "updateInstrumentType", + "url": "/egf-instrument/instrumenttypes/_update", + "displayName": "Modify Instrument Type", + "orderNumber": 2, + "parentModule": "214", + "enabled": false, + "serviceCode": "Instrument Type", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Type.updateInstrumentType" + }, + { + "id": 578, + "name": "searchInstrumentType", + "url": "/egf-instrument/instrumenttypes/_search", + "displayName": "Search Instrument Type", + "orderNumber": 3, + "parentModule": "214", + "enabled": false, + "serviceCode": "Instrument Type", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Instrument Type.searchInstrumentType" + }, + { + "id": 579, + "name": "createSurrenderReason", + "url": "/egf-instrument/surrenderreasons/_create", + "displayName": "Create Surrender Reasons", + "orderNumber": 1, + "parentModule": "215", + "enabled": false, + "serviceCode": "Surrender Reason", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Surrender Reason.createSurrenderReason" + }, + { + "id": 580, + "name": "updateSurrenderReason", + "url": "/egf-instrument/surrenderreasons/_update", + "displayName": "Modify Surrender Reasons", + "orderNumber": 2, + "parentModule": "215", + "enabled": false, + "serviceCode": "Surrender Reason", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Surrender Reason.updateSurrenderReason" + }, + { + "id": 581, + "name": "searchSurrenderReason", + "url": "/egf-instrument/surrenderreasons/_search", + "displayName": "Search Surrender Reasons", + "orderNumber": 3, + "parentModule": "215", + "enabled": false, + "serviceCode": "Surrender Reason", + "code": "null", + "path": "Financials.Instrument.Instrument Masters.Surrender Reason.searchSurrenderReason" + }, + { + "id": 582, + "name": "SearchCategories", + "url": "/egov-common-masters/categories/_search", + "displayName": "Search Categories", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.SearchCategories" + }, + { + "id": 583, + "name": "SearchBloodGroups", + "url": "/egov-common-masters/bloodgroups/_search", + "displayName": "Search Blood Groups", + "orderNumber": 0, + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.SearchBloodGroups" + }, + { + "id": 584, + "name": "SearchMaritalStatuses", + "url": "/egov-common-masters/maritalstatuses/_search", + "displayName": "Search Marital Statuses", + "orderNumber": 0, + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.SearchMaritalStatuses" + }, + { + "id": 594, + "name": "Get All Actions", + "url": "/access/v1/actions/_get", + "displayName": "Get All Actions", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.Get All Actions" + }, + { + "id": 597, + "name": "Get Report Data", + "url": "/pgr-master/report/_get", + "displayName": "Get Report Data", + "orderNumber": 1, + "enabled": false, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Get Report Data" + }, + { + "id": 598, + "name": "Get Report MetaData", + "url": "/pgr-master/report/metadata/_get", + "displayName": "Get Report MetaData", + "orderNumber": 1, + "enabled": false, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Get Report MetaData" + }, + { + "id": 599, + "name": "Get Report Reload", + "url": "/pgr-master/report/_reload", + "displayName": "Get Report Reload", + "orderNumber": 1, + "enabled": false, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Get Report Reload" + }, + { + "id": 602, + "name": "ConnectionBillingTypeAPI", + "url": "/wcms-connection/connection/_getconnectiontypes", + "displayName": "Search BillingType", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.ConnectionBillingTypeAPI" + }, + { + "id": 603, + "name": "ConnectionConnectionType", + "url": "/wcms-connection/connection/_getbillingtypes", + "displayName": "Search ConnectionType", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.ConnectionConnectionType" + }, + { + "id": 604, + "name": "SearchUser", + "url": "/user/_search", + "displayName": "Search User", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.SearchUser" + }, + { + "id": 605, + "name": "CreateUsernovalidate", + "url": "/user/users/_createnovalidate", + "displayName": "Create User novalidate", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.CreateUsernovalidate" + }, + { + "id": 609, + "name": "SearchApplicationTypeApi", + "url": "/wcms/masters/master/_getapplicationtypes", + "displayName": "Search Application Type", + "orderNumber": 1, + "parentModule": "195", + "enabled": false, + "serviceCode": "DOCUMENTAPPLICATION", + "code": "null", + "path": "Water Charge.WCMS Masters.DocumentApplication.SearchApplicationTypeApi" + }, + { + "id": 610, + "name": "SearchReservoirTypesApi", + "url": "/wcms/masters/master/_getreservoirtypes", + "displayName": "Search Resevoir Types", + "orderNumber": 2, + "parentModule": "200", + "enabled": false, + "serviceCode": "STORAGERESERVOIR", + "code": "null", + "path": "Water Charge.WCMS Masters.StorageReservoir.SearchReservoirTypesApi" + }, + { + "id": 611, + "name": "SearchPlantTypesApi", + "url": "/wcms/masters/master/_getplanttypes", + "displayName": "Search Plant Types", + "orderNumber": 3, + "parentModule": "201", + "enabled": false, + "serviceCode": "TREATMENTPLANT", + "code": "null", + "path": "Water Charge.WCMS Masters.TreatmentPlant.SearchPlantTypesApi" + }, + { + "id": 612, + "name": "GetReportData", + "url": "/collection-services/report/_get", + "displayName": "Get Report Data", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-REPORTS", + "code": "null", + "path": "Collection.Collection Reports.GetReportData" + }, + { + "id": 613, + "name": "GetReportMetadata", + "url": "/collection-services/report/metadata/_get", + "displayName": "Get Report Metadata", + "orderNumber": 2, + "enabled": false, + "serviceCode": "COLLECTION-REPORTS", + "code": "null", + "path": "Collection.Collection Reports.GetReportMetadata" + }, + { + "id": 614, + "name": "ReloadReport", + "url": "/collection-services/report/_reload", + "displayName": "Reload Report", + "orderNumber": 3, + "enabled": false, + "serviceCode": "COLLECTION-REPORTS", + "code": "null", + "path": "Collection.Collection Reports.ReloadReport" + }, + { + "id": 615, + "name": "designationsMSSearch", + "url": "/egov-common-workflows/designations/_search", + "displayName": "designationsMSSearch", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.designationsMSSearch" + }, + { + "id": 616, + "name": "processMSStart", + "url": "/egov-common-workflows/process/_start", + "displayName": "processMSStart", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.processMSStart" + }, + { + "id": 617, + "name": "processMSEnd", + "url": "/egov-common-workflows/process/_end", + "displayName": "processMSEnd", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.processMSEnd" + }, + { + "id": 618, + "name": "historyMS", + "url": "/egov-common-workflows/history", + "displayName": "historyMS", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.historyMS" + }, + { + "id": 619, + "name": "tasksMS", + "url": "/egov-common-workflows/tasks/{id}/_update", + "displayName": "tasksMS", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.tasksMS" + }, + { + "id": 620, + "name": "tasksMSSearch", + "url": "/egov-common-workflows/tasks/_search", + "displayName": "tasksMSSearch", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.tasksMSSearch" + }, + { + "id": 621, + "name": "processMSSearch", + "url": "/egov-common-workflows/process/_search", + "displayName": "processMSSearch", + "orderNumber": 1, + "parentModule": "75", + "enabled": false, + "serviceCode": "Workflow_MS", + "code": "null", + "path": "Workflow_MS.processMSSearch" + }, + { + "id": 623, + "name": "GenerateNumber", + "url": "/egov-idgen/id/_generate", + "displayName": "Generate Number", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.GenerateNumber" + }, + { + "id": 624, + "name": "Search Escalation Hierarchy", + "url": "/pgr-master/escalation-hierarchy/v1/_search", + "displayName": "Search Escalation Hierarchy", + "orderNumber": 1, + "parentModule": "169", + "enabled": false, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Search Escalation Hierarchy" + }, + { + "id": 625, + "name": "Update Escalation Hierarchy", + "url": "/pgr-master/escalation-hierarchy/v1/_update", + "displayName": "Update Escalation Hierarchy", + "orderNumber": 1, + "parentModule": "169", + "enabled": false, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Update Escalation Hierarchy" + }, + { + "id": 626, + "name": "Create Escalation Hierarchy", + "url": "/pgr-master/escalation-hierarchy/v1/_create", + "displayName": "Create Escalation Hierarchy", + "orderNumber": 1, + "parentModule": "169", + "enabled": false, + "serviceCode": "ESCL", + "code": "null", + "path": "Grievance Redressal.Masters.Escalation.Create Escalation Hierarchy" + }, + { + "id": 627, + "name": "Search Boundary", + "url": "/egov-location/boundarys/_search", + "displayName": "Search Boundary", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Search Boundary" + }, + { + "id": 628, + "name": "CreateTenant", + "url": "/tenant/v1/tenant/_create", + "displayName": "Create Tenant", + "orderNumber": 1, + "parentModule": "224", + "enabled": false, + "serviceCode": "TENANT", + "code": "null", + "path": "Tenant.CreateTenant" + }, + { + "id": 629, + "name": "UpdateTenant", + "url": "/tenant/v1/tenant/_update", + "displayName": "Update Tenant", + "orderNumber": 1, + "parentModule": "224", + "enabled": false, + "serviceCode": "TENANT", + "code": "null", + "path": "Tenant.UpdateTenant" + }, + { + "id": 630, + "name": "SearchTenant", + "url": "/tenant/v1/tenant/_search", + "displayName": "Search Tenant", + "orderNumber": 1, + "parentModule": "224", + "enabled": false, + "serviceCode": "TENANT", + "code": "null", + "path": "Tenant.SearchTenant" + }, + { + "id": 631, + "name": "createAccountDetailKey_Master", + "url": "/egf-master/accountdetailkeys/_create", + "displayName": "Create Account Detail Key", + "orderNumber": 1, + "parentModule": "227", + "enabled": false, + "serviceCode": "Account_Detail_key_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Detail_key_Master.createAccountDetailKey_Master" + }, + { + "id": 632, + "name": "updateAccountDetailKey_Master", + "url": "/egf-master/accountdetailkeys/_update", + "displayName": "Modify Account Detail Key", + "orderNumber": 2, + "parentModule": "227", + "enabled": false, + "serviceCode": "Account_Detail_key_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Detail_key_Master.updateAccountDetailKey_Master" + }, + { + "id": 633, + "name": "searchAccountDetailKey_Master", + "url": "/egf-master/accountdetailkeys/_search", + "displayName": "Search Account Detail Key", + "orderNumber": 3, + "parentModule": "227", + "enabled": false, + "serviceCode": "Account_Detail_key_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Detail_key_Master.searchAccountDetailKey_Master" + }, + { + "id": 634, + "name": "createBank_Master", + "url": "/egf-master/banks/_create", + "displayName": "Create Bank", + "orderNumber": 1, + "parentModule": "228", + "enabled": false, + "serviceCode": "Bank", + "code": "null", + "path": "Financials.Financials_Masters.Bank.createBank_Master" + }, + { + "id": 635, + "name": "updateBank_Master", + "url": "/egf-master/banks/_update", + "displayName": "Modify Bank", + "orderNumber": 3, + "parentModule": "228", + "enabled": false, + "serviceCode": "Bank", + "code": "null", + "path": "Financials.Financials_Masters.Bank.updateBank_Master" + }, + { + "id": 636, + "name": "searchBank_Master", + "url": "/egf-master/banks/_search", + "displayName": "Search Bank", + "orderNumber": 3, + "parentModule": "228", + "enabled": false, + "serviceCode": "Bank", + "code": "null", + "path": "Financials.Financials_Masters.Bank.searchBank_Master" + }, + { + "id": 637, + "name": "createBankAccount_Master", + "url": "/egf-master/bankaccounts/_create", + "displayName": "Create BankAccount", + "orderNumber": 1, + "parentModule": "229", + "enabled": false, + "serviceCode": "Bank_Account_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Bank_Account_Master.createBankAccount_Master" + }, + { + "id": 638, + "name": "updateBankAccount_Master", + "url": "/egf-master/bankaccounts/_update", + "displayName": "Modify BankAccount", + "orderNumber": 2, + "parentModule": "229", + "enabled": false, + "serviceCode": "Bank_Account_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Bank_Account_Master.updateBankAccount_Master" + }, + { + "id": 639, + "name": "searchBankAccount_Master", + "url": "/egf-master/bankaccounts/_search", + "displayName": "Search BankAccount", + "orderNumber": 3, + "parentModule": "229", + "enabled": false, + "serviceCode": "Bank_Account_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Bank_Account_Master.searchBankAccount_Master" + }, + { + "id": 640, + "name": "createAccountCodePurpose_Master", + "url": "/egf-master/accountcodepurposes/_create", + "displayName": "Create Account Code Purpose", + "orderNumber": 1, + "parentModule": "230", + "enabled": false, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.createAccountCodePurpose_Master" + }, + { + "id": 641, + "name": "updateAccountCodePurpose_Master", + "url": "/egf-master/accountcodepurposes/_update", + "displayName": "Modify Account Code Purpose", + "orderNumber": 2, + "parentModule": "230", + "enabled": false, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.updateAccountCodePurpose_Master" + }, + { + "id": 642, + "name": "searchAccountCodePurpose_Master", + "url": "/egf-master/accountcodepurposes/_search", + "displayName": "Search Account Code Purpose", + "orderNumber": 3, + "parentModule": "230", + "enabled": true, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.searchAccountCodePurpose_Master" + }, + { + "id": 643, + "name": "createSupplier_Master", + "url": "/egf-master/suppliers/_create", + "displayName": "Create Supplier", + "orderNumber": 1, + "parentModule": "231", + "enabled": false, + "serviceCode": "Supplier_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Supplier_Master.createSupplier_Master" + }, + { + "id": 644, + "name": "updateSupplier_Master", + "url": "/egf-master/suppliers/_update", + "displayName": "Modify Supplier", + "orderNumber": 2, + "parentModule": "231", + "enabled": false, + "serviceCode": "Supplier_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Supplier_Master.updateSupplier_Master" + }, + { + "id": 645, + "name": "searchSupplier_Master", + "url": "/egf-master/suppliers/_search", + "displayName": "Search Supplier", + "orderNumber": 3, + "parentModule": "231", + "enabled": false, + "serviceCode": "Supplier_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Supplier_Master.searchSupplier_Master" + }, + { + "id": 646, + "name": "createFund_Master", + "url": "/egf-master/funds/_create", + "displayName": "Create Fund", + "orderNumber": 1, + "parentModule": "232", + "enabled": false, + "serviceCode": "Fund_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Fund_Master.createFund_Master" + }, + { + "id": 647, + "name": "updateFund_Master", + "url": "/egf-master/funds/_update", + "displayName": "Modify Fund", + "orderNumber": 2, + "parentModule": "232", + "enabled": false, + "serviceCode": "Fund_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Fund_Master.updateFund_Master" + }, + { + "id": 648, + "name": "searchFund_Master", + "url": "/egf-master/funds/_search", + "displayName": "Search Fund", + "orderNumber": 3, + "parentModule": "232", + "enabled": false, + "serviceCode": "Fund_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Fund_Master.searchFund_Master" + }, + { + "id": 649, + "name": "createSubScheme_Master", + "url": "/egf-master/subschemes/_create", + "displayName": "Create SubScheme", + "orderNumber": 1, + "parentModule": "233", + "enabled": false, + "serviceCode": "SubScheme_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.SubScheme_Master.createSubScheme_Master" + }, + { + "id": 650, + "name": "updateSubScheme_Master", + "url": "/egf-master/subschemes/_update", + "displayName": "Modify SubScheme", + "orderNumber": 2, + "parentModule": "233", + "enabled": false, + "serviceCode": "SubScheme_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.SubScheme_Master.updateSubScheme_Master" + }, + { + "id": 651, + "name": "searchSubScheme_Master", + "url": "/egf-master/subschemes/_search", + "displayName": "Search SubScheme", + "orderNumber": 3, + "parentModule": "233", + "enabled": false, + "serviceCode": "SubScheme_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.SubScheme_Master.searchSubScheme_Master" + }, + { + "id": 652, + "name": "createFunction_Master", + "url": "/egf-master/functions/_create", + "displayName": "Create Function", + "orderNumber": 1, + "parentModule": "234", + "enabled": false, + "serviceCode": "Function_Master", + "code": "null", + "path": "Financials.Financials_Masters.Function_Master.createFunction_Master" + }, + { + "id": 653, + "name": "updateFunction_Master", + "url": "/egf-master/functions/_update", + "displayName": "Modify Function", + "orderNumber": 2, + "parentModule": "234", + "enabled": false, + "serviceCode": "Function_Master", + "code": "null", + "path": "Financials.Financials_Masters.Function_Master.updateFunction_Master" + }, + { + "id": 654, + "name": "searchFunction_Master", + "url": "/egf-master/functions/_search", + "displayName": "Search Function", + "orderNumber": 3, + "parentModule": "234", + "enabled": false, + "serviceCode": "Function_Master", + "code": "null", + "path": "Financials.Financials_Masters.Function_Master.searchFunction_Master" + }, + { + "id": 655, + "name": "createBudgetGroup_Master", + "url": "/egf-master/budgetgroups/_create", + "displayName": "Create Budget Group", + "orderNumber": 1, + "parentModule": "235", + "enabled": false, + "serviceCode": "BudgetGroup_Master", + "code": "null", + "path": "Financials.Financials_Masters.BudgetGroup_Master.createBudgetGroup_Master" + }, + { + "id": 656, + "name": "updateBudgetGroup_Master", + "url": "/egf-master/budgetgroups/_update", + "displayName": "Modify Budget Group", + "orderNumber": 2, + "parentModule": "235", + "enabled": false, + "serviceCode": "BudgetGroup_Master", + "code": "null", + "path": "Financials.Financials_Masters.BudgetGroup_Master.updateBudgetGroup_Master" + }, + { + "id": 657, + "name": "searchBudgetGroup_Master", + "url": "/egf-master/budgetgroups/_search", + "displayName": "Search Budget Group", + "orderNumber": 3, + "parentModule": "235", + "enabled": false, + "serviceCode": "BudgetGroup_Master", + "code": "null", + "path": "Financials.Financials_Masters.BudgetGroup_Master.searchBudgetGroup_Master" + }, + { + "id": 658, + "name": "createScheme_Master", + "url": "/egf-master/schemes/_create", + "displayName": "Create Scheme", + "orderNumber": 1, + "parentModule": "236", + "enabled": false, + "serviceCode": "Scheme_Master", + "code": "null", + "path": "Financials.Financials_Masters.Scheme_Master.createScheme_Master" + }, + { + "id": 659, + "name": "updateScheme_Master", + "url": "/egf-master/schemes/_update", + "displayName": "Modify Scheme", + "orderNumber": 2, + "parentModule": "236", + "enabled": false, + "serviceCode": "Scheme_Master", + "code": "null", + "path": "Financials.Financials_Masters.Scheme_Master.updateScheme_Master" + }, + { + "id": 660, + "name": "searchScheme_Master", + "url": "/egf-master/schemes/_search", + "displayName": "Search Scheme", + "orderNumber": 3, + "parentModule": "236", + "enabled": false, + "serviceCode": "Scheme_Master", + "code": "null", + "path": "Financials.Financials_Masters.Scheme_Master.searchScheme_Master" + }, + { + "id": 661, + "name": "createBankBranch_Master", + "url": "/egf-master/bankbranches/_create", + "displayName": "Create BankBranch", + "orderNumber": 1, + "parentModule": "237", + "enabled": false, + "serviceCode": "BankBranch_Master", + "code": "null", + "path": "Financials.Financials_Masters.BankBranch_Master.createBankBranch_Master" + }, + { + "id": 662, + "name": "updateBankBranch_Master", + "url": "/egf-master/bankbranches/_update", + "displayName": "Modify BankBranch", + "orderNumber": 2, + "parentModule": "237", + "enabled": false, + "serviceCode": "BankBranch_Master", + "code": "null", + "path": "Financials.Financials_Masters.BankBranch_Master.updateBankBranch_Master" + }, + { + "id": 663, + "name": "searchBankBranch_Master", + "url": "/egf-master/bankbranches/_search", + "displayName": "Search BankBranch", + "orderNumber": 3, + "parentModule": "237", + "enabled": false, + "serviceCode": "BankBranch_Master", + "code": "null", + "path": "Financials.Financials_Masters.BankBranch_Master.searchBankBranch_Master" + }, + { + "id": 664, + "name": "createFundSource_Master", + "url": "/egf-master/fundsources/_create", + "displayName": "Create Fund Source", + "orderNumber": 1, + "parentModule": "238", + "enabled": false, + "serviceCode": "FundSource_Master", + "code": "null", + "path": "Financials.Financials_Masters.FundSource_Master.createFundSource_Master" + }, + { + "id": 665, + "name": "updateFundSource_Master", + "url": "/egf-master/fundsources/_update", + "displayName": "Modify Fund Source", + "orderNumber": 2, + "parentModule": "238", + "enabled": false, + "serviceCode": "FundSource_Master", + "code": "null", + "path": "Financials.Financials_Masters.FundSource_Master.updateFundSource_Master" + }, + { + "id": 666, + "name": "searchFundSource_Master", + "url": "/egf-master/fundsources/_search", + "displayName": "Search Fund Source", + "orderNumber": 3, + "parentModule": "238", + "enabled": false, + "serviceCode": "FundSource_Master", + "code": "null", + "path": "Financials.Financials_Masters.FundSource_Master.searchFundSource_Master" + }, + { + "id": 667, + "name": "createFunctionary_Master", + "url": "/egf-master/functionaries/_create", + "displayName": "Create Functionary", + "orderNumber": 1, + "parentModule": "239", + "enabled": false, + "serviceCode": "Functionary_Master", + "code": "null", + "path": "Financials.Financials_Masters.Functionary_Master.createFunctionary_Master" + }, + { + "id": 668, + "name": "updateFunctionary_Master", + "url": "/egf-master/functionaries/_update", + "displayName": "Modify Functionary", + "orderNumber": 2, + "parentModule": "239", + "enabled": false, + "serviceCode": "Functionary_Master", + "code": "null", + "path": "Financials.Financials_Masters.Functionary_Master.updateFunctionary_Master" + }, + { + "id": 669, + "name": "searchFunctionary_Master", + "url": "/egf-master/functionaries/_search", + "displayName": "Search Functionary", + "orderNumber": 3, + "parentModule": "239", + "enabled": false, + "serviceCode": "Functionary_Master", + "code": "null", + "path": "Financials.Financials_Masters.Functionary_Master.searchFunctionary_Master" + }, + { + "id": 670, + "name": "createChartOfAccount_Master", + "url": "/egf-master/chartofaccounts/_create", + "displayName": "Create Chart Of Accounts", + "orderNumber": 1, + "parentModule": "240", + "enabled": false, + "serviceCode": "ChartOfAccount_Master", + "code": "null", + "path": "Financials.Financials_Masters.ChartOfAccount_Master.createChartOfAccount_Master" + }, + { + "id": 671, + "name": "updateChartOfAccount_Master", + "url": "/egf-master/chartofaccounts/_update", + "displayName": "Modify Chart Of Accounts", + "orderNumber": 2, + "parentModule": "240", + "enabled": false, + "serviceCode": "ChartOfAccount_Master", + "code": "null", + "path": "Financials.Financials_Masters.ChartOfAccount_Master.updateChartOfAccount_Master" + }, + { + "id": 673, + "name": "createChartOfAccountDetail_Master", + "url": "/egf-master/chartofaccountdetails/_create", + "displayName": "Create Chart Of Accounts Detail", + "orderNumber": 1, + "parentModule": "241", + "enabled": false, + "serviceCode": "ChartOfAccountDetail_Master", + "code": "null", + "path": "Financials.Financials_Masters.ChartOfAccountDetail_Master.createChartOfAccountDetail_Master" + }, + { + "id": 674, + "name": "updateChartOfAccountDetail_Master", + "url": "/egf-master/chartofaccountdetails/_update", + "displayName": "Modify Chart Of Accounts Detail", + "orderNumber": 2, + "parentModule": "241", + "enabled": false, + "serviceCode": "ChartOfAccountDetail_Master", + "code": "null", + "path": "Financials.Financials_Masters.ChartOfAccountDetail_Master.updateChartOfAccountDetail_Master" + }, + { + "id": 675, + "name": "searchChartOfAccountDetail_Master", + "url": "/egf-master/chartofaccountdetails/_search", + "displayName": "Search Chart Of Accounts Detail", + "orderNumber": 3, + "parentModule": "241", + "enabled": false, + "serviceCode": "ChartOfAccountDetail_Master", + "code": "null", + "path": "Financials.Financials_Masters.ChartOfAccountDetail_Master.searchChartOfAccountDetail_Master" + }, + { + "id": 676, + "name": "createAccountEntiy_Master", + "url": "/egf-master/accountentities/_create", + "displayName": "Create Account Entity", + "orderNumber": 1, + "parentModule": "242", + "enabled": false, + "serviceCode": "AccountEntiy_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountEntiy_Master.createAccountEntiy_Master" + }, + { + "id": 677, + "name": "updateAccountEntiy_Master", + "url": "/egf-master/accountentities/_update", + "displayName": "Modify Account Entity", + "orderNumber": 2, + "parentModule": "242", + "enabled": false, + "serviceCode": "AccountEntiy_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountEntiy_Master.updateAccountEntiy_Master" + }, + { + "id": 678, + "name": "searchAccountEntiy_Master", + "url": "/egf-master/accountentities/_search", + "displayName": "Search Account Entity", + "orderNumber": 3, + "parentModule": "242", + "enabled": false, + "serviceCode": "AccountEntiy_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountEntiy_Master.searchAccountEntiy_Master" + }, + { + "id": 679, + "name": "createFinancialYear_Master", + "url": "/egf-master/financialyears/_create", + "displayName": "Create Financial Year", + "orderNumber": 1, + "parentModule": "243", + "enabled": false, + "serviceCode": "FinancialYear_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialYear_Master.createFinancialYear_Master" + }, + { + "id": 680, + "name": "updateFinancialYear_Master", + "url": "/egf-master/financialyears/_update", + "displayName": "Modify Financial Year", + "orderNumber": 2, + "parentModule": "243", + "enabled": false, + "serviceCode": "FinancialYear_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialYear_Master.updateFinancialYear_Master" + }, + { + "id": 681, + "name": "searchFinancialYear_Master", + "url": "/egf-master/financialyears/_search", + "displayName": "Search Financial Year", + "orderNumber": 3, + "parentModule": "243", + "enabled": false, + "serviceCode": "FinancialYear_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialYear_Master.searchFinancialYear_Master" + }, + { + "id": 682, + "name": "createFiscalPeriod_Master", + "url": "/egf-master/fiscalperiods/_create", + "displayName": "Create Fiscal Period", + "orderNumber": 1, + "parentModule": "244", + "enabled": false, + "serviceCode": "FiscalPeriod_Master", + "code": "null", + "path": "Financials.Financials_Masters.FiscalPeriod_Master.createFiscalPeriod_Master" + }, + { + "id": 683, + "name": "updateFiscalPeriod_Master", + "url": "/egf-master/fiscalperiods/_update", + "displayName": "Modify Fiscal Period", + "orderNumber": 2, + "parentModule": "244", + "enabled": false, + "serviceCode": "FiscalPeriod_Master", + "code": "null", + "path": "Financials.Financials_Masters.FiscalPeriod_Master.updateFiscalPeriod_Master" + }, + { + "id": 684, + "name": "searchFiscalPeriod_Master", + "url": "/egf-master/fiscalperiods/_search", + "displayName": "Search Fiscal Period", + "orderNumber": 3, + "parentModule": "244", + "enabled": false, + "serviceCode": "FiscalPeriod_Master", + "code": "null", + "path": "Financials.Financials_Masters.FiscalPeriod_Master.searchFiscalPeriod_Master" + }, + { + "id": 685, + "name": "createAccountDetailType_Master", + "url": "/egf-master/accountdetailtypes/_create", + "displayName": "Create Account Detail Type", + "orderNumber": 1, + "parentModule": "245", + "enabled": false, + "serviceCode": "AccountDetailType_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountDetailType_Master.createAccountDetailType_Master" + }, + { + "id": 686, + "name": "updateAccountDetailType_Master", + "url": "/egf-master/accountdetailtypes/_update", + "displayName": "Modify Account Detail Type", + "orderNumber": 2, + "parentModule": "245", + "enabled": false, + "serviceCode": "AccountDetailType_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountDetailType_Master.updateAccountDetailType_Master" + }, + { + "id": 687, + "name": "searchAccountDetailType_Master", + "url": "/egf-master/accountdetailtypes/_search", + "displayName": "Search Account Detail Type", + "orderNumber": 3, + "parentModule": "245", + "enabled": false, + "serviceCode": "AccountDetailType_Master", + "code": "null", + "path": "Financials.Financials_Masters.AccountDetailType_Master.searchAccountDetailType_Master" + }, + { + "id": 688, + "name": "createFinancialConfiguration_Master", + "url": "/egf-master/financialconfigurations/_create", + "displayName": "Create Financial Configuration", + "orderNumber": 1, + "parentModule": "246", + "enabled": false, + "serviceCode": "FinancialConfiguration_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialConfiguration_Master.createFinancialConfiguration_Master" + }, + { + "id": 689, + "name": "updateFinancialConfiguration_Master", + "url": "/egf-master/financialconfigurations/_update", + "displayName": "Modify Financial Configuration", + "orderNumber": 2, + "parentModule": "246", + "enabled": false, + "serviceCode": "FinancialConfiguration_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialConfiguration_Master.updateFinancialConfiguration_Master" + }, + { + "id": 690, + "name": "searchFinancialConfiguration_Master", + "url": "/egf-master/financialconfigurations/_search", + "displayName": "Search Financial Configuration", + "orderNumber": 3, + "parentModule": "246", + "enabled": false, + "serviceCode": "FinancialConfiguration_Master", + "code": "null", + "path": "Financials.Financials_Masters.FinancialConfiguration_Master.searchFinancialConfiguration_Master" + }, + { + "id": 691, + "name": "CreateOtp", + "url": "/otp/v1/_create", + "displayName": "Create Otp", + "orderNumber": 1, + "parentModule": "247", + "enabled": false, + "serviceCode": "OTP", + "code": "null", + "path": "Otp.CreateOtp" + }, + { + "id": 692, + "name": "ValidateOtp", + "url": "/otp/v1/_validate", + "displayName": "Validate Otp", + "orderNumber": 1, + "parentModule": "247", + "enabled": false, + "serviceCode": "OTP", + "code": "null", + "path": "Otp.ValidateOtp" + }, + { + "id": 693, + "name": "SearchOtp", + "url": "/otp/v1/_search", + "displayName": "Search Otp", + "orderNumber": 1, + "parentModule": "247", + "enabled": false, + "serviceCode": "OTP", + "code": "null", + "path": "Otp.SearchOtp" + }, + { + "id": 694, + "name": "Create Citizen", + "url": "/user/citizen/_create", + "displayName": "Create Citizen", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Create Citizen" + }, + { + "id": 695, + "name": "Search User Details", + "url": "/user/v1/_search", + "displayName": "Search User Details", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Search User Details" + }, + { + "id": 696, + "name": "Get User", + "url": "/user/_details", + "displayName": "Get User Details", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Get User" + }, + { + "id": 698, + "name": "Profile Update", + "url": "/user/profile/_update", + "displayName": "Profile Update", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Profile Update" + }, + { + "id": 699, + "name": "Update Password", + "url": "/user/password/_update", + "displayName": "Update Password", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Update Password" + }, + { + "id": 700, + "name": "UpdatePasswordForNonLoggedInUser", + "url": "/user/password/nologin/_update", + "displayName": "UpdatePassword For NonLogged InUser", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.UpdatePasswordForNonLoggedInUser" + }, + { + "id": 701, + "name": "Delete Token", + "url": "/user/_logout", + "displayName": "Delete Token", + "orderNumber": 1, + "enabled": false, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.Delete Token" + }, + { + "id": 702, + "name": "UpdateCollection", + "url": "/billing-service/demand/collection/_update", + "displayName": "Update Collection", + "orderNumber": 1, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.UpdateCollection" + }, + { + "id": 703, + "name": "BS_SearchDemandDetail", + "url": "/billing-service/demand/demanddetail/_search", + "displayName": "Search Demand Detail", + "orderNumber": 2, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.BS_SearchDemandDetail" + }, + { + "id": 704, + "name": "UpdateDemand", + "url": "/billing-service/demand/_update", + "displayName": "Update Demand", + "orderNumber": 3, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.UpdateDemand" + }, + { + "id": 705, + "name": "CreateDemand", + "url": "/billing-service/demand/_create", + "displayName": "Create Demand", + "orderNumber": 4, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.CreateDemand" + }, + { + "id": 706, + "name": "SearchDemand", + "url": "/billing-service/demand/_search", + "displayName": "Search Demand", + "orderNumber": 5, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.SearchDemand" + }, + { + "id": 707, + "name": "UpdateTaxHead", + "url": "/billing-service/taxheads/_update", + "displayName": "Update Tax Head", + "orderNumber": 6, + "enabled": false, + "serviceCode": "BS_TAXHEADS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Heads.UpdateTaxHead" + }, + { + "id": 708, + "name": "CreateTaxHead", + "url": "/billing-service/taxheads/_create", + "displayName": "Create Tax Head", + "orderNumber": 7, + "enabled": false, + "serviceCode": "BS_TAXHEADS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Heads.CreateTaxHead" + }, + { + "id": 709, + "name": "SearchTaxHead", + "url": "/billing-service/taxheads/_search", + "displayName": "Search Tax Head", + "orderNumber": 8, + "enabled": false, + "serviceCode": "BS_TAXHEADS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Heads.SearchTaxHead" + }, + { + "id": 710, + "name": "GenerateBill", + "url": "/billing-service/bill/_generate", + "displayName": "Generate Bill", + "orderNumber": 9, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.GenerateBill" + }, + { + "id": 711, + "name": "Apportion", + "url": "/billing-service/bill/_apportion", + "displayName": "Apportion", + "orderNumber": 10, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.Apportion" + }, + { + "id": 712, + "name": "CreateBill", + "url": "/billing-service/bill/_create", + "displayName": "Create Bill", + "orderNumber": 11, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.CreateBill" + }, + { + "id": 713, + "name": "SearchBill", + "url": "/billing-service/bill/_search", + "displayName": "Search Bill", + "orderNumber": 12, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.SearchBill" + }, + { + "id": 714, + "name": "UpdateBusinessService", + "url": "/billing-service/businessservices/_update", + "displayName": "Update Business Service", + "orderNumber": 13, + "enabled": false, + "serviceCode": "BS_BUSINESS_SERVICE", + "code": "null", + "path": "Billing Service.Billing Masters.BS Business Service.UpdateBusinessService" + }, + { + "id": 715, + "name": "CreateBusinessService", + "url": "/billing-service/businessservices/_create", + "displayName": "Create Business Service", + "orderNumber": 14, + "enabled": false, + "serviceCode": "BS_BUSINESS_SERVICE", + "code": "null", + "path": "Billing Service.Billing Masters.BS Business Service.CreateBusinessService" + }, + { + "id": 716, + "name": "SearchBusinessService", + "url": "/billing-service/businessservices/_search", + "displayName": "Search Business Service", + "orderNumber": 15, + "enabled": false, + "serviceCode": "BS_BUSINESS_SERVICE", + "code": "null", + "path": "Billing Service.Billing Masters.BS Business Service.SearchBusinessService" + }, + { + "id": 717, + "name": "UpdateGlcodeMaster", + "url": "/billing-service/glcodemasters/_update", + "displayName": "Update Glcode Master", + "orderNumber": 16, + "enabled": false, + "serviceCode": "BS_GLCODE_MASTER", + "code": "null", + "path": "Billing Service.Billing Masters.BS GLCode Master.UpdateGlcodeMaster" + }, + { + "id": 718, + "name": "CreateGlcodeMaster", + "url": "/billing-service/glcodemasters/_create", + "displayName": "Create Glcode Master", + "orderNumber": 17, + "enabled": false, + "serviceCode": "BS_GLCODE_MASTER", + "code": "null", + "path": "Billing Service.Billing Masters.BS GLCode Master.CreateGlcodeMaster" + }, + { + "id": 719, + "name": "SearchGlcodeMaster", + "url": "/billing-service/glcodemasters/_search", + "displayName": "Search Glcode Master", + "orderNumber": 18, + "enabled": false, + "serviceCode": "BS_GLCODE_MASTER", + "code": "null", + "path": "Billing Service.Billing Masters.BS GLCode Master.SearchGlcodeMaster" + }, + { + "id": 720, + "name": "BS_UpdateTaxPeriod", + "url": "/billing-service/taxperiods/_update", + "displayName": "Update Tax Period", + "orderNumber": 19, + "enabled": false, + "serviceCode": "BS_TAX_PERIODS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Periods.BS_UpdateTaxPeriod" + }, + { + "id": 721, + "name": "BS_CreateTaxPeriod", + "url": "/billing-service/taxperiods/_create", + "displayName": "Create Tax Period", + "orderNumber": 20, + "enabled": false, + "serviceCode": "BS_TAX_PERIODS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Periods.BS_CreateTaxPeriod" + }, + { + "id": 722, + "name": "BS_SearchTaxPeriod", + "url": "/billing-service/taxperiods/_search", + "displayName": "Search Tax Period", + "orderNumber": 21, + "enabled": false, + "serviceCode": "BS_TAX_PERIODS", + "code": "null", + "path": "Billing Service.Billing Masters.BS Tax Periods.BS_SearchTaxPeriod" + }, + { + "id": 723, + "name": "PGR get Status", + "url": "/workflow/v1/statuses/_search", + "displayName": "PGR get status", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PGR", + "code": "null", + "path": "Grievance Redressal.PGR get Status" + }, + { + "id": 724, + "name": "SearchActions", + "url": "/access/v1/actions/_search", + "displayName": "Search Actions", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.SearchActions" + }, + { + "id": 725, + "name": "ValidateAction", + "url": "/access/v1/actions/_validate", + "displayName": "Validate Action", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.ValidateAction" + }, + { + "id": 726, + "name": "CreateActions", + "url": "/access/v1/actions/_create", + "displayName": "Create Action", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.CreateActions" + }, + { + "id": 727, + "name": "UpdateActions", + "url": "/access/v1/actions/_update", + "displayName": "Update Action", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.UpdateActions" + }, + { + "id": 728, + "name": "CreateRoleActions", + "url": "/access/v1/role-actions/_create", + "displayName": "Create Role actions", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.CreateRoleActions" + }, + { + "id": 729, + "name": "SearchRoles", + "url": "/access/v1/roles/_search", + "displayName": "Search Roles", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.SearchRoles" + }, + { + "id": 730, + "name": "CreateRoles", + "url": "/access/v1/roles/_create", + "displayName": "Create Roles", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.CreateRoles" + }, + { + "id": 731, + "name": "updateRoles", + "url": "/access/v1/roles/_update", + "displayName": "Update Roles", + "orderNumber": 1, + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.updateRoles" + }, + { + "id": 732, + "name": "isShapeFileExist", + "url": "/egov-location/boundarys/isshapefileexist", + "displayName": "Is ShapeFile ExistOrNot", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.isShapeFileExist" + }, + { + "id": 733, + "name": "SearchModules", + "url": "/egov-common-masters/modules/_search", + "displayName": "Search Modules", + "orderNumber": 1, + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.SearchModules" + }, + { + "id": 734, + "name": "StartWorkflow", + "url": "/collection-services/receipts-workflow/_start", + "displayName": "Start Workflow", + "orderNumber": 3, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.StartWorkflow" + }, + { + "id": 735, + "name": "UpdateWorkflow", + "url": "/collection-services/receipts-workflow/_update", + "displayName": "Update Workflow", + "orderNumber": 3, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.UpdateWorkflow" + }, + { + "id": 737, + "name": "PositionUpdateById", + "url": "/hr-masters/positions/{id}/_update", + "displayName": "Update Position by id", + "orderNumber": 2, + "queryParams": "", + "parentModule": "53", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.PositionUpdateById" + }, + { + "id": 738, + "name": "LeaveMappingUpdateById", + "url": "/hr-leave/leaveallotments/{leavetypeId}/_update", + "displayName": "LeaveMappingUpdateById", + "orderNumber": 2, + "queryParams": "", + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.LeaveMappingUpdateById" + }, + { + "id": 742, + "name": "UpdateLicenseCategory", + "url": "/tl-masters/category/v1/_update", + "displayName": "Update License Category", + "orderNumber": 1, + "parentModule": "256", + "enabled": false, + "serviceCode": "LICENSECATEGORY", + "code": "null", + "path": "Trade License.License Masters.License Category.UpdateLicenseCategory" + }, + { + "id": 743, + "name": "UpdateReceipt", + "url": "/collection-services/receipts/_update", + "displayName": "Update Receipt", + "orderNumber": 3, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.UpdateReceipt" + }, + { + "id": 744, + "name": "UpdateNewConnectionAPI", + "url": "/wcms-connection/connection/_update", + "displayName": "Update Connection", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.UpdateNewConnectionAPI" + }, + { + "id": 745, + "name": "AssetDepreciationCreateService", + "url": "/asset-services/assets/depreciations/_create", + "displayName": "Create Asset Depreciation", + "orderNumber": 1, + "parentModule": "257", + "enabled": false, + "serviceCode": "AssetDepreciation", + "code": "null", + "path": "Asset Management.Asset Transactions.Asset Depreciation.AssetDepreciationCreateService" + }, + { + "id": 750, + "name": "UpdateTLSUBCATEGORY", + "url": "/tl-masters/category/v1/_update", + "displayName": "Update Sub Category", + "orderNumber": 3, + "parentModule": "258", + "enabled": false, + "serviceCode": "TLSUBCATEGORY", + "code": "null", + "path": "Trade License.License Masters.License Sub Category.UpdateTLSUBCATEGORY" + }, + { + "id": 754, + "name": "UpdateTLUOM", + "url": "/tl-masters/uom/v1/_update", + "displayName": "Update Unit of Measurement", + "orderNumber": 3, + "parentModule": "259", + "enabled": false, + "serviceCode": "TLUOM", + "code": "null", + "path": "Trade License.License Masters.License Unit of Measurement.UpdateTLUOM" + }, + { + "id": 758, + "name": "UpdateTLDOCUMENTTYPE", + "url": "/tl-masters/documenttype/v2/_update", + "displayName": "Update Document Type", + "orderNumber": 3, + "parentModule": "260", + "enabled": false, + "serviceCode": "TLDOCUMENTTYPE", + "code": "null", + "path": "Trade License.License Masters.License Document Type.UpdateTLDOCUMENTTYPE" + }, + { + "id": 762, + "name": "UpdateTLPENALTYRATE", + "url": "/tl-masters/penaltyrate/v1/_update", + "displayName": "Update Penalty Rate", + "orderNumber": 3, + "parentModule": "261", + "enabled": false, + "serviceCode": "TLPENALTYRATE", + "code": "null", + "path": "Trade License.License Masters.License Penalty Rate.UpdateTLPENALTYRATE" + }, + { + "id": 766, + "name": "UpdateTLFEEMATRIX", + "url": "/tl-masters/feematrix/v1/_update", + "displayName": "Update Fee Matrix", + "orderNumber": 3, + "parentModule": "262", + "enabled": false, + "serviceCode": "TLFEEMATRIX", + "code": "null", + "path": "Trade License.License Masters.License Fee Matrix.UpdateTLFEEMATRIX" + }, + { + "id": 767, + "name": "Create ST Config", + "url": "/pgr-master/servicetypeconfiguration/v1/_create", + "servicecode": "STCONFIG", + "parentmodule": "263", + "ordernumber": 1, + "displayname": "Create ServiceType Configuration", + "enabled": false, + "path": "Grievance Redressal.Masters.STConfiguration.Create ST Config" + }, + { + "id": 768, + "name": "Update ST Config", + "url": "/pgr-master/servicetypeconfiguration/v1/_update", + "servicecode": "STCONFIG", + "parentmodule": "263", + "ordernumber": 3, + "displayname": "Update ServiceType Configuration", + "enabled": false, + "path": "Grievance Redressal.Masters.STConfiguration.Update ST Config" + }, + { + "id": 769, + "name": "Search ST Config", + "url": "/pgr-master/servicetypeconfiguration/v1/_search", + "servicecode": "STCONFIG", + "parentmodule": "263", + "ordernumber": 2, + "displayname": "Search ServiceType Configuration", + "enabled": false, + "path": "Grievance Redressal.Masters.STConfiguration.Search ST Config" + }, + { + "id": 770, + "name": "CreateLicenseStatus", + "url": "/tl-masters/status/v1/_create", + "displayName": "Create License Status", + "orderNumber": 1, + "parentModule": "264", + "enabled": false, + "serviceCode": "TLSTATUS", + "code": "null", + "path": "Trade License.License Masters.TL Status.CreateLicenseStatus" + }, + { + "id": 771, + "name": "SearchLicenseStatus", + "url": "/tl-masters/status/v1/_search", + "displayName": "Search License Status", + "orderNumber": 1, + "parentModule": "264", + "enabled": false, + "serviceCode": "TLSTATUS", + "code": "null", + "path": "Trade License.License Masters.TL Status.SearchLicenseStatus" + }, + { + "id": 772, + "name": "UpdateLicenseStatus", + "url": "/tl-masters/status/v1/_update", + "displayName": "Update License Status", + "orderNumber": 1, + "parentModule": "264", + "enabled": false, + "serviceCode": "TLSTATUS", + "code": "null", + "path": "Trade License.License Masters.TL Status.UpdateLicenseStatus" + }, + { + "id": 781, + "name": "GetDistinctCollectedBy", + "url": "/collection-services/receipts/_getDistinctCollectedBy", + "displayName": "Distinct collected By", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.GetDistinctCollectedBy" + }, + { + "id": 782, + "name": "Collection status", + "url": "/collection-services/receipts/_status", + "displayName": "Collection status", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.Collection status" + }, + { + "id": 783, + "name": "Business Details", + "url": "/collection-services/receipts/_getDistinctBusinessDetails", + "displayName": "Business Details", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.Business Details" + }, + { + "id": 784, + "name": "Chart Of Accounts", + "url": "/collection-services/receipts/_getChartOfAccounts", + "displayName": "Chart Of Accounts", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.Chart Of Accounts" + }, + { + "id": 785, + "name": "Create Service Definition Config", + "url": "/pgr-master/servicedefinition/v1/_create", + "servicecode": "SDCONFIG", + "parentmodule": "266", + "ordernumber": 1, + "displayname": "Create Service Definition Configuration", + "enabled": false, + "path": "Grievance Redressal.Masters.SDConfiguration.Create Service Definition Config" + }, + { + "id": 786, + "name": "Create Service Type", + "url": "/pgr-master/service/v2/_create", + "servicecode": "STCREATE", + "parentmodule": "267", + "ordernumber": 1, + "displayname": "Create Service Type", + "enabled": false, + "path": "Grievance Redressal.Masters.STCreate.Create Service Type" + }, + { + "id": 789, + "name": "GetBusinessTypes", + "url": "/egov-common-masters/businessDetails/_getBusinessTypes", + "displayName": "Business Types", + "orderNumber": 1, + "enabled": false, + "serviceCode": "COLLECTION-MASTERS", + "code": "null", + "path": "Collection.Collection Masters.GetBusinessTypes" + }, + { + "id": 790, + "name": "Service Definition Search", + "url": "/pgr-master/servicedefinition/v1/_search", + "servicecode": "SDS", + "parentmodule": "270", + "ordernumber": 1, + "displayname": "Service Definition Search", + "enabled": false, + "path": "Grievance Redressal.Masters.SDS.Service Definition Search" + }, + { + "id": 791, + "name": "PrepareDCBForDataEntry", + "url": "/pt-property/properties/_preparedcb", + "displayName": "Prepare DCB For Data Entry", + "orderNumber": 1, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.PrepareDCBForDataEntry" + }, + { + "id": 792, + "name": "Update Service Type", + "url": "/pgr-master/service/v2/_update", + "servicecode": "STU", + "parentmodule": "271", + "ordernumber": 1, + "displayname": "Update Service Type", + "enabled": false, + "path": "Grievance Redressal.Masters.STU.Update Service Type" + }, + { + "id": 794, + "name": "LegacyAddOrEditDemandupdate", + "url": "/wcms-connection/connection/_leacydemand", + "displayName": "LegacyAddOrEditDemandupdate", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.LegacyAddOrEditDemandupdate" + }, + { + "id": 798, + "name": "Update Department", + "url": "/egov-common-masters/departments/v1/_update", + "displayName": "Update Department", + "orderNumber": 2, + "parentModule": "273", + "enabled": false, + "serviceCode": "DEPT", + "code": "null", + "path": "Administration.Department.Update Department" + }, + { + "id": 799, + "name": "SearchEmployeePositions", + "url": "/hr-employee/employees/{employeeId}/positions/_search", + "displayName": "Search Employee Positions", + "orderNumber": 1, + "enabled": false, + "serviceCode": "EIS", + "code": "null", + "path": "Employee Management.SearchEmployeePositions" + }, + { + "id": 800, + "name": "SearchEmployeeAssignments", + "url": "/hr-employee/employees/{id}/assignments/_search", + "displayName": "Search Employee Assignments", + "orderNumber": 1, + "queryParams": "", + "enabled": false, + "serviceCode": "EIS", + "code": "null", + "path": "Employee Management.SearchEmployeeAssignments" + }, + { + "id": 801, + "name": "Pgr Report MetaData", + "url": "/report/pgr/metadata/_get", + "displayName": "Get Pgr Report Metadata", + "orderNumber": 1, + "parentModule": "165", + "enabled": false, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Pgr Report MetaData" + }, + { + "id": 802, + "name": "Pgr Report", + "url": "/report/pgr/_get", + "displayName": "Get Pgr Report", + "orderNumber": 1, + "parentModule": "165", + "enabled": false, + "serviceCode": "RPT", + "code": "null", + "path": "Grievance Redressal.Reports.Pgr Report" + }, + { + "id": 803, + "name": "Report Reload", + "url": "/report/_reload", + "displayName": "Report Reload", + "orderNumber": 1, + "parentModule": "274", + "enabled": false, + "serviceCode": "CRPT", + "code": "null", + "path": "Common Report.Report Reload" + }, + { + "id": 804, + "name": "ReportMetaData", + "url": "/report/collection/metadata/_get", + "displayName": "ReportMetaData", + "orderNumber": 2, + "parentModule": "223", + "enabled": false, + "serviceCode": "COLLECTION-REPORTS", + "code": "null", + "path": "Collection.Collection Reports.ReportMetaData" + }, + { + "id": 805, + "name": "ReportGet", + "url": "/report/collection/_get", + "displayName": "ReportGet", + "orderNumber": 2, + "parentModule": "223", + "enabled": false, + "serviceCode": "COLLECTION-REPORTS", + "code": "null", + "path": "Collection.Collection Reports.ReportGet" + }, + { + "id": 809, + "name": "BS_TaxPeriodSearch", + "url": "/billing-service/taxperiod/_search", + "displayName": "Get Tax Periods", + "orderNumber": 1, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.BS_TaxPeriodSearch" + }, + { + "id": 810, + "name": "BS_GetDemandDues", + "url": "/billing-service/demand/_dues", + "displayName": "Get Demand Dues", + "orderNumber": 1, + "enabled": false, + "serviceCode": "BILLING_SERVICE", + "code": "null", + "path": "Billing Service.BS_GetDemandDues" + }, + { + "id": 814, + "name": "WorkflowForWCMS", + "url": "/wc/application/update/{stateId}", + "displayName": "WorkFlow WCMS", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.WorkflowForWCMS" + }, + { + "id": 815, + "name": "HR Report MetaData", + "url": "/report/hr/metadata/_get", + "displayName": "Get HR Report Metadata", + "orderNumber": 1, + "parentModule": "277", + "enabled": false, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Report MetaData" + }, + { + "id": 816, + "name": "HR Report", + "url": "/report/hr/_get", + "displayName": "Get HR Report", + "orderNumber": 1, + "parentModule": "277", + "enabled": false, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Report" + }, + { + "id": 817, + "name": "HR Report Reload", + "url": "/report/hr/_reload", + "displayName": "HR Report Reload", + "orderNumber": 1, + "parentModule": "277", + "enabled": false, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Report Reload" + }, + { + "id": 819, + "name": "TL Report MetaData", + "url": "/report/tradelicense/metadata/_get", + "displayName": "Get TL Report Metadata", + "orderNumber": 1, + "parentModule": "165", + "enabled": false, + "serviceCode": "LICENSEREPORTS", + "code": "null", + "path": "Trade License.License Reports.TL Report MetaData" + }, + { + "id": 820, + "name": "TL Report", + "url": "/report/tradelicense/_get", + "displayName": "Get TL Report", + "orderNumber": 1, + "parentModule": "165", + "enabled": false, + "serviceCode": "LICENSEREPORTS", + "code": "null", + "path": "Trade License.License Reports.TL Report" + }, + { + "id": 821, + "name": "TL Report Reload", + "url": "/report/tradelicense/_reload", + "displayName": "TL Report Reload", + "orderNumber": 1, + "enabled": false, + "serviceCode": "LICENSEREPORTS", + "code": "null", + "path": "Trade License.License Reports.TL Report Reload" + }, + { + "id": 839, + "name": "UpdateLegacyLicense", + "url": "/tl-services/license/v1/_update", + "displayName": "Update Legacy License", + "orderNumber": 1, + "parentModule": "268", + "enabled": false, + "serviceCode": "TLTRANSACTIONS", + "code": "null", + "path": "Trade License.License Transactions.UpdateLegacyLicense" + }, + { + "id": 840, + "name": "PT Report", + "url": "/report/property/_get", + "displayName": "PT Report", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.PT Report" + }, + { + "id": 841, + "name": "PT Report Metadata", + "url": "/report/property/metadata/_get", + "displayName": "PT Report Metadata", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.PT Report Metadata" + }, + { + "id": 842, + "name": "WaterCharges Metadata", + "url": "/report/wcms/metadata/_get", + "displayName": "Water Charges Metadata Report", + "orderNumber": 1, + "parentModule": "285", + "enabled": false, + "serviceCode": "WCMS REPORTS", + "code": "null", + "path": "Water Charge.Wcms Reports.WaterCharges Metadata" + }, + { + "id": 843, + "name": "WaterCharges Get", + "url": "/report/wcms/_get", + "displayName": "Water Charges Get Report", + "orderNumber": 2, + "parentModule": "285", + "enabled": false, + "serviceCode": "WCMS REPORTS", + "code": "null", + "path": "Water Charge.Wcms Reports.WaterCharges Get" + }, + { + "id": 844, + "name": "Citizen Metadata", + "url": "/report/citizen/metadata/_get", + "displayName": "Citizen Metadata Report", + "orderNumber": 3, + "parentModule": "223", + "enabled": false, + "serviceCode": "WCMS REPORTS", + "code": "null", + "path": "Water Charge.Wcms Reports.Citizen Metadata" + }, + { + "id": 845, + "name": "Citizen Get", + "url": "/report/citizen/_get", + "displayName": "Citizen Get Report", + "orderNumber": 4, + "parentModule": "223", + "enabled": false, + "serviceCode": "WCMS REPORTS", + "code": "null", + "path": "Water Charge.Wcms Reports.Citizen Get" + }, + { + "id": 853, + "name": "SearchGapcodeFormulaMaster", + "url": "/wcms/masters/gapcodes/formula/_search", + "displayName": "View Gapcode Formulas", + "orderNumber": 4, + "enabled": false, + "serviceCode": "GAPCODEMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.Gapcode Master.SearchGapcodeFormulaMaster" + }, + { + "id": 854, + "name": "SearchGapcodeLastmonthMaster", + "url": "/wcms/masters/gapcodes/lastmonths/_search", + "displayName": "View Gapcode LastMonths", + "orderNumber": 5, + "enabled": false, + "serviceCode": "GAPCODEMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.Gapcode Master.SearchGapcodeLastmonthMaster" + }, + { + "id": 855, + "name": "SearchGapcodeLogicMaster", + "url": "/wcms/masters/gapcodes/logic/_search", + "displayName": "View Gapcode Logic", + "orderNumber": 6, + "enabled": false, + "serviceCode": "GAPCODEMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.Gapcode Master.SearchGapcodeLogicMaster" + }, + { + "id": 862, + "name": "SearchWaterChargeConfigurationMaster", + "url": "/wcms/masters/waterchargesconfig/_search", + "displayName": "Search Configuration", + "orderNumber": 1, + "enabled": false, + "serviceCode": "WATERCHARGESCONFIGURATIONMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.Configuration Master.SearchWaterChargeConfigurationMaster" + }, + { + "id": 867, + "name": "CreateBulkEmployees", + "url": "/hr-employee/employees/_bulkcreate", + "displayName": "Create Bulk Employees", + "orderNumber": 1, + "parentModule": "47", + "enabled": false, + "serviceCode": "EIS", + "code": "null", + "path": "Employee Management.CreateBulkEmployees" + }, + { + "id": 868, + "name": "CreateBulkPositions", + "url": "/hr-masters/positions/_bulkcreate", + "displayName": "Search Bulk Positions", + "orderNumber": 1, + "parentModule": "70", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.CreateBulkPositions" + }, + { + "id": 873, + "name": "SearchBoundaryType", + "url": "/egov-location/boundarytypes/_search", + "displayName": "Search BoundaryType", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.SearchBoundaryType" + }, + { + "id": 874, + "name": "SearchHierarchyTypes", + "url": "/egov-location/hierarchytypes/_search", + "displayName": "Search HierarchyTypes", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.SearchHierarchyTypes" + }, + { + "id": 878, + "name": "MeterOwnerTypesAPI", + "url": "/wcms-connection/connection/_getmeterownertypes", + "displayName": "Get Meter Owner Types", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.MeterOwnerTypesAPI" + }, + { + "id": 879, + "name": "MeterModelTypesAPI", + "url": "/wcms-connection/connection/_getmetermodeltypes", + "displayName": "Get Meter Model Types", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.MeterModelTypesAPI" + }, + { + "id": 883, + "name": "Search Cross Hierarchy", + "url": "/egov-location/crosshierarchys/_search", + "displayName": "Search Cross Hierarchys", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Search Cross Hierarchy" + }, + { + "id": 884, + "name": "RequestSearch", + "url": "/citizen-services/v1/requests/_search", + "displayName": "Search Request", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.RequestSearch" + }, + { + "id": 885, + "name": "RequestCreate", + "url": "/citizen-services/v1/requests/_create", + "displayName": "Create Request", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.RequestCreate" + }, + { + "id": 886, + "name": "RequestUpdate", + "url": "/citizen-services/v1/requests/_update", + "displayName": "Update Request", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.RequestUpdate" + }, + { + "id": 887, + "name": "RequestCreateNew", + "url": "/citizen-services/v1/pgrequest/_create", + "displayName": "Create Request", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.RequestCreateNew" + }, + { + "id": 888, + "name": "RequestValidate", + "url": "/citizen-services/v1/pgrequest/_validate", + "displayName": "Validate Request", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.RequestValidate" + }, + { + "id": 889, + "name": "ServicesSearch", + "url": "/citizen-services/v1/_search", + "displayName": "Search Service", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.ServicesSearch" + }, + { + "id": 890, + "name": "PGResponse", + "url": "/citizen-services/v1/pgresponse", + "displayName": "PG Response", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.PGResponse" + }, + { + "id": 904, + "name": "PGResponseValidate", + "url": "/citizen-services/v1/pgresponse/_validate", + "displayName": "PG Response Validate", + "orderNumber": 0, + "parentModule": "292", + "enabled": false, + "serviceCode": "CITIZEN", + "code": "null", + "path": "CITIZEN SERVICES.PGResponseValidate" + }, + { + "id": 908, + "name": "VoucherCreate", + "url": "/egf-voucher/vouchers/_create", + "displayName": "Create Voucher", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "VOUCHER", + "code": "null", + "path": "VOUCHER SERVICE.VoucherCreate" + }, + { + "id": 909, + "name": "VoucherReverse", + "url": "/egf-voucher/vouchers/_reverse", + "displayName": "Create Reverse Voucher", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "VOUCHER", + "code": "null", + "path": "VOUCHER SERVICE.VoucherReverse" + }, + { + "id": 910, + "name": "VoucherUpdate", + "url": "/egf-voucher/vouchers/_update", + "displayName": "Update Voucher", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "VOUCHER", + "code": "null", + "path": "VOUCHER SERVICE.VoucherUpdate" + }, + { + "id": 911, + "name": "VoucherSearch", + "url": "/egf-voucher/vouchers/_search", + "displayName": "Search Voucher", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "VOUCHER", + "code": "null", + "path": "VOUCHER SERVICE.VoucherSearch" + }, + { + "id": 912, + "name": "VoucherDelete", + "url": "/egf-voucher/vouchers/_delete", + "displayName": "Delete Voucher", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "VOUCHER", + "code": "null", + "path": "VOUCHER SERVICE.VoucherDelete" + }, + { + "id": 913, + "name": "CreateNoticeDocuments", + "url": "/tl-services/noticedocument/v1/_create", + "displayName": "Create Notice Document", + "orderNumber": 0, + "parentModule": "303", + "enabled": false, + "serviceCode": "NOTICEDOCUMENTS", + "code": "null", + "path": "Trade License.Notice Documents.CreateNoticeDocuments" + }, + { + "id": 914, + "name": "UpdateNoticeDocuments", + "url": "/tl-services/noticedocument/v1/_update", + "displayName": "Update Notice Document", + "orderNumber": 1, + "parentModule": "303", + "enabled": false, + "serviceCode": "NOTICEDOCUMENTS", + "code": "null", + "path": "Trade License.Notice Documents.UpdateNoticeDocuments" + }, + { + "id": 915, + "name": "SearchNoticeDocuments", + "url": "/tl-services/noticedocument/v1/_search", + "displayName": "Search Notice Document", + "orderNumber": 2, + "parentModule": "303", + "enabled": false, + "serviceCode": "NOTICEDOCUMENTS", + "code": "null", + "path": "Trade License.Notice Documents.SearchNoticeDocuments" + }, + { + "id": 917, + "name": "LegacyCreateReceipt", + "url": "/collection-services/receipts/_legacycreate", + "displayName": "Create Legacy Receipt", + "orderNumber": 4, + "enabled": false, + "serviceCode": "COLLECTION-TRANSACTIONS", + "code": "null", + "path": "Collection.Collection Transactions.LegacyCreateReceipt" + }, + { + "id": 918, + "name": "SearchTLConfigurations", + "url": "/tl-services/configurations/v1/_search", + "displayName": "Search TL Configurations", + "orderNumber": 0, + "parentModule": "268", + "enabled": false, + "serviceCode": "TLTRANSACTIONS", + "code": "null", + "path": "Trade License.License Transactions.SearchTLConfigurations" + }, + { + "id": 919, + "name": "WCFlushMasterData", + "url": "/wcms-connection/connection/_flushMasterData", + "displayName": "Flush Master Data Maps", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.WCFlushMasterData" + }, + { + "id": 926, + "name": "FinancialstatusesSearch", + "url": "/egf-master/financialstatuses/_search", + "displayName": "Financialstatuses Search", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "financialstatuses", + "code": "null", + "path": "" + }, + { + "id": 927, + "name": "ChartofaccountsSearch", + "url": "/egf-master/chartofaccounts/_search", + "displayName": "ChartofaccountsSearch Search", + "orderNumber": 0, + "parentModule": "302", + "enabled": false, + "serviceCode": "ChartofaccountsSearch", + "code": "null", + "path": "" + }, + { + "id": 931, + "name": "AssetDepreciationReportService", + "url": "/asset-services/assets/depreciations/_search", + "displayName": "Asset Depreciation Report", + "orderNumber": 1, + "parentModule": "257", + "enabled": false, + "serviceCode": "AssetReports", + "code": "null", + "path": "Asset Management.Asset Reports.AssetDepreciationReportService" + }, + { + "id": 935, + "name": "WCServiceType", + "url": "/wcms/masters/master/_getservicetypes", + "displayName": "Service Type", + "orderNumber": 1, + "parentModule": "287", + "enabled": false, + "serviceCode": "SERVICECHARGEMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.ServiceCharge Master.WCServiceType" + }, + { + "id": 936, + "name": "WCServiceChargeType", + "url": "/wcms/masters/master/_getservicechargetypes", + "displayName": "Service Charge Type", + "orderNumber": 2, + "parentModule": "287", + "enabled": false, + "serviceCode": "SERVICECHARGEMASTER", + "code": "null", + "path": "Water Charge.WCMS Masters.ServiceCharge Master.WCServiceChargeType" + }, + { + "id": 937, + "name": "updateDCBForDataEntry", + "url": "/pt-property/properties/_updatedcb", + "displayName": "Update DCB For Data Entry", + "orderNumber": 1, + "enabled": false, + "serviceCode": "EXIST_PROPERTY", + "code": "null", + "path": "Property Tax.Existing Property.updateDCBForDataEntry" + }, + { + "id": 938, + "name": "VoucherSubTypeCreate", + "url": "/egf-voucher/vouchersubtype/_create", + "displayName": "Create VoucherSubType", + "orderNumber": 0, + "parentModule": "305", + "enabled": false, + "serviceCode": "VOUCHERSUBTYPE", + "code": "null", + "path": "VOUCHERSUBTYPE SERVICE.VoucherSubTypeCreate" + }, + { + "id": 939, + "name": "VoucherSubTypeUpdate", + "url": "/egf-voucher/vouchersubtype/_update", + "displayName": "Update VoucherSubType", + "orderNumber": 0, + "parentModule": "305", + "enabled": false, + "serviceCode": "VOUCHERSUBTYPE", + "code": "null", + "path": "VOUCHERSUBTYPE SERVICE.VoucherSubTypeUpdate" + }, + { + "id": 940, + "name": "VoucherSubTypeSearch", + "url": "/egf-voucher/vouchersubtype/_search", + "displayName": "Search VoucherSubType", + "orderNumber": 0, + "parentModule": "305", + "enabled": false, + "serviceCode": "VOUCHERSUBTYPE", + "code": "null", + "path": "VOUCHERSUBTYPE SERVICE.VoucherSubTypeSearch" + }, + { + "id": 941, + "name": "ConnectionDocumentDataCreate", + "url": "/wcms-connection/documents/_create", + "displayName": "ConnectionDocumentDataCreate", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.ConnectionDocumentDataCreate" + }, + { + "id": 942, + "name": "ConnectionDocumentDataSearch", + "url": "/wcms-connection/documents/_search", + "displayName": "ConnectionDocumentDataSearch", + "orderNumber": 2, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.ConnectionDocumentDataSearch" + }, + { + "id": 943, + "name": "WCDocumentType", + "url": "/wcms-connection/connection/_getDocumentTypes", + "displayName": "WCDocumentType", + "orderNumber": 1, + "parentModule": "158", + "enabled": false, + "serviceCode": "Water Charge", + "code": "null", + "path": "Water Charge.Water Transactions.WCDocumentType" + }, + { + "id": 944, + "name": "createNotice", + "url": "/pt-property/properties/notice/_create", + "displayName": "Create Notice", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.createNotice" + }, + { + "id": 945, + "name": "searchNotice", + "url": "/pt-property/properties/notice/_search", + "displayName": "Search Notice", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.searchNotice" + }, + { + "id": 946, + "name": "PrepareDemand", + "url": "/lams-services/agreements/demands/_prepare", + "displayName": "PrepareDemand", + "orderNumber": 4, + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.PrepareDemand" + }, + { + "id": 947, + "name": "Create Boundary", + "url": "/egov-location/boundarys", + "displayName": "Create Boundary", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Create Boundary" + }, + { + "id": 948, + "name": "Create HierarchyType", + "url": "/egov-location/hierarchytypes", + "displayName": "Create HierarchyType", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Create HierarchyType" + }, + { + "id": 949, + "name": "PT V1 Report", + "url": "/report/property/v1/_get", + "displayName": "PT Report", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.PT V1 Report" + }, + { + "id": 950, + "name": "PT Report V1 Metadata", + "url": "/report/property/v1/metadata/_get", + "displayName": "PT Report Metadata", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PTIS_REPORTS", + "code": "null", + "path": "Property Tax.PTIS Reports.PT Report V1 Metadata" + }, + { + "id": 954, + "name": "MDMS Search", + "url": "/egov-mdms-service/v1/_search", + "displayName": "MDMS Search", + "orderNumber": 0, + "parentModule": "306", + "enabled": false, + "serviceCode": "MDMS Search", + "code": "null", + "path": "" + }, + { + "id": 955, + "name": "Search Compensatory Leaves", + "url": "/hr-leave/compensatoryleaves/_search", + "displayName": "Search Compensatory Leaves", + "orderNumber": 0, + "queryParams": "", + "parentModule": "73", + "enabled": false, + "serviceCode": "EIS Masters", + "code": "null", + "path": "Employee Management.Employee Masters.Search Compensatory Leaves" + }, + { + "id": 957, + "name": "EmployeeBaseRegisterReport", + "url": "/hr-employee/employees/_baseregisterreport", + "displayName": "EmployeeBaseRegisterReport", + "orderNumber": 1, + "parentModule": "277", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.EmployeeBaseRegisterReport" + }, + { + "id": 961, + "name": "GetAttendance", + "url": "/hr-attendance/attendances/_getattendance", + "displayName": "GetAttendance", + "orderNumber": 0, + "parentModule": "119", + "enabled": false, + "serviceCode": "EIS", + "code": "null", + "path": "Employee Management.GetAttendance" + }, + { + "id": 962, + "name": "Top ComplaintTypes", + "url": "/pgr/dashboard/complainttype", + "displayName": "Top ComplaintTypes", + "orderNumber": 1, + "enabled": false, + "serviceCode": "DSHBRD", + "code": "null", + "path": "Grievance Redressal.Dashboards.Top ComplaintTypes" + }, + { + "id": 963, + "name": "CreateAssetServiceMaha", + "url": "/asset-services-maha/assets/_create", + "displayName": "Create Asset Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 964, + "name": "ViewAssetServiceMaha", + "url": "/asset-services-maha/assets/_search", + "displayName": "View Asset Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 965, + "name": "ComplaintTypes Ageing", + "url": "/pgr/dashboard/ageing", + "displayName": "ComplaintTypes Ageing", + "orderNumber": 1, + "enabled": false, + "serviceCode": "DSHBRD", + "code": "null", + "path": "Grievance Redressal.Dashboards.ComplaintTypes Ageing" + }, + { + "id": 966, + "name": "CalendarHolidayTypesSearch", + "url": "/egov-common-masters/holidaytypes/_search", + "displayName": "CalendarHolidayTypesSearch", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.CalendarHolidayTypesSearch" + }, + { + "id": 967, + "name": "FutureCalendarYearSearch", + "url": "/egov-common-masters/calendaryears/_searchfutureyears", + "displayName": "FutureCalendarYearSearch", + "orderNumber": 1, + "parentModule": "71", + "enabled": false, + "serviceCode": "Calendar", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarSetUp.FutureCalendarYearSearch" + }, + { + "id": 968, + "name": "CreateAssetCurrentValueServiceMaha", + "url": "/asset-services-maha/assets/currentvalues/_create", + "displayName": "Create AssetCurrentValue Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 969, + "name": "ViewAsseturrentValueServiceMaha", + "url": "/asset-services-maha/assets/currentvalues/_search", + "displayName": "View AssetCurrentValue Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 976, + "name": "Update Boundary", + "url": "/egov-location/boundarys/{code}", + "displayName": "Update Boundary", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Update Boundary" + }, + { + "id": 977, + "name": "Update BoundaryType", + "url": "/egov-location/boundarytypes/{code}", + "displayName": "Update BoundaryType", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Update BoundaryType" + }, + { + "id": 978, + "name": "Update CrossHierarchy", + "url": "/egov-location/crosshierarchys/{code}", + "displayName": "Update CrossHierarchy", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Update CrossHierarchy" + }, + { + "id": 979, + "name": "Update HierarchyType", + "url": "/egov-location/hierarchytypes/{code}", + "displayName": "Update HierarchyType", + "orderNumber": 1, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Update HierarchyType" + }, + { + "id": 981, + "name": "ImmovableRegisterMetadata", + "url": "/report/asset/metadata/_get", + "displayName": "Immovable Asset Register Metadata", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 985, + "name": "Top Five ComplaintTypes", + "url": "/pgr/dashboard/complainttype/topfive", + "displayName": "Top Five ComplaintTypes", + "orderNumber": 1, + "enabled": false, + "serviceCode": "DSHBRD", + "code": "null", + "path": "Grievance Redressal.Dashboards.Top Five ComplaintTypes" + }, + { + "id": 991, + "name": "ImmovableAssetRegister", + "url": "/report/asset/_get", + "displayName": "Immovable Asset Register", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 996, + "name": "Advocate Update", + "url": "/lcms-services/legalcase/advocate/_update", + "displayName": "Update Advocate", + "orderNumber": 0, + "parentModule": "516", + "enabled": false, + "serviceCode": "ADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Advocate.Advocate Update" + }, + { + "id": 999, + "name": "Opinion Update", + "url": "/lcms-services/legalcase/opinion/_update", + "displayName": "Update Opinion", + "orderNumber": 12, + "parentModule": "514", + "enabled": false, + "serviceCode": "OPINION", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Opinion.Opinion Update" + }, + { + "id": 1002, + "name": "AdvocatePayment Update", + "url": "/lcms-services/legalcase/advocatepayment/_update", + "displayName": "Update Advocate Payment", + "orderNumber": 22, + "parentModule": "515", + "enabled": false, + "serviceCode": "PAYMENTADVOCATE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Payment Request.AdvocatePayment Update" + }, + { + "id": 1005, + "name": "Stamp/Register Update", + "url": "/lcms-services/legalcase/register/_update", + "displayName": "Update Stamp/Register", + "orderNumber": 0, + "parentModule": "517", + "enabled": false, + "serviceCode": "REGISTER", + "code": "null", + "path": "Legal Case Management.Legal Case Masters.Stamp/Register.Stamp/Register Update" + }, + { + "id": 1007, + "name": "Parawise Comment Create", + "url": "/lcms-services/legalcase/parawisecomment/_create", + "displayName": "Create Parawise Comment", + "orderNumber": 0, + "parentModule": "518", + "enabled": false, + "serviceCode": "PARAWISECOMMENT", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Parawise Comment.Parawise Comment Create" + }, + { + "id": 1008, + "name": "Parawise Comment Update", + "url": "/lcms-services/legalcase/parawisecomment/_update", + "displayName": "Update Parawise Comment", + "orderNumber": 0, + "parentModule": "518", + "enabled": false, + "serviceCode": "PARAWISECOMMENT", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Parawise Comment.Parawise Comment Update" + }, + { + "id": 1009, + "name": "Case Registration Create", + "url": "/lcms-services/legalcase/case/_registration", + "displayName": "Create Case Registration", + "orderNumber": 0, + "parentModule": "519", + "enabled": false, + "serviceCode": "CASEREGISTRATION", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Case Registration.Case Registration Create" + }, + { + "id": 1010, + "name": "Vakalatnama Generation", + "url": "/lcms-services/legalcase/case/_vakalatnamageneration", + "displayName": "Vakalatnama Generation", + "orderNumber": 0, + "parentModule": "520", + "enabled": false, + "serviceCode": "VAKALATNAMA", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Vakalatnama Generation.Vakalatnama Generation" + }, + { + "id": 1011, + "name": "Hearing Details Create", + "url": "/lcms-services/legalcase/hearingdetails/_create", + "displayName": "Create Hearing Details", + "orderNumber": 0, + "parentModule": "521", + "enabled": false, + "serviceCode": "HEARINGDETAILS", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Hearing Details.Hearing Details Create" + }, + { + "id": 1012, + "name": "Hearing Details Update", + "url": "/lcms-services/legalcase/hearingdetails/_update", + "displayName": "Update Hearing Details", + "orderNumber": 0, + "parentModule": "521", + "enabled": false, + "serviceCode": "HEARINGDETAILS", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Hearing Details.Hearing Details Update" + }, + { + "id": 1013, + "name": "Assign Advocate", + "url": "/lcms-services/legalcase/summon/_assignadvocate", + "displayName": "Assign Advocate", + "orderNumber": 0, + "parentModule": "522", + "enabled": false, + "serviceCode": "SUMMON", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Summon.Assign Advocate" + }, + { + "id": 1014, + "name": "Legal Case Notice Create", + "url": "/lcms-services/legalcase/notice/_create", + "displayName": "Create Legal Case Notice", + "orderNumber": 31, + "parentModule": "523", + "enabled": false, + "serviceCode": "LEGALCASENOTICE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Legal Case Notice.Legal Case Notice Create" + }, + { + "id": 1015, + "name": "Legal Case Notice Update", + "url": "/lcms-services/legalcase/notice/_update", + "displayName": "Update Legal Case Notice", + "orderNumber": 32, + "parentModule": "523", + "enabled": false, + "serviceCode": "LEGALCASENOTICE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Legal Case Notice.Legal Case Notice Update" + }, + { + "id": 1016, + "name": "Legal Case Notice Search", + "url": "/lcms-services/legalcase/notice/_search", + "displayName": "Search Legal Case Notice", + "orderNumber": 33, + "parentModule": "523", + "enabled": false, + "serviceCode": "LEGALCASENOTICE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Legal Case Notice.Legal Case Notice Search" + }, + { + "id": 1018, + "name": "Estimate Update", + "url": "/works-estimate/v1/abstractestimates/_update", + "displayName": "Estimate Update", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "AbstractEstimate", + "code": "null", + "path": "Works Management.Abstract Estimate.Estimate Update" + }, + { + "id": 1020, + "name": "Project Code Create", + "url": "/works-estimate/v1/projectcodes/_create", + "displayName": "Project Code Create", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Project Code Create" + }, + { + "id": 1021, + "name": "Project Code Update", + "url": "/works-estimate/v1/projectcodes/_update", + "displayName": "Project Code Update", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Project Code Update" + }, + { + "id": 1022, + "name": "Project Code Search", + "url": "/works-estimate/v1/projectcodes/_search", + "displayName": "Project Code Search", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Project Code Search" + }, + { + "id": 1023, + "name": "Estimate Appropriation Create", + "url": "/works-services/v1/estimateappropriations/_create", + "displayName": "Estimate Appropriation Create", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Estimate Appropriation Create" + }, + { + "id": 1024, + "name": "Estimate Appropriation Update", + "url": "/works-services/v1/estimateappropriations/_update", + "displayName": "Estimate Appropriation Update", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Estimate Appropriation Update" + }, + { + "id": 1025, + "name": "Estimate Appropriation Search", + "url": "/works-services/v1/estimateappropriations/_search", + "displayName": "Estimate Appropriation Search", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Estimate Appropriation Search" + }, + { + "id": 1026, + "name": "Document Detail Create", + "url": "/works-services/v1/documentdetails/_create", + "displayName": "Document Detail Create", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Document Detail Create" + }, + { + "id": 1027, + "name": "Document Detail Update", + "url": "/works-services/v1/documentdetails/_update", + "displayName": "Document Detail Update", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Document Detail Update" + }, + { + "id": 1028, + "name": "Document Detail Search", + "url": "/works-services/v1/documentdetails/_search", + "displayName": "Document Detail Search", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "WMS", + "code": "null", + "path": "Works Management.Document Detail Search" + }, + { + "id": 1029, + "name": "Common Search", + "url": "/lams-services/agreements/_commonsearch", + "displayName": "Common Search Submit", + "orderNumber": 1, + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Common Search" + }, + { + "id": 1037, + "name": "Legal Case Report Metadata", + "url": "/report/lcms/metadata/_get", + "displayName": "Legal Case Report Metadata", + "orderNumber": 0, + "enabled": false, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Legal Case Report Metadata" + }, + { + "id": 1038, + "name": "Legal Case Report", + "url": "/report/lcms/_get", + "displayName": "Legal Case Report", + "orderNumber": 0, + "enabled": false, + "serviceCode": "LEGALCASEREPORTS", + "code": "null", + "path": "Legal Case Management.Legal Case Reports.Legal Case Report" + }, + { + "id": 1040, + "name": "ModifyAssetServiceMaha", + "url": "/asset-services-maha/assets/_update", + "displayName": "Modify Asset Service Maha", + "orderNumber": 1, + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1042, + "name": "Update SOR", + "url": "/works-masters/v1/scheduleofrates/_update", + "displayName": "Update SOR", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Update SOR" + }, + { + "id": 1043, + "name": "Search SOR", + "url": "/works-masters/v1/scheduleofrates/_search", + "displayName": "Search SOR", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Search SOR" + }, + { + "id": 1069, + "name": "PerfAssmtKpiMasterDelete", + "url": "/perfmanagement/v1/kpimaster/_delete", + "displayName": "Delete KPI Master", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_MSTR", + "code": "null", + "path": "Performance Assessment.Performance Assessment Masters.PerfAssmtKpiMasterDelete" + }, + { + "id": 1079, + "name": "Detailed Estimate Create", + "url": "/works-estimate/v1/detailedestimates/_create", + "displayName": "Detailed Estimate Create", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DetailedEstimate", + "code": "null", + "path": "Works Management.Detailed Estimate.Detailed Estimate Create" + }, + { + "id": 1080, + "name": "Detailed Estimate Update", + "url": "/works-estimate/v1/detailedestimates/_update", + "displayName": "Detailed Estimate Update", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DetailedEstimate", + "code": "null", + "path": "Works Management.Detailed Estimate.Detailed Estimate Update" + }, + { + "id": 1081, + "name": "Detailed Estimate Search", + "url": "/works-estimate/v1/detailedestimates/_search", + "displayName": "Detailed Estimate Search", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DetailedEstimate", + "code": "null", + "path": "Works Management.Detailed Estimate.Detailed Estimate Search" + }, + { + "id": 1082, + "name": "Material Store Mapping Create", + "url": "/inventory-services/materialstoremapping/_create", + "displayName": "Create Material Store Mapping", + "orderNumber": 1, + "enabled": false, + "serviceCode": "Material Store Mapping", + "code": "null", + "path": "Inventory.Inventory Masters.Material Store Mapping.Material Store Mapping Create" + }, + { + "id": 1083, + "name": "Material Store Mapping Update", + "url": "/inventory-services/materialstoremapping/_update", + "displayName": "Update Material Store Mapping", + "orderNumber": 2, + "enabled": false, + "serviceCode": "Material Store Mapping", + "code": "null", + "path": "Inventory.Inventory Masters.Material Store Mapping.Material Store Mapping Update" + }, + { + "id": 1085, + "name": "adsad", + "url": "test1/test1/test1", + "displayname": "TEstjhfjE", + "enabled": false + }, + { + "id": 1086, + "name": "asdasd", + "url": "test2/test2/test2", + "displayname": "TEtskjadhfkjdsh", + "enabled": false + }, + { + "id": 1090, + "name": "Update Estimate Template", + "url": "/works-masters/v1/estimatetemplates/_update", + "displayName": "Update Estimate Template", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Update Estimate Template" + }, + { + "id": 1091, + "name": "Search Estimate Template", + "url": "/works-masters/v1/estimatetemplates/_search", + "displayName": "Search Estimate Template", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Search Estimate Template" + }, + { + "id": 1093, + "name": "Update Contractor", + "url": "/works-masters/v1/contractors/_update", + "displayName": "Update Contractor", + "orderNumber": 1, + "enabled": false, + "serviceCode": "Contractors", + "code": "null", + "path": "Works Management.Works Masters.Contractors.Update Contractor" + }, + { + "id": 1096, + "name": "Reference Evidence Create", + "url": "/lcms-services/legalcase/referenceevidence/_create", + "displayName": "Create Reference Evidence", + "orderNumber": 1, + "parentModule": "603", + "enabled": false, + "serviceCode": "REFERENCEEVIDENCE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Reference Evidence.Reference Evidence Create" + }, + { + "id": 1097, + "name": "Reference Evidence Update", + "url": "/lcms-services/legalcase/referenceevidence/_update", + "displayName": "Update Reference Evidence", + "orderNumber": 2, + "parentModule": "603", + "enabled": false, + "serviceCode": "REFERENCEEVIDENCE", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Reference Evidence.Reference Evidence Update" + }, + { + "id": 1102, + "name": "SearchAttendanceReport", + "url": "/hr-attendance/attendances/_attendancereport", + "displayName": "SearchAttendanceReport", + "orderNumber": 0, + "parentModule": "72", + "enabled": false, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.SearchAttendanceReport" + }, + { + "id": 1103, + "name": "Search Leave Report", + "url": "/hr-leave/leaveapplications/_leavereport", + "displayName": "Search Leave Report", + "orderNumber": 0, + "queryParams": "", + "parentModule": "73", + "enabled": false, + "serviceCode": "Leave Report", + "code": "null", + "path": "" + }, + { + "id": 1116, + "name": "Indent Issue Create", + "url": "/inventory-services/indentissues/_create", + "displayName": "Create Indent Issue", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Issues.Indent Issue Create" + }, + { + "id": 1117, + "name": "Indent Issue Update", + "url": "/inventory-services/indentissues/_update", + "displayName": "Update Indent Issue", + "orderNumber": 2, + "enabled": false, + "serviceCode": "INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Issues.Indent Issue Update" + }, + { + "id": 1118, + "name": "Indent Issue Search", + "url": "/inventory-services/indentissues/_search", + "displayName": "Search Indent Issue", + "orderNumber": 3, + "enabled": false, + "serviceCode": "INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Issues.Indent Issue Search" + }, + { + "id": 1119, + "name": "Indent Note Create", + "url": "/inventory-services/indentnotes/_create", + "displayName": "Create Indent Note", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INDENT NOTES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Notes.Indent Note Create" + }, + { + "id": 1120, + "name": "Indent Note Update", + "url": "/inventory-services/indentnotes/_update", + "displayName": "Update Indent Note", + "orderNumber": 2, + "enabled": false, + "serviceCode": "INDENT NOTES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Notes.Indent Note Update" + }, + { + "id": 1121, + "name": "Indent Note Search", + "url": "/inventory-services/indentnotes/_search", + "displayName": "Search Indent Note", + "orderNumber": 3, + "enabled": false, + "serviceCode": "INDENT NOTES", + "code": "null", + "path": "Inventory.Inventory Transactions.Indent Notes.Indent Note Search" + }, + { + "id": 1122, + "name": "Scrap Create", + "url": "/inventory-services/scraps/_create", + "displayName": "Create Scrap", + "orderNumber": 1, + "enabled": false, + "serviceCode": "SCRAP", + "code": "null", + "path": "Inventory.Inventory Transactions.Scrap.Scrap Create" + }, + { + "id": 1123, + "name": "Scrap Update", + "url": "/inventory-services/scraps/_update", + "displayName": "Update Scrap", + "orderNumber": 2, + "enabled": false, + "serviceCode": "SCRAP", + "code": "null", + "path": "Inventory.Inventory Transactions.Scrap.Scrap Update" + }, + { + "id": 1124, + "name": "Scrap Search", + "url": "/inventory-services/scraps/_search", + "displayName": "Search Scrap", + "orderNumber": 3, + "enabled": false, + "serviceCode": "SCRAP", + "code": "null", + "path": "Inventory.Inventory Transactions.Scrap.Scrap Search" + }, + { + "id": 1125, + "name": "Purchase Indent Create", + "url": "/inventory-services/purchaseindents/_create", + "displayName": "Create Purchase Indent", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PURCHASE INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Indent.Purchase Indent Create" + }, + { + "id": 1126, + "name": "Purchase Indent Update", + "url": "/inventory-services/purchaseindents/_update", + "displayName": "Update Purchase Indent", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PURCHASE INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Indent.Purchase Indent Update" + }, + { + "id": 1127, + "name": "Purchase Indent Search", + "url": "/inventory-services/purchaseindents/_search", + "displayName": "Search Purchase Indent", + "orderNumber": 3, + "enabled": false, + "serviceCode": "PURCHASE INDENT", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Indent.Purchase Indent Search" + }, + { + "id": 1128, + "name": "Purchase Material Create", + "url": "/inventory-services/purchasematerials/_create", + "displayName": "Create Purchase Material", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PURCHASE MATERIAL", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Material.Purchase Material Create" + }, + { + "id": 1129, + "name": "Purchase Material Update", + "url": "/inventory-services/purchasematerials/_update", + "displayName": "Update Purchase Material", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PURCHASE MATERIAL", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Material.Purchase Material Update" + }, + { + "id": 1130, + "name": "Purchase Material Search", + "url": "/inventory-services/purchasematerials/_search", + "displayName": "Search Purchase Material", + "orderNumber": 3, + "enabled": false, + "serviceCode": "PURCHASE MATERIAL", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Material.Purchase Material Search" + }, + { + "id": 1131, + "name": "Purchase Order Create", + "url": "/inventory-services/purchaseorders/_create", + "displayName": "Create Purchase Order", + "orderNumber": 1, + "enabled": false, + "serviceCode": "PURCHASE ORDER", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Order.Purchase Order Create" + }, + { + "id": 1132, + "name": "Purchase Order Update", + "url": "/inventory-services/purchaseorders/_update", + "displayName": "Update Purchase Order", + "orderNumber": 2, + "enabled": false, + "serviceCode": "PURCHASE ORDER", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Order.Purchase Order Update" + }, + { + "id": 1133, + "name": "Purchase Order Search", + "url": "/inventory-services/purchaseorders/_search", + "displayName": "Search Purchase Order", + "orderNumber": 3, + "enabled": true, + "serviceCode": "PURCHASE ORDER", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Order.Purchase Order Search" + }, + { + "id": 1134, + "name": "Receipt Note Create", + "url": "/inventory-services/receiptnotes/_create", + "displayName": "Create Receipt Note", + "orderNumber": 1, + "enabled": false, + "serviceCode": "RECEIPT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Receipt Note.Receipt Note Create" + }, + { + "id": 1135, + "name": "Receipt Note Update", + "url": "/inventory-services/receiptnotes/_update", + "displayName": "Update Receipt Note", + "orderNumber": 2, + "enabled": false, + "serviceCode": "RECEIPT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Receipt Note.Receipt Note Update" + }, + { + "id": 1136, + "name": "Receipt Note Search", + "url": "/inventory-services/receiptnotes/_search", + "displayName": "Search Receipt Note", + "orderNumber": 3, + "enabled": false, + "serviceCode": "RECEIPT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Receipt Note.Receipt Note Search" + }, + { + "id": 1137, + "name": "Transfer Indent Note Create", + "url": "/inventory-services/transferindentnotes/_create", + "displayName": "Create Transfer Indent Note", + "orderNumber": 1, + "enabled": false, + "serviceCode": "TRANSFER INDENT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Indent Note.Transfer Indent Note Create" + }, + { + "id": 1138, + "name": "Transfer Indent Note Update", + "url": "/inventory-services/transferindentnotes/_update", + "displayName": "Update Transfer Indent Note", + "orderNumber": 2, + "enabled": false, + "serviceCode": "TRANSFER INDENT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Indent Note.Transfer Indent Note Update" + }, + { + "id": 1139, + "name": "Transfer Indent Note Search", + "url": "/inventory-services/transferindentnotes/_search", + "displayName": "Search Transfer Indent Note", + "orderNumber": 3, + "enabled": false, + "serviceCode": "TRANSFER INDENT NOTE", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Indent Note.Transfer Indent Note Search" + }, + { + "id": 1140, + "name": "Transfer Inwards Create", + "url": "/inventory-services/transferinwards/_create", + "displayName": "Create Transfer Inwards", + "orderNumber": 1, + "enabled": false, + "serviceCode": "TRANSFER INWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Inwards.Transfer Inwards Create" + }, + { + "id": 1141, + "name": "Transfer Inwards Update", + "url": "/inventory-services/transferinwards/_update", + "displayName": "Update Transfer Inwards", + "orderNumber": 2, + "enabled": false, + "serviceCode": "TRANSFER INWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Inwards.Transfer Inwards Update" + }, + { + "id": 1142, + "name": "Transfer Inwards Search", + "url": "/inventory-services/transferinwards/_search", + "displayName": "Search Transfer Inwards", + "orderNumber": 3, + "enabled": false, + "serviceCode": "TRANSFER INWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Inwards.Transfer Inwards Search" + }, + { + "id": 1143, + "name": "Transfer Outwards Create", + "url": "/inventory-services/transferoutwards/_create", + "displayName": "Create Transfer Outwards", + "orderNumber": 1, + "enabled": false, + "serviceCode": "TRANSFER OUTWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Outwards.Transfer Outwards Create" + }, + { + "id": 1144, + "name": "Transfer Outwards Update", + "url": "/inventory-services/transferoutwards/_update", + "displayName": "Update Transfer Outwards", + "orderNumber": 2, + "enabled": false, + "serviceCode": "TRANSFER OUTWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Outwards.Transfer Outwards Update" + }, + { + "id": 1145, + "name": "Transfer Outwards Search", + "url": "/inventory-services/transferoutwards/_search", + "displayName": "Search Transfer Outwards", + "orderNumber": 3, + "enabled": false, + "serviceCode": "TRANSFER OUTWARDS", + "code": "null", + "path": "Inventory.Inventory Transactions.Transfer Outwards.Transfer Outwards Search" + }, + { + "id": 1149, + "name": "CreateAssetRevaluationServiceMaha", + "url": "/asset-services-maha/assets/revaluation/_create", + "displayName": "Create AssetRevaluation Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1150, + "name": "ViewAssetRevaluationServiceMaha", + "url": "/asset-services-maha/assets/revaluation/_search", + "displayName": "View AssetRevaluation Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1151, + "name": "ModifyAssetRevaluationServiceMaha", + "url": "/asset-services-maha/assets/revaluation/_update", + "displayName": "Modify AssetRevaluation Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1152, + "name": "CreateAssetDisposalServiceMaha", + "url": "/asset-services-maha/assets/dispose/_create", + "displayName": "Create AssetDisposal Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1153, + "name": "ViewAssetDisposalServiceMaha", + "url": "/asset-services-maha/assets/dispose/_search", + "displayName": "View AssetDisposal Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1154, + "name": "ModifyAssetDisposalServiceMaha", + "url": "/asset-services-maha/assets/dispose/_update", + "displayName": "Modify AssetDisposal Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1156, + "name": "Case No Search", + "url": "/lcms-services/legalcase/caseno/_search", + "displayName": "Case No Search", + "orderNumber": 1, + "parentModule": "621", + "enabled": false, + "serviceCode": "CASENOSEARCH", + "code": "null", + "path": "Legal Case Management.Legal Case Transactions.Case.Case No Search.Case No Search" + }, + { + "id": 1164, + "name": "CreateAssetDepreciationServiceMaha", + "url": "/asset-services-maha/assets/depreciations/_create", + "displayName": "Create AssetDepreciation Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1165, + "name": "ViewAssetDepreciationServiceMaha", + "url": "/asset-services-maha/assets/depreciations/_search", + "displayName": "View AssetDepreciation Service Maha", + "orderNumber": 1, + "parentModule": "309", + "enabled": false, + "serviceCode": "Asset Service", + "code": "null", + "path": "" + }, + { + "id": 1174, + "name": "Set Offline Status", + "url": "/works-services/v1/offlinestatuses/_create", + "displayName": "Set Offline Status", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Set Offline Status" + }, + { + "id": 1175, + "name": "Update Offline Status", + "url": "/works-services/v1/offlinestatuses/_update", + "displayName": "Update Offline Status", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Update Offline Status" + }, + { + "id": 1176, + "name": "Search Offline Status", + "url": "/works-services/v1/offlinestatuses/_search", + "displayName": "Search Offline Status", + "orderNumber": 0, + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Search Offline Status" + }, + { + "id": 1178, + "name": "PerfAssmtGetKpiType", + "url": "/perfmanagement/v1/kpimaster/_getkpitype", + "displayName": "Get KPI Type", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT", + "code": "null", + "path": "Performance Assessment.PerfAssmtGetKpiType" + }, + { + "id": 1180, + "name": "Inventory Report MetaData", + "url": "/report/inventory/metadata/_get", + "displayName": "Get Inventory Report Metadata", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Inventory Report MetaData" + }, + { + "id": 1181, + "name": "Inventory Report", + "url": "/report/inventory/_get", + "displayName": "Get Inventory Report", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Inventory Report" + }, + { + "id": 1182, + "name": "Inventory Report Reload", + "url": "/report/inventory/_reload", + "displayName": "Inventory Report Reload", + "orderNumber": 1, + "enabled": false, + "serviceCode": "INVRPT", + "code": "null", + "path": "Inventory.Inventory Report.Inventory Report Reload" + }, + { + "id": 1197, + "name": "Material Issues Create", + "url": "/inventory-services/materialissues/_create", + "displayName": "Create Material Issues", + "orderNumber": 1, + "enabled": false, + "serviceCode": "MATERIAL ISSUE", + "code": "null", + "path": "Inventory.Inventory Transactions.Material Issue.Material Issues Create" + }, + { + "id": 1198, + "name": "Material Issues Update", + "url": "/inventory-services/materialissues/_update", + "displayName": "Update Material Issues", + "orderNumber": 2, + "enabled": false, + "serviceCode": "MATERIAL ISSUE", + "code": "null", + "path": "Inventory.Inventory Transactions.Material Issue.Material Issues Update" + }, + { + "id": 1199, + "name": "Material Issues Search", + "url": "/inventory-services/materialissues/_search", + "displayName": "Search Material Issues", + "orderNumber": 3, + "enabled": false, + "serviceCode": "MATERIAL ISSUE", + "code": "null", + "path": "Inventory.Inventory Transactions.Material Issue.Material Issues Search" + }, + { + "id": 1200, + "name": "Cancel Agreement Submit", + "url": "/lams-services/agreements/_cancel", + "displayName": "Cancel Agreement Submit", + "orderNumber": 1, + "parentModule": "46", + "enabled": false, + "serviceCode": "LAMS-SERVICES", + "code": "null", + "path": "LAMS Services.Cancel Agreement Submit" + }, + { + "id": 1201, + "name": "PerfAssmtGetDocumentForKpi", + "url": "/perfmanagement/v1/kpimaster/_getDocumentForKpi", + "displayName": "Get Document For KPI", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT", + "code": "null", + "path": "Performance Assessment.PerfAssmtGetDocumentForKpi" + }, + { + "id": 1202, + "name": "EmployeeWithoutAssignmentReport", + "url": "/hr-employee/employees/_employeewithoutassignmentreport", + "displayName": "EmployeeWithoutAssignmentReport", + "orderNumber": 1, + "parentModule": "277", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.EmployeeWithoutAssignmentReport" + }, + { + "id": 1203, + "name": "Common Inbox Report MetaData", + "url": "/report/common/metadata/_get", + "displayName": "Get CommonInbox Report Metadata", + "orderNumber": 1, + "parentModule": "633", + "enabled": false, + "serviceCode": "CRPT", + "code": "null", + "path": "Common Report.Common Inbox Report MetaData" + }, + { + "id": 1204, + "name": "Common Inbox Report", + "url": "/report/common/_get", + "displayName": "Get Common Inbox Report", + "orderNumber": 1, + "parentModule": "633", + "enabled": false, + "serviceCode": "CRPT", + "code": "null", + "path": "Common Report.Common Inbox Report" + }, + { + "id": 1205, + "name": "Common Inbox Report Reload", + "url": "/report/common/_reload", + "displayName": "HR Report Reload", + "orderNumber": 1, + "parentModule": "633", + "enabled": false, + "serviceCode": "CRPT", + "code": "null", + "path": "Common Report.Common Inbox Report Reload" + }, + { + "id": 1017, + "name": "Estimate Create", + "url": "/works-estimate/v1/abstractestimates/_create", + "displayName": "Create Abstract Estimate", + "orderNumber": 0, + "parentModule": "525", + "enabled": false, + "serviceCode": "AbstractEstimate", + "code": "null", + "path": "Works Management.Abstract Estimate.Estimate Create" + }, + { + "id": 1019, + "name": "Estimate Search", + "url": "/works-estimate/v1/abstractestimates/_search", + "displayName": "Abstract Estimate", + "orderNumber": 0, + "parentModule": "525", + "enabled": true, + "serviceCode": "AbstractEstimate", + "code": "null", + "path": "Works Management.Abstract Estimate.Estimate Search" + }, + { + "id": 1041, + "name": "Create SOR", + "url": "/works-masters/v1/scheduleofrates/_create", + "displayName": "Create SOR", + "orderNumber": 0, + "enabled": true, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Create SOR" + }, + { + "id": 1089, + "name": "Create Estimate Template", + "url": "/works-masters/v1/estimatetemplates/_create", + "displayName": "Create Estimate Template", + "orderNumber": 0, + "enabled": true, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Works Masters.Create Estimate Template" + }, + { + "id": 1092, + "name": "Create Contractor", + "url": "/works-masters/v1/contractors/_create", + "displayName": "Create Contractor", + "orderNumber": 0, + "enabled": false, + "serviceCode": "Contractors", + "code": "null", + "path": "Works Management.Works Masters.Contractors.Create Contractor" + }, + { + "id": 1094, + "name": "Search Contractor", + "url": "/works-masters/v1/contractors/_search", + "displayName": "Contractor", + "orderNumber": 2, + "enabled": true, + "serviceCode": "Contractors", + "code": "null", + "path": "Works Management.Works Masters.Contractors.Search Contractor" + }, + { + "id": 163, + "name": "CreateEmployee", + "url": "/app/hr/employee/create.html", + "displayName": "Create Employee", + "orderNumber": 1, + "parentModule": "48", + "enabled": true, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.CreateEmployee" + }, + { + "id": 165, + "name": "UpdateEmployee", + "url": "/app/hr/common/employee-search.html", + "displayName": "Update Employee", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "48", + "enabled": true, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.UpdateEmployee" + }, + { + "id": 167, + "name": "ViewEmployee", + "url": "/app/hr/common/employee-search.html", + "displayName": "View Employee", + "orderNumber": 5, + "queryParams": "type\u003dview", + "parentModule": "48", + "enabled": true, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.ViewEmployee" + }, + { + "id": 169, + "name": "CreateGrade", + "url": "/app/hr/master/grade-master.html", + "displayName": "Create Grade", + "orderNumber": 7, + "parentModule": "49", + "enabled": true, + "serviceCode": "Grade", + "code": "null", + "path": "Employee Management.Employee Masters.Grade.CreateGrade" + }, + { + "id": 170, + "name": "UpdateGrade", + "url": "/app/hr/common/show-grade.html", + "displayName": "Update Grade", + "orderNumber": 8, + "queryParams": "type\u003dupdate", + "parentModule": "49", + "enabled": true, + "serviceCode": "Grade", + "code": "null", + "path": "Employee Management.Employee Masters.Grade.UpdateGrade" + }, + { + "id": 171, + "name": "ViewGrade", + "url": "/app/hr/common/show-grade.html", + "displayName": "View Grade", + "orderNumber": 9, + "queryParams": "type\u003dview", + "parentModule": "49", + "enabled": true, + "serviceCode": "Grade", + "code": "null", + "path": "Employee Management.Employee Masters.Grade.ViewGrade" + }, + { + "id": 173, + "name": "CreateCategory", + "url": "/app/hr/master/category.html", + "displayName": "Create Category", + "orderNumber": 11, + "parentModule": "50", + "enabled": true, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.CreateCategory" + }, + { + "id": 174, + "name": "UpdateCategory", + "url": "/app/hr/common/show-category.html", + "displayName": "Update Category", + "orderNumber": 12, + "queryParams": "type\u003dupdate", + "parentModule": "50", + "enabled": true, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.UpdateCategory" + }, + { + "id": 175, + "name": "ViewCategory", + "url": "/app/hr/common/show-category.html", + "displayName": "View Category", + "orderNumber": 13, + "queryParams": "type\u003dview", + "parentModule": "50", + "enabled": true, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.ViewCategory" + }, + { + "id": 177, + "name": "CreateCommunity", + "url": "/app/hr/master/community.html", + "displayName": "Create Community", + "orderNumber": 1, + "parentModule": "51", + "enabled": true, + "serviceCode": "Community", + "code": "null", + "path": "Employee Management.Employee Masters.Community.CreateCommunity" + }, + { + "id": 178, + "name": "UpdateCommunity", + "url": "/app/hr/common/show-community.html", + "displayName": "Update Community", + "orderNumber": 15, + "queryParams": "type\u003dupdate", + "parentModule": "51", + "enabled": true, + "serviceCode": "Community", + "code": "null", + "path": "Employee Management.Employee Masters.Community.UpdateCommunity" + }, + { + "id": 179, + "name": "ViewCommunity", + "url": "/app/hr/common/show-community.html", + "displayName": "View Community", + "orderNumber": 16, + "queryParams": "type\u003dview", + "parentModule": "51", + "enabled": true, + "serviceCode": "Community", + "code": "null", + "path": "Employee Management.Employee Masters.Community.ViewCommunity" + }, + { + "id": 181, + "name": "CreateDesignation", + "url": "/app/hr/master/designation.html", + "displayName": "Create", + "orderNumber": 18, + "parentModule": "52", + "enabled": true, + "serviceCode": "Designation", + "code": "null", + "path": "Employee Management.Employee Masters.Designation.CreateDesignation" + }, + { + "id": 182, + "name": "UpdateDesignation", + "url": "/app/hr/master/designation.html", + "displayName": "Update", + "orderNumber": 19, + "queryParams": "type\u003dupdate", + "parentModule": "52", + "enabled": true, + "serviceCode": "Designation", + "code": "null", + "path": "Employee Management.Employee Masters.Designation.UpdateDesignation" + }, + { + "id": 183, + "name": "ViewDesignation", + "url": "/app/hr/master/designation.html", + "displayName": "View", + "orderNumber": 1, + "queryParams": "type\u003dview", + "parentModule": "52", + "enabled": true, + "serviceCode": "Designation", + "code": "null", + "path": "Employee Management.Employee Masters.Designation.ViewDesignation" + }, + { + "id": 185, + "name": "CreatePosition", + "url": "/app/hr/master/position.html", + "displayName": "Create", + "orderNumber": 1, + "parentModule": "53", + "enabled": true, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.CreatePosition" + }, + { + "id": 186, + "name": "UpdatePosition", + "url": "/app/hr/common/show-position.html", + "displayName": "Update", + "orderNumber": 1, + "queryParams": "type\u003dupdate", + "parentModule": "53", + "enabled": true, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.UpdatePosition" + }, + { + "id": 187, + "name": "ViewPosition", + "url": "/app/hr/common/show-position.html", + "displayName": "View", + "orderNumber": 1, + "queryParams": "type\u003dview", + "parentModule": "53", + "enabled": true, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.ViewPosition" + }, + { + "id": 189, + "name": "CreateCalendar", + "url": "/app/hr/master/calendar-setup.html", + "displayName": "Create Calendar", + "orderNumber": 1, + "parentModule": "55", + "enabled": true, + "serviceCode": "Calendar", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarSetUp.CreateCalendar" + }, + { + "id": 190, + "name": "UpdateCalendar", + "url": "/app/hr/common/show-calender.html", + "displayName": "Update Calendar", + "orderNumber": 1, + "queryParams": "type\u003dupdate", + "parentModule": "55", + "enabled": true, + "serviceCode": "Calendar", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarSetUp.UpdateCalendar" + }, + { + "id": 191, + "name": "ViewCalendar", + "url": "/app/hr/common/show-calender.html", + "displayName": "View Calendar", + "orderNumber": 1, + "queryParams": "type\u003dview", + "parentModule": "55", + "enabled": true, + "serviceCode": "Calendar", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarSetUp.ViewCalendar" + }, + { + "id": 193, + "name": "CreateCalendarHolidays", + "url": "/app/hr/master/calendar-holidays-setup.html", + "displayName": "Create Holiday", + "orderNumber": 1, + "parentModule": "54", + "enabled": true, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.CreateCalendarHolidays" + }, + { + "id": 195, + "name": "UpdateCalendarHolidays", + "url": "/app/hr/common/show-calender-holiday.html", + "displayName": "Update Holiday", + "orderNumber": 1, + "queryParams": "type\u003dupdate", + "parentModule": "54", + "enabled": true, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.UpdateCalendarHolidays" + }, + { + "id": 197, + "name": "ViewCalendarHoliday", + "url": "/app/hr/common/show-calender-holiday.html", + "displayName": "View Holiday", + "orderNumber": 1, + "queryParams": "type\u003dview", + "parentModule": "54", + "enabled": true, + "serviceCode": "CalendarHolidays", + "code": "null", + "path": "Employee Management.Employee Masters.CalendarHolidaysSetUp.ViewCalendarHoliday" + }, + { + "id": 209, + "name": "SearchAttendancePage", + "url": "/app/hr/common/employee-attendance.html", + "displayName": "Create/Update", + "orderNumber": 0, + "parentModule": "57", + "enabled": true, + "serviceCode": "ATTENDANCE", + "code": "null", + "path": "Employee Management.Attendance.SearchAttendancePage" + }, + { + "id": 214, + "name": "CreateLeave Mapping", + "url": "/app/hr/leavemaster/leave-mapping.html", + "displayName": "Create LeaveMapping", + "orderNumber": 1, + "parentModule": "58", + "enabled": true, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.CreateLeave Mapping" + }, + { + "id": 216, + "name": "UpdateLeave Mapping", + "url": "/app/hr/common/show-leave-mapping.html", + "displayName": "Update LeaveMapping", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "58", + "enabled": true, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.UpdateLeave Mapping" + }, + { + "id": 218, + "name": "ViewLeave Mapping", + "url": "/app/hr/common/show-leave-mapping.html", + "displayName": "View LeaveMapping", + "orderNumber": 5, + "queryParams": "type\u003dview", + "parentModule": "58", + "enabled": true, + "serviceCode": "Leave Mapping", + "code": "null", + "path": "Employee Management.Leave Management.Leave Mapping.ViewLeave Mapping" + }, + { + "id": 220, + "name": "CreateLeave Opening Balance", + "url": "/app/hr/leavemaster/pis.html", + "displayName": "Create Leave Opening Balance", + "orderNumber": 1, + "parentModule": "59", + "enabled": true, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.CreateLeave Opening Balance" + }, + { + "id": 224, + "name": "ViewLeave Opening Balance", + "url": "/app/hr/leavemaster/pis.html", + "displayName": "View Leave Opening Balance", + "orderNumber": 5, + "queryParams": "type\u003dview", + "parentModule": "59", + "enabled": true, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.ViewLeave Opening Balance" + }, + { + "id": 226, + "name": "Create Leave Application", + "url": "/app/hr/leavemaster/search-leave-application.html", + "displayName": "Create LeaveApplication", + "orderNumber": 1, + "queryParams": "type\u003dcreate", + "parentModule": "60", + "enabled": true, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Create Leave Application" + }, + { + "id": 230, + "name": "View Leave Application", + "url": "/app/hr/leavemaster/search-leave-application.html", + "displayName": "View LeaveApplication", + "orderNumber": 5, + "queryParams": "type\u003dview", + "parentModule": "60", + "enabled": true, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.View Leave Application" + }, + { + "id": 232, + "name": "Create Leave Type", + "url": "/app/hr/leavemaster/leave-type.html", + "displayName": "Create LeaveType", + "orderNumber": 1, + "parentModule": "61", + "enabled": true, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.Create Leave Type" + }, + { + "id": 234, + "name": "Update Leave Type", + "url": "/app/hr/common/show-leave-type.html", + "displayName": "Update LeaveType", + "orderNumber": 3, + "queryParams": "type\u003dupdate", + "parentModule": "61", + "enabled": true, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.Update Leave Type" + }, + { + "id": 236, + "name": "View Leave Type", + "url": "/app/hr/common/show-leave-type.html", + "displayName": "View LeaveType", + "orderNumber": 5, + "queryParams": "type\u003dview", + "parentModule": "61", + "enabled": true, + "serviceCode": "Leave Type", + "code": "null", + "path": "Employee Management.Leave Management.Leave Type.View Leave Type" + }, + { + "id": 267, + "name": "View ESS Employee", + "url": "/app/hr/employee/create.html", + "displayName": "My Details", + "orderNumber": 0, + "queryParams": "type\u003dview", + "parentModule": "74", + "enabled": true, + "serviceCode": "ESS", + "code": "null", + "path": "Employee Self Service.View ESS Employee" + }, + { + "id": 268, + "name": "ESS Leave Application", + "url": "/app/hr/leavemaster/apply-leave.html", + "displayName": "Apply Leave", + "orderNumber": 1, + "parentModule": "74", + "enabled": true, + "serviceCode": "ESS", + "code": "null", + "path": "Employee Self Service.ESS Leave Application" + }, + { + "id": 295, + "name": "Upload Leave Opening Balance", + "url": "/app/hr/leavemaster/upload-leave-opening-balance.html", + "displayName": "Upload Leave Opening Balance", + "orderNumber": 1, + "parentModule": "59", + "enabled": true, + "serviceCode": "Leave Opening Balance", + "code": "null", + "path": "Employee Management.Leave Management.Leave Opening Balance.Upload Leave Opening Balance" + }, + { + "id": 325, + "name": "Upload Leave Application", + "url": "/app/hr/leavemaster/upload-leave-application.html", + "displayName": "Upload LeaveApplication", + "orderNumber": 1, + "queryParams": "", + "parentModule": "60", + "enabled": true, + "serviceCode": "Leave Application", + "code": "null", + "path": "Employee Management.Leave Management.Leave Application.Upload Leave Application" + }, + { + "id": 347, + "name": "CreateNominee", + "url": "/app/hr/common/employee-search-common.html", + "displayName": "Create", + "orderNumber": 1, + "queryParams": "value\u003dnominee", + "parentModule": "148", + "enabled": true, + "serviceCode": "Nominee", + "code": "null", + "path": "Employee Management.Employee Masters.Nominee.CreateNominee" + }, + { + "id": 822, + "name": "HR Employee History Report", + "url": "/hr/report/employeeHistory", + "displayName": "HR Employee History Report", + "orderNumber": 1, + "parentModule": "277", + "enabled": true, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Employee History Report" + }, + { + "id": 823, + "name": "HR Attendance Report", + "url": "/hr/report/attendance", + "displayName": "HR Attendance Report", + "orderNumber": 1, + "parentModule": "277", + "enabled": true, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Attendance Report" + }, + { + "id": 824, + "name": "HR Employees Leave Report", + "url": "/hr/report/employeeLeaves", + "displayName": "HR Employees Leave Report", + "orderNumber": 1, + "parentModule": "277", + "enabled": true, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.HR Employees Leave Report" + }, + { + "id": 863, + "name": "Employee without assignments", + "url": "/hr/report/employeewithoutassignments", + "displayName": "HR Employee without assignments Report", + "orderNumber": 5, + "parentModule": "277", + "enabled": true, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.Employee without assignments" + }, + { + "id": 869, + "name": "Employee leave summary report", + "url": "/hr/report/employeeLeaveSummaryReport", + "displayName": "HR Employee leave summary report", + "orderNumber": 6, + "parentModule": "277", + "enabled": true, + "serviceCode": "HRPT", + "code": "null", + "path": "Employee Management.HR Report.Employee leave summary report" + }, + { + "id": 870, + "name": "Get Actions from MDMS", + "url": "/access/v1/actions/mdms/_get", + "displayName": "Get Actions from mdms", + "orderNumber": 1, + "parentModule": "221", + "enabled": false, + "serviceCode": "AccessControl", + "code": "null", + "path": "Access Control.Get Actions from MDMS" + }, + { + "id": 1407, + "name": "Dumping Ground Detail Report", + "url": "/swm-services/report/dumpinggrounddetailsreport", + "displayName": "Dumping Ground Detail Report", + "orderNumber": 0, + "parentModule": "308", + "enabled": true, + "serviceCode": "SWMRPT", + "path": "Solid Waste Management.SWM Reports.Dumping Ground Detail Report" + }, + { + "id": 1416, + "name": "Expenditure Incurred On Transportation Report", + "url": "/swm-services/report/expenditureincurredreport", + "displayName": "Expenditure Incurred On Transportation Report", + "orderNumber": 0, + "parentModule": "308", + "enabled": true, + "serviceCode": "SWMRPT", + "path": "Solid Waste Management.SWM Reports.Expenditure Incurred On Transportation Report" + }, + { + "id": 1404, + "name": "PerfAssmtKpiTargetCreate", + "url": "/perfmanagement/v1/kpitarget/_create", + "displayName": "Create KPI Targets", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_TRGT", + "code": "null", + "path": "Performance Assessment.KPI Targets.PerfAssmtKpiTargetCreate" + }, + { + "id": 1405, + "name": "PerfAssmtKpiTargetUpdate", + "url": "/perfmanagement/v1/kpitarget/_update", + "displayName": "Update KPI Targets", + "orderNumber": 1, + "parentModule": "592", + "enabled": false, + "serviceCode": "PERF_ASSESSMENT_TRGT", + "code": "null", + "path": "Performance Assessment.KPI Targets.PerfAssmtKpiTargetUpdate" + }, + { + "id": 1413, + "name": "PerfAssmtKpiTargetSearch", + "url": "/perfmanagement/v1/kpitarget/_search", + "displayName": "KPI Targets", + "orderNumber": 3, + "parentModule": "592", + "enabled": true, + "serviceCode": "PERF_ASSESSMENT_TRGT", + "code": "null", + "path": "Performance Assessment.KPI Targets.PerfAssmtKpiTargetSearch" + }, + { + "id": 1420, + "name": "Non Indent Issue Create", + "url": "/inventory-services/materialissues-ni/_create", + "displayName": "Create Non Indent Issue", + "orderNumber": 1, + "enabled": false, + "serviceCode": "NON INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Non Indent Issues.Non Indent Issue Create" + }, + { + "id": 1421, + "name": "Non Indent Issue Update", + "url": "/inventory-services/materialissues-ni/_update", + "displayName": "Update Non Indent Issue", + "orderNumber": 2, + "enabled": false, + "serviceCode": "NON INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Non Indent Issues.Non Indent Issue Update" + }, + { + "id": 1422, + "name": "Non Indent Issue Search", + "url": "/inventory-services/materialissues-ni/_search", + "displayName": "Search Non Indent Issue", + "orderNumber": 3, + "enabled": false, + "serviceCode": "NON INDENT ISSUES", + "code": "null", + "path": "Inventory.Inventory Transactions.Non Indent Issues.Non Indent Issue Search" + }, + { + "id": 1101, + "name": "PerfAssmtKpiValueCompareSearch", + "url": "/perfmanagement/v1/kpivalue/_comparesearch", + "displayName": "KPI Dashboard", + "orderNumber": 1, + "parentModule": "592", + "enabled": true, + "serviceCode": "PERF_ASSESSMENT_DASHBOARD", + "code": "null", + "path": "Performance Assessment.Dashboard.PerfAssmtKpiValueCompareSearch" + }, + { + "id": 1414, + "name": "Update Summon", + "url": "/lcms-services/legalcase/summon/_update", + "displayName": "Update Summon", + "orderNumber": 1, + "parentModule": "513", + "enabled": false, + "serviceCode": "CASE", + "code": "null", + "path": "" + }, + { + "id": 1409, + "name": "SWM Report MetaData", + "url": "/report/swm/metadata/_get", + "displayName": "Get SWM Report Metadata", + "orderNumber": 1, + "parentModule": "308", + "enabled": false, + "serviceCode": "SWMRPT", + "code": "null", + "path": "" + }, + { + "id": 1410, + "name": "SWM Report", + "url": "/report/swm/_get", + "displayName": "Get SWM Report", + "orderNumber": 1, + "parentModule": "308", + "enabled": false, + "serviceCode": "SWMRPT", + "path": "" + }, + { + "id": 1160, + "name": "Get Next Scheduled Maintenance Date", + "url": "/swm-services/vehiclemaintenancedetails/_getnextscheduleddate", + "displayName": "Get Next Scheduled Maintenance Date", + "orderNumber": 0, + "parentModule": "622", + "enabled": false, + "serviceCode": "Get Next Scheduled Maintenance Date", + "path": "" + }, + { + "id": 1221, + "name": "Get Roles from MDMS", + "url": "/access/v1/roles/mdms/_search", + "displayName": "Get Roles from MDMS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "AccessControl", + "path": "AccessControl" + }, + { + "id": 1423, + "name": "PaymentDetails Search", + "url": "/swm-services/paymentdetails/_search", + "displayName": "Payment Details", + "orderNumber": 0, + "parentModule": "310", + "enabled": false, + "serviceCode": "Payment Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Payment Details.PaymentDetails Search" + }, + { + "id": 1424, + "name": "PaymentDetails Create", + "url": "/swm-services/paymentdetails/_create", + "displayName": "Capture Payment Details", + "orderNumber": 0, + "parentModule": "310", + "enabled": true, + "serviceCode": "Payment Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Payment Details.PaymentDetails Create" + }, + { + "id": 1425, + "name": "PaymentDetails Update", + "url": "/swm-services/paymentdetails/_update", + "displayName": "Payment Details Update", + "orderNumber": 0, + "parentModule": "310", + "enabled": false, + "serviceCode": "Payment Details", + "code": "null", + "path": "Solid Waste Management.SWM Transactions.Payment Details.PaymentDetails Update" + }, + { + "id": 697, + "name": "UpdateUserWithoutValidation", + "url": "/user/users/{id}/_updatenovalidate", + "displayName": "UserRole Mapping", + "orderNumber": 1, + "enabled": true, + "serviceCode": "ADMIN", + "code": "null", + "path": "Administration.UpdateUserWithoutValidation" + }, + { + "id": 795, + "name": "Create Department", + "url": "/egov-common-masters/departments/v1/_create", + "displayName": "Create Department", + "orderNumber": 1, + "parentModule": "273", + "enabled": true, + "serviceCode": "DEPT", + "code": "null", + "path": "Administration.Department.Create Department" + }, + { + "id": 796, + "name": "Modify Department", + "url": "/egov-common-masters/departments/v1/_search", + "displayName": "Modify Department", + "orderNumber": 2, + "parentModule": "273", + "enabled": true, + "serviceCode": "DEPT", + "code": "null", + "path": "Administration.Department.Modify Department" + }, + { + "id": 797, + "name": "View Department", + "url": "/egov-common-masters/departments/v1/_search", + "displayName": "View Department", + "orderNumber": 3, + "parentModule": "273", + "enabled": true, + "serviceCode": "DEPT", + "code": "null", + "path": "Administration.Department.View Department" + }, + { + "id": 1426, + "name": "createAccountCodePurpose_Master", + "url": "/egf-masters/accountcodepurposes/_create", + "displayName": "Create Account Code Purpose", + "orderNumber": 1, + "parentModule": "230", + "enabled": false, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.createAccountCodePurpose_Master" + }, + { + "id": 1427, + "name": "updateAccountCodePurpose_Master", + "url": "/egf-masters/accountcodepurposes/_update", + "displayName": "Modify Account Code Purpose", + "orderNumber": 2, + "parentModule": "230", + "enabled": false, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.updateAccountCodePurpose_Master" + }, + { + "id": 1428, + "name": "searchAccountCodePurpose_Master", + "url": "/egf-masters/accountcodepurposes/_search", + "displayName": "Search Account Code Purpose", + "orderNumber": 3, + "parentModule": "230", + "enabled": true, + "serviceCode": "Account_Code_Purpose_Master", + "code": "null", + "path": "Financial_Master.Financials_Master.Account_Code_Purpose_Master.searchAccountCodePurpose_Master" + }, + { + "id": 1429, + "name": "Search Boundaries With Mdms", + "url": "/egov-location/location/v11/boundarys/_search", + "displayName": "Boundaries Mdms Search", + "orderNumber": 3, + "parentModule": "67", + "enabled": false, + "serviceCode": "LOCATION_MS", + "code": "null", + "path": "Location.Search Boundary" + }, + { + "id": 1464, + "name": "Spillover Abstract Estimate", + "url": "/works-estimate/v1/abstractestimates/_create", + "displayName": "Spillover Abstract Estimate", + "orderNumber": 0, + "parentModule": "525", + "enabled": true, + "serviceCode": "AbstractEstimate", + "code": "null", + "path": "Works Management.Abstract Estimate.Spillover Abstract Estimate" + }, + { + "id": 1461, + "name": "Letter Of Acceptance", + "url": "/works-workorder/v1/letterofacceptances/_create", + "displayName": "Letter Of Acceptance", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "LetterOfAcceptance", + "code": "null", + "path": "Works Management.Letter Of Acceptance.Letter Of Acceptance" + }, + { + "id": 1462, + "name": "Letter Of Acceptance", + "url": "/works-workorder/v1/letterofacceptances/_update", + "displayName": "Letter Of Acceptance", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "LetterOfAcceptance", + "code": "null", + "path": "Works Management.Letter Of Acceptance.Letter Of Acceptance" + }, + { + "id": 1463, + "name": "Letter Of Acceptance", + "url": "/works-workorder/v1/letterofacceptances/_search", + "displayName": "Letter Of Acceptance", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "LetterOfAcceptance", + "code": "null", + "path": "Works Management.Letter Of Acceptance.Letter Of Acceptance" + }, + { + "id": 1395, + "name": "Work Order", + "url": "/works-workorder/v1/workorders/_create", + "displayName": "Work Order", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1396, + "name": "Work Order", + "url": "/works-workorder/v1/workorders/_update", + "displayName": "Work Order", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1397, + "name": "Work Order", + "url": "/works-workorder/v1/workorders/_search", + "displayName": "Work Order", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1401, + "name": "Measurement Book", + "url": "/works-measurementbook/v1/measurementbooks/_create", + "displayName": "Measurement Book", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "MeasurementBook", + "code": "null", + "path": "Works Management.Measurement Book.Measurement Book" + }, + { + "id": 1402, + "name": "Measurement Book", + "url": "/works-measurementbook/v1/measurementbooks/_update", + "displayName": "Measurement Book", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "MeasurementBook", + "code": "null", + "path": "Works Management.Measurement Book.Measurement Book" + }, + { + "id": 1403, + "name": "Measurement Book", + "url": "/works-measurementbook/v1/measurementbooks/_search", + "displayName": "Measurement Book", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "MeasurementBook", + "code": "null", + "path": "Works Management.Measurement Book.Measurement Book" + }, + { + "id": 1430, + "name": "Miscellaneous Receipt Note Create", + "url": "/inventory-services/miscellaneousreceiptnotes/_create", + "displayName": "Create Miscellaneous Receipt Note", + "orderNumber": 1, + "enabled": false, + "serviceCode": "MISCELLANEOUS RECEIPT NOTE", + "path": "" + }, + { + "id": 1431, + "name": "Miscellaneous Receipt Note Update", + "url": "/inventory-services/miscellaneousreceiptnotes/_update", + "displayName": "Update Miscellaneous Receipt Note", + "orderNumber": 2, + "enabled": false, + "serviceCode": "MISCELLANEOUS RECEIPT NOTE", + "path": "" + }, + { + "id": 1432, + "name": "Miscellaneous Receipt Note Search", + "url": "/inventory-services/miscellaneousreceiptnotes/_search", + "displayName": "Search Miscellaneous Receipt Note", + "orderNumber": 3, + "enabled": false, + "serviceCode": "MISCELLANEOUS RECEIPT NOTE", + "path": "" + }, + { + "id": 1433, + "name": "Material Type Store Mapping Create", + "url": "/inventory-services/materialtypestoremapping/_create", + "displayName": "Create Material Type Store Mapping", + "orderNumber": 1, + "enabled": false, + "serviceCode": "Material Type Store Mapping", + "path": "" + }, + { + "id": 1434, + "name": "Material Type Store Mapping Update", + "url": "/inventory-services/materialtypestoremapping/_update", + "displayName": "Update Material Type Store Mapping", + "orderNumber": 2, + "enabled": false, + "serviceCode": "Material Type Store Mapping", + "path": "" + }, + { + "id": 1435, + "name": "Material Type Store Mapping Search", + "url": "/inventory-services/materialtypestoremapping/_search", + "displayName": "Material Type Store Mapping", + "orderNumber": 3, + "enabled": true, + "serviceCode": "Material Type Store Mapping", + "path": "Inventory.Inventory Masters.Material Type Store Mapping.Material Store Mapping Search" + }, + { + "id": 1436, + "name": "Create Milestone Template", + "url": "/works-masters/v1/milestonetemplates/_create", + "displayName": "Create Milestone Template", + "orderNumber": 1, + "parentModule": "527", + "enabled": true, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Masters" + }, + { + "id": 1437, + "name": "Search Milestone Template", + "url": "/works-masters/v1/milestonetemplates/_search", + "displayName": "Search Milestone Template", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Masters" + }, + { + "id": 1438, + "name": "Update Milestone Template", + "url": "/works-masters/v1/milestonetemplates/_update", + "displayName": "Update Milestone Template", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WORKS_MASTERS", + "code": "null", + "path": "Works Management.Masters" + }, + { + "id": 1460, + "name": "Create Indent Purchase Order", + "url": "/inventory-services/purchaseorders/_preparepofromindents", + "displayName": "Create Indent Purchase Order", + "orderNumber": 4, + "enabled": true, + "serviceCode": "PURCHASE ORDER", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Order.Create Indent Purchase Order" + }, + { + "id": 1465, + "name": "Bill Create", + "url": "/egf-bill/bills/_create", + "displayName": "Bill Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Bill", + "code": "null", + "path": "Financials.Transactions.Create Bill" + }, + { + "id": 1466, + "name": "Bill Update", + "url": "/egf-bill/bills/_update", + "displayName": "Bill Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Bill", + "code": "null", + "path": "Financials.Transactions.Update Bill" + }, + { + "id": 1467, + "name": "Bill Search", + "url": "/egf-bill/bills/_search", + "displayName": "Bill Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Bill", + "code": "null", + "path": "Financials.Transactions.Search Bill" + }, + { + "id": 1447, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_create", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1440, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_update", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1441, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_search", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1448, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_create", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1455, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_update", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1451, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_search", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1449, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_create", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1456, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_update", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1452, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitytesting/v1/qualitytestings/_search", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1450, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_create", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1457, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_update", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1453, + "tenantId": "mz", + "name": "Create Quality testing", + "url": "/works-qualitycontrol/v1/qualitytestings/_search", + "displayName": "Create Quality testing", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "QualityTesting", + "code": "null", + "path": "Works Management.Quality testing.Quality testing" + }, + { + "id": 1454, + "name": "Create Milestone", + "url": "/works-workorder/v1/milestones/_create", + "displayName": "Create Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": true, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1442, + "name": "Search Milestone", + "url": "/works-workorder/v1/milestones/_search", + "displayName": "Search Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1443, + "name": "Update Milestone", + "url": "/works-workorder/v1/milestones/_update", + "displayName": "Update Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1444, + "name": "CheckList Create", + "url": "/egf-bill/checklists/_create", + "displayName": "CheckList Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "CheckList", + "code": "null", + "path": "Financials.Transactions.Create CheckList" + }, + { + "id": 1445, + "name": "CheckList Update", + "url": "/egf-bill/checklists/_update", + "displayName": "CheckList Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "CheckList", + "code": "null", + "path": "Financials.Transactions.Update CheckList" + }, + { + "id": 1446, + "name": "CheckList Search", + "url": "/egf-bill/checklists/_search", + "displayName": "CheckList Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "CheckList", + "code": "null", + "path": "Financials.Transactions.Search CheckList" + }, + { + "id": 1468, + "name": "CheckList Create", + "url": "/egf-bill/checklists/_create", + "displayName": "CheckList Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "CheckList", + "code": "null", + "path": "Financials.Transactions.Create CheckList" + }, + { + "id": 1469, + "name": "CheckList Update", + "url": "/egf-bill/checklists/_update", + "displayName": "CheckList Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "CheckList", + "code": "null", + "path": "Financials.Transactions.Update CheckList" + }, + { + "id": 1470, + "name": "Shift", + "url": "/swm-services/shifts/_search", + "displayName": "Shift", + "orderNumber": 0, + "parentModule": "530", + "enabled": true, + "serviceCode": "swm.shift", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Shift.Shift" + }, + { + "id": 1471, + "name": "Dumping Ground", + "url": "/swm-services/dumpingground/_search", + "displayName": "Dumping Ground", + "orderNumber": 0, + "parentModule": "530", + "enabled": true, + "serviceCode": "DumpingGround", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Dumping Ground.Dumping Ground" + }, + { + "id": 1472, + "name": "Create Track Milestone", + "url": "/works-workorder/v1/trackmilestones/_create", + "displayName": "Create Track Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": true, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1473, + "name": "Search Track Milestone", + "url": "/works-workorder/v1/trackmilestones/_search", + "displayName": "Search Track Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1474, + "name": "Update Track Milestone", + "url": "/works-workorder/v1/trackmilestones/_update", + "displayName": "Update Track Milestone", + "orderNumber": 1, + "parentModule": "527", + "enabled": false, + "serviceCode": "WorkOrder", + "code": "null", + "path": "Works Management.Work Order.Work Order" + }, + { + "id": 1475, + "name": "Upload", + "url": "/upload", + "displayName": "Upload", + "orderNumber": 0, + "parentModule": "530", + "enabled": true, + "serviceCode": "upload.upload", + "code": "null", + "path": "Upload.Upload" + }, + { + "id": 1476, + "name": "Mdms-create", + "url": "/egov-mdms-create/v1/_create", + "displayName": "Mdms-Create", + "orderNumber": 0, + "enabled": false, + "serviceCode": "MdmsCreate", + "code": "null", + "path": "Mdms.Create" + }, + { + "id": 1477, + "name": "Mdms-Update", + "url": "/egov-mdms-create/v1/_update", + "displayName": "Mdms-Update", + "orderNumber": 0, + "enabled": false, + "serviceCode": "MdmsUpdate", + "code": "null", + "path": "Mdms.Update" + }, + { + "id": 1480, + "name": "PerfAssmtKpiCategoryMasterSearch", + "url": "/perfmanagement/v1/kpicategory/_search", + "displayName": "KPI Category Master", + "orderNumber": 2, + "parentModule": "592", + "enabled": true, + "serviceCode": "PERF_ASSESSMENT_MSTR", + "code": "null", + "path": "Performance Assessment.Category Masters.PerfAssmtKpiCategoryMasterSearch" + }, + { + "id": 1481, + "name": "Remarks", + "url": "/works-masters/v1/remarks/_create", + "displayName": "Remarks", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Remarks", + "code": "null", + "path": "Works Management.Works Masters.Remarks.Create Contractor" + }, + { + "id": 1482, + "name": "Remarks", + "url": "/works-masters/v1/remarks/_update", + "displayName": "Remarks", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Remarks", + "code": "null", + "path": "Works Management.Works Masters.Remarks.Update Contractor" + }, + { + "id": 1483, + "name": "Remarks", + "url": "/works-masters/v1/remarks/_search", + "displayName": "Remarks", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Remarks", + "code": "null", + "path": "Works Management.Works Masters.Remarks.Search Contractor" + }, + { + "id": 1484, + "name": "User Jobs", + "url": "/upload", + "displayName": "User Jobs", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "upload.upload", + "code": "null", + "path": "Upload.User Jobs" + }, + { + "id": 1485, + "name": "MaterialType", + "url": "/inventory-services/materials/_search", + "displayName": "MaterialType", + "orderNumber": 2, + "enabled": true, + "serviceCode": "MATERIALTYPE MASTER", + "code": "null", + "path": "Inventory.Inventory Masters.MaterialType Master.MaterialType.MaterialType" + }, + { + "id": 1486, + "name": "Create Non Indent Purchase Order", + "url": "/inventory-services/purchaseorders/_create", + "displayName": "Create Non Indent Purchase Order", + "orderNumber": 5, + "enabled": true, + "serviceCode": "PURCHASE ORDER", + "code": "null", + "path": "Inventory.Inventory Transactions.Purchase Order.Create Non Indent Purchase Order" + }, + { + "id": 1487, + "name": "Create Advance Requisition", + "url": "/inventory-services/supplieradvancerequisitions/_create", + "displayName": "Create Advance Requisition", + "orderNumber": 1, + "enabled": false, + "serviceCode": "SUPPLIER ADVANCE REQUISITION", + "code": "null", + "path": "Inventory.Inventory Transactions.Advance Requisition.Create Advance Requisition" + }, + { + "id": 1488, + "name": "Modify Advance Requisition", + "url": "/inventory-services/supplieradvancerequisitions/_update", + "displayName": "Modify Advance Requisition", + "orderNumber": 2, + "enabled": false, + "serviceCode": "SUPPLIER ADVANCE REQUISITION", + "code": "null", + "path": "Inventory.Inventory Transactions.Advance Requisition.Modify Advance Requisition" + }, + { + "id": 1489, + "name": "Search Advance Requisition", + "url": "/inventory-services/supplieradvancerequisitions/_search", + "displayName": "Search Advance Requisition", + "orderNumber": 3, + "enabled": false, + "serviceCode": "SUPPLIER ADVANCE REQUISITION", + "code": "null", + "path": "Inventory.Inventory Transactions.Advance Requisition.Search Advance Requisition" + }, + { + "id": 1490, + "name": "Notice", + "url": "/works-workorder/v1/notices/_create", + "displayName": "Notice", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Notice", + "code": "null", + "path": "Works Management.Notice.Notice" + }, + { + "id": 1491, + "name": "Notice", + "url": "/works-workorder/v1/notices/_update", + "displayName": "Notice", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Notice", + "code": "null", + "path": "Works Management.Notice.Notice" + }, + { + "id": 1492, + "name": "Notice", + "url": "/works-workorder/v1/notices/_search", + "displayName": "Notice", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "Notice", + "code": "null", + "path": "Works Management.Notice.Notice" + }, + { + "id": 1493, + "name": "Contractor Advance", + "url": "/works-workorder/v1/contractoradvance/_create", + "displayName": "Contractor Advance", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Contractor Advance", + "code": "null", + "path": "Works Management.Contractor Advance.Contractor Advance" + }, + { + "id": 1494, + "name": "Contractor Advance", + "url": "/works-workorder/v1/contractoradvance/_update", + "displayName": "Contractor Advance", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "Contractor Advance", + "code": "null", + "path": "Works Management.Contractor Advance.Contractor Advance" + }, + { + "id": 1495, + "name": "Notice", + "url": "/works-workorder/v1/contractoradvance/_search", + "displayName": "Contractor Advance", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "Contractor Advance", + "code": "null", + "path": "Works Management.Contractor Advance.Contractor Advance" + }, + { + "id": 1496, + "name": "Processing Site", + "url": "/swm-services/processingsite/_search", + "displayName": "Processing Site", + "orderNumber": 0, + "parentModule": "", + "enabled": true, + "serviceCode": "ProcessingSite", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Processing Site.Processing Site" + }, + { + "id": 1497, + "name": "Work Order Register", + "url": "/report/works/metadata/_get", + "displayName": "Work Order Register", + "orderNumber": 1, + "parentModule": "644", + "enabled": true, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "Works Management.Reports.Work Order Register" + }, + { + "id": 1498, + "name": "Work Order Register", + "url": "/report/works/_get", + "displayName": "Work Order Register", + "orderNumber": 1, + "queryParams": null, + "parentModule": "644", + "enabled": false, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "" + }, + { + "id": 1499, + "name": "Material Create", + "url": "/inventory-services/materialtypes/_create", + "displayName": "Material Type", + "orderNumber": 1, + "enabled": false, + "serviceCode": "MATERIAL TYPE MASTER", + "code": "null", + "path": "" + }, + { + "id": 1500, + "name": "Material Update", + "url": "/inventory-services/materialtypes/_update", + "displayName": "Update Material Type", + "orderNumber": 2, + "enabled": false, + "serviceCode": "MATERIAL TYPE MASTER", + "code": "null", + "path": "" + }, + { + "id": 1501, + "name": "Material Search", + "url": "/inventory-services/materialtypes/_search", + "displayName": "Material Type", + "orderNumber": 3, + "enabled": false, + "serviceCode": "MATERIAL TYPE MASTER", + "code": "null", + "path": "" + }, + { + "id": 1502, + "name": "Transfer Outward Material Issue Create", + "url": "/inventory-services/materialissues-to/_create", + "displayName": "Create Transfer Outward Material Issue", + "orderNumber": 1, + "enabled": false, + "serviceCode": "TRANSFER OUTWARD ISSUE", + "code": "null", + "path": "" + }, + { + "id": 1503, + "name": "Transfer Outward Material Issue Update", + "url": "/inventory-services/materialissues-to/_update", + "displayName": "Update Transfer Outward Material Issue", + "orderNumber": 2, + "enabled": false, + "serviceCode": "TRANSFER OUTWARD ISSUE", + "code": "null", + "path": "" + }, + { + "id": 1504, + "name": "Transfer Outward Material Issue Search", + "url": "/inventory-services/materialissues-to/_search", + "displayName": "Search Transfer Outward Material Issue", + "orderNumber": 3, + "enabled": false, + "serviceCode": "TRANSFER OUTWARD ISSUE", + "code": "null", + "path": "" + }, + { + "id": 1505, + "name": "PO Used Tender Quantity", + "url": "/inventory-services/pricelists/_gettenderusedquantity", + "displayName": "Price List Tnder Used Quantity", + "orderNumber": 1, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1506, + "name": "PO Advance Requisition", + "url": "/inventory-services/purchaseorders/_searchpoforadvancerequisition", + "displayName": "Po Advance Rquisition", + "orderNumber": 2, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1507, + "name": "Fifo stock", + "url": "/inventory-services/fifologic/_stock", + "displayName": "Fifo Logic Stock", + "orderNumber": 3, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1508, + "name": "Fifo Unit Rate", + "url": "/inventory-services/fifologic/_unitrate", + "displayName": "Fifo Logic Unit Rate", + "orderNumber": 3, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1509, + "name": "Create Supplier Bill", + "url": "/inventory-services/supplierbills/_create", + "displayName": "Supplier Bill", + "orderNumber": 1, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1510, + "name": "Update Supplier Bill", + "url": "/inventory-services/supplierbills/_update", + "displayName": "Update Supplier Bill", + "orderNumber": 2, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1511, + "name": "Search Supplier Bill", + "url": "/inventory-services/supplierbills/_update", + "displayName": "Search Supplier Bill", + "orderNumber": 3, + "enabled": false, + "serviceCode": "", + "code": "null", + "path": "" + }, + { + "id": 1512, + "name": "Create Contractor Bil", + "url": "/works-measurementbook/v1/contractorbills/_create", + "displayName": "Create Contractor Bil", + "orderNumber": 1, + "queryParams": null, + "parentModule": "", + "enabled": false, + "serviceCode": "ContractorBill", + "code": "null", + "path": "Works Management.Contractor Bil.Contractor Bil" + }, + { + "id": 1513, + "name": "Update Contractor Bil", + "url": "/works-measurementbook/v1/contractorbills/_update", + "displayName": "Update Contractor Bil", + "orderNumber": 2, + "queryParams": null, + "parentModule": "", + "enabled": false, + "serviceCode": "ContractorBill", + "code": "null", + "path": "Works Management.Contractor Bil.Contractor Bil" + }, + { + "id": 1514, + "name": "Search Contractor Bil", + "url": "/works-measurementbook/v1/contractorbills/_search", + "displayName": "Search Contractor Bil", + "orderNumber": 0, + "queryParams": null, + "parentModule": "", + "enabled": false, + "serviceCode": "ContractorBill", + "code": "null", + "path": "Works Management.Contractor Bil.Contractor Bil" + }, + { + "id": 1515, + "name": "Work In Progress Register", + "url": "/report/works/metadata/_get", + "displayName": "Work In Progress Register", + "orderNumber": 1, + "queryParams": null, + "parentModule": "644", + "enabled": true, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "Works Management.Reports.Work In Progress Register" + }, + { + "id": 1516, + "name": "Work In Progress Register", + "url": "/report/works/_get", + "displayName": "Work In Progress Register", + "orderNumber": 1, + "queryParams": null, + "parentModule": "644", + "enabled": false, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "" + }, + { + "id": 1517, + "name": "Project Status Report", + "url": "/report/works/metadata/_get", + "displayName": "Project Status Report", + "orderNumber": 1, + "queryParams": null, + "parentModule": "644", + "enabled": true, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "Works Management.Reports.Project Status Report" + }, + { + "id": 1518, + "name": "Project Status Report", + "url": "/report/works/_get", + "displayName": "Project Status Report", + "orderNumber": 1, + "queryParams": null, + "parentModule": "644", + "enabled": false, + "serviceCode": "WORKS_REPORTS", + "code": "null", + "path": "" + }, + { + "id": 1519, + "name": "Uploaded File MetaData", + "url": "/filestore/v1/files/metadata", + "displayName": "Uploaded File MetaData", + "orderNumber": 1, + "queryParams": null, + "parentModule": "", + "enabled": false, + "serviceCode": "FILE_METADATA", + "code": "null", + "path": "" + }, + { + "id": 1520, + "name": "Shift", + "url": "/swm-services/shifts/_create", + "displayName": "Shift", + "orderNumber": 0, + "parentModule": "530", + "enabled": false, + "serviceCode": "swm.shift", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Shift.Shift" + }, + { + "id": 1521, + "name": "Shift", + "url": "/swm-services/shifts/_update", + "displayName": "Shift", + "orderNumber": 0, + "parentModule": "530", + "enabled": false, + "serviceCode": "swm.shift", + "code": "null", + "path": "Solid Waste Management.SWM Masters.Shift.Shift" + }, + { + "id": 1524, + "name": "RainmakerPgrCreate", + "url": "/rainmaker-pgr/v1/requests/_create", + "displayName": "Rainmaker Pgr Create", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "rainmaker pgr", + "code": "null", + "path": "" + }, + { + "id": 1525, + "name": "RainmakerPgrUpdate", + "url": "/rainmaker-pgr/v1/requests/_update", + "displayName": "Rainmaker Pgr Update", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "rainmaker pgr", + "code": "null", + "path": "" + }, + { + "id": 1526, + "name": "RainmakerPgrSearch", + "url": "/rainmaker-pgr/v1/requests/_search", + "displayName": "Rainmaker Pgr Search", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "rainmaker pgr", + "code": "null", + "path": "" + }, + { + "id": 1527, + "name": "RainmakerPgrCount", + "url": "/rainmaker-pgr/v1/requests/_count", + "displayName": "Rainmaker Pgr Count", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "rainmaker pgr", + "code": "null", + "path": "" + }, + { + "id": 1528, + "name": "FilestoreUrl", + "url": "/filestore/v1/files/url", + "displayName": "Filestore Url", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1529, + "name": "LocalizationMessagesCreate", + "url": "/localization/messages/v1/_create", + "displayName": "Localization Messages Create", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1530, + "name": "LocalizationMessagesUpdate", + "url": "/localization/messages/v1/_update", + "displayName": "Localization Messages Update", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1531, + "name": "LocalizationMessagesSearch", + "url": "/localization/messages/v1/_search", + "displayName": "Localization Messages Search", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1532, + "name": "CreateProperty", + "url": "/pt-property/properties/_create", + "displayName": "Create Property", + "orderNumber": 3, + "queryParams": null, + "parentModule": "", + "enabled": false, + "serviceCode": "CreateProperty", + "code": "null", + "path": "Property Tax.Existing Property.Create Property" + }, + { + "id": 1533, + "name": "PositionSearchV2", + "url": "/hr-masters-v2/positions/_search", + "displayName": "PositionSearchV2", + "orderNumber": 1, + "parentModule": "70", + "enabled": false, + "serviceCode": "Position", + "code": "null", + "path": "Employee Management.Employee Masters.Position.PositionSearch" + }, + { + "id": 1534, + "name": "DesignationSearchV2", + "url": "/hr-masters-v2/designations/_search", + "displayName": "DesignationSearchV2", + "orderNumber": 1, + "queryParams": "tenantId\u003d", + "parentModule": "50", + "enabled": false, + "serviceCode": "Category", + "code": "null", + "path": "Employee Management.Employee Masters.Category.DesignationSearch" + }, + { + "id": 1535, + "name": "SearchEmployeeV2", + "url": "/hr-employee-v2/employees/_search", + "displayName": "SearchEmployeeV2", + "orderNumber": 6, + "parentModule": "48", + "enabled": false, + "serviceCode": "Employee", + "code": "null", + "path": "Employee Management.Employee Masters.Employee.SearchEmployee" + }, + { + "id": 1536, + "name": "Product Variant Create", + "url": "/product/variant/v1/_create", + "displayName": "Product Variant Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1537, + "name": "Product Create", + "url": "/product/v1/_create", + "displayName": "Product Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1539, + "name": "Project Staff Create", + "url": "/health-project/staff/v1/_create", + "displayName": "Project Staff Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1540, + "name": "Project Staff Update", + "url": "/health-project/staff/v1/_update", + "displayName": "Project Staff Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1541, + "name": "Product Update", + "url": "/product/v1/_update", + "displayName": "Product Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1542, + "name": "Product Search", + "url": "/product/v1/_search", + "displayName": "Product Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1543, + "name": "Product Variant Update", + "url": "/product/variant/v1/_update", + "displayName": "Product Variant Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1544, + "name": "Product Variant Search", + "url": "/product/variant/v1/_search", + "displayName": "Product Variant Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "product", + "code": "null", + "path": "" + }, + { + "id": 1545, + "name": "Project Staff Search", + "url": "/health-project/staff/v1/_search", + "displayName": "Project Staff Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1546, + "name": "Household Create", + "url": "/household/v1/_create", + "displayName": "Household Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1547, + "name": "Household Update", + "url": "/household/v1/_update", + "displayName": "Household Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1548, + "name": "Household Search", + "url": "/household/v1/_search", + "displayName": "Household Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1549, + "name": "Individual Create", + "url": "/health-individual/v1/_create", + "displayName": "Individual Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1550, + "name": "Individual Update", + "url": "/health-individual/v1/_update", + "displayName": "Individual Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1551, + "name": "Individual Search", + "url": "/health-individual/v1/_search", + "displayName": "Individual Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1552, + "name": "Project Task Create", + "url": "/health-project/task/v1/_create", + "displayName": "Project Task Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1553, + "name": "Project Task Update", + "url": "/health-project/task/v1/_update", + "displayName": "Project Task Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1554, + "name": "Project Task Search", + "url": "/health-project/task/v1/_search", + "displayName": "Project Task Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1734, + "name": "LocalizationMessagesUpsert", + "url": "/localization/messages/v1/_upsert", + "displayName": "Localization Messages Upsert", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1980, + "name": "rainmaker-localization-screen", + "url": "url", + "displayName": "Localization", + "orderNumber": 5, + "parentModule": "", + "enabled": true, + "serviceCode": "", + "code": "", + "path": "Localization", + "navigationURL": "integration/ui-localisation/localization", + "leftIcon": "places:business-center", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1555, + "name": "Project Beneficiary Create", + "url": "/health-project/beneficiary/v1/_create", + "displayName": "Project Beneficiary Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1556, + "name": "Project Beneficiary Update", + "url": "/health-project/beneficiary/v1/_update", + "displayName": "Project Beneficiary Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1557, + "name": "Project Beneficiary Search", + "url": "/health-project/beneficiary/v1/_search", + "displayName": "Project Beneficiary Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1889, + "name": "DSS Dashboard Config National Health Dashboard", + "url": "/dashboard-analytics/dashboard/getDashboardConfig/national-health-dashboard", + "parentModule": "", + "displayName": "DSS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DSS", + "code": "null", + "path": "" + }, + { + "id": 1890, + "name": "DSS Dashboard Config Provincial Health Dashboard", + "url": "/dashboard-analytics/dashboard/getDashboardConfig/provincial-health-dashboard", + "parentModule": "", + "displayName": "DSS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DSS", + "code": "null", + "path": "" + }, + { + "id": 1891, + "name": "DSS Dashboard Config District Health Dashboard", + "url": "/dashboard-analytics/dashboard/getDashboardConfig/district-health-dashboard", + "parentModule": "", + "displayName": "DSS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DSS", + "code": "null", + "path": "" + }, + { + "id": 1892, + "name": "National Health Dashboard", + "url": "url", + "displayName": "National Health Dashboard", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "", + "navigationURL": "/digit-ui/employee/dss/landing/national-health-dashboard", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1896, + "name": "National About", + "url": "url", + "displayName": "National About", + "orderNumber": 1, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "national.about", + "navigationURL": "/digit-ui/employee/dss/about", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1897, + "name": "National FAQ", + "url": "url", + "displayName": "National FAQ", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "national.faq", + "navigationURL": "/digit-ui/employee/dss/faqs", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1902, + "name": "National Calculations", + "url": "url", + "displayName": "National Calculations", + "orderNumber": 3, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "national.calculations", + "navigationURL": "/digit-ui/employee/dss/calculations", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1893, + "name": "Provincial Health Dashboard", + "url": "url", + "displayName": "Provincial Health Dashboard", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "", + "navigationURL": "/digit-ui/employee/dss/dashboard/provincial-health-dashboard", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1898, + "name": "Provincial About", + "url": "url", + "displayName": "Provincial About", + "orderNumber": 1, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "provincial.about", + "navigationURL": "/digit-ui/employee/dss/about", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1899, + "name": "Provincial FAQ", + "url": "url", + "displayName": "Provincial FAQ", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "provincial.faq", + "navigationURL": "/digit-ui/employee/dss/faqs", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1903, + "name": "Provincial Calculations", + "url": "url", + "displayName": "Provincial Calculations", + "orderNumber": 3, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "provincial.calculations", + "navigationURL": "/digit-ui/employee/dss/calculations", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1900, + "name": "District About", + "url": "url", + "displayName": "District About", + "orderNumber": 1, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "district.about", + "navigationURL": "/digit-ui/employee/dss/about", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1901, + "name": "District FAQ", + "url": "url", + "displayName": "District FAQ", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "district.faq", + "navigationURL": "/digit-ui/employee/dss/faqs", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1904, + "name": "District Calculations", + "url": "url", + "displayName": "District Calculations", + "orderNumber": 3, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "district.calculations", + "navigationURL": "/digit-ui/employee/dss/calculations", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1894, + "name": "District Health Dashboard", + "url": "url", + "displayName": "District Health Dashboard", + "orderNumber": 2, + "parentModule": "dss-dashboard", + "enabled": true, + "serviceCode": "DSS", + "code": "", + "path": "", + "navigationURL": "/digit-ui/employee/dss/dashboard/district-health-dashboard", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1895, + "name": "DSS Dashboard Charts", + "url": "/dashboard-analytics/dashboard/getChartV2", + "parentModule": "", + "displayName": "DSS", + "orderNumber": 0, + "enabled": false, + "serviceCode": "DSS", + "code": "null", + "path": "" + }, + { + "id": 1558, + "name": "Household Member Create", + "url": "/household/member/v1/_create", + "displayName": "Household Member Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1559, + "name": "Household Member Update", + "url": "/household/member/v1/_update", + "displayName": "Household Member Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1560, + "name": "Household Member Search", + "url": "/household/member/v1/_search", + "displayName": "Household Member Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1561, + "name": "Individual Bulk Create", + "url": "/health-individual/v1/bulk/_create", + "displayName": "Individual Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1562, + "name": "Individual Bulk Update", + "url": "/health-individual/v1/bulk/_update", + "displayName": "Individual Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1563, + "name": "Individual Delete", + "url": "/health-individual/v1/_delete", + "displayName": "Individual Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1564, + "name": "Individual Bulk Delete", + "url": "/health-individual/v1/bulk/_delete", + "displayName": "Individual Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "individual", + "code": "null", + "path": "" + }, + { + "id": 1565, + "name": "Project Task Bulk Create", + "url": "/health-project/task/v1/bulk/_create", + "displayName": "Project Task Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1566, + "name": "Project Task Bulk Update", + "url": "/health-project/task/v1/bulk/_update", + "displayName": "Project Task Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1567, + "name": "Project Task Delete", + "url": "/health-project/task/v1/_delete", + "displayName": "Project Task Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1568, + "name": "Project Task Bulk Delete", + "url": "/health-project/task/v1/bulk/_delete", + "displayName": "Project Task Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1569, + "name": "Project Beneficiary Bulk Create", + "url": "/health-project/beneficiary/v1/bulk/_create", + "displayName": "Project Beneficiary Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1570, + "name": "Project Beneficiary Bulk Update", + "url": "/health-project/beneficiary/v1/bulk/_update", + "displayName": "Project Beneficiary Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1571, + "name": "Project Beneficiary Delete", + "url": "/health-project/beneficiary/v1/_delete", + "displayName": "Project Beneficiary Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1572, + "name": "Project Beneficiary Bulk Delete", + "url": "/health-project/beneficiary/v1/bulk/_delete", + "displayName": "Project Beneficiary Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1573, + "name": "Household Bulk Create", + "url": "/household/v1/bulk/_create", + "displayName": "Household Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1574, + "name": "Household Bulk Update", + "url": "/household/v1/bulk/_update", + "displayName": "Household Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1575, + "name": "Household Delete", + "url": "/household/v1/_delete", + "displayName": "Household Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1576, + "name": "Household Bulk Delete", + "url": "/household/v1/bulk/_delete", + "displayName": "Household Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1577, + "name": "Project Staff Bulk Create", + "url": "/health-project/staff/v1/bulk/_create", + "displayName": "Project Staff Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1578, + "name": "Project Staff Bulk Update", + "url": "/health-project/staff/v1/bulk/_update", + "displayName": "Project Staff Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1579, + "name": "Project Staff Delete", + "url": "/health-project/staff/v1/_delete", + "displayName": "Project Staff Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1580, + "name": "Project Staff Bulk Delete", + "url": "/health-project/staff/v1/bulk/_delete", + "displayName": "Project Staff Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1581, + "name": "Household Member Bulk Create", + "url": "/household/member/v1/bulk/_create", + "displayName": "Household Member Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1582, + "name": "Household Member Bulk Update", + "url": "/household/member/v1/bulk/_update", + "displayName": "Household Member Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1583, + "name": "Household Member Delete", + "url": "/household/member/v1/_delete", + "displayName": "Household Member Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1584, + "name": "Household Member Bulk Delete", + "url": "/household/member/v1/bulk/_delete", + "displayName": "Household Member Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "household", + "code": "null", + "path": "" + }, + { + "id": 1585, + "name": "Stock Create", + "url": "/stock/v1/_create", + "displayName": "Stock Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1586, + "name": "Stock Update", + "url": "/stock/v1/_update", + "displayName": "Stock Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1587, + "name": "Stock Delete", + "url": "/stock/v1/_delete", + "displayName": "Stock Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1588, + "name": "Stock Bulk Create", + "url": "/stock/v1/bulk/_create", + "displayName": "Stock Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1589, + "name": "Stock Bulk Update", + "url": "/stock/v1/bulk/_update", + "displayName": "Stock Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1590, + "name": "Stock Bulk Delete", + "url": "/stock/v1/bulk/_delete", + "displayName": "Stock Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1591, + "name": "Stock Search", + "url": "/stock/v1/_search", + "displayName": "Stock Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1592, + "name": "Project Create", + "url": "/health-project/v1/_create", + "displayName": "Project Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1593, + "name": "Project Update", + "url": "/health-project/v1/_update", + "displayName": "Project Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1594, + "name": "Project Search", + "url": "/health-project/v1/_search", + "displayName": "Project Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1595, + "name": "Survey Create", + "url": "/egov-survey-services/egov-ss/survey/_create", + "displayName": "Survey Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1596, + "name": "Survey Search", + "url": "/egov-survey-services/egov-ss/survey/_search", + "displayName": "Survey Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1597, + "name": "Survey Update", + "url": "/egov-survey-services/egov-ss/survey/_update", + "displayName": "Survey Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1598, + "name": "Survey Delete", + "url": "/egov-survey-services/egov-ss/survey/_delete", + "displayName": "Survey Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1599, + "name": "Survey Response Submit", + "url": "/egov-survey-services/egov-ss/survey/response/_submit", + "displayName": "Survey Response Submit", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1600, + "name": "Survey Response Results", + "url": "/egov-survey-services/egov-ss/survey/response/_results", + "displayName": "Survey Response Results", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "egov-survey-service", + "code": "null", + "path": "" + }, + { + "id": 1601, + "name": "Stock Reconciliation Create", + "url": "/stock/reconciliation/v1/_create", + "displayName": "Stock Reconciliation Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1602, + "name": "Stock Reconciliation Update", + "url": "/stock/reconciliation/v1/_update", + "displayName": "Stock Reconciliation Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1603, + "name": "Stock Reconciliation Delete", + "url": "/stock/reconciliation/v1/_delete", + "displayName": "Stock Reconciliation Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1604, + "name": "Stock Reconciliation Bulk Create", + "url": "/stock/reconciliation/v1/bulk/_create", + "displayName": "Stock Reconciliation Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1605, + "name": "Stock Reconciliation Bulk Update", + "url": "/stock/reconciliation/v1/bulk/_update", + "displayName": "Stock Reconciliation Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1606, + "name": "Stock Reconciliation Bulk Delete", + "url": "/stock/reconciliation/v1/bulk/_delete", + "displayName": "Stock Reconciliation Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1607, + "name": "Stock Reconciliation Search", + "url": "/stock/reconciliation/v1/_search", + "displayName": "Stock Reconciliation Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "stock", + "code": "null", + "path": "" + }, + { + "id": 1608, + "name": "Project Resource Create", + "url": "/health-project/resource/v1/_create", + "displayName": "Project Resource Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1609, + "name": "Project Resource Bulk Create", + "url": "/health-project/resource/v1/bulk/_create", + "displayName": "Project Resource Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1610, + "name": "Project Resource Update", + "url": "/health-project/resource/v1/_update", + "displayName": "Project Resource Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1611, + "name": "Project Resource Bulk Update", + "url": "/health-project/resource/v1/bulk/_update", + "displayName": "Project Resource Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1612, + "name": "Project Resource Delete", + "url": "/health-project/resource/v1/_delete", + "displayName": "Project Resource Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1613, + "name": "Project Resource Bulk Delete", + "url": "/health-project/resource/v1/bulk/_delete", + "displayName": "Project Resource Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1614, + "name": "Project Resource Search", + "url": "/health-project/resource/v1/_search", + "displayName": "Project Resource Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1615, + "name": "Facility Create", + "url": "/facility/v1/_create", + "displayName": "Facility Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1616, + "name": "Facility Bulk Create", + "url": "/facility/v1/bulk/_create", + "displayName": "Facility Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1617, + "name": "Facility Update", + "url": "/facility/v1/_update", + "displayName": "Facility Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1618, + "name": "Facility Bulk Update", + "url": "/facility/v1/bulk/_update", + "displayName": "Facility Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1619, + "name": "Facility Delete", + "url": "/facility/v1/_delete", + "displayName": "Facility Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1620, + "name": "Facility Bulk Delete", + "url": "/facility/v1/bulk/_delete", + "displayName": "Facility Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1621, + "name": "Facility Search", + "url": "/facility/v1/_search", + "displayName": "Facility Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "facility", + "code": "null", + "path": "" + }, + { + "id": 1622, + "name": "Project Facility Create", + "url": "/health-project/facility/v1/_create", + "displayName": "Project Facility Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1623, + "name": "Project Facility Bulk Create", + "url": "/health-project/facility/v1/bulk/_create", + "displayName": "Project Facility Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1624, + "name": "Project Facility Update", + "url": "/health-project/facility/v1/_update", + "displayName": "Project Facility Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1625, + "name": "Project Facility Bulk Update", + "url": "/health-project/facility/v1/bulk/_update", + "displayName": "Project Facility Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1626, + "name": "Project Facility Delete", + "url": "/health-project/facility/v1/_delete", + "displayName": "Project Facility Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1627, + "name": "Project Facility Bulk Delete", + "url": "/health-project/facility/v1/bulk/_delete", + "displayName": "Project Facility Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1628, + "name": "Project Facility Search", + "url": "/health-project/facility/v1/_search", + "displayName": "Project Facility Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1629, + "name": "Service Definition Search", + "url": "/service-request/service/definition/v1/_search", + "displayName": "Service Definition Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1630, + "name": "Service Definition Create", + "url": "/service-request/service/definition/v1/_create", + "displayName": "Service Definition Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1631, + "name": "Service Definition Update", + "url": "/service-request/service/definition/v1/_update", + "displayName": "Service Definition Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1632, + "name": "Service Search", + "url": "/service-request/service/v1/_search", + "displayName": "Service Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1633, + "name": "Service Create", + "url": "/service-request/service/v1/_create", + "displayName": "Service Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1634, + "name": "Service Update", + "url": "/service-request/service/v1/_update", + "displayName": "Service Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "service-request", + "code": "null", + "path": "" + }, + { + "id": 1635, + "name": "BusinessService Create", + "url": "/egov-workflow-v2/egov-wf/businessservice/_create", + "parentModule": "", + "displayName": "BusinessService Create", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-workflow-v2", + "code": "null", + "path": "" + }, + { + "id": 1636, + "name": "BusinessService Update", + "url": "/egov-workflow-v2/egov-wf/businessservice/_update", + "parentModule": "", + "displayName": "BusinessService Update", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-workflow-v2", + "code": "null", + "path": "" + }, + { + "id": 1637, + "name": "BusinessService Search", + "url": "/egov-workflow-v2/egov-wf/businessservice/_search", + "parentModule": "", + "displayName": "BusinessService Search", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-workflow-v2", + "code": "null", + "path": "" + }, + { + "id": 1638, + "name": "Workflow transition", + "url": "/egov-workflow-v2/egov-wf/process/_transition", + "parentModule": "", + "displayName": "Workflow transition", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-workflow-v2", + "code": "null", + "path": "" + }, + { + "id": 1639, + "name": "Workflow search", + "url": "/egov-workflow-v2/egov-wf/process/_search", + "parentModule": "", + "displayName": "Workflow search", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-workflow-v2", + "code": "null", + "path": "" + }, + { + "id": 1640, + "name": "Create PGR Request", + "url": "/pgr-services/v2/request/_create", + "parentModule": "", + "displayName": "Create PGR Request", + "orderNumber": 0, + "enabled": false, + "serviceCode": "pgr-services", + "code": "null", + "path": "" + }, + { + "id": 1641, + "name": "Update PGR Request", + "url": "/pgr-services/v2/request/_update", + "parentModule": "", + "displayName": "Update PGR Request", + "orderNumber": 0, + "enabled": false, + "serviceCode": "pgr-services", + "code": "null", + "path": "" + }, + { + "id": 1642, + "name": "Search PGR Request", + "url": "/pgr-services/v2/request/_search", + "parentModule": "", + "displayName": "Search PGR Request", + "orderNumber": 0, + "enabled": false, + "serviceCode": "pgr-services", + "code": "null", + "path": "" + }, + { + "id": 1643, + "name": "Search PGR Request", + "url": "/pgr-services/v2/request/_count", + "parentModule": "", + "displayName": "Count PGR Request", + "orderNumber": 0, + "enabled": false, + "serviceCode": "pgr-services", + "code": "null", + "path": "" + }, + { + "id": 1644, + "name": "Employee Search", + "url": "/egov-hrms/employees/_search", + "parentModule": "egov-hrms", + "displayName": "Employee Search", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1645, + "name": "Employee Create", + "url": "/egov-hrms/employees/_create", + "parentModule": "egov-hrms", + "displayName": "Employee Create", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1646, + "name": "Employee Update", + "url": "/egov-hrms/employees/_update", + "parentModule": "egov-hrms", + "displayName": "Employee Update", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1647, + "name": "Employee count", + "url": "/egov-hrms/employees/_count", + "parentModule": "egov-hrms", + "displayName": "Employee count", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1648, + "name": "HRMS Employee Creation", + "url": "url", + "displayName": "Create HRMS Employee", + "orderNumber": 2, + "parentModule": "", + "enabled": true, + "serviceCode": "HRMS", + "code": "", + "path": "", + "navigationURL": "/digit-ui/employee/hrms/create", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1649, + "name": "HRMS", + "url": "url", + "displayName": "Search Employee", + "orderNumber": 2, + "parentModule": "", + "enabled": true, + "serviceCode": "HRMS", + "code": "null", + "navigationURL": "/digit-ui/employee/hrms/inbox", + "path": "HRMS.Search", + "leftIcon": "social:people" + }, + { + "id": 1650, + "name": "Inbox Search", + "url": "/inbox/v2/_search", + "parentModule": "inbox", + "displayName": "Inbox Search", + "orderNumber": 0, + "enabled": true, + "serviceCode": "inbox", + "code": "null", + "path": "" + }, + { + "id": 1651, + "name": "Check bandwidth", + "url": "/health-project/check/bandwidth", + "parentModule": "project", + "displayName": "Check bandwidth", + "orderNumber": 0, + "enabled": true, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1652, + "name": "Beneficiary", + "url": "", + "displayName": "HOME_BENEFICIARY_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1653, + "name": "Manage Stocks", + "url": "", + "displayName": "HOME_MANAGE_STOCK_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1654, + "name": "View Reports", + "url": "", + "displayName": "HOME_VIEW_REPORTS_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1655, + "name": "Sync Data", + "url": "", + "displayName": "HOME_SYNC_DATA_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1656, + "name": "Call Support", + "url": "", + "displayName": "HOME_CALL_BACK_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1657, + "name": "File Complaint", + "url": "", + "displayName": "HOME_FILE_COMPLAINT", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1658, + "name": "Checklist", + "url": "", + "displayName": "MY_CHECK_LIST_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1659, + "name": "DataBase", + "url": "", + "displayName": "DB", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1660, + "name": "Stock Reconciliation", + "url": "", + "displayName": "HOME_STOCK_RECONCILIATION_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1661, + "name": "Adverse Event Create", + "url": "/health-project/task/adverse_event/v1/_create", + "displayName": "Adverse Event Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1662, + "name": "Adverse Event Update", + "url": "/health-project/task/adverse_event/v1/_update", + "displayName": "Adverse Event Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1663, + "name": "Adverse Event Search", + "url": "/health-project/task/adverse_event/v1/_search", + "displayName": "Adverse Event Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1664, + "name": "Adverse Event Bulk Create", + "url": "/health-project/task/adverse_event/v1/bulk/_create", + "displayName": "Adverse Event Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1665, + "name": "Adverse Event Bulk Update", + "url": "/health-project/task/adverse_event/v1/bulk/_update", + "displayName": "Adverse Event Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1666, + "name": "Adverse Event Delete", + "url": "/health-project/task/adverse_event/v1/_delete", + "displayName": "Adverse Event Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1667, + "name": "Adverse Event Bulk Delete", + "url": "/health-project/task/adverse_event/v1/bulk/_delete", + "displayName": "Adverse Event Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "project", + "code": "null", + "path": "" + }, + { + "id": 1668, + "name": "MDMS v2 create", + "url": "/mdms-v2/schema/v1/_create", + "parentModule": "", + "displayName": "MDMS v2", + "orderNumber": 1, + "enabled": true, + "serviceCode": "MDMS v2", + "code": "null", + "path": "" + }, + { + "id": 1669, + "name": "MDMS v2 Search", + "url": "/mdms-v2/schema/v1/_search", + "parentModule": "", + "displayName": "MDMS v2", + "orderNumber": 1, + "enabled": true, + "serviceCode": "MDMS v2", + "code": "null", + "path": "" + }, + { + "id": 1670, + "name": "MDMS v2 Search Data", + "url": "/mdms-v2/v1/_search/common-masters.Sample", + "parentModule": "", + "displayName": "MDMS v2", + "orderNumber": 1, + "enabled": true, + "serviceCode": "MDMS v2", + "code": "null", + "path": "" + }, + { + "id": 1671, + "name": "MDMS v2 (search v2)", + "url": "/mdms-v2/v2/_search", + "parentModule": "", + "displayName": "MDMS v2", + "orderNumber": 1, + "enabled": true, + "serviceCode": "MDMS v2", + "code": "null", + "path": "" + }, + { + "id": 1672, + "name": "MDMS", + "url": "url", + "displayName": "Tenant", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/workbench/mdms-search-v2?moduleName=tenant&masterName=tenants", + "path": "9MDMS.tenanttenants", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1673, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/tenant.tenants", + "displayName": "Create tenant tenants", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1674, + "name": "MDMS", + "url": "/mdms-v2/v2/_update/tenant.tenants", + "displayName": "Update tenant tenants", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1675, + "name": "MDMS", + "url": "url", + "displayName": "Actions test", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/workbench/mdms-search-v2?moduleName=ACCESSCONTROL-ACTIONS-TEST&masterName=actions-test", + "path": "9MDMS.ACCESSCONTROL-ACTIONS-TESTactions-test", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1676, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/ACCESSCONTROL-ACTIONS-TEST.actions-test", + "displayName": "Create ACCESSCONTROL-ACTIONS-TEST actions-test", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1677, + "name": "MDMS", + "url": "/mdms-v2/v2/_update/ACCESSCONTROL-ACTIONS-TEST.actions-test", + "displayName": "Update ACCESSCONTROL-ACTIONS-TEST actions-test", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1678, + "name": "MDMS", + "url": "url", + "displayName": "Roles", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/workbench/mdms-search-v2?moduleName=ACCESSCONTROL-ROLES&masterName=roles", + "path": "9MDMS.ACCESSCONTROL-ROLESroles", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1679, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/ACCESSCONTROL-ROLES.roles", + "displayName": "Create ACCESSCONTROL-ROLES roles", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1680, + "name": "MDMS", + "url": "/mdms-v2/v2/_update/ACCESSCONTROL-ROLES.roles", + "displayName": "Update ACCESSCONTROL-ROLES roles", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1681, + "name": "MDMS", + "url": "url", + "displayName": "Roleactions", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/workbench/mdms-search-v2?moduleName=ACCESSCONTROL-ROLEACTIONS&masterName=roleactions", + "path": "9MDMS.ACCESSCONTROL-ROLEACTIONSroleactions", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1682, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/ACCESSCONTROL-ROLEACTIONS.roleactions", + "displayName": "Create ACCESSCONTROL-ROLEACTIONS roleactions", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1683, + "name": "MDMS", + "url": "/mdms-v2/v2/_update/ACCESSCONTROL-ROLEACTIONS.roleactions", + "displayName": "Update ACCESSCONTROL-ROLEACTIONS roleactions", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1684, + "name": "LocalizationMessagesUpsert", + "url": "/localization/messages/v1/_upsert", + "displayName": "Localization Messages Upsert", + "orderNumber": 1, + "parentModule": "", + "enabled": false, + "serviceCode": "filestore url", + "code": "null", + "path": "" + }, + { + "id": 1685, + "name": "Side Effect Create", + "url": "/referralmanagement/side-effect/v1/_create", + "displayName": "Side Effect Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1686, + "name": "Side Effect Update", + "url": "/referralmanagement/side-effect/v1/_update", + "displayName": "Side Effect Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1687, + "name": "Side Effect Search", + "url": "/referralmanagement/side-effect/v1/_search", + "displayName": "Side Effect Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1688, + "name": "Side Effect Bulk Create", + "url": "/referralmanagement/side-effect/v1/bulk/_create", + "displayName": "Side Effect Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1689, + "name": "Side Effect Bulk Update", + "url": "/referralmanagement/side-effect/v1/bulk/_update", + "displayName": "Side Effect Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1690, + "name": "Side Effect Delete", + "url": "/referralmanagement/side-effect/v1/_delete", + "displayName": "Side Effect Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1691, + "name": "Side Effect Bulk Delete", + "url": "/referralmanagement/side-effect/v1/bulk/_delete", + "displayName": "Side Effect Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1692, + "name": "Referral Create", + "url": "/referralmanagement/v1/_create", + "displayName": "Referral Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1693, + "name": "Referral Update", + "url": "/referralmanagement/v1/_update", + "displayName": "Referral Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1694, + "name": "Referral Delete", + "url": "/referralmanagement/v1/_delete", + "displayName": "Referral Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1695, + "name": "Referral Search", + "url": "/referralmanagement/v1/_search", + "displayName": "Referral Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1696, + "name": "Referral Bulk Create", + "url": "/referralmanagement/v1/bulk/_create", + "displayName": "Referral Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1697, + "name": "Referral Bulk Update", + "url": "/referralmanagement/v1/bulk/_update", + "displayName": "Referral Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1698, + "name": "Referral Bulk Delete", + "url": "/referralmanagement/v1/bulk/_delete", + "displayName": "Referral Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1699, + "name": "Error Handler", + "url": "/error-handler/handle-error", + "parentModule": "error-handler", + "displayName": "Error Handler", + "orderNumber": 0, + "enabled": true, + "serviceCode": "error-handler", + "code": "null", + "path": "" + }, + { + "id": 1700, + "name": "Downsync", + "url": "/referralmanagement/beneficiary-downsync/v1/_get", + "displayName": "Downsync", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1701, + "name": "Get job details of ingestion", + "url": "/hcm-moz-impl/v1/jobrecord/_search", + "displayName": "Get job details of ingestion", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1701, + "name": "Get event details of ingestion", + "url": "/hcm-moz-impl/v1/eventHistory/_search", + "displayName": "Get job details of ingestion", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1702, + "name": "Ingest DHIS2 Users", + "url": "/hcm-moz-impl/v1/dhis2/users/ingest", + "displayName": "Ingest DHIS2 Users", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1703, + "name": "Ingest DHIS2 Facilities", + "url": "/hcm-moz-impl/v1/dhis2/facilities/ingest", + "displayName": "Ingest DHIS2 facilities", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1704, + "name": "Ingest DHIS2 Organization units", + "url": "/hcm-moz-impl/v1/dhis2/OU/ingest", + "displayName": "Ingest DHIS2 Organization units", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1705, + "name": "Ingest DHIS2 households", + "url": "/hcm-moz-impl/v1/dhis2/household/ingest", + "displayName": "Ingest DHIS2 households", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1706, + "name": "Ingest DHIS2 stocks", + "url": "/hcm-moz-impl/v1/dhis2/stock/ingest", + "displayName": "Ingest DHIS2 stocks", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1707, + "name": "MDMS", + "url": "/mdms-v2/schema/v1/_create", + "displayName": "mdms schema creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1708, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/DataSecurity.DecryptionABAC", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1709, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/DataSecurity.EncryptionPolicy", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1710, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/DataSecurity.MaskingPatterns", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1711, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/DataSecurity.SecurityPolicy", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1712, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/RAINMAKER-PGR.ComplainClosingTime", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1713, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/RAINMAKER-PGR.RejectionReasons", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1714, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/RAINMAKER-PGR.ServiceDefs", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1715, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/RAINMAKER-PGR.UIConstants", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1716, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/Workflow.AutoEscalation", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1717, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/Workflow.AutoEscalationStatesToIgnore", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1718, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/Workflow.BusinessService", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1719, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/Workflow.BusinessServiceConfig", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1720, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/Workflow.BusinessServiceMasterConfig", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1721, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.CensusYear", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1722, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.Department", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1723, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.Designation", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1724, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.GenderType", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1725, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.IdFormat", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1726, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.StateInfo", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1727, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.Uom", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1728, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/common-masters.UomCategory", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1729, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/dss-dashboard.About", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1730, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/dss-dashboard.Calculations", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1731, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/dss-dashboard.FAQs", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1732, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/dss-dashboard.dashboard-config", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1733, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.CampaignAssignmentFieldsConfig", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1735, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.DeactivationReason", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1736, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.Degree", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1737, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.EmployeeDepartment", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1738, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.EmployeeStatus", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1739, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.EmployeeType", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1740, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.EmploymentTest", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1741, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.Specalization", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1742, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1743, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-DELIVERY-CONFIGURATION.deliveryConfiguration", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1744, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-MOZ-DIGIT-DHIS2-MAPPING.mappings", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1745, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-FIELD-APP-CONFIG.appConfig", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1746, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-INELIGIBILITY-REASONS.ineligibilityReasons", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1747, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-PROJECT-STAFF-ROLES.projectStaffRoles", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1748, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-PROJECT.projectConfiguration", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1749, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-PROJECT-TYPES.projectTypes", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1750, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-REFERRAL-REASONS.referralReasons", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1751, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/roles.rolesMapping", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1752, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-SERVICE-REGISTRY.serviceRegistry", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1753, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-MOZ-SUPERVISOR-CHECKLIST.supervisorQuestions", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1754, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/HCM-SYMPTOMS-TYPES.symptomsTypes", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1755, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/module-version.ROW_VERSIONS", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1756, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/INBOX.InboxQueryConfiguration", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1757, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/tenant.citymodule", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1758, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/tenant.tenants", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1759, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.angonia", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1759, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.cabo delgado", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1760, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.cahora_bassa", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1761, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.changara", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1762, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.chifunde", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1763, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.chinde", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1764, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.chiuta", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1765, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.cidade_de_quelimane", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1766, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.gaza", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1767, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.inhambane", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1768, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.macanga", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1769, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.magoe", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1770, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.manica", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1771, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.maputo", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1772, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.maravia", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1773, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.moatize", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1773, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.mutarara", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1774, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.nampula", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1775, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.national-map-copy-two", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1776, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.national-map-copy", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1777, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.national-map", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1778, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.niassa", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1779, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.sofala", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1780, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1781, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_1", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1782, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_2-5dist", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1783, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_2", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1784, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_2_copy", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1785, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_3-2dist", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1786, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tete_bloco_3", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1787, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.tsangano", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1788, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.zambezia", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1789, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/map-config.zumbo", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1790, + "name": "MDMS", + "url": "/mdms-v2/v2/_create/egov-hrms.CommonFieldsConfig", + "displayName": "mdms data creation", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "path": "" + }, + { + "id": 1791, + "name": "Ingest DHIS2 boundary", + "url": "/hcm-moz-impl/v1/dhis2/boundary/ingest", + "displayName": "Ingest DHIS2 boundary", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1792, + "name": "Ingest DHIS2 project", + "url": "/hcm-moz-impl/v1/dhis2/project/ingest", + "displayName": "Ingest DHIS2 project", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "hcm-moz-impl", + "code": "null", + "path": "" + }, + { + "id": 1793, + "name": "Ingestion", + "url": "url", + "displayName": "user", + "orderNumber": 3, + "queryParams": "", + "parentModule": "HCM", + "enabled": true, + "serviceCode": "HCM", + "tenantId": "mz", + "createdDate": null, + "createdBy": null, + "lastModifiedDate": null, + "lastModifiedBy": null, + "path": "HCM.Workbench.user", + "navigationURL": "/workbench-ui/employee/hcmworkbench/user", + "leftIcon": "", + "rightIcon": "" + }, + { + "id": 1794, + "name": "Ingestion", + "url": "url", + "displayName": "facility", + "orderNumber": 3, + "queryParams": "", + "parentModule": "HCM", + "enabled": true, + "serviceCode": "HCM", + "tenantId": "mz", + "createdDate": null, + "createdBy": null, + "lastModifiedDate": null, + "lastModifiedBy": null, + "path": "HCM.Workbench.facility", + "navigationURL": "/workbench-ui/employee/hcmworkbench/facility", + "leftIcon": "", + "rightIcon": "" + }, + { + "id": 1795, + "name": "Ingestion", + "url": "url", + "displayName": "ou", + "orderNumber": 3, + "queryParams": "", + "parentModule": "HCM", + "enabled": true, + "serviceCode": "HCM", + "tenantId": "mz", + "createdDate": null, + "createdBy": null, + "lastModifiedDate": null, + "lastModifiedBy": null, + "path": "HCM.Workbench.ou", + "navigationURL": "/workbench-ui/employee/hcmworkbench/ou", + "leftIcon": "", + "rightIcon": "" + }, + { + "id": 1796, + "name": "Ingestion", + "url": "url", + "displayName": "boundary", + "orderNumber": 3, + "queryParams": "", + "parentModule": "HCM", + "enabled": true, + "serviceCode": "HCM", + "tenantId": "mz", + "createdDate": null, + "createdBy": null, + "lastModifiedDate": null, + "lastModifiedBy": null, + "path": "HCM.Workbench.boundary", + "navigationURL": "/workbench-ui/employee/hcmworkbench/boundary", + "leftIcon": "", + "rightIcon": "" + }, + { + "id": 1797, + "name": "Ingestion", + "url": "url", + "displayName": "project", + "orderNumber": 3, + "queryParams": "", + "parentModule": "HCM", + "enabled": true, + "serviceCode": "HCM", + "tenantId": "mz", + "createdDate": null, + "createdBy": null, + "lastModifiedDate": null, + "lastModifiedBy": null, + "path": "HCM.Workbench.project", + "navigationURL": "/workbench-ui/employee/hcmworkbench/project", + "leftIcon": "", + "rightIcon": "" + }, + { + "id": 1798, + "name": "MDMS", + "url": "url", + "displayName": "Search Household", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchHouseholdConfig", + "path": "HCM.Search.Household", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1799, + "name": "MDMS", + "url": "url", + "displayName": "Search Project", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProjectConfig", + "path": "HCM.Search.Project", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1800, + "name": "MDMS", + "url": "url", + "displayName": "Search Product Variant", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProductVariantConfig", + "path": "HCM.Search.ProductVariant", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1801, + "name": "MDMS", + "url": "url", + "displayName": "Search Project Beneficiary", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProjectBeneficiaryConfig", + "path": "HCM.Search.ProjectBeneficiary", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1802, + "name": "MDMS", + "url": "url", + "displayName": "Search Project Staff", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProjectStaffConfig", + "path": "HCM.Search.ProjectStaff", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1803, + "name": "MDMS", + "url": "url", + "displayName": "Search Project Task", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProjectTaskConfig", + "path": "HCM.Search.ProjectTask", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1804, + "name": "MDMS", + "url": "url", + "displayName": "Search Product", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchProductConfig", + "path": "HCM.Search.Product", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1805, + "name": "MDMS", + "url": "url", + "displayName": "Search Facility", + "orderNumber": 1, + "parentModule": "", + "enabled": true, + "serviceCode": "MDMS", + "code": "null", + "navigationURL": "/workbench-ui/employee/utilities/search/commonHCMUiConfig/SearchFacilityConfig", + "path": "HCM.Search.Facility", + "leftIcon": "dynamic:ContractIcon" + }, + { + "id": 1688, + "name": "Beneficiary Referral", + "url": "", + "displayName": "HOME_BENEFICIARY_REFERRAL_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1689, + "name": "HFReferral Create", + "url": "/referralmanagement/hf-referral/v1/_create", + "displayName": "HFReferral Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1690, + "name": "HFReferral Update", + "url": "/referralmanagement/hf-referral/v1/_update", + "displayName": "HFReferral Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1691, + "name": "HFReferral Delete", + "url": "/referralmanagement/hf-referral/v1/_delete", + "displayName": "HFReferral Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1692, + "name": "HFReferral Search", + "url": "/referralmanagement/hf-referral/v1/_search", + "displayName": "HFReferral Search", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1693, + "name": "HFReferral Bulk Create", + "url": "/referralmanagement/hf-referral/v1/bulk/_create", + "displayName": "HFReferral Bulk Create", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1694, + "name": "HFReferral Bulk Update", + "url": "/referralmanagement/hf-referral/v1/bulk/_update", + "displayName": "HFReferral Bulk Update", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1695, + "name": "HFReferral Bulk Delete", + "url": "/referralmanagement/hf-referral/v1/bulk/_delete", + "displayName": "HFReferral Bulk Delete", + "orderNumber": 0, + "parentModule": "", + "enabled": false, + "serviceCode": "referralmanagement", + "code": "null", + "path": "" + }, + { + "id": 1806, + "name": "Create Attendance Register Log", + "url": "/health-attendance/log/v1/bulk/_create", + "parentModule": "attendance-service", + "displayName": "Create attendance register log", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1807, + "name": "Update Attendance Register Log", + "url": "/health-attendance/log/v1/bulk/_update", + "parentModule": "attendance-service", + "displayName": "Update attendance register log", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1808, + "name": "Manage Attendance", + "url": "", + "displayName": "HOME_MANAGE_ATTENDANCE_LABEL", + "orderNumber": 1, + "parentModule": "cards", + "enabled": true, + "serviceCode": "null", + "code": "null", + "path": "" + }, + { + "id": 1809, + "name": "Error Handler", + "url": "/error-handler/handle-error", + "parentModule": "error-handler", + "displayName": "Error Handler", + "orderNumber": 0, + "enabled": true, + "serviceCode": "error-handler", + "code": "null", + "path": "" + }, + { + "id": 1810, + "name": "Employee Search", + "url": "/health-hrms/employees/_search", + "parentModule": "egov-hrms", + "displayName": "Employee Search", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1811, + "name": "Employee Create", + "url": "/health-hrms/employees/_create", + "parentModule": "egov-hrms", + "displayName": "Employee Create", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1812, + "name": "Employee Update", + "url": "/health-hrms/employees/_update", + "parentModule": "egov-hrms", + "displayName": "Employee Update", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1813, + "name": "Employee count", + "url": "/health-hrms/employees/_count", + "parentModule": "egov-hrms", + "displayName": "Employee count", + "orderNumber": 0, + "enabled": false, + "serviceCode": "egov-hrms", + "code": "null", + "path": "" + }, + { + "id": 1814, + "name": "HRMS Employee Creation", + "url": "url", + "displayName": "Create HRMS Employee", + "orderNumber": 2, + "parentModule": "", + "enabled": true, + "serviceCode": "HRMS", + "code": "", + "path": "", + "navigationURL": "/health-ui/employee/hrms/create", + "leftIcon": "", + "rightIcon": "", + "queryParams": "" + }, + { + "id": 1815, + "name": "HRMS", + "url": "url", + "displayName": "Search Employee", + "orderNumber": 2, + "parentModule": "", + "enabled": true, + "serviceCode": "HRMS", + "code": "null", + "navigationURL": "/health-ui/employee/hrms/inbox", + "path": "HRMS.Search", + "leftIcon": "social:people" + }, + { + "id": 1816, + "name": "Create Attendance Register", + "url": "/health-attendance/v1/_create", + "parentModule": "attendance-service", + "displayName": "Create attendance register", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1817, + "name": "Search Attendance Register", + "url": "/health-attendance/v1/_search", + "parentModule": "attendance-service", + "displayName": "Search attendance register", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1818, + "name": "Update Attendance Register", + "url": "/health-attendance/v1/_update", + "parentModule": "attendance-service", + "displayName": "Update attendance register", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1819, + "name": "Create Attendance Register Log", + "url": "/health-attendance/log/v1/_create", + "parentModule": "attendance-service", + "displayName": "Create attendance register log", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1820, + "name": "Search Attendance Register Log", + "url": "/health-attendance/log/v1/_search", + "parentModule": "attendance-service", + "displayName": "Search attendance register log", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1821, + "name": "Update Attendance Register Log", + "url": "/health-attendance/log/v1/_update", + "parentModule": "attendance-service", + "displayName": "Update attendance register log", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1822, + "name": "Create Attendee", + "url": "/health-attendance/attendee/v1/_create", + "parentModule": "attendance-service", + "displayName": "Create Attendee", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1823, + "name": "Delete Attendee", + "url": "/health-attendance/attendee/v1/_delete", + "parentModule": "attendance-service", + "displayName": "Delete Attendee", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1824, + "name": "Create Staff", + "url": "/health-attendance/staff/v1/_create", + "parentModule": "attendance-service", + "displayName": "Create Staff", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + }, + { + "id": 1825, + "name": "Delete Staff", + "url": "/health-attendance/staff/v1/_delete", + "parentModule": "attendance-service", + "displayName": "Delete Staff", + "orderNumber": 0, + "enabled": false, + "serviceCode": "attendance-service", + "code": "null", + "path": "" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roleactions.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roleactions.json new file mode 100644 index 0000000..fb776dc --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roleactions.json @@ -0,0 +1,18173 @@ +[ + { + "rolecode": "SUPERUSER", + "actionid": 628, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1657, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1659, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1652, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1657, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1659, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 695, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1657, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1652, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1655, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1660, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 629, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 630, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 595, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 596, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 369, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 368, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 371, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 370, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 373, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 372, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 374, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 375, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 376, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 377, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 378, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 379, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 380, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 381, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 382, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 383, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 383, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 383, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 383, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 384, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 384, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 384, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 384, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 385, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 386, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 387, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 388, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 385, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 386, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 387, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 388, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 385, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 386, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 387, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 388, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 385, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 386, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 387, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 388, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 389, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 397, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 399, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 595, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 401, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 596, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 403, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 405, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 407, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 409, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 411, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 413, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 595, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 415, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 596, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 417, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 631, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 419, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 420, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 420, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 420, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 420, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 632, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 633, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 421, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 423, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 422, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 424, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 425, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 427, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 426, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 433, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 434, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 435, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 10, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 11, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 631, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 632, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 633, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 634, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 635, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 636, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 327, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 328, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 328, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 327, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 252, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 290, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 266, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 249, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 634, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 238, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 270, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 635, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 636, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 637, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 638, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 639, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 637, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 638, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 639, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 640, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 641, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 642, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 640, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 641, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 642, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 643, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 644, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 645, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 643, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 644, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 645, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 646, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 647, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 648, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 646, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 647, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 648, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 649, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 650, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 651, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 649, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 650, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 651, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 652, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 653, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 654, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 655, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 656, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 657, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 658, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 659, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 660, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 661, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 662, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 663, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 664, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 665, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 666, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 667, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 668, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 669, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 670, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 671, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 673, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 674, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 675, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 676, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 677, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 678, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 679, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 680, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 681, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 682, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 683, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 684, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 685, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 686, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 687, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 688, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 689, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 690, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 636, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 663, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 648, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 654, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 149, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 150, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 151, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 152, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 153, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 154, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 155, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 156, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 157, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 158, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 159, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 160, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 161, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 162, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 149, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 150, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 150, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 150, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 151, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 152, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 153, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 154, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 155, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 156, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 157, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 158, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 159, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 159, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 159, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 160, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 161, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 161, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 161, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 162, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 162, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 162, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 163, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 164, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 165, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 166, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 167, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 169, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 170, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 171, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 172, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 173, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 174, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 175, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 177, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 178, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 180, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 181, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 183, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 182, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 185, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 186, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 187, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 188, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 189, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 190, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 191, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 192, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 193, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 194, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 195, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 196, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 197, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 198, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 199, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 200, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 201, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 206, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 208, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 163, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 164, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 165, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 166, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 167, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 169, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 170, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 171, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 172, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 173, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 174, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 175, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 177, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 178, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 180, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 181, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 182, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 183, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 185, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 186, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 187, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 188, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 189, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 190, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 191, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 192, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 193, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 194, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 195, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 196, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 197, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 198, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 199, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 200, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 201, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 206, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 669, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 208, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 209, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 210, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 211, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 212, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 213, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 209, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 210, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 211, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 212, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 213, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 214, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 215, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 216, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 217, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 218, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 219, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 214, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 215, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 216, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 217, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 218, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 219, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 220, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 221, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 222, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 223, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 224, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 225, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 220, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 221, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 222, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 223, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 224, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 225, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 226, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 227, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 228, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 229, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 230, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 231, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 226, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 227, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 228, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 229, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 230, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 231, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 232, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 233, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 234, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 235, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 236, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 237, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 232, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 233, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 234, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 235, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 236, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 237, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 238, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 239, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 240, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 244, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 246, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 247, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 243, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 238, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 239, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 240, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 244, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 246, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 247, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 243, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 253, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 255, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 256, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 257, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 258, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 259, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 260, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 261, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 262, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 263, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 264, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 265, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 266, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 266, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 266, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 258, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 253, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 267, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 268, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 267, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 268, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 269, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 269, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 270, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 270, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 241, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 242, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 249, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 250, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 252, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 241, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 242, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 249, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 250, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 598, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 252, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 267, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 268, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 227, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 229, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 231, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 271, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 599, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 598, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 271, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 271, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 271, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 599, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 598, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 599, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 598, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 599, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 691, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 692, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 693, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 275, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 275, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 275, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 276, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 277, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 278, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 279, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 279, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 279, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 280, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 281, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 282, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 283, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 284, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 285, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 286, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 280, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 281, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 282, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 283, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 284, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 285, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 286, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 694, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 287, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 695, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 288, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 696, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 289, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 290, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 290, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 237, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 269, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 293, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 294, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 293, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 294, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 697, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 698, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 295, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 295, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 296, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 296, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 297, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 297, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 700, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 298, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 298, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 238, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 244, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 245, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 246, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 149, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 240, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 239, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 299, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 299, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 300, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 300, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 301, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 301, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 302, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 303, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 304, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 305, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 306, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 307, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 702, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 705, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 707, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 708, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 309, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 709, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 311, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 310, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 710, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 711, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 310, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 310, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 310, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 310, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 312, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 313, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 314, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 315, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 316, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 317, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 318, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 319, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 320, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 321, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 322, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 323, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 712, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 324, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 325, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 325, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 276, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 277, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 278, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 276, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 277, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 278, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 713, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 714, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 198, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 200, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 329, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 330, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 332, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 333, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 334, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 335, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 336, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 337, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 338, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 339, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 340, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 341, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 342, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 343, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 344, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 345, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 346, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 347, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 348, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 344, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 345, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 346, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 347, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 348, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 276, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 277, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 278, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 715, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 716, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 717, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 718, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 172, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 258, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 188, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 199, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 201, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 206, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 271, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 293, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 294, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 180, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 349, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 350, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 351, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 352, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 353, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 719, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 355, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 720, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 353, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 721, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 355, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 722, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 353, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 355, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 357, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 357, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 357, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetReportViewer", + "actionid": 357, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 358, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 358, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 359, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 359, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 360, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 361, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 362, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 363, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 364, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 365, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 360, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 361, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 362, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 363, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 364, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 365, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 367, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 366, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 369, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 368, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 371, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 370, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 373, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 372, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 367, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 366, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 723, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 723, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 723, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 436, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 437, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 438, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 723, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 723, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 439, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 440, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 441, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 442, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 443, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 444, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 445, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 446, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 447, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 448, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 449, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 450, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 451, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 452, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 453, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 454, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 455, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 456, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 457, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 458, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 459, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 460, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 461, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 462, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 464, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 465, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 466, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 467, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 468, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 469, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 470, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 471, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 472, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 473, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 474, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 475, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 476, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 477, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 478, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 479, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 480, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 481, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 482, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 484, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 485, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 486, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 487, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 488, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Financial Administrator", + "actionid": 489, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 438, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 465, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 450, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 456, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 471, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 490, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 491, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 492, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 493, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 494, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 495, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 505, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 506, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 507, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 508, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 509, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 510, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 511, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 511, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 515, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 516, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 517, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 518, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 519, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 520, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 522, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 523, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 532, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 533, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 534, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 535, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 536, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 537, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 538, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 539, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 540, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 541, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 542, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 543, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 544, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 545, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 546, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 547, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 548, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 549, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 550, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 551, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 552, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 553, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 554, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 555, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 556, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 557, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 558, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 559, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 560, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 561, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 562, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 563, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 564, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 565, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 566, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 567, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 568, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 569, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 515, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 518, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 518, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 518, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 516, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 516, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 516, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 517, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 519, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 520, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 522, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 523, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 532, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 533, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 534, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 535, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 536, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 537, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 538, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 539, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 540, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 541, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 542, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 543, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 544, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 545, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 546, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 547, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 548, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 549, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 550, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 551, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 552, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 553, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 554, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 555, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 556, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 557, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 558, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 559, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 560, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 561, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 562, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 563, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 564, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 565, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_ADMIN", + "actionid": 566, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 567, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 568, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 569, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 569, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 569, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 695, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 248, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 252, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AssetCreator", + "actionid": 483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 444, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 378, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 585, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 586, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 587, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 588, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 589, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 590, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 592, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 594, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 594, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 595, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 596, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 598, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 599, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 600, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 601, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 602, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 603, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 605, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 604, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 606, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 607, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 608, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 609, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 610, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 611, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 612, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 613, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 614, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 582, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 582, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 620, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 618, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 254, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 623, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 595, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 596, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 329, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 330, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 351, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 341, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 343, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 342, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 333, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 424, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 425, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 427, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 426, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 337, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 340, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 338, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 335, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 339, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 336, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 331, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 332, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 352, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 616, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 617, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 618, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 619, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 620, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 621, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 624, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 624, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 625, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 625, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 626, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 626, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 433, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 434, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 435, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 436, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 437, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 438, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 439, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 440, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 441, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 442, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 577, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 573, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 575, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 574, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 579, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 578, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 580, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 581, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 576, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 570, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 571, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 572, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 443, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 444, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 445, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 446, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 447, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 448, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 449, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 450, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 451, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 452, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 453, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 454, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 455, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 456, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 457, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 458, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 459, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 460, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 461, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 462, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 464, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 465, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 466, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 467, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 468, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 469, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 470, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 471, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 472, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 473, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 474, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 475, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 476, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 477, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 478, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 479, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 480, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 481, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 482, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 484, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 485, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 486, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 487, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 488, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 489, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 474, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 627, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 724, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 725, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 726, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 727, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 728, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 729, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 730, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 731, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 732, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 733, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 583, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 584, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 734, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 735, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 736, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 737, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 737, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 738, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 738, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 739, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 739, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 740, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 740, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 741, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 741, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 742, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 742, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 743, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 744, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 745, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 745, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 746, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 746, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 746, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 746, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 746, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 747, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 747, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 748, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 748, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 749, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 749, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 750, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 750, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 751, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 751, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 752, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 752, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 753, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 753, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 754, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 754, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 755, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 755, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 756, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 756, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 757, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 757, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 758, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 758, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 759, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 759, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 760, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 760, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 761, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 761, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 762, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 762, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 763, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 763, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 764, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 764, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 765, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 765, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 766, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 766, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRC", + "actionid": 767, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRC", + "actionid": 769, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRC", + "actionid": 768, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 770, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 771, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 772, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 776, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 776, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 773, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 774, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 775, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 777, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 778, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 779, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 780, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 781, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 782, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 783, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 784, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRA", + "actionid": 785, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRA", + "actionid": 786, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 787, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 787, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 787, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 788, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 788, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 788, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 789, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRA", + "actionid": 790, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 791, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 791, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 713, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 713, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 713, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 811, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 812, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 813, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SRA", + "actionid": 792, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 523, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 534, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 535, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 537, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 541, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 544, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 547, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 550, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 553, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 523, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 534, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 535, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 537, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 541, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 544, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 547, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 550, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 553, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 523, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 534, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 535, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 537, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 541, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 544, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 547, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 550, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 553, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 616, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 617, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 618, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 620, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 621, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 619, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 616, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 617, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 618, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 620, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 621, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 619, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 616, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 617, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 618, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 620, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 621, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 619, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 793, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 794, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 597, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 795, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 796, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 797, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 798, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 799, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 799, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 799, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 800, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 800, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 800, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 804, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 805, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 806, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 807, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 808, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 809, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 809, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 809, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 809, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 810, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 810, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 810, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 810, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 722, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 722, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 722, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 814, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 814, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 815, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 816, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 817, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 819, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 820, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 821, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 818, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 819, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 820, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 821, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 818, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 819, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 820, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 821, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 818, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 822, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 823, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 824, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 839, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 839, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 839, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 840, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 840, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 840, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 840, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 841, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 841, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 841, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 841, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 842, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 843, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 844, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 845, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 842, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 843, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 844, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 845, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 846, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 847, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 848, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 849, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 850, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 851, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 852, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 852, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 852, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 853, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 854, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 855, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 856, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 856, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 856, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 856, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 857, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 857, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 857, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 857, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 858, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 858, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 858, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 858, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 859, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 859, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 859, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 859, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 860, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 860, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 860, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 860, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 862, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 863, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 743, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "BANK_COLL_OPERATOR", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "BANK_COLL_OPERATOR", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CSC_COLL_OPERATOR", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CSC_COLL_OPERATOR", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 710, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 705, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 864, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 865, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 866, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 867, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 867, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 868, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 868, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 869, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 709, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 713, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 716, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 719, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 722, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 809, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "BANK_COLL_OPERATOR", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CSC_COLL_OPERATOR", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 770, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 771, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 771, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 772, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 627, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 407, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 413, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 419, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 492, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 507, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 510, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 608, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 495, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 401, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 775, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 808, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 601, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 813, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 848, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 851, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 853, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 854, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 855, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 862, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 353, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LEGACY_RECEIPT_CREATOR", + "actionid": 591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LEGACY_RECEIPT_CREATOR", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 872, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 873, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 874, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 878, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 879, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 881, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 881, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 881, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 881, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 882, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 882, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 880, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PTIS_MASTER", + "actionid": 880, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 883, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 884, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 885, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 886, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 887, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 888, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 889, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 890, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 884, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 885, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 886, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 887, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 888, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 889, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 890, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 898, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 899, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 900, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 901, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 902, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 903, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 904, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 904, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 908, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 909, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 910, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 911, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 912, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 748, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 740, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 756, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 852, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 788, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 839, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 864, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 872, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 865, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 866, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 913, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 914, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 915, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 916, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 913, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 914, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 915, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 916, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 913, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 914, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 915, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 916, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 740, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 752, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 756, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 764, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 788, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 760, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 765, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 771, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 615, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 818, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 819, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 820, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 821, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 915, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 916, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 740, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 756, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 612, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 613, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 614, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 777, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 778, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 779, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 780, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 839, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 917, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 918, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 918, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 918, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 918, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 900, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 903, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 919, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 920, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 920, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 920, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 920, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 921, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 921, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 921, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 921, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 922, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 922, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 922, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 922, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 923, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 923, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 923, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 923, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 924, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 924, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 924, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 924, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 925, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 925, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 925, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 925, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 709, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 709, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 709, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 926, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 927, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 652, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 653, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 654, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 655, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 656, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 657, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 658, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 659, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 660, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 661, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 662, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 663, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 664, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 665, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 666, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 667, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 668, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 669, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 670, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 671, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 673, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 674, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 675, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 676, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 677, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 678, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 679, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 680, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 681, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 682, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 683, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 684, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 685, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 686, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 687, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 688, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 689, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 690, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 928, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 928, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 928, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 928, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 929, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 929, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 929, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 929, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 930, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 930, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 930, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 930, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 931, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Asset Administrator", + "actionid": 931, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 932, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 933, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 933, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 933, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 933, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 934, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 934, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 934, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 934, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 593, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 590, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 935, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 936, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 937, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 937, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 938, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 939, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 940, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 941, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 942, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 943, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 944, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 944, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 944, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 944, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 945, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 945, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 945, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 945, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 946, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 946, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 947, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 948, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_OPERATOR", + "actionid": 587, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_ADMIN", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_CREATOR", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 862, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 949, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 949, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 949, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 949, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 950, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 950, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Verifier", + "actionid": 950, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "Property Approver", + "actionid": 950, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "TL_APPROVER", + "actionid": 913, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 953, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 953, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 941, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 942, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 943, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 954, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 955, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 955, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 955, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 956, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 957, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 957, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 957, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 958, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 959, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 960, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 961, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 961, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 961, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 962, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 964, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 963, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 965, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 966, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 966, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 966, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 967, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 967, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 967, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 969, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 968, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 970, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 971, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 972, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 973, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 974, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 975, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 976, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 977, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 978, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 979, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 292, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 980, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 981, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 982, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 983, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 984, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 985, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 986, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 987, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 988, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 989, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 990, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 991, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 992, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 993, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 994, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 995, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 996, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 997, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 998, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 999, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1000, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1001, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1002, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1003, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1004, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1005, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1006, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1007, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1008, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1009, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1010, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1011, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1012, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1013, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1014, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1015, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1016, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1017, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1018, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1019, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1020, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1021, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1022, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1023, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1025, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1026, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1027, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1028, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 1029, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1029, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1030, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1031, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1032, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1033, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1034, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1035, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1036, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1037, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1038, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1040, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1041, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1042, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1043, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1044, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1045, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1046, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1047, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1048, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1049, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1050, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1051, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1052, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1053, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1054, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1055, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1064, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1065, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1066, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1067, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1068, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1069, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1070, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1071, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1072, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1073, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1076, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1077, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1078, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1074, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1075, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1079, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1080, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1082, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1083, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1084, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "testonecode112234324", + "actionid": 1085, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1088, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COLL_REP_VIEW", + "actionid": 1088, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1089, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1090, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1091, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1092, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1093, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1095, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1096, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1097, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1098, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1099, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1100, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1101, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1102, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1102, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1102, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1103, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1103, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1103, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1104, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1105, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1106, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1107, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1108, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1109, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1110, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1111, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1112, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1104, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1105, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1106, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1107, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1108, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1109, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1082, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1083, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1084, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1076, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1077, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1078, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1110, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1111, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "STORE INCHARGE", + "actionid": 1112, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1113, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1114, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1115, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1116, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1117, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1118, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1119, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1120, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1121, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1122, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1123, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1124, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1125, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1126, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1127, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1128, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1129, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1130, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1131, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1132, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1133, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1134, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1135, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1136, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1137, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1138, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1139, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1140, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1141, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1142, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1143, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1144, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1145, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1146, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1147, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1148, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1150, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1149, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1151, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1153, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1152, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1154, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1155, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1156, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1157, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1158, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1159, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1160, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1161, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1162, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1163, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1165, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1164, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1166, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1167, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1169, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1170, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1171, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1172, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1173, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1174, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1175, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1177, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1178, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 1179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 1179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 1179, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1180, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1181, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1182, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1183, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1184, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1185, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1186, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1187, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1188, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 331, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 253, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1194, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1195, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1196, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1197, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1198, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1199, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1200, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB Operator", + "actionid": 1200, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1201, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1202, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1206, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1207, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1208, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GA", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GO", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "RO", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1203, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1204, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1205, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1211, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1211, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1210, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1210, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1210, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1212, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1213, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1214, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1215, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1407, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1416, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1409, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1410, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1413, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1405, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1404, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1420, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1421, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1422, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1209, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1414, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1216, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1217, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1218, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1219, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1220, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1221, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1423, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1424, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1425, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1428, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1215, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1395, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1396, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1397, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1212, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1213, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1214, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1401, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1402, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1403, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1433, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1434, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1435, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1436, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1437, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1438, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1439, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1178, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1201, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1067, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1068, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1070, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1404, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1405, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1413, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB OFFICER", + "actionid": 1071, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB OFFICER", + "actionid": 1072, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB OFFICER", + "actionid": 1073, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "ULB OFFICER", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DMA OFFICE OFFICER", + "actionid": 1101, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COMMISSIONER", + "actionid": 1101, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COMMISSIONER", + "actionid": 870, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COMMISSIONER", + "actionid": 1070, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "COMMISSIONER", + "actionid": 1413, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1430, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1431, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1432, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1439, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1440, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1441, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1441, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1442, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1443, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1444, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1445, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1446, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1447, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1448, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1449, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1450, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1451, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1452, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1453, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1454, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1455, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1456, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1457, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1459, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1460, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE ADMIN", + "actionid": 1460, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1460, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1461, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1462, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1464, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1465, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1466, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1467, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1468, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1469, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1470, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1471, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1470, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1471, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1042, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1043, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1041, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1090, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1091, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1089, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1472, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1473, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1474, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1079, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1080, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1043, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1429, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 623, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1436, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1437, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1438, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1018, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1017, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1019, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_FINANCIAL_APPROVER", + "actionid": 1018, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_FINANCIAL_APPROVER", + "actionid": 1017, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_FINANCIAL_APPROVER", + "actionid": 1019, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1018, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1017, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1019, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1079, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1080, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1079, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1080, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1018, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1019, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1017, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1461, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1462, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 954, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 623, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 168, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1461, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1462, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1395, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1396, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1397, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1395, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1396, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1397, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1397, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 954, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1081, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1176, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 623, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 954, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1023, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 964, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1028, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1028, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DE_CREATOR", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1024, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1454, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1442, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1443, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 954, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1472, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1473, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1474, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1094, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1093, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1092, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1092, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1093, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "MB_CREATOR", + "actionid": 1463, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "MB_CREATOR", + "actionid": 1401, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "MB_CREATOR", + "actionid": 1403, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1402, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1403, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1475, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1475, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1476, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1477, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1480, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1481, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1482, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1481, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1482, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_MASTER_CREATOR", + "actionid": 1483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1481, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1482, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1483, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1484, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1485, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1486, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1487, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1488, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1489, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1490, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1491, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1492, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1490, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1491, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1492, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1496, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1493, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1494, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1495, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CONTRACTOR_ADVANCE_CREATOR", + "actionid": 1493, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CONTRACTOR_ADVANCE_CREATOR", + "actionid": 1494, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CONTRACTOR_ADVANCE_CREATOR", + "actionid": 1495, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1440, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1441, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1447, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1497, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1497, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1498, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1498, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1499, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1500, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1501, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1502, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1503, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1504, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1020, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1021, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "AE_CREATOR", + "actionid": 1022, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1505, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1506, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1507, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1508, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1509, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1510, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1511, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_BILL_CREATOR", + "actionid": 1512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_BILL_CREATOR", + "actionid": 1513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_BILL_CREATOR", + "actionid": 1514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_ADMINISTRATOR", + "actionid": 1514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1512, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1513, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WORKS_APPROVER", + "actionid": 1514, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1174, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOA_CREATOR", + "actionid": 1175, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1174, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WO_CREATOR", + "actionid": 1175, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1515, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1516, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1517, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1518, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1519, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1520, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1520, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1521, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 698, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 698, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "EMPLOYEE", + "actionid": 1531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "CITIZEN", + "actionid": 1531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "GRO", + "actionid": 1531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1524, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1525, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1526, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1527, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1528, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1529, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1530, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DGRO", + "actionid": 1531, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1532, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1533, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1539, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1540, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1536, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1537, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1541, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1542, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1543, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1544, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1546, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1547, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1548, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1549, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1550, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1550, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1551, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1546, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1548, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1549, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1552, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1551, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1544, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1552, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1546, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1547, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1547, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1548, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1549, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1550, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1551, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1552, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1553, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1553, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1553, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1554, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1554, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1554, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1734, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1980, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1555, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1556, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1557, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1555, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1556, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1557, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1555, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1556, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1557, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1889, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1890, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1892, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1896, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1897, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1893, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1895, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1902, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1890, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1893, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1895, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1898, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1899, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1903, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1891, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1894, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1895, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1900, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1904, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1901, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1558, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1558, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1558, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1559, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1559, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1559, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1560, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1560, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1560, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1561, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1561, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1561, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1562, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1562, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1562, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1563, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1563, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1563, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1564, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1564, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1564, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1565, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1565, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1565, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1566, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1566, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1566, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1567, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1567, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1567, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1568, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1568, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1568, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1569, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1569, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1569, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1570, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1570, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1570, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1571, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1571, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1571, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1572, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1572, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1572, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1573, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1573, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1573, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1574, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1574, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1574, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1575, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1575, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1575, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1576, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1576, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1576, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1577, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1578, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1579, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1580, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1581, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1581, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1581, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1582, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1582, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1582, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1583, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1583, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1583, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1584, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1584, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1584, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1585, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1586, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1587, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1588, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1589, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1590, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1591, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1592, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1593, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1544, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1585, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1586, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1587, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1588, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1588, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1589, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1590, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1591, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1653, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1654, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1655, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1660, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1595, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1596, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1597, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1598, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1599, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1600, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1596, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1596, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1596, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1599, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1599, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1599, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1601, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1602, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1603, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1604, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1605, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1606, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1607, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1601, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1602, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1603, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1604, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1605, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1606, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1607, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1600, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1600, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1600, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1608, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1609, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1610, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1611, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1612, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1613, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1614, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1614, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1614, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1615, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1616, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1617, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1618, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1619, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1620, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1621, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1614, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1615, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1616, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1617, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1618, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1619, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1620, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1621, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1621, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1622, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1623, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1624, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1625, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1626, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1627, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1628, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1622, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1623, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1624, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1625, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1626, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1627, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1628, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1628, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1630, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1631, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1631, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1634, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1634, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1634, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1634, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1635, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1636, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1637, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1638, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1639, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1640, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1640, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1640, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1640, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1640, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1641, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1641, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1641, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROGRAMMATIC_SUPPORT", + "actionid": 1641, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROGRAMMATIC_SUPPORT", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1642, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1637, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1639, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1429, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1637, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1639, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1429, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROGRAMMATIC_SUPPORT", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1645, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1646, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1647, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1645, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1646, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1647, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1645, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1646, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1647, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1645, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1646, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1647, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1648, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1648, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1648, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1648, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1648, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1649, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1649, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1649, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1649, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1649, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1644, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1645, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1646, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1647, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1650, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 698, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 698, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 698, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1651, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1591, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1661, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1661, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1662, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1662, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1663, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1663, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1664, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1664, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1665, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1665, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1666, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1666, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1667, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1667, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1546, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1547, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1548, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1549, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1550, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1551, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1668, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1669, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1670, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1671, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1672, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1673, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1674, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1675, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1676, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1677, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1678, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1679, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1680, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1681, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1682, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "LOC_ADMIN", + "actionid": 1684, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1685, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1685, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1686, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1686, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1687, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1687, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1688, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1688, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1689, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1689, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1690, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1690, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1691, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1691, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1692, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1692, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1693, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1693, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1694, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1694, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1695, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1695, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1696, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1696, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1697, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1697, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1698, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1698, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1585, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1586, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1587, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1588, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1589, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1590, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1591, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1699, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1699, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "FIELD_SUPERVISOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SUPERVISOR", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1699, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "LOCAL_MONITOR", + "actionid": 1699, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1592, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERVISOR", + "actionid": 1637, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PGR-ADMIN", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERVISOR", + "actionid": 1643, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1673, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1700, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1701, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1702, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1703, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1704, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1705, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1706, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "MDMS_SCHEMA_CREATOR", + "actionid": 1707, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1708, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1709, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1710, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1711, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1712, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1713, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1714, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1715, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1716, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1717, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1718, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1719, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1720, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1721, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1722, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1723, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1724, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1725, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1726, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1727, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1728, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1729, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1730, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1731, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1732, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1733, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1735, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1736, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1737, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1738, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1739, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1740, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1741, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1742, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1743, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1744, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1745, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1746, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1747, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1748, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1749, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1750, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1751, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1752, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1753, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1754, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1755, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1756, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1757, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1758, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1759, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1760, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1761, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1762, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1763, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1764, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1765, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1766, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1767, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1768, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1769, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1770, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1771, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1772, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1773, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1774, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1775, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1776, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1777, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1778, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1779, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1780, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1781, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1782, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1783, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1784, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1785, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1786, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1787, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1788, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1789, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "MDMS_ADMIN", + "actionid": 1790, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1791, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1792, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1793, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1794, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1795, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1796, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1797, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1798, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1799, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1800, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1801, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1802, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1803, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1804, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1805, + "actioncode": "", + "tenantid": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1545, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1594, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1621, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1628, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1629, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1632, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1633, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1660, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1661, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1662, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1663, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1664, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1665, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1666, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1683, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1685, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1688, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1689, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1689, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1690, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1690, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1691, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1691, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1692, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1692, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1693, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1693, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1694, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1694, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1695, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1695, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1686, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1686, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1658, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1658, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1659, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1659, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1655, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1655, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1657, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HEALTH_FACILITY_WORKER", + "actionid": 1657, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1806, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1806, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1806, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1806, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1806, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1807, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1807, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1807, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1807, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1807, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1808, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "WAREHOUSE_MANAGER", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRIBUTOR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "REGISTRAR", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1809, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HELPDESK_USER", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "L2_SUPPORT", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1810, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1811, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1811, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1811, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1811, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1811, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1812, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1812, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1812, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1812, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1812, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1813, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1813, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1813, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1813, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1813, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1814, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1814, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1814, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1814, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1814, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1815, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1815, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1815, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1815, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "HRMS_ADMIN", + "actionid": 1815, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1816, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1816, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1816, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1816, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1816, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1817, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1817, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1817, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1817, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1817, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1818, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1818, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1818, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1818, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1818, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1819, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1819, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1819, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1819, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1819, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1820, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1820, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1820, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1820, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1820, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1821, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1821, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1821, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1821, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1821, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1822, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1822, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1822, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1822, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1822, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1823, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1823, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1823, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1823, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1823, + "actioncode": "", + "tenantId": "mz" + }, + + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1824, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1824, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1824, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1824, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1824, + "actioncode": "", + "tenantId": "mz" + }, + + { + "rolecode": "SYSTEM_ADMINISTRATOR", + "actionid": 1825, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "NATIONAL_SUPERVISOR", + "actionid": 1825, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "PROVINCIAL_SUPERVISOR", + "actionid": 1825, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "DISTRICT_SUPERVISOR", + "actionid": 1825, + "actioncode": "", + "tenantId": "mz" + }, + { + "rolecode": "SUPERUSER", + "actionid": 1825, + "actioncode": "", + "tenantId": "mz" + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roles.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roles.json new file mode 100644 index 0000000..ed2948b --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roles.json @@ -0,0 +1,107 @@ + [ + { + "code": "SYSTEM_ADMINISTRATOR", + "name": "System Administrator", + "description": "System Administrator" + }, + { + "code": "REGISTRAR", + "name": "Registrar", + "description": "Registrar" + }, + { + "code": "DISTRIBUTOR", + "name": "Distributor", + "description": "Distributor" + }, + { + "code": "SUPERUSER", + "name": "Super User", + "description": "Super User. Can change all master data and has access to all the system screens." + }, + { + "code": "NATIONAL_SUPERVISOR", + "name": "National Supervisor", + "description": "Supervisor who can view National health dashboard" + }, + { + "code": "PROVINCIAL_SUPERVISOR", + "name": "Provincial Supervisor", + "description": "Supervisor who can view Provincial health dashboard" + }, + { + "code": "DISTRICT_SUPERVISOR", + "name": "District Supervisor", + "description": "Supervisor who can view District health dashboard" + }, + { + "code": "FIELD_SUPERVISOR", + "name": "Field Supervisor", + "description": "Supervisor who can view Field health dashboard" + }, + { + "code": "SUPERVISOR", + "name": "Supervisor", + "description": "Supervisor" + }, + { + "code": "WAREHOUSE_MANAGER", + "name": "Warehouse Manager", + "description": "Warehouse manager" + }, + { + "code": "INTERNAL_MICROSERVICE_ROLE", + "name": "Internal Microservice Role", + "description": "Internal role for plain access" + }, + { + "code": "CITIZEN", + "name": "Citizen", + "description": "Citizen who can raise complaint" + }, + { + "code": "PGR-ADMIN", + "name": "PGR Administrator", + "description": "Admin role that has super access over the system" + }, + { + "code": "HRMS_ADMIN", + "name": "HRMS Admin", + "description": "HRMS Admin" + }, + { + "code": "HELPDESK_USER", + "name": "HELPDESK USER", + "description": "HELPDESK USER" + }, + { + "code": "L2_SUPPORT", + "name": "L2 Support", + "description": "L2 Support" + }, + { + "code": "CSR", + "name": "CSR", + "description": "CSR" + }, + { + "code": "MDMS_ADMIN", + "name": "MDMS ADMIN", + "description": "MDMS User that can create and search schema" + }, + { + "code": "LOC_ADMIN", + "name": "Localisation admin", + "description": "LOC_ADMIN" + }, + { + "code": "MDMS_SCHEMA_CREATOR", + "name": "MDMS_SCHEMA_CREATOR", + "description": "Default role for MDMS Schema Creation" + }, + { + "code": "HEALTH_FACILITY_WORKER", + "name": "Health Facilty Worker", + "description": "Workers working at a given Health Facility (HF) who will be responsible for giving the diagnosis based on the type of symptoms they observe and then do a diagnosis and provide the appropriate drugs." + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.DecryptionABAC.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.DecryptionABAC.json new file mode 100644 index 0000000..6ce621d --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.DecryptionABAC.json @@ -0,0 +1,1555 @@ + [ + { + "key": "ALL_ACCESS", + "roleAttributeAccessList": [ + { + "roleCode": "CITIZEN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "ANONYMOUS", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "DescriptionReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "EmployeeReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "ULBEmployeeWiseReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/employee" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "TradeLicenseRegistryReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobilenumber", + "maskingTechnique": "mobile" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "StateLevelTradeLicenseRegistryReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobilenumber", + "maskingTechnique": "mobile" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "UserListSelf", + "roleAttributeAccessList": [ + { + "roleCode": "CITIZEN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "UserListOtherBulk", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "SUPERUSER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "GRO", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "DGRO", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "CSR", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "PGR-ADMIN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "TL_CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "TL_APPROVER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "TL_DOC_VERIFIER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "TL_FIELD_INSPECTOR", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + }, + { + "roleCode": "FEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "STADMIN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + } + ] + }, + { + "key": "UserListOtherIndividual", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "NONE" + }, + { + "attribute": { + "jsonPath": "*/permanentAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/correspondenceAddress/address" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/addresses/*/address" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "SUPERUSER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/username" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "GRO", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "DGRO", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "CSR", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "PGR-ADMIN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "TL_CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "TL_APPROVER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "TL_DOC_VERIFIER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "TL_FIELD_INSPECTOR", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "FEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/emailId" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/altContactNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/pan" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/aadhaarNumber" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/guardian" + }, + "accessType": "PLAIN" + } + ] + }, + { + "roleCode": "STADMIN", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobileNumber", + "maskingTechnique": "mobile" + }, + "accessType": "MASK" + } + ] + } + ] + }, + { + "key": "FSMDailyCollectionReport", + "roleAttributeAccessList": [ + { + "roleCode": "FSM_REPORT_VIEWER", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "MCollectCollectionReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "PTCollectionReport", + "roleAttributeAccessList": [ + { + "roleCode": "PT_CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "PTReceiptRegister", + "roleAttributeAccessList": [ + { + "roleCode": "PT_CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "mzerReport", + "roleAttributeAccessList": [ + { + "roleCode": "PT_CEMP", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "MCollectReceiptRegister", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key" : "BndDetail", + "roleAttributeAccessList" : [ + { + "roleCode" : "CITIZEN", + "attributeAccessList" : [ + { + "attribute" : { + "jsonPath" : "*/mobileno", + "maskingTechnique" : "mobile" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/emailid" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/aadharno" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/icdcode" + }, + "accessType" : "PLAIN" + } + ] + }, + { + "roleCode" : "EMPLOYEE", + "attributeAccessList" : [ + { + "attribute" : { + "jsonPath" : "*/mobileno", + "maskingTechnique" : "mobile" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/emailid" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/aadharno" + }, + "accessType" : "PLAIN" + }, + { + "attribute" : { + "jsonPath" : "*/icdcode" + }, + "accessType" : "PLAIN" + } + ] + } + + ] + }, + { + "key": "TradeLicenseDailyCollectionReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "TradeLicensApplicationStatusReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "TLRegistryReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "TLRenewalPendingReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/mobilenumber", + "maskingTechnique": "mobile" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "WnsReceiptRegisterReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "ObpsDailyCollectionReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "ObpsApplicationStatusReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + }, + { + "attribute": { + "jsonPath": "*/currentowner" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "WnsCollectionRegisterReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key": "WnsmzerReport", + "roleAttributeAccessList": [ + { + "roleCode": "EMPLOYEE", + "attributeAccessList": [ + { + "attribute": { + "jsonPath": "*/name" + }, + "accessType": "PLAIN" + } + ] + } + ] + }, + { + "key" : "Property", + "roleAttributeAccessList" : [ + { + "roleCode" : "CITIZEN", + "attributeAccessList" : [ + { + "attribute" : { + "jsonPath" : "*/street", + "maskingTechnique" : "mobile" + }, + "accessType" : "PLAIN" + } + ] + }, + { + "roleCode" : "EMPLOYEE", + "attributeAccessList" : [ + { + "attribute" : { + "jsonPath" : "*/street", + "maskingTechnique" : "mobile" + }, + "accessType" : "PLAIN" + } + ] + } + + ] + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.EncryptionPolicy.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.EncryptionPolicy.json new file mode 100644 index 0000000..b2d56d9 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.EncryptionPolicy.json @@ -0,0 +1,111 @@ +[ + { + "key" : "User", + "attributeList" : [ + { + "jsonPath" : "name", + "type" : "Normal" + }, + { + "jsonPath" : "mobileNumber", + "type" : "Normal" + }, + { + "jsonPath" : "emailId", + "type" : "Normal" + }, + { + "jsonPath" : "username", + "type" : "Normal" + }, + { + "jsonPath" : "altContactNumber", + "type" : "Normal" + }, + { + "jsonPath" : "pan", + "type" : "Normal" + }, + { + "jsonPath" : "aadhaarNumber", + "type" : "Normal" + }, + { + "jsonPath" : "guardian", + "type" : "Normal" + }, + { + "jsonPath" : "permanentAddress/address", + "type" : "Normal" + }, + { + "jsonPath" : "correspondenceAddress/address", + "type" : "Normal" + }, + { + "jsonPath" : "addresses/*/address", + "type" : "Normal" + } + ] + }, + { + "key" : "UserSearchCriteria", + "attributeList" : [ + { + "jsonPath" : "userName", + "type" : "Normal" + }, + { + "jsonPath" : "name", + "type" : "Normal" + }, + { + "jsonPath" : "mobileNumber", + "type" : "Normal" + }, + { + "jsonPath" : "aadhaarNumber", + "type" : "Normal" + }, + { + "jsonPath" : "pan", + "type" : "Normal" + }, + { + "jsonPath" : "emailId", + "type" : "Normal" + } + ] + }, + { + "key" : "BndDetail", + "attributeList" : [ + { + "jsonPath" : "mobileno", + "type" : "Normal" + }, + { + "jsonPath" : "emailid", + "type" : "Normal" + }, + { + "jsonPath" : "aadharno", + "type" : "Normal" + }, + { + "jsonPath" : "icdcode", + "type" : "Normal" + } + ] + }, + { + "key" : "Property", + "attributeList" : [ + { + "jsonPath" : "address/street", + "type" : "Normal" + } + ] + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.MaskingPatterns.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.MaskingPatterns.json new file mode 100644 index 0000000..0f16f01 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.MaskingPatterns.json @@ -0,0 +1,35 @@ +[ + { + "patternId": "001", + "pattern": ".(?=.{4})" + }, + { + "patternId": "002", + "pattern": "\\B[a-zA-Z0-9]" + }, + { + "patternId": "003", + "pattern": ".(?=.{2})" + }, + { + "patternId": "004", + "pattern": "(?<=.)[^@\\n](?=[^@\\n]*?@)|(?:(?<=@.)|(?!^)\\G(?=[^@\\n]*$)).(?!$)" + }, + { + "patternId": "005", + "pattern": "[A-Za-zÀ-ȕ0-9(),-_., ]" + }, + { + "patternId": "006", + "pattern": "\\w(?=(?:[ \\w]*\\w){2}$)" + }, + { + "patternId": "007", + "pattern": "(?<=.).(?=.{3})" + }, + { + "patternId": "008", + "pattern": "(?<=.).(?=.{2})" + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.SecurityPolicy.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.SecurityPolicy.json new file mode 100644 index 0000000..fbfcf89 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/DataSecurity.SecurityPolicy.json @@ -0,0 +1,367 @@ + [ + { + "model": "User", + "uniqueIdentifier": { + "name": "uuid", + "jsonPath": "/uuid" + }, + "attributes": [ + { + "name": "name", + "jsonPath": "name", + "patternId": "002", + "mzVisibility": "PLAIN" + }, + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "emailId", + "jsonPath": "emailId", + "patternId": "004", + "mzVisibility": "PLAIN" + }, + { + "name": "username", + "jsonPath": "username", + "patternId": "002", + "mzVisibility": "PLAIN" + }, + { + "name": "altContactNumber", + "jsonPath": "altContactNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "alternatemobilenumber", + "jsonPath": "alternatemobilenumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "pan", + "jsonPath": "pan", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "aadhaarNumber", + "jsonPath": "aadhaarNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "guardian", + "jsonPath": "guardian", + "patternId": "002", + "mzVisibility": "PLAIN" + }, + { + "name": "permanentAddress", + "jsonPath": "permanentAddress/address", + "patternId": "003", + "mzVisibility": "PLAIN" + }, + { + "name": "correspondenceAddress", + "jsonPath": "correspondenceAddress/address", + "patternId": "003", + "mzVisibility": "PLAIN" + }, + { + "name": "fatherOrHusbandName", + "jsonPath": "fatherOrHusbandName", + "patternId": "002", + "mzVisibility": "PLAIN" + }, + { + "name": "searchUsername", + "jsonPath": "userName", + "patternId": "002", + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [ + { + "roles": [ + "PGR_LME", + "GRO" + ], + "attributeAccessList": [ + { + "attribute": "name", + "firstLevelVisibility": "MASKED", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "mobileNumber", + "firstLevelVisibility": "MASKED", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "username", + "firstLevelVisibility": "MASKED", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "permanentAddress", + "firstLevelVisibility": "MASKED", + "secondLevelVisibility": "PLAIN" + } + ] + }, + { + "roles": [ + "INTERNAL_MICROSERVICE_ROLE" + ], + "attributeAccessList": [ + { + "attribute": "mobileNumber", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "fatherOrHusbandName", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "correspondenceAddress", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "name", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "emailId", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "permanentAddress", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "username", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "altContactNumber", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "alternatemobilenumber", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "pan", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "aadhaarNumber", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + }, + { + "attribute": "guardian", + "firstLevelVisibility": "PLAIN", + "secondLevelVisibility": "PLAIN" + } + ] + } + ] + }, + { + "model": "UserSelf", + "uniqueIdentifier": { + "name": "uuid", + "jsonPath": "/uuid" + }, + "attributes": [ + { + "name": "name", + "jsonPath": "name", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "emailId", + "jsonPath": "emailId", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "username", + "jsonPath": "username", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "altContactNumber", + "jsonPath": "altContactNumber", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "alternatemobilenumber", + "jsonPath": "alternatemobilenumber", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "pan", + "jsonPath": "pan", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "aadhaarNumber", + "jsonPath": "aadhaarNumber", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "guardian", + "jsonPath": "guardian", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "permanentAddress", + "jsonPath": "permanentAddress/address", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "correspondenceAddress", + "jsonPath": "correspondenceAddress/address", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "fatherOrHusbandName", + "jsonPath": "fatherOrHusbandName", + "patternId": null, + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [] + }, + { + "model": "IndividualEncrypt", + "uniqueIdentifier": { + "name": "id", + "jsonPath": "/id" + }, + "attributes": [ + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "aadhaarNumber", + "jsonPath": "identifiers/*/identifierId", + "patternId": "001", + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [] + }, + { + "model": "IndividualSearchEncrypt", + "uniqueIdentifier": { + "name": "id", + "jsonPath": "/id" + }, + "attributes": [ + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + }, + { + "name": "aadhaarNumber", + "jsonPath": "identifier/identifierId", + "patternId": "001", + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [] + }, + { + "model": "IndividualSearchIdentifierEncrypt", + "uniqueIdentifier": { + "name": "id", + "jsonPath": "/id" + }, + "attributes": [ + { + "name": "aadhaarNumber", + "jsonPath": "identifier/identifierId", + "patternId": "001", + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [] + }, + { + "model": "IndividualSearchMobileNumberEncrypt", + "uniqueIdentifier": { + "name": "id", + "jsonPath": "/id" + }, + "attributes": [ + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": "001", + "mzVisibility": "PLAIN" + } + ], + "roleBasedDecryptionPolicy": [] + }, + { + "model": "IndividualDecrypt", + "uniqueIdentifier": { + "name": "id", + "jsonPath": "/id" + }, + "attributes": [ + { + "name": "mobileNumber", + "jsonPath": "mobileNumber", + "patternId": null, + "mzVisibility": "PLAIN" + }, + { + "name": "aadhaarNumber", + "jsonPath": "identifiers/*/identifierId", + "patternId": "001", + "mzVisibility": "MASKED" + } + ], + "roleBasedDecryptionPolicy": [] + } +] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/INBOX.InboxQueryConfiguration.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/INBOX.InboxQueryConfiguration.json new file mode 100644 index 0000000..e095c6d --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/INBOX.InboxQueryConfiguration.json @@ -0,0 +1,64 @@ +[ + { + "module": "RAINMAKER-PGR", + "index": "pgr-services", + "allowedSearchCriteria": [ + { + "name": "area", + "path": "Data.service.address.locality.code.keyword", + "isMandatory": false, + "operator": "EQUAL" + }, + { + "name": "status", + "path": "Data.currentProcessInstance.state.uuid.keyword", + "isMandatory": false, + "operator": "EQUAL" + }, + { + "name": "assignedToMe", + "path": "Data.workflow.assignes.*.uuid.keyword", + "isMandatory": false, + "isHashingRequired": true, + "operator": "EQUAL" + }, + { + "name": "fromDate", + "path": "Data.service.auditDetails.createdTime", + "isMandatory": false, + "operator": "GTE" + }, + { + "name": "toDate", + "path": "Data.service.auditDetails.createdTime", + "isMandatory": false, + "operator": "LTE" + }, + { + "name": "complaintNumber", + "path": "Data.service.serviceRequestId.keyword", + "isMandatory": false, + "operator": "EQUAL" + }, + { + "name": "mobileNumber", + "path": "Data.service.user.mobileNumber.keyword", + "isMandatory": false, + "operator": "EQUAL" + } + ], + "sortBy": { + "path": "Data.service.auditDetails.createdTime", + "mzOrder": "ASC" + }, + "sourceFilterPathList": [ + "Data.currentProcessInstance", + "Data.service.serviceRequestId", + "Data.service.address.locality.code", + "Data.service.applicationStatus", + "Data.service.user", + "Data.service.auditDetails.createdTime", + "Data.auditDetails" + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ComplainClosingTime.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ComplainClosingTime.json new file mode 100644 index 0000000..95890a0 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ComplainClosingTime.json @@ -0,0 +1,6 @@ + [ + { + "ComplainMaxIdleTime": 3600000 + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.RejectionReasons.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.RejectionReasons.json new file mode 100644 index 0000000..2bc7e0d --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.RejectionReasons.json @@ -0,0 +1,6 @@ +[ + { + "code": "REASON1", + "name": "Invalid Complaint" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ServiceDefs.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ServiceDefs.json new file mode 100644 index 0000000..9f7a4d4 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.ServiceDefs.json @@ -0,0 +1,33 @@ +[ + { + "serviceCode": "SyncNotWorking", + "name": "Sync Not Working", + "keywords": "sync, not, working", + "department": "TECH", + "slaHours": 336, + "menuPath": "Sync", + "active": true, + "order": 1 + }, + { + "serviceCode": "NotEnoughStock", + "name": "Not Enough Stock", + "keywords": "not, enough, stock", + "department": "WAREHOUSE", + "slaHours": 336, + "menuPath": "Sync", + "active": true, + "order": 1 + }, + { + "serviceCode": "Other", + "name": "Other", + "keywords": "other", + "department": "ADM", + "slaHours": 336, + "menuPath": "Sync", + "active": true, + "order": 1 + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.UIConstants.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.UIConstants.json new file mode 100644 index 0000000..118b002 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/RAINMAKER-PGR.UIConstants.json @@ -0,0 +1,5 @@ + [ + { + "REOPENSLA": 432000000 + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.CensusYear.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.CensusYear.json new file mode 100644 index 0000000..4220240 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.CensusYear.json @@ -0,0 +1,12 @@ +[ + { + "tenantId": "mz", + "name": "2001", + "code": "2001" + }, + { + "tenantId": "mz", + "name": "2011", + "code": "2011" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Department.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Department.json new file mode 100644 index 0000000..6726146 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Department.json @@ -0,0 +1,30 @@ +[ + { + "id": "1", + "name": "NMCP", + "code": "NMCP", + "active": true, + "tenantId": "mz" + }, + { + "id": "2", + "name": "TECH", + "code": "TECH", + "active": true, + "tenantId": "mz" + }, + { + "id": "3", + "name": "WAREHOUSE", + "code": "WAREHOUSE", + "active": true, + "tenantId": "mz" + }, + { + "id": "4", + "name": "ADMINISTRATION", + "code": "ADM", + "active": true, + "tenantId": "mz" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Designation.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Designation.json new file mode 100644 index 0000000..bc43dad --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.Designation.json @@ -0,0 +1,176 @@ +[ + { + "code": "DESIG_01", + "name": "Superintending Engineer ( B&R)", + "description": "Superintending Engineer ( B&R)", + "active": true + }, + { + "code": "DESIG_02", + "name": "Corporation Engineer (B&R)", + "description": "Corporation Engineer (B&R)", + "active": true + }, + { + "code": "DESIG_03", + "name": "Asst. Engineer ( B&R)", + "description": "Asst. Engineer ( B&R)", + "active": true + }, + { + "code": "DESIG_04", + "name": "Junior Engineer ( B&R)", + "description": "Junior Engineer ( B&R)", + "active": true + }, + { + "code": "DESIG_05", + "name": "Land Scape Officer", + "description": "Land Scape Officer", + "active": true + }, + { + "code": "DESIG_06", + "name": "Superintending Engineer ( O&M)", + "description": "Superintending Engineer ( O&M)", + "active": true + }, + { + "code": "DESIG_07", + "name": "Corporation Engineer (O&M)", + "description": "Corporation Engineer (O&M)", + "active": true + }, + { + "code": "DESIG_08", + "name": "Asst. Engineer ( O&M)", + "description": "Asst. Engineer ( O&M)", + "active": true + }, + { + "code": "DESIG_09", + "name": "Junior Engineer ( O&M)", + "description": "Junior Engineer ( O&M)", + "active": true + }, + { + "code": "DESIG_10", + "name": "Superintending Engineer ( Light)", + "description": "Superintending Engineer ( Light)", + "active": true + }, + { + "code": "DESIG_11", + "name": "Corporation Engineer (Light)", + "description": "Corporation Engineer (Light)", + "active": true + }, + { + "code": "DESIG_12", + "name": "Junior Engineer ( Light)", + "description": "Junior Engineer ( Light)", + "active": true + }, + { + "code": "DESIG_13", + "name": "Health Officer", + "description": "Health Officer", + "active": true + }, + { + "code": "DESIG_14", + "name": "Medical Officer", + "description": "Medical Officer", + "active": true + }, + { + "code": "DESIG_15", + "name": "Chief Sanitary Inspector", + "description": "Mechanical Oversear", + "active": true + }, + { + "code": "DESIG_16", + "name": "Sainitary Inspector", + "description": "Clerk", + "active": true + }, + { + "code": "DESIG_17", + "name": "Sainitary Supervisor", + "description": "Accountant", + "active": true + }, + { + "code": "DESIG_18", + "name": "Senior Town Planner", + "description": "Senior Town Planner", + "active": true + }, + { + "code": "DESIG_19", + "name": "Municipal Town Planner", + "description": "Municipal Town Planner", + "active": true + }, + { + "code": "DESIG_20", + "name": "Asst. Town Planner", + "description": "Asst. Town Planner", + "active": true + }, + { + "code": "DESIG_21", + "name": "Building Inspector", + "description": "Building Inspector", + "active": true + }, + { + "code": "DESIG_22", + "name": "Junior Enginer ( Horticulutre)", + "description": "Junior Enginer ( Horticulutre)", + "active": true + }, + { + "code": "DESIG_23", + "name": "Citizen service representative", + "description": "Citizen service representative", + "active": true + }, + { + "name": "Deputy Controller Finance and Accounts", + "description": "Deputy Controller Finance and Accounts", + "code": "DESIG_1001", + "active": true + }, + { + "name": "Accountant", + "description": "Accountant", + "code": "DESIG_58", + "active": true + }, + { + "code": "DESIG_24", + "name": "Assistant Commissioner", + "description": "Assistant Commissioner", + "active": true + }, + { + "name": "Superintendent", + "description": "Superintendent", + "code": "DESIG_47", + "active": true + }, + { + "name": "Accounts Officer", + "description": "Accounts Officer", + "code": "DESIG_59", + "active": true + }, + { + "name": "Commissioner", + "description": "Commissioner", + "code": "DESIG_60", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.GenderType.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.GenderType.json new file mode 100644 index 0000000..6f5b784 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.GenderType.json @@ -0,0 +1,17 @@ + [ + { + "code": "MALE", + "active": true + }, + { + "code": "FEMALE", + "active": true + },{ + "code": "TRANSGENDER", + "active": true + }, + { + "code": "OTHERS", + "active": false + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.IdFormat.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.IdFormat.json new file mode 100644 index 0000000..e5d12db --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.IdFormat.json @@ -0,0 +1,82 @@ +[ + { + "format": "PVAR-[cy:yyyy-MM-dd]-[SEQ_PRODUCT_PVAR]", + "idname": "product.variant.id" + }, + { + "format": "P-[cy:yyyy-MM-dd]-[SEQ_PRODUCT_P]", + "idname": "product.id" + }, + { + "format": "PTS-[cy:yyyy-MM-dd]-[SEQ_PROJECT_STAFF_PTS]", + "idname": "project.staff.id" + }, + { + "format": "H-[cy:yyyy-MM-dd]-[SEQ_HOUSEHOLD_H]", + "idname": "household.id" + }, + { + "format": "IND-[cy:yyyy-MM-dd]-[SEQ_ADDRESS_IND]", + "idname": "individual.id" + }, + { + "format": "ID-[cy:yyyy-MM-dd]-[SEQ_IDENTIFIER_ID]", + "idname": "identifier.id" + }, + { + "format": "SGID-[cy:yyyy-MM-dd]-[SEQ_IDENTIFIER_SG_ID]", + "idname": "sys.gen.identifier.id" + }, + { + "format": "PT-[cy:yyyy-MM-dd]-[SEQ_PROJECT_TASK_PT]", + "idname": "project.task.id" + }, + { + "format": "PTB-[cy:yyyy-MM-dd]-[SEQ_PROJECT_BENEFICIARY_PTB]", + "idname": "project.beneficiary.id" + }, + { + "format": "S-[cy:yyyy-MM-dd]-[SEQ_STOCK_S]", + "idname": "stock.id" + }, + { + "format": "PJT-[cy:yyyy-MM-dd]-[SEQ_PROJECT_PJT]", + "idname": "project.number" + }, + { + "format": "SY-[cy:yyyy-MM-dd]-[SEQ_SURVEY_SY]", + "idname": "ss.surveyid" + }, + { + "format": "SR-[cy:yyyy-MM-dd]-[SEQ_STOCK_SR]", + "idname": "stock.reconciliation.id" + }, + { + "format": "F-[cy:yyyy-MM-dd]-[SEQ_FACILITY_SR]", + "idname": "facility.id" + }, + { + "format": "PR-[cy:yyyy-MM-dd]-[SEQ_PROJECT_RESOURCE_PR]", + "idname": "project.resource.id" + }, + { + "format": "PF-[cy:yyyy-MM-dd]-[SEQ_PROJECT_FACILITY_PF]", + "idname": "project.facility.id" + }, + { + "format": "PGR-[cy:yyyy-MM-dd]-[SEQ_EG_PGR_ID]", + "idname": "pgr.servicerequestid" + }, + { + "format": "ING-[cy:yyyy-MM-dd]-[SEQ_EG_ING_ID]", + "idname": "ingestion.number" + }, + { + "format": "CMP-[cy:yyyy-MM-dd]-[SEQ_EG_CMP_ID]", + "idname": "campaign.number" + }, + { + "format": "WR/[fy:yyyy-yy]/[cy:MM]/[cy:dd]/[SEQ_ATTENDANCE_REGISTER_NUM]", + "idname": "attendance.register.number" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.StateInfo.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.StateInfo.json new file mode 100644 index 0000000..f17453c --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/common-masters.StateInfo.json @@ -0,0 +1,49 @@ +[ + { + "name": "Tete", + "code":"mz", + "bannerUrl": "https://raw.githubusercontent.com/egovernments/egov-web-app/rainmaker-v1-dynamic-state/web/rainmaker/packages/assets/images/kar/state-images/Jog%20falls%20High%20Resolution%20images.jpg", + "logoUrl":"https://raw.githubusercontent.com/egovernments/egov-web-app/rainmaker-v1-dynamic-state/web/rainmaker/packages/assets/images/kar/state-images/250px-Seal_of_Karnataka.svg.png", + "hasLocalisation": true, + "languages": [ + { + "label": "ENGLISH", + "value": "en_IN" + }, + { + "label": "PORTUGUÊS", + "value": "pt_IN" + } + ], + "localizationModules": [ + { + "label": "rainmaker-common", + "value": "rainmaker-common" + }, + { + "label": "rainmaker-hcm-common", + "value": "rainmaker-hcm-common" + }, + { + "label": "rainmaker-hcm-dss", + "value": "rainmaker-hcm-dss" + }, + { + "label": "rainmaker-hr", + "value": "rainmaker-hr" + }, + { + "label": "rainmaker-workbench", + "value": "rainmaker-workbench" + }, + { + "label": "rainmaker-schema", + "value": "rainmaker-schema" + }, + { + "label": "rainmaker-mdms", + "value": "rainmaker-mdms" + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.About.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.About.json new file mode 100644 index 0000000..cce68a0 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.About.json @@ -0,0 +1,93 @@ +[ + { + "DSS": { + "About": [ + { + "titleHeader": "DSS_ABOUT_PURPOSE", + "define": ["DSS_ABOUT_PURPOSE_INFO","DSS_ABOUT_PURPOSE_DEFINE","DSS_ABOUT_DASHBOARD_USE"] + }, + { + "titleHeader": "DSS_ABOUT_QUES_DASHBOARD_USE", + "define": ["DSS_ABOUT_ANS_DASHBOARD_USECASE_A","DSS_ABOUT_ANS_DASHBOARD_USECASE_B"] + }, + { + "titleHeader": "DSS_ABOUT_KEY_TERMS", + "define": ["DSS_ABOUT_CLARITY_ON_DASHBOARD"], + "definePoints": [ + { + "point": "DSS_ABOUT_USERS_DEFINE" + }, + { + "point": "DSS_ABOUT_BOUNDARIES_DATA" + }, + { + "point": "DSS_ABOUT_UNIQUE_CHAR" + } + ] + }, + { + "titleHeader": "DSS_ABOUT_QUES_WHAT_IS_DATA", + "define": ["DSS_ABOUT_DASHBOARD_DESIGN","DSS_ABOUT_DASHBOARD_OBJECTIVE","DSS_ABOUT_DASHBOARD_USE_IDENTIFIERS"] + }, + { + "titleHeader": "DSS_ABOUT_QUES_GET_DATA_FROM_DASHBOARD", + "define": ["DSS_ABOUT_ANS_GET_CAMPAIGN","DSS_ABOUT_ANS_GET_CAMPAIGN_FLW","DSS_ABOUT_ANS_GET_MANAGERS","DSS_ABOUT_ANS_GET_HCM","DSS_ABOUT_ANS_GET_ALTERNATIVE"] + }, + { + "titleHeader": "DSS_ABOUT_QUES_WHAT_CAN_DASHBOARD_VIEWER_SEE_AND_DO", + "define": ["DSS_ABOUT_ANS_WHAT_CAN_DASHBOARD_VIEWER_SEE_AND_DO"], + "subdefine": ["DSS_ABOUT_FOLLOWING_VIEWER_DO_ON_DASHBOARD"], + "definePoints": [ + { + "point": "DSS_ABOUT_PERFORMANCE_METRICS" + }, + { + "point": "DSS_ABOUT_SERVICE_LEVEL_PERFORMANCE" + }, + { + "point": "DSS_ABOUT_PERFORMANCES_IN_FORM_VISUALIZATIONS" + }, + { + "point": "DSS_ABOUT_AREA_BOUNDARY" + } + ], + "subdefinePoints": [ + { + "point": "DSS_ABOUT_ANALYZE_PERFORMANCE" + }, + { + "point": "DSS_ABOUT_MONITOR_PERFORMANCE" + }, + { + "point": "DSS_ABOUT_COMPARE_PERFORMANCE" + } + ] + }, + { + "titleHeader": "DSS_ABOUT_QUES_HOW_DATA_SECURED", + "define": ["DSS_ABOUT_ANS_DATA_SECURITY"], + "definePoints": [ + { + "point": "DSS_ABOUT_ACCESS_CONTROL" + }, + { + "point": "DSS_ABOUT_ENCRYPTION" + }, + { + "point": "DSS_ABOUT_DATA_MASKING" + }, + { + "point": "DSS_ABOUT_REGULAR_BACKUPS" + }, + { + "point": "DSS_ABOUT_SECURE_HOSTING" + }, + { + "point": "DSS_ABOUT_REGULAR_SECURITY_AUDITS" + } + ] + } + ] + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.Calculations.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.Calculations.json new file mode 100644 index 0000000..b92ce5f --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.Calculations.json @@ -0,0 +1,1412 @@ +[ + { + "DSS": { + "Calculations": [ + { + "tabName": "DSS_HEALTH_NATIONAL", + "cards": [ + { + "cardName": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY_THREE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY_FOUR" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLDS_VISITED_TODAY_FIVE" + } + ] + }, + { + "heading": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_THREE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_NATIONAL_POPULATION_COVERED", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_POPULATION_COVERED_TODAY", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERED_TODAY_ONE" + } + ] + }, + { + "heading": "DSS_CALCULATION_NATIONAL_TOTAL_POPULATION_COVERED", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_POPULATION_COVERED_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_POPULATION_COVERED_TWO" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_NATIONAL_BEDNETS_DISTRIBUTED", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_BEDNETS_DISTRIBUTED_TODAY", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_BEDNETS_DISTRIBUTED_TODAY_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_BEDNETS_DISTRIBUTED_TODAY_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_NATIONAL_TOTAL_BEDNETS_DISTRIBUTED", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_BEDNETS_DISTRIBUTED_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_BEDNETS_DISTRIBUTED_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_BEDNETS_DISTRIBUTED_THREE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_THREE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_FOUR" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_THREE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_FOUR" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_FIVE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_NATIONAL_COVERAGE_BY_PROVINCE", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_TOTAL_HOUSEHOLDS_VISITED_THREE" + } + ] + }, + { + "heading": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_THREE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_HOUSEHOLD_COVERAGE_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE", + "cals": [ + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_ONE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_TWO" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_THREE" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_FOUR" + }, + { + "para": "DSS_CALCULATION_NATIONAL_POPULATION_COVERAGE_FIVE" + } + ] + } + ] + } + ] + }, + { + "tabName": "DSS_HEALTH_OVERVIEW", + "cards": [ + { + "cardName": "DSS_CALCULATION_OVERVIEW_DATA_SYNC", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_OVERVIEW_TOTAL_USERS_CREATED", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_USERS_CREATED_ONE" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_TOTAL_USERS_SYNCED_ATLEAST_ONCE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_USERS_SYNCED_ATLEAST_ONCE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_USERS_SYNCED_ATLEAST_ONCE_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_SYNC_RATE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_SYNC_RATE_ONE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_VISITED", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_VISITED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_VISITED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_VISITED_DATE_RANGE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_VISITED_DATE_RANGE_THREE" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_TOTAL_HOUSEHOLDS_VISITED_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_HOUSEHOLDS_VISITED_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_HOUSEHOLDS_VISITED_CUMULATIVE_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_TARGETED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_TARGETED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_TARGETED_DATE_RANGE_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_COVERAGE_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_COVERAGE_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_COVERAGE_CUMULATIVE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_COVERAGE_CUMULATIVE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLDS_COVERAGE_CUMULATIVE_FOUR" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED_DATE_RANGE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED_DATE_RANGE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERED_DATE_RANGE_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_TOTAL_POPULATION_COVERED_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_POPULATION_COVERED_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_POPULATION_COVERED_CUMULATIVE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_POPULATION_COVERED_CUMULATIVE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_POPULATION_COVERED_CUMULATIVE_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_POPULATION_TARGETED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_TARGETED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_TARGETED_DATE_RANGE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_TARGETED_DATE_RANGE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_TARGETED_DATE_RANGE_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERAGE_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERAGE_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERAGE_CUMULATIVE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_POPULATION_COVERAGE_CUMULATIVE_THREE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_BEDNETS_DISTRIBUTED", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_OVERVIEW_BEDNETS_DISTRIBUTED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_DISTRIBUTED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_DISTRIBUTED_DATE_RANGE_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_TOTAL_BEDNETS_DISTRIBUTED_CUMULATIVE_FIVE" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_BEDNETS_TARGETED_DATE_RANGE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_TARGETED_DATE_RANGE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_TARGETED_DATE_RANGE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_TARGETED_DATE_RANGE_THREE" + } + ] + }, + { + "heading": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE", + "cals": [ + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_COVERAGE_CUMULATIVE_FIVE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED", + "calculation": [ + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_BEDNETS_NOT_DELIVERED_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_COMPLAINTS", + "calculation": [ + { + "para": "DSS_CALCULATION_OVERVIEW_COMPLAINTS_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_COMPLAINTS_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_COMPLAINTS_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_COMPLAINTS_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_COMPLAINTS_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING", + "calculation": [ + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_HOUSEHOLD_COVERAGE_RANKING_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY", + "calculation": [ + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_FIVE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_NO_OF_DAYS_TO_LAST_INVENTORY_SIX" + } + ] + }, + { + "cardName": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE", + "calculation": [ + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_ONE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_TWO" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_THREE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_FOUR" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_FIVE" + }, + { + "para": "DSS_CALCULATION_OVERVIEW_OVERALL_CHECKLISTS_COMPLETION_RATE_SIX" + } + ] + } + ] + }, + { + "tabName": "DSS_HEALTH_REGISTRATION_DELIVERY", + "tabOverview": [ + { + "para": "DSS_CALCULATION_REEGISTRATION_AND_DELIVERY_TAB_OVERVIEW_ONE" + }, + { + "para": "DSS_CALCULATION_REEGISTRATION_AND_DELIVERY_TAB_OVERVIEW_TWO" + }, + { + "point": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TAB_OVERVIEW_THREE" + }, + { + "point": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TAB_OVERVIEW_FOUR" + }, + { + "point": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TAB_OVERVIEW_FIVE" + } + ], + "cards": [ + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED", + "calculation": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_POPULATION_COVERED", + "calculation": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_POPULATION_COVERED_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_POPULATION_COVERED_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_POPULATION_COVERED_THREE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_DISTRIBUTED", + "calculation": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_DISTRIBUTED_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_DISTRIBUTED_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_DISTRIBUTED_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_DISTRIBUTED_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_NOT_DELIVERED", + "calculation": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_NOT_DELIVERED_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_NOT_DELIVERED_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_BEDNETS_NOT_DELIVERED_THREE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_MAP", + "calculation": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_MAP_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_MAP_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_HOUSEHOLDS_VISITED_MAP_THREE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_HOUSEHOLD_FIVE" + } + ] + }, + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_FIVE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_POPULATION_SIX" + } + ] + }, + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_TARGET_ACHIEVEMENT_BEDNETS_FIVE" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_HOUSEHOLD_FIVE" + } + ] + }, + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION_FOUR" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_POPULATION_FIVE" + } + ] + }, + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_BEDNETS", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_BEDNETS_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_PLANNED_VS_ACTUAL_PROGRESS_BEDNETS_TWO" + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_BOUNDARY", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_BOUNDARY_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_BOUNDARY_TWO" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_BOUNDARY_THREE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_BOUNDARY_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_DAY", + "cals": [ + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_DAY_ONE" + }, + { + "para": "DSS_CALCULATION_REGISTRATION_AND_DELIVERY_SUMMARY_REPORT_DAY_TWO" + } + ] + } + ] + } + ] + }, + { + "tabName": "DSS_HEALTH_COMPLAINTS", + "tabOverview": [ + { + "para": "DSS_CALCULATION_COMPLAINTS_TAB_OVERVIEW_ONE" + } + ], + "cards": [ + { + "cardName": "DSS_CALCULATION_COMPLAINTS_BY_BOUNDARY", + "calculation": [ + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_BOUNDARY_ONE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_BOUNDARY_TWO" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_BOUNDARY_THREE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_BOUNDARY_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_COMPLAINTS_BY_TYPE", + "calculation": [ + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_ONE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_TWO" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_THREE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_COMPLAINTS_BY_STATUS", + "calculation": [ + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_STATUS_ONE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_STATUS_TWO" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_STATUS_THREE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_STATUS_FOUR" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_STATUS_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR", + "calculation": [ + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_ONE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_TWO" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_THREE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_FOUR" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_FIVE" + }, + { + "para": "DSS_CALCULATION_COMPLAINTS_BY_TYPE_STACKED_BAR_SIX" + } + ] + }, + { + "cardName": "DSS_CALCULATION_BOUNDARY_WISE_SHARE_OF_COMPLAINTS", + "calculation": [ + { + "para": "DSS_CALCULATION_BOUNDARY_WISE_SHARE_OF_COMPLAINTS_ONE" + }, + { + "para": "DSS_CALCULATION_BOUNDARY_WISE_SHARE_OF_COMPLAINTS_TWO" + }, + { + "para": "DSS_CALCULATION_BOUNDARY_WISE_SHARE_OF_COMPLAINTS_THREE" + }, + { + "para": "DSS_CALCULATION_BOUNDARY_WISE_SHARE_OF_COMPLAINTS_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR", + "calculation": [ + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_ONE" + }, + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_TWO" + }, + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_THREE" + }, + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_FOUR" + }, + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_FIVE" + }, + { + "para": "DSS_CALCULATION_AVERAGE_COMPLAINTS_RESOLUTION_TIME_HOURS_BAR_SIX" + } + ] + }, + { + "cardName": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS", + "subCalculation": [ + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_ONE" + } + ], + "nestedCalculation": [ + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_BOUNDARY", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_BOUNDARY_ONE" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REGISTERED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REGISTERED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REGISTERED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_RESOLVED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_RESOLVED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_RESOLVED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REJECTED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REJECTED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REJECTED_TWO" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_REJECTED_THREE" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_OPEN", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_OPEN_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_OPEN_TWO" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_BOUNDARY_TOGGLE_OPEN_THREE" + } + ] + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_ONE" + } + ], + "nestedCalculation": [ + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_DATE", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_DATE_ONE" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REGISTERED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REGISTERED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REGISTERED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_RESOLVED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_RESOLVED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_RESOLVED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REJECTED", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REJECTED_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_REJECTED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_OPEN", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_OPEN_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_TOTAL_COMPLAINTS_DAY_TOGGLE_OPEN_TWO" + } + ] + } + ] + } + ] + }, + { + "cardName": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS", + "calculation": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_TWO" + } + ], + "subCalculation": [ + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_BOUNDARY", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_BOUNDARY_ONE" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_HOURS", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_HOURS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_HOURS_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_TO_TWELVE_HOURS", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_TO_TWELVE_HOURS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_SIX_TO_TWELVE_HOURS_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWELVE_TO_TWENTY_FOUR_HOURS", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWELVE_TO_TWENTY_FOUR_HOURS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWELVE_TO_TWENTY_FOUR_HOURS_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWENTY_FOUR_FOURTY_EIGHT_HOURS", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWENTY_FOUR_FOURTY_EIGHT_HOURS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_TWENTY_FOUR_FOURTY_EIGHT_HOURS_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_FOURTY_EIGHT_HOURS", + "cals": [ + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_FOURTY_EIGHT_HOURS_ONE" + }, + { + "para": "DSS_CALCULATION_SUMMARY_REPORT_OPEN_COMPLAINTS_OPEN_SINCE_FOURTY_EIGHT_HOURS_TWO" + } + ] + } + ] + } + ] + }, + { + "tabName": "DSS_HEALTH_INVENTORY", + "tabOverview": [ + { + "para": "DSS_CALCULATION_INVENTORY_TAB_OVERVIEW_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_TAB_OVERVIEW_TWO" + } + ], + "cards": [ + { + "cardName": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY", + "calculation": [ + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_POINTS_HEADING" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_POINT_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_POINT_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_POINT_THREE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_POINT_FOUR" + }, + { + "para": "DSS_CALCULATION_INVENTORY_NO_OF_DAYS_TO_LAST_INTVENTORY_THREE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_INVENTORY_STOCK_IN_HAND", + "calculation": [ + { + "para": "DSS_CALCULATION_INVENTORY_STOCK_IN_HAND_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_STOCK_IN_HAND_POINT_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_STOCK_IN_HAND_POINT_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_STOCK_IN_HAND_TWO" + } + ] + }, + { + "cardName": "DSS_CALCULATION_INVENTORY_WAREHOUSE_DISTRIBUTION", + "calculation": [ + { + "para": "DSS_CALCULATION_INVENTORY_WAREHOUSE_DISTRIBUTION_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_WAREHOUSE_DISTRIBUTION_TWO" + }, + { + "point": "DSS_CALCULATION_INVENTORY_WAREHOUSE_DISTRIBUTION_THREE" + }, + { + "point": "DSS_CALCULATION_INVENTORY_WAREHOUSE_DISTRIBUTION_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT", + "calculation": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_TWO" + } + ], + "subCalculation": [ + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_BOUNDARY_NAME", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_BOUNDARY_NAME_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_BOUNDARY_NAME_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_TO_RECEIVE_AS_PER_MICROPLAN", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_TO_RECEIVE_AS_PER_MICROPLAN_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_TO_RECEIVE_AS_PER_MICROPLAN_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_TO_RECEIVE_AS_PER_MICROPLAN_THREE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_TO_RECEIVE_AS_PER_MICROPLAN_FOUR" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RECEIVED", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RECEIVED_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RECEIVED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_DISTRIBUTED", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_DISTRIBUTED_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_DISTRIBUTED_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RETURNED", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RETURNED_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RETURNED_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_RETURNED_THREE" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_IN_STOCK", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_IN_STOCK_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_NETS_IN_STOCK_TWO" + } + ] + }, + { + "heading": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_DAYS_TO_LAST", + "cals": [ + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_DAYS_TO_LAST_ONE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_DAYS_TO_LAST_TWO" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_DAYS_TO_LAST_THREE" + }, + { + "para": "DSS_CALCULATION_INVENTORY_SUMMARY_REPORT_DAYS_TO_LAST_FOUR" + } + ] + } + ] + } + ] + }, + { + "tabName": "DSS_HEALTH_SUPERVISION", + "tabOverview": [ + { + "para": "DSS_CALCULATION_SUPERVISION_TAB_OVERVIEW_ONE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_TAB_OVERVIEW_TWO" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_TAB_OVERVIEW_THREE" + } + ], + "cards": [ + { + "cardName": "DSS_CALCULATION_SUPERVISION_NATIONAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE", + "calculation": [ + { + "para": "DSS_CALCULATION_SUPERVISION_NATIONAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_ONE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_NATIONAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_TWO" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_NATIONAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_THREE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_NATIONAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_FOUR" + } + ] + }, + { + "cardName": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE", + "calculation": [ + { + "para": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_ONE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_TWO" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_THREE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_FOUR" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_PROVINCIAL_SUPERVISORS_CHECKLIST_COMPLETION_RATE_FIVE" + } + ] + }, + { + "cardName": "DSS_CALCULATION_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLIST_COMPLETION_RATE", + "calculation": [ + { + "para": "DSS_CALCULATION_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLIST_COMPLETION_RATE_ONE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLIST_COMPLETION_RATE_TWO" + }, + { + "point": "DSS_CALCULATION_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLIST_COMPLETION_RATE_POINT_ONE" + }, + { + "point": "DSS_CALCULATION_SUPERVISION_DISTRICT_SUPERVISORS_CHECKLIST_COMPLETION_RATE_POINT_TWO" + } + ] + }, + { + "cardName": "DSS_CALCULATION_SUPERVISION_DATA_SYNC", + "calculation": [ + { + "para": "DSS_CALCULATION_SUPERVISION_DATA_SYNC_ONE" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_DATA_SYNC_TWO" + }, + { + "para": "DSS_CALCULATION_SUPERVISION_DATA_SYNC_THREE" + } + ] + } + ] + } + ] + } + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.FAQs.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.FAQs.json new file mode 100644 index 0000000..9c6cb06 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.FAQs.json @@ -0,0 +1,279 @@ +[ + { + "DSS": { + "FAQs": [ + { + "question": "DSS_FAQ_QUES_ONE_VARIOUS_ACRYNOMS_DSS_STAND", + "answer": [ + { + "ans": "DSS_FAQ_ACRYNOMS_LISTED_BELOW" + } + ], + "acrynom": [ + { + "acr": "DSS_FAQ_#", + "fullForm": "DSS_FAQ_NUMBER" + }, + { + "acr": "DSS_FAQ_%", + "fullForm": "DSS_FAQ_PERCENTAGE" + },{ + "acr": "DSS_FAQ_HH", + "fullForm": "DSS_FAQ_HOUSEHOLD" + },{ + "acr": "DSS_FAQ_FLW", + "fullForm": "DSS_FAQ_FIELD_LEVEL_WORKERS" + },{ + "acr": "DSS_FAQ_AP", + "fullForm": "DSS_FAQ_ADMINISTRATIVE_POST" + } + + ] + }, + { + "question": "DSS_FAQ_QUES_TWO_CAMPAIGN_LEVEL_USER_VIEW", + "answer": [ + { + "ans": "DSS_FAQ_ANS_CAMPAIGN_LEVEL_USER_VIEW" + } + ], + "nestedAnswer": [ + [ + { + "ans": "DSS_FAQ_NATIONAL_USER" + }, + { + "point": "DSS_FAQ_NATIONAL_ACCESS_TO_NATIONAL" + }, + { + "point": "DSS_FAQ_NATIONAL_ABILITY_TO_VIEW" + }, + { + "point": "DSS_FAQ_NATIONAL_VIEW_DISTRICT" + }, + { + "point": "DSS_FAQ_NATIONAL_CAN_DRILL_DOWN" + } + ], + [ + { + "ans": "DSS_FAQ_PROVINCIAL_USER" + }, + { + "point": "DSS_FAQ_PROVINCIAL_NO_ACCESS_TO_NATIONAL" + }, + { + "point": "DSS_FAQ_PROVINCIAL_LANDS_ON_PROVINCE" + }, + { + "point": "DSS_FAQ_PROVINCIAL_CAN_VIEW_DISTRICT" + } + ], + [ + { + "ans": "DSS_FAQ_DISTRICT_USER_ROLE" + }, + { + "point": "DSS_FAQ_DISTRICT_NO_ACCESS_TO_NATIONAL" + }, + { + "point": "DSS_FAQ_DISTRICT_CAN_ONLY_KPI" + }, + { + "point": "DSS_FAQ_DISTRICT_CAN_DRILL_DOWN" + } + ] + ] + }, + { + "question": "DSS_FAQ_QUES_THREE_SEE_TOTAL_NUMBER_OF_TEAMS", + "answer": [ + { + "ans": "DSS_FAQ_ANS_SEE_TOTAL_NUMBER_OF_TEAMS" + }, + { + "point": "DSS_FAQ_ACCESS_TO_OVERVIEW_SECTION" + }, + { + "point": "DSS_FAQ_LOOK_FOR_DATA_SYNC" + }, + { + "point": "DSS_FAQ_TOTAL_USER_CREATED_COUNT" + } + ] + }, + { + "question": "DSS_FAQ_QUES_FOUR_NATIONAL_USER_VIEW_TOTAL_HOUSEHOLD", + "answer": [ + { + "ans": "DSS_FAQ_ANS_NATIONAL_USER_VIEW_TOTAL_HOUSEHOLD" + }, + { + "point": "DSS_FAQ_HOUSEHOLD_LOGIN_TO_DASHBOARD" + }, + { + "point": "DSS_FAQ_HOUSEHOLD_NAVIGATE" + }, + { + "point": "DSS_FAQ_TOTAL_HOUSEHOLD_VISITED_DATA" + } + ] + }, + { + "question": "DSS_FAQ_QUES_FIVE_NATIONAL_USER_VIEW_TOTAL_BEDNETS", + "answer": [ + { + "ans": "DSS_FAQ_ANS_NATIONAL_USER_VIEW_TOTAL_BEDNETS" + }, + { + "point": "DSS_FAQ_LOGIN_TO_DASHBOARD" + }, + { + "point": "DSS_FAQ_USER_WILL_BE_DIRECTED" + }, + { + "point": "DSS_FAQ_TOP_BEDNETS_CARD" + }, + { + "point": "DSS_FAQ_TOTAL_METRICS_DISTRIBUTED_METRIC" + } + ] + }, + { + "question": "DSS_FAQ_QUES_SIX_VIEW_DASHBOARD_DATA_SYNCED", + "answer": [ + { + "ans": "DSS_FAQ_ANS_VIEW_DASHBOARD_DATA_SYNCED" + }, + { + "point": "DSS_FAQ_GO_TO_PROVINCE" + }, + { + "point": "DSS_FAQ_SELECT_THE_OVERVIEW" + }, + { + "point": "DSS_FAQ_LOOK_FOR_DATA_SYNC" + }, + { + "point": "DSS_FAQ_SYNC_RATE_METRIC" + }, + { + "point": "DSS_FAQ_SYNC_RATE_SHOWS_PROPORTION" + } + ] + }, + { + "question": "DSS_FAQ_QUES_SEVEN_QUES_SEE_POPULATION_COVERED", + "answer":[ + { + "ans": "DSS_FAQ_ANS_SEE_POPULATION_COVERED" + } + ], + "nestedAnswer": [ + [ + { + "ans": "DSS_FAQ_NATIONAL_OR_PROVINCIAL" + }, + { + "point": "DSS_FAQ_NAVIGATE_TO_PROVINCE" + }, + { + "point": "DSS_FAQ_CLICK_ON_REGISTRATION_DELIVERY" + }, + { + "point": "DSS_FAQ_VIEW_POPULATION_COVERAGE" + }, + { + "point": "DSS_FAQ_BAR_GRAPH_LISTS_ALL_DISTRICTS" + }, + { + "point": "DSS_FAQ_BAR_GRAPH_SHOWS_COUNT" + } + ], + [ + { + "ans" : "DSS_FAQ_DISTRICT_USER" + }, + { + "point": "DSS_FAQ_NAVIGATE_TO_DASHBOARD" + }, + { + "point": "DSS_FAQ_OVERVIEW_SECTION" + }, + { + "point": "DSS_FAQ_POPULATION_COVERED_METRIC" + } + ] + ] + }, + { + "question": "DSS_FAQ_QUES_EIGHT_HOW_CAN_I_DRILL_DOWN", + "answer":[ + { + "ans": "DSS_FAQ_TO_DRILL_DOWN_BOUNDARY" + }, + { + "ans": "DSS_FAQ_TO_USER_CAN_NAVIGATE" + } + ] + }, + { + "question": "DSS_FAQ_QUES_NINE_VIEW_VALUES_ON_GRAPH", + "answer":[ + { + "point": "DSS_FAQ_VIEW_VALUES_ON_LINE" + }, + { + "point": "DSS_FAQ_VIEW_VALUES_ON_PIE" + } + ] + }, + { + "question": "DSS_FAQ_QUES_TEN_DOWNLOAD_DASHBOARD", + "answer": [ + { + "ans": "DSS_FAQ_STEPS_TO_DOWNLOAD" + }, + { + "point": "DSS_FAQ_TO_DOWNLOAD_ENTIRE_PAGE" + }, + { + "point": "DSS_FAQ_TO_SHARE_ENTIRE_PAGE" + }, + { + "point": "DSS_FAQ_TO_DOWNLOAD_INDIVIDUAL_CARD" + } + ] + }, + { + "question": "DSS_FAQ_QUES_ELEVEN_HH_VIEW_COVERAGE_RANKING", + "answer":[ + { + "ans": "DSS_FAQ_VIEW_COMPARE_COVERAGE" + } + ] + }, + { + "question": "DSS_FAQ_QUES_TWELVE_VIEW_LIST_OF_PROVINCES", + "answer":[ + { + "ans": "DSS_FAQ_ANS_LIST_OF_PROVINCES" + }, + { + "ans": "DSS_FAQ_PROVINCIAL_DISTRICT_ACCESS_NATIONAL" + } + ] + }, + { + "question": "DSS_FAQ_QUES_THIRTEEN_FIND_DEFINITION_OF_KPI", + "answer":[ + { + "ans": "DSS_FAQ_ANS_DEFINITION_OF_KPI" + } + ] + } + ] + } + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.dashboard-config.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.dashboard-config.json new file mode 100644 index 0000000..aa8c4df --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/dss-dashboard.dashboard-config.json @@ -0,0 +1,22 @@ +[ + { + "MODULE_LEVEL": [{ "dashboard": null }], + "SERVICES": [], + "MAP_CONFIG": [], + "CHART_COLOR_CODE": [ + "#35a2eb", + "#f19c56", + "#4c76c7", + "#ff6384", + "#FFC107", + "#009688", + "#9C27B0", + "#4CAF50", + "#99d4fa", + "#179cf4", + "#1d9cf4", + "#1sacq4", + "#1gvcf4" + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CampaignAssignmentFieldsConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CampaignAssignmentFieldsConfig.json new file mode 100644 index 0000000..f3355f7 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CampaignAssignmentFieldsConfig.json @@ -0,0 +1,13 @@ +[ + { + "head": "HR_CAMPAIGN_ASSIGNMENT_HEADER", + "body": [ + { + "type": "component", + "component": "CampaignsAssignment", + "key": "CampaignsAssignment", + "withoutLabel": true + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CommonFieldsConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CommonFieldsConfig.json new file mode 100644 index 0000000..19697d7 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.CommonFieldsConfig.json @@ -0,0 +1,95 @@ +[ + { + "head": "HR_LOGIN_DETAILS_HEADER", + "body": [ + { + "type": "component", + "component": "SelectEmployeeId", + "key": "SelectEmployeeId", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeePassword", + "key": "SelectEmployeePassword", + "withoutLabel": true + } + ] + }, + { + "head": "HR_PERSONAL_DETAILS_HEADER", + "body": [ + { + "type": "component", + "component": "SelectEmployeeName", + "key": "SelectEmployeeName", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeePhoneNumber", + "key": "SelectEmployeePhoneNumber", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeGender", + "key": "SelectEmployeeGender", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectDateofBirthEmployment", + "key": "SelectDateofBirthEmployment", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeEmailId", + "key": "SelectEmployeeEmailId", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeCorrespondenceAddress", + "key": "SelectEmployeeCorrespondenceAddress", + "withoutLabel": true + } + ] + }, + { + "head": "HR_NEW_EMPLOYEE_FORM_HEADER", + "body": [ + { + "type": "component", + "component": "SelectEmployeeType", + "key": "SelectEmployeeType", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectDateofEmployment", + "key": "SelectDateofEmployment", + "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeDepartment", + "key": "SelectEmployeeDepartment", + "withoutLabel": true + } + ] + }, + { + "head": "HR_JURISDICTION_DETAILS_HEADER", + "body": [ + { + "type": "component", + "isMandatory": true, + "component": "Jurisdictions", + "key": "Jurisdictions", + "withoutLabel": true + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.DeactivationReason.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.DeactivationReason.json new file mode 100644 index 0000000..5e737f8 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.DeactivationReason.json @@ -0,0 +1,10 @@ + [ + { + "code": "OTHERS", + "active": true + }, + { + "code": "ORDERBYCOMMISSIONER", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Degree.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Degree.json new file mode 100644 index 0000000..57aab2b --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Degree.json @@ -0,0 +1,42 @@ + [ + { + "code": "MATRICULATION", + "active": true + }, + { + "code": "10+2/EQUIVALENTDIPLOMA", + "active": true + }, + { + "code": "B.A/B.SC./B.COM/BBA", + "active": true + }, + { + "code": "LLB/LLM", + "active": true + }, + { + "code": "B.E/B.TECH.", + "active": true + }, + { + "code": "M.A/M.COM./M.SC.", + "active": true + }, + { + "code": "M.E/M.TECH.", + "active": true + }, + { + "code": "MBA/PGDM", + "active": true + }, + { + "code": "DOCTORATE", + "active": true + }, + { + "code": "OTHER", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeDepartment.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeDepartment.json new file mode 100644 index 0000000..5a915e2 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeDepartment.json @@ -0,0 +1,18 @@ +[ + { + "code": "NMCP", + "active": true + }, + { + "code": "TECH", + "active": true + }, + { + "code": "WAREHOUSE", + "active": true + }, + { + "code": "ADM", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeStatus.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeStatus.json new file mode 100644 index 0000000..fe78d05 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeStatus.json @@ -0,0 +1,10 @@ +[ + { + "code": "ACTIVE", + "active": true + }, + { + "code": "INACTIVE", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeType.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeType.json new file mode 100644 index 0000000..ad5a127 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmployeeType.json @@ -0,0 +1,22 @@ +[ + { + "code": "PERMANENT", + "active": true + }, + { + "code": "TEMPORARY", + "active": true + }, + { + "code": "DAILYWAGES", + "active": true + }, + { + "code": "CONTRACT", + "active": true + }, + { + "code": "DEPUTATION", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmploymentTest.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmploymentTest.json new file mode 100644 index 0000000..9e7aa6b --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.EmploymentTest.json @@ -0,0 +1,14 @@ +[ + { + "code": "PRELIMS", + "active": true + }, + { + "code": "APTITUDETEST", + "active": true + }, + { + "code": "MAINS", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Specalization.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Specalization.json new file mode 100644 index 0000000..581c9fb --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/egov-hrms.Specalization.json @@ -0,0 +1,10 @@ + [ + { + "code": "ARTS", + "active": true + }, + { + "code": "SCIENCE", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/module-version.ROW_VERSIONS.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/module-version.ROW_VERSIONS.json new file mode 100644 index 0000000..4e444a6 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/module-version.ROW_VERSIONS.json @@ -0,0 +1,14 @@ +[ + { + "module": "HCM-SERVICE-REGISTRY", + "version": "0.1" + }, + { + "module": "egov-location", + "version": "0.2" + }, + { + "module": "HCM-FIELD-APP-CONFIG", + "version": "0.1" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.citymodule.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.citymodule.json new file mode 100644 index 0000000..07e7396 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.citymodule.json @@ -0,0 +1,63 @@ + [ + { + "module": "DSS", + "code": "DSS", + "active": true, + "order": 1, + "tenants": [ + { + "code": "mz" + } + ] + }, + { + "module": "PGR", + "code": "PGR", + "active": true, + "order": 2, + "tenants": [ + { + "code": "mz" + } + ] + }, + { + "module": "HRMS", + "code": "HRMS", + "active": true, + "order": 3, + "tenants": [ + { + "code": "mz" + } + ] + }, + { + "module": "Workbench", + "code": "Workbench", + "active": true, + "order": 13, + "tenants": [ + { + "code": "pb.jalandhar" + }, + { + "code": "pb.nawanshahr" + }, + { + "code": "pb.amritsar" + } + ] + }, + { + "module": "HCMWORKBENCH", + "code": "HCMWORKBENCH", + "active": true, + "order": 14, + "tenants": [ + { + "code": "mz" + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.tenants.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.tenants.json new file mode 100644 index 0000000..e7583fb --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/tenant.tenants.json @@ -0,0 +1,32 @@ +[ + { + "code": "mz", + "name": "mz Corportation", + "description": "mz Corportation", + "logoId": "https://raw.githubusercontent.com/egovernments/egov-web-app/rainmaker-v1-dynamic-state/web/rainmaker/packages/assets/images/kar/state-images/250px-Seal_of_Karnataka.svg.png", + "imageId": "", + "domainUrl": null, + "type": "CITY", + "twitterUrl": null, + "facebookUrl": null, + "emailId": null, + "integrateProjectService": true, + "city": { + "name": "mz Corporation", + "localName": null, + "districtCode": "KC", + "districtName": "KC1", + "regionName": "KC-Region", + "ulbGrade": "KC1", + "longitude": 78.02439864, + "latitude": 15.82223689, + "shapeFileLocation": null, + "captcha": null, + "code": "defa", + "ddrName": "mz-DDR" + }, + "address": null, + "contactNumber": "9980770587", + "helpLineNumber": "9980770587" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/adminschema.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/adminschema.json new file mode 100644 index 0000000..4cab220 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/adminschema.json @@ -0,0 +1,344 @@ +[ + { + "id": "0f05873e-dafa-4d2a-8a30-af6eaf5fdad9", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "boundaryWithTarget.MR-DN", + "data": { + "title": "boundaryWithTarget", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "type": "number", + "maximum": 100000000, + "minimum": 0, + "isRequired": true, + "multipleOf": 1, + "description": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)", + "orderNumber": 2 + }, + { + "name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "type": "number", + "maximum": 100000000, + "minimum": 0, + "isRequired": true, + "multipleOf": 1, + "description": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)", + "orderNumber": 3 + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "type": "string", + "isRequired": true, + "description": "Boundary Code", + "orderNumber": 1, + "freezeColumn": true + } + ] + }, + "campaignType": "MR-DN" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754627229, + "lastModifiedTime": 1718363958089 + } + }, + { + "id": "063deacb-3a49-4c48-951d-1a85808f1992", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "boundaryWithTarget.LLIN-mz", + "data": { + "title": "boundaryWithTarget", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_TARGET", + "type": "number", + "maximum": 100000000, + "minimum": 1, + "isRequired": true, + "multipleOf": 1, + "description": "Target at the Selected Boundary Level", + "orderNumber": 1 + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "type": "string", + "isRequired": true, + "description": "Boundary Code", + "orderNumber": 1, + "freezeColumn": true + } + ] + }, + "campaignType": "LLIN-mz" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754618163, + "lastModifiedTime": 1718364033783 + } + }, + { + "id": "94567c84-693b-47bc-b597-523d69d43727", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "boundary.LLIN-mz", + "data": { + "title": "boundary", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_TARGET", + "type": "number", + "isRequired": true, + "description": "Target at the Selected Boundary Level", + "orderNumber": 2 + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "type": "string", + "isRequired": true, + "description": "Boundary Code", + "orderNumber": 1, + "freezeColumn": true + } + ] + }, + "campaignType": "LLIN-mz" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754609934, + "lastModifiedTime": 1718093387598 + } + }, + { + "id": "e322083b-7b7f-4fb5-929f-185d8f084d97", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "boundary.MR-DN", + "data": { + "title": "boundary", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_3_TO_11", + "type": "number", + "isRequired": true, + "description": "Target at village level - Age 3 to 11 Months (Mandatory and to be entered by the user)", + "orderNumber": 2 + }, + { + "name": "HCM_ADMIN_CONSOLE_TARGET_SMC_AGE_12_TO_59", + "type": "number", + "isRequired": true, + "description": "Target at village level - Age 12 to 59 Months (Mandatory and to be entered by the user)", + "orderNumber": 3 + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE", + "type": "string", + "isRequired": true, + "description": "Boundary Code", + "orderNumber": 1, + "freezeColumn": true + } + ] + }, + "campaignType": "MR-DN" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754601229, + "lastModifiedTime": 1718093290201 + } + }, + { + "id": "b0b867d7-93cd-43e8-b61b-292e8a185e35", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "facility.all", + "data": { + "title": "facility", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "enumProperties": [ + { + "enum": [ + "Warehouse", + "Health Facility", + "Storing Resource" + ], + "name": "HCM_ADMIN_CONSOLE_FACILITY_TYPE", + "isRequired": true, + "description": "Facility type", + "orderNumber": 2 + }, + { + "enum": [ + "Temporary", + "Permanent" + ], + "name": "HCM_ADMIN_CONSOLE_FACILITY_STATUS", + "isRequired": true, + "description": "Facility status", + "orderNumber": 3 + }, + { + "enum": [ + "Active", + "Inactive" + ], + "name": "HCM_ADMIN_CONSOLE_FACILITY_USAGE", + "isRequired": true, + "description": "Facility usage", + "orderNumber": 6 + } + ], + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY", + "type": "number", + "maximum": 100000000, + "minimum": 1, + "isRequired": true, + "description": "Camapcity", + "orderNumber": 4, + "errorMessage": "HCM_ADMIN_CONSOLE_FACILITY_CAPACITY_ERROR" + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_FACILITY_NAME", + "type": "string", + "isUnique": true, + "maxLength": 2000, + "minLength": 1, + "isRequired": true, + "description": "Facility Name", + "orderNumber": 1 + }, + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY", + "type": "string", + "isRequired": true, + "description": "Boundary Code", + "orderNumber": 5, + "errorMessage": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY_ERROR" + } + ] + }, + "campaignType": "all" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754388464, + "lastModifiedTime": 1718274425188 + } + }, + { + "id": "2005d578-6274-47da-a88e-93044c2e2320", + "tenantId": "mz", + "schemaCode": "HCM-ADMIN-CONSOLE.adminSchema", + "uniqueIdentifier": "user.all", + "data": { + "title": "user", + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "enumProperties": [ + { + "enum": [ + "Registrar", + "Distributor", + "Supervisor", + "Help Desk", + "Monitor Local", + "Logistical officer" + ], + "name": "HCM_ADMIN_CONSOLE_USER_ROLE", + "isRequired": true, + "description": "User Role", + "orderNumber": 3 + }, + { + "enum": [ + "Temporary", + "Permanent" + ], + "name": "HCM_ADMIN_CONSOLE_USER_EMPLOYMENT_TYPE", + "isRequired": true, + "description": "Employement Type", + "orderNumber": 4 + } + ], + "numberProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER", + "type": "number", + "maximum": 9999999999, + "minimum": 1000000000, + "isUnique": true, + "isRequired": true, + "description": "Phone Number", + "orderNumber": 2, + "errorMessage": "HCM_ADMIN_CONSOLE_USER_PHONE_NUMBER_ERROR" + } + ], + "stringProperties": [ + { + "name": "HCM_ADMIN_CONSOLE_USER_NAME", + "type": "string", + "maxLength": 128, + "minLength": 2, + "isRequired": true, + "description": "User Name", + "orderNumber": 1 + }, + { + "name": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY", + "type": "string", + "isRequired": true, + "description": "Boundary Code (Mandatory)", + "orderNumber": 5, + "errorMessage": "HCM_ADMIN_CONSOLE_BOUNDARY_CODE_MANDATORY_ERROR" + } + ] + }, + "campaignType": "all" + }, + "isActive": true, + "auditDetails": { + "createdBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "lastModifiedBy": "8b110055-330f-4e7b-b4c0-f618f29b9d47", + "createdTime": 1717754171827, + "lastModifiedTime": 1718602023079 + } + } +] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/attributeConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/attributeConfig.json new file mode 100644 index 0000000..8a10fb8 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/attributeConfig.json @@ -0,0 +1,22 @@ +[ + { + "key": 1, + "code": "Age", + "i18nKey": "CAMPAIGN_ATTRIBUTE_AGE" + }, + { + "key": 2, + "code": "Height", + "i18nKey": "CAMPAIGN_ATTRIBUTE_HEIGHT" + }, + { + "key": 3, + "code": "Weight", + "i18nKey": "CAMPAIGN_ATTRIBUTE_WEIGHT" + }, + { + "key": 4, + "code": "Gender", + "i18nKey": "CAMPAIGN_ATTRIBUTE_GENDER" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/basetimeout.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/basetimeout.json new file mode 100644 index 0000000..d1bcf27 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/basetimeout.json @@ -0,0 +1,4 @@ +[ { + "baseTimeOut": 50, + "maxTime": 2500 + }] \ No newline at end of file diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryConfig.json new file mode 100644 index 0000000..6b2816e --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryConfig.json @@ -0,0 +1,215 @@ +[ + { + "cycleConfig": { + "cycle": 4, + "deliveries": 3 + }, + "projectType": "MR-DN", + "attrAddDisable": false, + "deliveryConfig": [ + { + "delivery": 1, + "conditionConfig": [ + { + "deliveryType": "DIRECT", + "disableDeliveryType": true, + "productConfig": [ + { + "key": 1, + "name": "SP - 250mg", + "count": 1, + "value": "PVAR-2024-05-29-000068" + }, + { + "key": 1, + "name": "AQ - 75mg", + "count": 1, + "value": "PVAR-2024-05-29-000067" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 11, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 3, + "operatorValue": "IN_BETWEEN" + } + ] + }, + { + "deliveryType": "DIRECT", + "disableDeliveryType": true, + "productConfig": [ + { + "key": 1, + "name": "A.Q - 150mg", + "count": 1, + "value": "PVAR-2024-05-29-000069" + }, + { + "key": 1, + "name": "S.P - 500mg", + "count": 1, + "value": "PVAR-2024-05-29-000070" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 59, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 12, + "operatorValue": "IN_BETWEEN" + } + ] + } + ] + }, + { + "delivery": 2, + "conditionConfig": [ + { + "deliveryType": "INDIRECT", + "productConfig": [ + { + "key": 1, + "name": "AQ - 75mg", + "count": 1, + "value": "PVAR-2024-05-29-000067" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 11, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 3, + "operatorValue": "IN_BETWEEN" + } + ] + }, + { + "deliveryType": "INDIRECT", + "productConfig": [ + { + "key": 1, + "name": "A.Q - 150mg", + "count": 1, + "value": "PVAR-2024-05-29-000069" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 59, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 12, + "operatorValue": "IN_BETWEEN" + } + ] + } + ] + }, + { + "delivery": 3, + "conditionConfig": [ + { + "deliveryType": "INDIRECT", + "productConfig": [ + { + "key": 1, + "name": "AQ - 75mg", + "count": 1, + "value": "PVAR-2024-05-29-000067" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 11, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 3, + "operatorValue": "IN_BETWEEN" + } + ] + }, + { + "deliveryType": "INDIRECT", + "productConfig": [ + { + "key": 1, + "name": "A.Q - 150mg", + "count": 1, + "value": "PVAR-2024-05-29-000069" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "toValue": 59, + "attrType": "dropdown", + "attrValue": "Age", + "fromValue": 12, + "operatorValue": "IN_BETWEEN" + } + ] + } + ] + } + ], + "customAttribute": true, + "deliveryAddDisable": false +}, +{ + "cycleConfig": { + "cycle": 1, + "deliveries": 1 + }, + "projectType": "LLIN-mz", + "attrAddDisable": true, + "deliveryConfig": [ + { + "productConfig": [ + { + "key": 1, + "name": "LLIN Bednet - Large", + "count": 1, + "value": "PVAR-2024-05-29-000073" + } + ], + "attributeConfig": [ + { + "key": 1, + "label": "Custom", + "value": 1.8, + "attrType": "text", + "attrValue": "CAMPAIGN_BEDNET_INDIVIDUAL_LABEL", + "operatorValue": "EQUAL_TO" + }, + { + "key": 2, + "label": "Custom", + "value": 3, + "attrType": "text", + "attrValue": "CAMPAIGN_BEDNET_HOUSEHOLD_LABEL", + "operatorValue": "LESS_THAN_EQUAL_TO" + } + ] + } + ], + "customAttribute": true, + "deliveryAddDisable": true +} +] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryTypeConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryTypeConfig.json new file mode 100644 index 0000000..e175c3e --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/deliveryTypeConfig.json @@ -0,0 +1,10 @@ +[ + { + "key": 1, + "code": "DIRECT" + }, + { + "key": 2, + "code": "INDIRECT" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/hierarchyConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/hierarchyConfig.json new file mode 100644 index 0000000..45acc68 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/hierarchyConfig.json @@ -0,0 +1,5 @@ +[ { + "hierarchy": "ADMIN", + "lowestHierarchy": "Posto Administrativo" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/mailConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/mailConfig.json new file mode 100644 index 0000000..8a69ac2 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/mailConfig.json @@ -0,0 +1,5 @@ +[ + { + "mailId": "L1team@email.com" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/operatorConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/operatorConfig.json new file mode 100644 index 0000000..e134fb1 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/operatorConfig.json @@ -0,0 +1,26 @@ +[ + { + "key": 1, + "code": "LESS_THAN" + }, + { + "key": 2, + "code": "GREATER_THAN" + }, + { + "key": 3, + "code": "IN_BETWEEN" + }, + { + "key": 4, + "code": "EQUAL_TO" + }, + { + "key": 5, + "code": "GREATER_THAN_EQUAL_TO" + }, + { + "key": 6, + "code": "LESS_THAN_EQUAL_TO" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/productType.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/productType.json new file mode 100644 index 0000000..c489387 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/productType.json @@ -0,0 +1,14 @@ +[ + { + "key": 1, + "code": "BEDNET" + }, + { + "key": 2, + "code": "TABLET" + }, + { + "key": 3, + "code": "TONIC" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/readMeConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/readMeConfig.json new file mode 100644 index 0000000..585cf7e --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/HCM Admin Console/readMeConfig.json @@ -0,0 +1,205 @@ + [ + { + "type": "facilityWithBoundary", + "texts": [ + { + "header": "FACILITYWITHBOUNDARY_README_HEADER_1", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_1", + "isStepRequired": true + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_1_DESC_2", + "isStepRequired": true + } + ] + }, + { + "header": "FACILITYWITHBOUNDARY_README_HEADER_2", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_1", + "isStepRequired": true + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_2", + "isStepRequired": true + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_3", + "isStepRequired": true + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_4", + "isStepRequired": true + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_5", + "isStepRequired": false + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_6", + "isStepRequired": false + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_2_DESC_7", + "isStepRequired": false + } + ] + }, + { + "header": "FACILITYWITHBOUNDARY_README_HEADER_3", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_1", + "isStepRequired": false + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_2", + "isStepRequired": false + }, + { + "text": "FACILITYWITHBOUNDARY_README_HEADER_3_DESC_3", + "isStepRequired": false + } + ] + } + ] + }, + { + "type": "userWithBoundary", + "texts": [ + { + "header": "USERWITHBOUNDARY_README_HEADER_1", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "USERWITHBOUNDARY_README_HEADER_1_DESC_1", + "isStepRequired": true + }, + { + "text": "USERWITHBOUNDARY_README_HEADER_1_DESC_2", + "isStepRequired": true + } + ] + }, + { + "header": "USERWITHBOUNDARY_README_HEADER_2", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "USERWITHBOUNDARY_README_HEADER_2_DESC_1", + "isStepRequired": true + }, + { + "text": "USERWITHBOUNDARY_README_HEADER_2_DESC_2", + "isStepRequired": true + }, + { + "text": "USERWITHBOUNDARY_README_HEADER_2_DESC_3", + "isStepRequired": true + }, + { + "text": "USERWITHBOUNDARY_README_HEADER_2_DESC_4", + "isStepRequired": true + } + ] + }, + { + "header": "USERWITHBOUNDARY_README_HEADER_3", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "USERWITHBOUNDARY_README_HEADER_3_DESC_1", + "isStepRequired": false + }, + { + "text": "USERWITHBOUNDARY_README_HEADER_3_DESC_2", + "isStepRequired": false + } + ] + } + ] + }, + { + "type": "boundary", + "texts": [ + { + "header": "BOUNDARY_README_HEADER_1", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "BOUNDARY_README_HEADER_1_DESC_1", + "isStepRequired": true + }, + { + "text": "BOUNDARY_README_HEADER_1_DESC_2", + "isStepRequired": true + } + ] + }, + { + "header": "BOUNDARY_README_HEADER_2", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "BOUNDARY_README_HEADER_2_DESC_1", + "isStepRequired": true + }, + { + "text": "BOUNDARY_README_HEADER_2_DESC_2", + "isStepRequired": true + }, + { + "text": "BOUNDARY_README_HEADER_2_DESC_3", + "isStepRequired": true + }, + { + "text": "BOUNDARY_README_HEADER_2_DESC_4", + "isStepRequired": true + } + ] + }, + { + "header": "BOUNDARY_README_HEADER_3", + "isHeaderBold": true, + "inSheet": true, + "inUiInfo": true, + "descriptions": [ + { + "text": "BOUNDARY_README_HEADER_3_DESC_1", + "isStepRequired": false + }, + { + "text": "BOUNDARY_README_HEADER_3_DESC_2", + "isStepRequired": false + }, + { + "text": "BOUNDARY_README_HEADER_3_DESC_3", + "isStepRequired": false + } + ] + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Household.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Household.json new file mode 100644 index 0000000..69a370f --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Household.json @@ -0,0 +1,87 @@ +[ + { + "id": "e8ec6ee4-33a3-4cba-817b-d1c26043b224", + "tenantId": "mz", + "schemaCode": "Health.Household", + "uniqueIdentifier": "10", + "data": { + "address": { + "city": "bangalore", + "street": "bangalore", + "pincode": "560095", + "locality": { + "code": "test" + }, + "tenantId": "mz" + }, + "tenantId": "mz", + "rowVersion": 2, + "memberCount": 0, + "additionalFields": { + "fields": [ + { + "key": "34", + "value": "34" + } + ], + "schema": "34", + "version": -6 + }, + "clientReferenceId": "10" + }, + "isActive": true, + "auditDetails": { + "createdBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "lastModifiedBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "createdTime": 1702548259548, + "lastModifiedTime": 1702548259548 + } + }, + { + "id": "dde002e3-449d-41d2-9a6c-1e05265e8fdb", + "tenantId": "mz", + "schemaCode": "Health.Household", + "uniqueIdentifier": "9", + "data": { + "address": { + "city": "kota", + "type": "household", + "doorNo": "0", + "street": "0", + "pincode": "0", + "landmark": "0", + "latitude": 0, + "locality": { + "code": "0" + }, + "tenantId": "mz", + "longitude": 0, + "addressLine1": "0", + "addressLine2": "0", + "buildingName": "0", + "locationAccuracy": 0 + }, + "tenantId": "mz", + "rowVersion": 0, + "memberCount": 2, + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.Household", + "version": 1 + }, + "clientReferenceId": "9" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "createdTime": 1701931600770, + "lastModifiedTime": 1701931600770 + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Product.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Product.json new file mode 100644 index 0000000..27cadff --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Product.json @@ -0,0 +1,64 @@ +[ + { + "id": "14cd8458-13b6-4a4b-bc09-a1e128af69ab", + "tenantId": "mz", + "schemaCode": "Health.Product", + "uniqueIdentifier": "test", + "data": { + "name": "test", + "type": "DRUG", + "tenantId": "mz", + "isDeleted": false, + "rowVersion": 3, + "manufacturer": "NITISH", + "additionalFields": { + "fields": [ + { + "key": "form", + "value": "tablet" + } + ], + "schema": "testieee", + "version": 1 + } + }, + "isActive": true, + "auditDetails": { + "createdBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "lastModifiedBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "createdTime": 1702548719527, + "lastModifiedTime": 1702548719527 + } + }, + { + "id": "39633c58-5a64-4800-abbc-2b27220c6ef9", + "tenantId": "mz", + "schemaCode": "Health.Product", + "uniqueIdentifier": "pcm", + "data": { + "name": "pcm", + "type": "DRUG", + "tenantId": "mz", + "isDeleted": false, + "rowVersion": 1, + "manufacturer": "xvz", + "additionalFields": { + "fields": [ + { + "key": "form", + "value": "tablet" + } + ], + "schema": "test", + "version": 1 + } + }, + "isActive": true, + "auditDetails": { + "createdBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "lastModifiedBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "createdTime": 1702457015213, + "lastModifiedTime": 1702457015213 + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Project.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Project.json new file mode 100644 index 0000000..838d286 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Project.json @@ -0,0 +1,144 @@ +[ + { + "id": "133dbd41-2b57-4c48-b787-2e18848757b4", + "tenantId": "mz", + "schemaCode": "Health.Project", + "uniqueIdentifier": "test2", + "data": { + "name": "test2", + "parent": null, + "address": { + "city": "kota", + "type": "household", + "doorNo": "0", + "street": "0", + "pincode": "0", + "landmark": "0", + "latitude": -12, + "locality": { + "code": "0", + "name": "0", + "label": "0", + "children": null, + "latitude": "0", + "longitude": "0" + }, + "tenantId": "mz", + "longitude": 0, + "addressLine1": "0", + "addressLine2": "0", + "buildingName": "0", + "locationAccuracy": 0 + }, + "endDate": 8, + "targets": [ + { + "target": 9, + "baseline": 9, + "beneficiaryType": "9" + } + ], + "tenantId": "mz", + "documents": [ + null + ], + "startDate": 9, + "department": "9", + "rowVersion": 9, + "description": "9", + "projectType": "9", + "referenceID": "9", + "isTaskEnabled": false, + "projectTypeId": "9", + "projectSubType": "9", + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.ProductVariant", + "version": 0 + } + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "createdTime": 1702039834985, + "lastModifiedTime": 1702039834985 + } + }, + { + "id": "c83fe9f3-3b8c-472a-9107-8bb456cb7558", + "tenantId": "mz", + "schemaCode": "Health.Project", + "uniqueIdentifier": "test1", + "data": { + "name": "test1", + "parent": null, + "address": { + "city": "kota", + "type": "household", + "doorNo": "0", + "street": "0", + "pincode": "0", + "landmark": "0", + "latitude": 0, + "locality": { + "code": "0", + "name": "0", + "label": "0", + "children": null, + "latitude": "0", + "longitude": "0" + }, + "tenantId": "mz", + "longitude": 0, + "addressLine1": "0", + "addressLine2": "0", + "buildingName": "0", + "locationAccuracy": 0 + }, + "endDate": -1, + "targets": [ + { + "target": 8, + "baseline": 5, + "beneficiaryType": "8" + } + ], + "tenantId": "mz", + "documents": [ + null + ], + "startDate": 8, + "department": "8", + "rowVersion": 8, + "description": "8", + "projectType": "8", + "referenceID": "8", + "isTaskEnabled": false, + "projectTypeId": "8", + "projectSubType": "8", + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.Product", + "version": 8 + } + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "createdTime": 1702039391299, + "lastModifiedTime": 1702039391299 + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Projectbeneficiary.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Projectbeneficiary.json new file mode 100644 index 0000000..80999eb --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Projectbeneficiary.json @@ -0,0 +1,110 @@ +[ + { + "id": "f3a8e724-f9e9-41d4-bd10-10f8b57f1e08", + "tenantId": "mz", + "schemaCode": "Health.ProjectBeneficiary", + "uniqueIdentifier": "cvbv", + "data": { + "address": { + "locality": {} + }, + "tenantId": "mz", + "projectId": "13", + "beneficiaryId": "\"H-2023-02-10-000258\"", + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.ProjectBeneficiary", + "version": 1 + }, + "clientReferenceId": "cvbv", + "dateOfRegistration": 46, + "beneficiaryClientReferenceId": "456" + }, + "isActive": true, + "auditDetails": { + "createdBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "lastModifiedBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "createdTime": 1702480233494, + "lastModifiedTime": 1702480233494 + } + }, + { + "id": "5fd10f9f-62dc-4375-8941-ce8fd962777e", + "tenantId": "mz", + "schemaCode": "Health.ProjectBeneficiary", + "uniqueIdentifier": "9", + "data": { + "tenantId": "mz", + "projectId": "99", + "beneficiaryId": "99", + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.ProjectBeneficiary", + "version": 1 + }, + "clientReferenceId": "9", + "dateOfRegistration": 99, + "beneficiaryClientReferenceId": "99" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "createdTime": 1701938903049, + "lastModifiedTime": 1701938903049 + } + }, + { + "id": "a5cd61c1-96b6-4761-9ea2-c8b950a45cfd", + "tenantId": "mz", + "schemaCode": "Health.ProjectBeneficiary", + "uniqueIdentifier": "0", + "data": { + "id": "3", + "sku": "0", + "tenantId": "mz", + "isDeleted": true, + "productId": "0", + "projectId": "99", + "variation": "0", + "rowVersion": 0, + "auditDetails": { + "createdBy": "9", + "createdTime": 9, + "lastModifiedBy": "9", + "lastModifiedTime": 0 + }, + "beneficiaryId": "99", + "additionalFields": { + "fields": [ + { + "key": "key1", + "value": "value1" + } + ], + "schema": "Health.ProjectStaff", + "version": 1 + }, + "clientReferenceId": "0", + "dateOfRegistration": 9, + "beneficiaryClientReferenceId": "9" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "createdTime": 1701931391998, + "lastModifiedTime": 1701931391998 + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Workbench UISchema b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Workbench UISchema new file mode 100644 index 0000000..766bc56 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health-UI/Workbench UISchema @@ -0,0 +1,411 @@ +[ + { + "id": "77a6ce36-f7d5-46cf-8a4e-d1392d520ebc", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "test", + "data": { + "schemaCode": "test" + }, + "isActive": false, + "auditDetails": { + "createdBy": "3ae47a59-ed1e-489d-b8fb-a78e7a167966", + "lastModifiedBy": "3ae47a59-ed1e-489d-b8fb-a78e7a167966", + "createdTime": 1706075507974, + "lastModifiedTime": 1706075723040 + } + }, + { + "id": "150b44bf-9d80-406e-855f-1efc8b03c88f", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProjectFacility", + "data": { + "order": [ + "order" + ], + "addAPI": { + "url": "/project/facility/v1/_create", + "requestBody": "{\"ProjectFacility\":{}}", + "requestJson": "ProjectFacility", + "responseJson": "ProjectFacility.id" + }, + "custom": [ + { + "prefix": " ", + "suffix": "", + "fieldPath": "projectId", + "dataSource": { + "API": "/project/v1/_search", + "requestBody": "{\"Projects\": [{\"tenantId\": \"mz\", \"startDate\": 1686853800000}]}", + "responseJSON": "Project", + "requestParams": "{\"limit\":100,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{return data?.Project.map(obj=>({label:`${obj?.name}/${obj?.address?.boundaryType}/${obj?.address?.boundary}`,value:obj.id})); }", + "responseFieldPath": "projectId" + } + }, + { + "prefix": "", + "suffix": "", + "fieldPath": "facilityId", + "dataSource": { + "API": "/facility/v1/_search", + "requestBody": " {\"Facility\" : {\"tenantId\": \"mz\"}}", + "responseJSON": "Facilities", + "requestParams": "{\"limit\":10,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{ return data?.Facilities.map(obj=>obj.id); }", + "responseFieldPath": "facilityId" + } + } + ], + "schemaCode": "Health.ProjectFacility" + }, + "isActive": true, + "auditDetails": { + "createdBy": "fafcaf45-95d2-4bbb-acc5-3781e460d5c6", + "lastModifiedBy": "3ae47a59-ed1e-489d-b8fb-a78e7a167966", + "createdTime": 1702890866350, + "lastModifiedTime": 1704776465850 + } + }, + { + "id": "1aed9555-6ae4-4f6b-89b7-2d87ea532563", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProjectResource", + "data": { + "addAPI": { + "url": "/project/resource/v1/_create", + "requestBody": "{\"ProjectResource\":{}}", + "requestJson": "ProjectResource", + "responseJson": "ProjectResource.id" + }, + "custom": [ + { + "prefix": " ", + "suffix": "", + "fieldPath": "projectId", + "dataSource": { + "API": "/project/v1/_search", + "requestBody": "{\"Projects\": [{\"tenantId\": \"mz\", \"startDate\": 1686853800000}]}", + "responseJSON": "Project", + "requestParams": "{\"limit\":100,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{return data?.Project.map(obj=>({label:`${obj?.name}/${obj?.address?.boundaryType}/${obj?.address?.boundary}`,value:obj.id})); }", + "responseFieldPath": "id" + } + }, + { + "prefix": "", + "suffix": "", + "fieldPath": "resource.productVariantId", + "dataSource": { + "API": "/product/variant/v1/_search", + "requestBody": "{\"ProductVariant\":{}}", + "responseJSON": "ProductVariant", + "requestParams": "{\"limit\":100,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{ return data?.ProductVariant.map(obj=>obj.id); }", + "responseFieldPath": "productVariantId" + } + } + ], + "schemaCode": "Health.ProjectResource" + }, + "isActive": true, + "auditDetails": { + "createdBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "lastModifiedBy": "caad2332-b4f7-44b1-bf95-3b772502f210", + "createdTime": 1702543896328, + "lastModifiedTime": 1704455728284 + } + }, + { + "id": "f324604a-1ba3-4d1a-895b-ea2d5e7c383f", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.Facility", + "data": { + "order": [ + "tenantId", + "facilityName", + "facilityUsage", + "storageCapacity" + ], + "addAPI": { + "url": "/facility/v1/_create", + "requestBody": "{\"Facility\":{}}", + "requestJson": "Facility", + "responseJson": "Facility.id" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "productId", + "dataSource": { + "API": "/product/v1/_search", + "requestBody": "\"{ \\\"Product\\\": { }}\"", + "responseJSON": "Product", + "requestParams": "{\"limit\":50,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "\"(data)=>{ return data?.Product.map(obj=>obj.id); }\"", + "responseFieldPath": "productId" + } + } + ], + "schemaCode": "Health.Facility" + }, + "isActive": true, + "auditDetails": { + "createdBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "lastModifiedBy": "3ae47a59-ed1e-489d-b8fb-a78e7a167966", + "createdTime": 1702450119833, + "lastModifiedTime": 1704784401384 + } + }, + { + "id": "d62f7fe8-09e3-4a43-8288-1cbe197fc7a9", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.Project", + "data": { + "order": [ + "tenantId", + "name", + "projectType", + "projectTypeId", + "parent", + "startDate", + "endDate", + "department", + "description", + "referenceId", + "projectSubType" + ], + "addAPI": { + "url": "/project/v1/_create", + "requestBody": "{\"Projects\":[]}", + "requestJson": "Projects[0]", + "responseJson": "Project[0].projectNumber" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "productId", + "dataSource": { + "API": "/product/v1/_search", + "requestBody": "\"{ \\\"Product\\\": { }}\"", + "responseJSON": "Product", + "requestParams": "{\"limit\":50,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "\"(data)=>{ return data?.Product.map(obj=>obj.id); }\"", + "responseFieldPath": "productId" + } + } + ], + "schemaCode": "Health.Project" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "3ae47a59-ed1e-489d-b8fb-a78e7a167966", + "createdTime": 1702039778610, + "lastModifiedTime": 1704784197435 + } + }, + { + "id": "7b11dc7a-64db-487e-ab15-45c58750ae33", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProjectTask", + "data": { + "order": [ + "order" + ], + "addAPI": { + "url": "/project/task/v1/_create", + "requestBody": "{\"Task\":{}}", + "requestJson": "Task[0]", + "responseJson": "Tasks" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "productId", + "dataSource": { + "API": "/product/v1/_search", + "requestBody": "\"{ \\\"Product\\\": { }}\"", + "responseJSON": "Product", + "requestParams": "{\"limit\":50,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "\"(data)=>{ return data?.Product.map(obj=>obj.id); }\"", + "responseFieldPath": "productId" + } + } + ], + "schemaCode": "Health.ProjectTask" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "createdTime": 1701930097184, + "lastModifiedTime": 1702461082670 + } + }, + { + "id": "159248c3-687d-4226-be62-d0029f4384b5", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.Household", + "data": { + "order": [ + "order" + ], + "addAPI": { + "url": "/household/v1/_create", + "requestBody": "{\"Household\":{}}", + "requestJson": "Household", + "responseJson": "Household" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "productId", + "dataSource": { + "API": "/product/v1/_search", + "requestBody": "\"{ \\\"Product\\\": { }}\"", + "responseJSON": "Product", + "requestParams": "{\"limit\":50,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "\"(data)=>{ return data?.Product.map(obj=>obj.id); }\"", + "responseFieldPath": "productId" + } + } + ], + "schemaCode": "Health.Household" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "createdTime": 1701930006896, + "lastModifiedTime": 1702461316048 + } + }, + { + "id": "a818334b-e999-4141-8a98-a2810819778c", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProjectBeneficiary", + "data": { + "addAPI": { + "url": "/project/beneficiary/v1/_create", + "requestBody": "{\"ProjectBeneficiary\":{}}", + "requestJson": "ProjectBeneficiary[0]", + "responseJson": "ProjectBeneficiary" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "projectId", + "dataSource": { + "API": "/project/v1/_search", + "requestBody": "{\"Projects\": [{\"tenantId\": \"mz\", \"startDate\": 1686853800000}]}", + "responseJSON": "Project", + "requestParams": "{\"limit\":100,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{return data?.Project.map(obj=>({label:`${obj?.name}/${obj?.address?.boundaryType}/${obj?.address?.boundary}`,value:obj.id})); }", + "responseFieldPath": "projectNumber" + } + } + ], + "schemaCode": "Health.ProjectBeneficiary" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "6920b276-0532-4fdc-82b0-1ad101dddbc2", + "createdTime": 1701929948740, + "lastModifiedTime": 1702537947143 + } + }, + { + "id": "a76c33d6-b6d2-429c-8614-add61a41384e", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProductVariant", + "data": { + "order": [ + "order" + ], + "addAPI": { + "url": "/product/variant/v1/_create", + "requestBody": "{\"ProductVariant\": [], \"tenantId\":\"mz\", \"apiOperation\": \"CREATE\"}", + "requestJson": "ProductVariant[0]", + "responseJson": "ProductVariant[0].id" + }, + "custom": [ + { + "prefix": "", + "suffix": "", + "fieldPath": "productId", + "dataSource": { + "API": "/product/v1/_search", + "requestBody": "{\"Product\": {}}", + "responseJSON": "Product", + "requestParams": "{\"limit\":50,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{ return data?.Product.map(obj=>obj.id); }", + "responseFieldPath": "productId" + } + } + ], + "schemaCode": "Health.ProductVariant" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "caad2332-b4f7-44b1-bf95-3b772502f210", + "createdTime": 1701844431540, + "lastModifiedTime": 1704455519576 + } + }, + { + "id": "8869c02b-1809-49e6-a2dc-beb1cd9768d8", + "tenantId": "mz", + "schemaCode": "Workbench.UISchema", + "uniqueIdentifier": "Health.ProjectStaff", + "data": { + "order": [ + "order" + ], + "addAPI": { + "url": "/project/staff/v1/_create", + "requestBody": "{\"ProjectStaff\":{}}", + "requestJson": "ProjectStaff", + "responseJson": "ProjectStaff.id" + }, + "custom": [ + { + "prefix": " ", + "suffix": "", + "fieldPath": "projectId", + "dataSource": { + "API": "/project/v1/_search", + "requestBody": "{\"Projects\": [{\"tenantId\": \"mz\", \"startDate\": 1686853800000}]}", + "responseJSON": "Project", + "requestParams": "{\"limit\":100,\"offset\":0,\"tenantId\":\"mz\"}", + "customFunction": "(data)=>{return data?.Project.map(obj=>({label:`${obj?.name}/${obj?.address?.boundaryType}/${obj?.address?.boundary}`,value:obj.id})); }", + "responseFieldPath": "projectId" + } + } + ], + "schemaCode": "Health.ProjectStaff" + }, + "isActive": true, + "auditDetails": { + "createdBy": "03dc723f-7f45-4c34-89fd-f0c997cf8326", + "lastModifiedBy": "caad2332-b4f7-44b1-bf95-3b772502f210", + "createdTime": 1701844179210, + "lastModifiedTime": 1704456000560 + } + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas.json new file mode 100644 index 0000000..e03160a --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas.json @@ -0,0 +1,47 @@ + [ + { + "schema": "INDIVIDUAL", + "version": 1, + "fields": [ + { + "key": "HEIGHT", + "value": "" + } + ] + }, + { + "schema": "INDIVIDUAL", + "version": 2, + "fields": [ + { + "key": "HEIGHT", + "value": "" + }, + { + "key": "WEIGHT", + "value": "" + } + ] + }, + { + "schema": "HOUSEHOLD", + "version": 1, + "fields": [ + { + "key": "COUNT-OF-CHILDREN", + "value": "" + } + ] + }, + { + "schema": "PROJECT-TASK", + "version": 1, + "fields": [ + { + "key": "ADDITIONAL-NOTES", + "value": "" + } + ] + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-FIELD-APP-CONFIG.appConfig.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-FIELD-APP-CONFIG.appConfig.json new file mode 100644 index 0000000..8cd841f --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-FIELD-APP-CONFIG.appConfig.json @@ -0,0 +1,467 @@ + [ + { + "NETWORK_DETECTION": "OFF | ON", + "PERSISTENCE_MODE": "OFFLINE_FIRST | ONLINE", + "SYNC_METHOD": "API | OPLOG_UPLOAD", + "SYNC_TRIGGER": "MANUAL | NETWORK_AVAILABLE", + "TENANT_ID": "mz", + "PROXIMITY_SEARCH_RANGE": 3000, + "BACKGROUND_SERVICE_CONFIG": { + "BATTERY_PERCENT_CUT_OFF": 10, + "SERVICE_INTERVAL": 600, + "API_CONCURRENCY": 2 + }, + "BANDWIDTH_BATCH_SIZE": [ + { + "MIN_RANGE": 0.02, + "MAX_RANGE": 0.20, + "BATCH_SIZE": 1 + }, + { + "MIN_RANGE": 0.20, + "MAX_RANGE": 0.50, + "BATCH_SIZE": 5 + }, + { + "MIN_RANGE": 0.50, + "MAX_RANGE": 1, + "BATCH_SIZE": 10 + }, + { + "MIN_RANGE": 1, + "MAX_RANGE": 5, + "BATCH_SIZE": 15 + } + ], + "LANGUAGES": [ + { + "label": "Portuguese", + "value": "pt_MZ" + }, + { + "label": "French", + "value": "fr_MZ" + }, + { + "label": "English", + "value": "en_MZ" + } + ], + "CALL_SUPPORT": [ + { + "name": "Support DeskLine 1", + "code": "9686151676" + }, + { + "name": "Support DeskLine 2", + "code": "7060431109" + } + ], + "CHECKLIST_TYPES": [ + { + "name": "WAREHOUSE", + "code": "WAREHOUSE" + }, + { + "name": "TRAINING_SUPERVISION", + "code": "TRAINING_SUPERVISION" + }, + { + "name": "TEAM_FORMATION", + "code": "TEAM_FORMATION" + }, + { + "name": "HF_REFERRAL_SICK", + "code": "HF_REFERRAL_SICK" + }, + { + "name": "HF_REFERRAL_FEVER", + "code": "HF_REFERRAL_FEVER" + }, + { + "name": "HF_REFERRAL_DRUG_SIDE_EFFECT_FRM_PC", + "code": "HF_REFERRAL_DRUG_SIDE_EFFECT_FRM_PC" + }, + { + "name": "HF_REFERRAL_DRUG_SIDE_EFFECT_FRM_CC", + "code": "HF_REFERRAL_DRUG_SIDE_EFFECT_FRM_CC" + } + ], + "ID_TYPE_OPTIONS_POPULATOR": [ + { + "code": "SYSTEM_GENERATED", + "name": "DEFAULT" + }, + { + "code": "AADHAAR", + "name": "AADHAAR" + }, + { + "code": "PAN", + "name": "PAN" + } + ], + "GENDER_OPTIONS_POPULATOR": [ + { + "code": "MALE", + "name": "MALE" + }, + { + "code": "FEMALE", + "name": "FEMALE" + }, + { + "code": "OTHER", + "name": "OTHER" + } + ], + "HOUSEHOLD_DELETION_REASON_OPTIONS": [ + { + "code": "HOUSEHOLD_RELOCATED", + "value": "HOUSEHOLD_RELOCATED" + }, + { + "code": "HOUSEHOLD_DOES_NOT_EXIST", + "value": "HOUSEHOLD_DOES_NOT_EXIST" + } + ], + "HOUSEHOLD_MEMBER_DELETION_REASON_OPTIONS": [ + { + "code": "DEATH", + "value": "DEATH" + }, + { + "code": "PERSON_RELOCATED", + "value": "PERSON_RELOCATED" + }, + { + "code": "PERSON_UNKNOWN_TO_THE_HOUSEHOLD", + "value": "PERSON_UNKNOWN_TO_THE_HOUSEHOLD" + } + ], + "DELIVERY_COMMENT_OPTIONS_POPULATOR": [ + { + "code": "SUCCESSFUL_DELIVERY", + "name": "Delivery Successful" + }, + { + "code": "INSUFFICIENT_RESOURCES", + "name": "Insufficient Resources" + }, + { + "code": "BENEFICIARY_REFUSED", + "name": "Beneficiary Refused" + }, + { + "code": "BENEFICIARY_ABSENT", + "name": "Beneficiary Absent" + } + ], + "TRANSPORT_TYPES": [ + { + "code": "TRANSPORT_TYPE_1", + "name": "TRANSPORT_TYPE_1" + }, + { + "code": "TRANSPORT_TYPE_2", + "name": "TRANSPORT_TYPE_2" + } + ], + "BACKEND_INTERFACE": { + "interfaces": [ + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-common", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-checklist", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-reports", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-checklist", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-checklist", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-delivery", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-member", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-household", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-login", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-acknowledgement", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-beneficiary", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-home", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-forgot-password", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-stock", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-stock-reconciliation", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-warehouse-details", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-inventory-selection", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-inventory-details", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "LOCALIZATION_MODULE", + "name": "hcm-attendance", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "MDMS", + "name": "HCM-FIELD-APP-CONFIG", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "MDMS", + "name": "ACCESSCONTROL-ROLES", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "MDMS", + "name": "ACCESSCONTROL-ACTIONS-TEST", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "MDMS", + "name": "ACCESSCONTROL-ROLEACTIONS", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "MDMS", + "name": "ACCESSCONTROL-ROLES", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "MDMS", + "name": "HCM-SERVICE-REGISTRY", + "config": { + "localStoreTTL": 86400 + } + }, + { + "type": "MDMS", + "name": "HCM-PROJECT-TYPES", + "config": { + "localStoreTTL": 86400 + } + }, + { + "type": "MDMS", + "name": "HCM-ADDITIONAL-FIELD-SCHEMAS", + "config": { + "localStoreTTL": 172800 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PROJECT-STAFF", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PROJECT", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PROJECT-RESOURCE", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PRODUCT", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PRODUCT-VARIANT", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "PROJECT-FACILITY", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "METADATA_SERVICE", + "name": "FACILITY", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "INDIVIDUAL", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "HOUSEHOLD", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "HOUSEHOLD-MEMBER", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "PROJECT-BENEFICIARY", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "PROJECT-TASK", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "STOCK", + "config": { + "localStoreTTL": 0 + } + }, + { + "type": "DATA_SERVICE", + "name": "STOCK-RECONCILIATION", + "config": { + "localStoreTTL": 0 + } + } + ] + }, + "FIREBASE_CONFIG": { + "enableCrashlytics": true, + "enableAnalytics": false + } + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT-TYPES.projectTypes.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT-TYPES.projectTypes.json new file mode 100644 index 0000000..728c546 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT-TYPES.projectTypes.json @@ -0,0 +1,259 @@ +[ + { + "id": "dbd45c31-de9e-4e62-a9b6-abb818928fd1", + "name": "mz project type configuration for LLIN Campaigns", + "code": "LLIN-mz", + "group": "MALARIA", + "beneficiaryType": "HOUSEHOLD", + "resources": [ + { + "productVariantId": "PVAR-2024-02-22-000033", + "isBaseUnitVariant": false + } + ], + "dashboardUrls": { + "NATIONAL_SUPERVISOR": "/health-ui/employee/dss/landing/national-health-dashboard", + "PROVINCIAL_SUPERVISOR": "/health-ui/employee/dss/dashboard/provincial-health-dashboard", + "DISTRICT_SUPERVISOR": "/health-ui/employee/dss/dashboard/district-health-dashboard" + } + }, + { + "id": "b1107f0c-7a91-4c76-afc2-a279d8a7b76a", + "name": "Mozambique specific configuration for SMC Campaigns", + "code": "LLIN-Moz_individual", + "group": "MALARIA", + "type": "multiround", + "beneficiaryType": "INDIVIDUAL", + "resources": [ + { + "productVariantId": "PVAR-2024-02-22-000036", + "isBaseUnitVariant": false + }, + { + "productVariantId": "PVAR-2024-02-22-000034", + "isBaseUnitVariant": true + } + ], + "observationStrategy": "DOT1", + "validMinAge": 3, + "validMaxAge": 64, + "cycles": [ + { + "mandatoryWaitSinceLastCycleInDays": null, + "startDate": 1708540200000, + "endDate": 1709145000000, + "id": 1, + "deliveries": [ + { + "id": 1, + "deliveryStrategy": "DIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000036", + "quantity": 1 + }, + { + "productVariantId": "PVAR-2024-02-22-000034", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000037", + "quantity": 1 + }, + { + "productVariantId": "PVAR-2024-02-22-000035", + "quantity": 1 + } + ] + } + ] + }, + { + "id": 2, + "deliveryStrategy": "INDIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000036", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000034", + "quantity": 1 + } + ] + } + ] + }, + { + "id": 3, + "deliveryStrategy": "INDIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000037", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000035", + "quantity": 1 + } + ] + } + ] + } + ] + }, + { + "mandatoryWaitSinceLastCycleInDays": "30", + "startDate": 1709577000000, + "endDate": 1710181800000, + "id": 2, + "deliveries":[ + { + "id": 1, + "deliveryStrategy": "DIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000036", + "quantity": 1 + }, + { + "productVariantId": "PVAR-2024-02-22-000034", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000037", + "quantity": 1 + }, + { + "productVariantId": "PVAR-2024-02-22-000035", + "quantity": 1 + } + ] + } + ] + }, + { + "id": 2, + "deliveryStrategy": "INDIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000036", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000034", + "quantity": 1 + } + ] + } + ] + }, + { + "id": 3, + "deliveryStrategy": "INDIRECT", + "mandatoryWaitSinceLastDeliveryInDays": null, + "doseCriteria": [ + { + "condition": "3<=age<11", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000037", + "quantity": 1 + } + ] + }, + { + "condition": "12<=age<60", + "ProductVariants": [ + { + "productVariantId": "PVAR-2024-02-22-000035", + "quantity": 1 + } + ] + } + ] + } + ] + } + ] + }, + { + "id": "192a20d1-0edd-4108-925a-f37bf544d6c4", + "name": "Project type configuration for IRS - Nampula Campaigns", + "code": "LLIN-mz", + "group": "IRS - Nampula", + "beneficiaryType": "HOUSEHOLD", + "eligibilityCriteria": [ + "All households are eligible." + ], + "dashboardUrls": { + "NATIONAL_SUPERVISOR": "/digit-ui/employee/dss/landing/national-health-dashboard", + "PROVINCIAL_SUPERVISOR": "/digit-ui/employee/dss/dashboard/provincial-health-dashboard", + "DISTRICT_SUPERVISOR": "/digit-ui/employee/dss/dashboard/district-health-dashboard" + }, + "taskProcedure": [ + "1 DDT is to be distributed per house.", + "1 Malathion is to be distributed per house.", + "1 Pyrethroid is to be distributed per house." + ], + "resources": [ + { + "productVariantId": "PVAR-2024-02-22-000038", + "isBaseUnitVariant": true + }, + { + "productVariantId": "PVAR-2024-02-22-000039", + "isBaseUnitVariant": true + }, + { + "productVariantId": "PVAR-2024-02-22-000040", + "isBaseUnitVariant": true + } + ] + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT.projectConfiguration.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT.projectConfiguration.json new file mode 100644 index 0000000..0987105 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-PROJECT.projectConfiguration.json @@ -0,0 +1,32 @@ +[{ + "beneficiaryTypes": [ + "INDIVIDUAL", + "HOUSEHOLD", + "STRUCTURE" + ], + "taskStrategies": [ + "FIXED", + "MOBILE", + "DOORTODOOR" + ], + "projectStatuses": [ + "CREATED", + "INPROGRESS", + "COMPLETE", + "ABANDONED" + ], + "taskStatuses": [ + "SCHEDULED", + "IN_PROGRESS", + "COMPLETED" + ], + "identifierTypes": [ + "NATIONAL_ID", + "TAX_ID", + "SYSTEM_GENERATED_ID" + ], + "projectGroups": [ + "MALARIA", + "POLIO" + ] + }] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-REFERRAL-REASONS.referralReasons.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-REFERRAL-REASONS.referralReasons.json new file mode 100644 index 0000000..a62f1bb --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-REFERRAL-REASONS.referralReasons.json @@ -0,0 +1,22 @@ +[ + { + "code": "SICK", + "name": "Sick", + "active": true + }, + { + "code": "FEVER", + "name": "Fever", + "active": true + }, + { + "code": "DRUG_SIDE_EFFECT_FROM_PREV_CYCLE", + "name": "Drug Side Effect from the previous cycle", + "active": true + }, + { + "code": "DRUG_SIDE_EFFECT_FROM_CURRENT_CYCLE", + "name": "Drug Side Effect from the current cycle", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SERVICE-REGISTRY.serviceRegistry.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SERVICE-REGISTRY.serviceRegistry.json new file mode 100644 index 0000000..e175550 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SERVICE-REGISTRY.serviceRegistry.json @@ -0,0 +1,588 @@ + [ + { + "service": "USER", + "actions": [ + { + "action": "login", + "entityName": "User", + "path": "/user/oauth/token" + }, + { + "action": "search", + "entityName": "User", + "path": "/user/v1/_search" + }, + { + "action": "update", + "entityName": "User", + "path": "/user/profile/_update" + } + ] + }, + { + "service": "SERVICE", + "actions": [ + { + "action": "create", + "entityName": "service", + "path": "/service-request/service/v1/_create" + }, + { + "action": "search", + "entityName": "ServiceDefinition", + "path": "/service-request/service/definition/v1/_search" + } + ] + }, + { + "service": "MDMS", + "actions": [ + { + "action": "search", + "entityName": "MDMS", + "path": "/egov-mdms-service/v1/_search" + } + ] + }, + { + "service": "LOCALIZATION", + "actions": [ + { + "action": "search", + "entityName": "Localization", + "path": "/localization-service/messages/v1/_search" + } + ] + }, + { + "service": "BOUNDARY", + "actions": [ + { + "action": "search", + "entityName": "Boundary", + "path": "/boundary-service/boundary-relationships/_search" + } + ] + }, + { + "service": "INDIVIDUAL", + "actions": [ + { + "action": "create", + "entityName": "Individual", + "path": "/individual/v1/_create" + }, + { + "action": "update", + "entityName": "Individual", + "path": "/individual/v1/_update" + }, + { + "action": "search", + "entityName": "Individual", + "path": "/individual/v1/_search" + }, + { + "action": "delete", + "entityName": "Individual", + "path": "/individual/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "Individual", + "path": "/individual/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "Individual", + "path": "/individual/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "Individual", + "path": "/individual/v1/bulk/_delete" + } + ] + }, + { + "service": "HOUSEHOLD", + "actions": [ + { + "action": "create", + "entityName": "Household", + "path": "/household/v1/_create" + }, + { + "action": "update", + "entityName": "Household", + "path": "/household/v1/_update" + }, + { + "action": "search", + "entityName": "Household", + "path": "/household/v1/_search" + }, + { + "action": "delete", + "entityName": "Household", + "path": "/household/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "Household", + "path": "/household/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "Household", + "path": "/household/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "Household", + "path": "/household/v1/bulk/_delete" + } + ] + }, + { + "service": "HOUSEHOLD-MEMBER", + "actions": [ + { + "action": "create", + "entityName": "HouseholdMember", + "path": "/household/member/v1/_create" + }, + { + "action": "update", + "entityName": "HouseholdMember", + "path": "/household/member/v1/_update" + }, + { + "action": "search", + "entityName": "HouseholdMember", + "path": "/household/member/v1/_search" + }, + { + "action": "delete", + "entityName": "HouseholdMember", + "path": "/household/member/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "HouseholdMember", + "path": "/household/member/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "HouseholdMember", + "path": "/household/member/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "HouseholdMember", + "path": "/household/member/v1/bulk/_delete" + } + ] + }, + { + "service": "PROJECT-BENEFICIARY", + "actions": [ + { + "action": "create", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/_create" + }, + { + "action": "update", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/_update" + }, + { + "action": "search", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/_search" + }, + { + "action": "delete", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "ProjectBeneficiary", + "path": "/project/beneficiary/v1/bulk/_delete" + } + ] + }, + { + "service": "TASK", + "actions": [ + { + "action": "create", + "entityName": "Task", + "path": "/project/task/v1/_create" + }, + { + "action": "update", + "entityName": "Task", + "path": "/project/task/v1/_update" + }, + { + "action": "search", + "entityName": "Task", + "path": "/project/task/v1/_search" + }, + { + "action": "delete", + "entityName": "Task", + "path": "/project/task/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "Task", + "path": "/project/task/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "Task", + "path": "/project/task/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "Task", + "path": "/project/task/v1/bulk/_delete" + } + ] + }, + { + "service": "STOCK", + "actions": [ + { + "action": "create", + "entityName": "Stock", + "path": "/stock/v1/_create" + }, + { + "action": "update", + "entityName": "Stock", + "path": "/stock/v1/_update" + }, + { + "action": "search", + "entityName": "Stock", + "path": "/stock/v1/_search" + }, + { + "action": "bulk_create", + "entityName": "Stock", + "path": "/stock/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "Stock", + "path": "/stock/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "Stock", + "path": "/stock/v1/bulk/_delete" + } + ] + }, + { + "service": "STOCK-RECONCILIATION", + "actions": [ + { + "action": "create", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/_create" + }, + { + "action": "update", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/_update" + }, + { + "action": "search", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/_search" + }, + { + "action": "bulk_create", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "StockReconciliation", + "path": "/stock/reconciliation/v1/bulk/_delete" + } + ] + }, + { + "service": "PROJECT-STAFF", + "actions": [ + { + "action": "search", + "entityName": "ProjectStaff", + "path": "/project/staff/v1/_search" + } + ] + }, + { + "service": "PROJECT", + "actions": [ + { + "action": "search", + "entityName": "Project", + "path": "/project/v1/_search" + } + ] + }, + { + "service": "PROJECT-RESOURCE", + "actions": [ + { + "action": "search", + "entityName": "ProjectResource", + "path": "/project/resource/v1/_search" + } + ] + }, + { + "service": "PRODUCT", + "actions": [ + { + "action": "search", + "entityName": "Product", + "path": "/product/v1/_search" + } + ] + }, + { + "service": "PRODUCT-VARIANT", + "actions": [ + { + "action": "search", + "entityName": "ProductVariant", + "path": "/product/variant/v1/_search" + } + ] + }, + { + "service": "PROJECT-FACILITY", + "actions": [ + { + "action": "search", + "entityName": "ProjectFacility", + "path": "/project/facility/v1/_search" + } + ] + }, + { + "service": "FACILITY", + "actions": [ + { + "action": "search", + "entityName": "Facility", + "path": "/facility/v1/_search" + } + ] + }, + { + "service": "PGR", + "actions": [ + { + "action": "search", + "entityName": "Complaints", + "path": "/pgr-services/v2/request/_search" + }, + { + "action": "create", + "entityName": "Complaints", + "path": "/pgr-services/v2/request/_create" + } + ] + }, + { + "service": "BANDWIDTH-CHECK", + "actions": [ + { + "action": "bandwidth", + "entityName": "InternetSpeed", + "path": "/project/check/bandwidth" + } + ] + }, + { + "service": "SIDE-EFFECT", + "actions": [ + { + "action": "create", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/_create" + }, + { + "action": "update", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/_update" + }, + { + "action": "search", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/_search" + }, + { + "action": "delete", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "SideEffect", + "path": "/referralmanagement/side-effect/v1/bulk/_delete" + } + ] + }, + { + "service": "REFERRAL", + "actions": [ + { + "action": "create", + "entityName": "Referral", + "path": "/referralmanagement/v1/_create" + }, + { + "action": "update", + "entityName": "Referral", + "path": "/referralmanagement/v1/_update" + }, + { + "action": "search", + "entityName": "Referral", + "path": "/referralmanagement/v1/_search" + }, + { + "action": "delete", + "entityName": "Referral", + "path": "/referralmanagement/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "Referral", + "path": "/referralmanagement/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "Referral", + "path": "/referralmanagement/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "Referral", + "path": "/referralmanagement/v1/bulk/_delete" + } + ] + }, + { + "service": "DOWNSYNC", + "actions": [ + { + "action": "search", + "entityName": "Downsync", + "path": "/referralmanagement/beneficiary-downsync/v1/_get" + } + ] + }, + { + "service": "HF-REFERRAL", + "actions": [ + { + "action": "create", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/_create" + }, + { + "action": "update", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/_update" + }, + { + "action": "search", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/_search" + }, + { + "action": "delete", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/_delete" + }, + { + "action": "bulk_create", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/bulk/_create" + }, + { + "action": "bulk_update", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/bulk/_update" + }, + { + "action": "bulk_delete", + "entityName": "HFReferral", + "path": "/referralmanagement/hf-referral/v1/bulk/_delete" + } + ] + }, + { + "service": "ATTENDANCE-REGISTER", + "actions": [ + { + "action": "search", + "entityName": "AttendanceRegister", + "path": "/health-attendance/v1/_search" + } + ] + }, + { + "service": "ATTENDANCE-LOGS", + "actions": [ + { + "action": "bulk_create", + "entityName": "Attendance", + "path": "/health-attendance/log/v1/bulk/_create" + }, + { + "action": "search", + "entityName": "Attendance", + "path": "/health-attendance/log/v1/_search" + } + ] + } + ] + diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SYMPTOMS-TYPES.symptomsTypes.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SYMPTOMS-TYPES.symptomsTypes.json new file mode 100644 index 0000000..fbad439 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-SYMPTOMS-TYPES.symptomsTypes.json @@ -0,0 +1,17 @@ +[ + { + "code": "VOMITTING", + "name": "Vomitting", + "active": true + }, + { + "code": "FEVER", + "name": "Fever", + "active": true + }, + { + "code": "DIARRHOEA", + "name": "Diarrhoea", + "active": true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.attendance-sessions.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.attendance-sessions.json new file mode 100644 index 0000000..d4fe908 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.attendance-sessions.json @@ -0,0 +1,12 @@ +[ + { + "code": "ZERO_SESSIONS", + "name": "Zero Sessions", + "active": true + }, + { + "code":"TWO_SESSIONS", + "name": "Two Sessions", + "active":true + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.taskQuantity.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.taskQuantity.json new file mode 100644 index 0000000..01f8e0a --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Health/HCM-TASK-QUANTITY-VALIDATION.taskQuantity.json @@ -0,0 +1,12 @@ +[ + { + "id": ["PVAR-2024-01-24-000076","PVAR-2024-01-24-000077","PVAR-2024-01-24-000078","PVAR-2024-01-24-000079"], + "regex": "^(?!0\\.0$)([1-9]\\d*\\.0|0\\.5|[1-9]\\d*\\.5)$", + "errorMessage": "Task quantity should be multiple of 0.5" + }, + { + "id": ["PVAR-2024-02-13-000211","PVAR-2024-02-13-000212"], + "regex": "^[1-9]\\d*\\.0$", + "errorMessage": "Task quantity should be a whole number" + } + ] diff --git a/mdms/HCM/HCM ADMINCONSOLE v0.1/schemas.json b/mdms/HCM/HCM ADMINCONSOLE v0.1/schemas.json new file mode 100644 index 0000000..3c07d32 --- /dev/null +++ b/mdms/HCM/HCM ADMINCONSOLE v0.1/schemas.json @@ -0,0 +1,2232 @@ +{ + "info": { + "_postman_id": "8c051c76-4729-4ab5-a877-0f53a047b9ec", + "name": "MDMS_V2 curls", + "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", + "_exporter_id": "29681440" + }, + "item": [ + { + "name": "HCM Admin console Copy 2", + "item": [ + { + "name": "Schema", + "item": [ + { + "name": "attributeconfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"3afeeaaf-aadd-49f6-977a-79360425bd0a\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.attributeConfig\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"key\",\n \"code\",\n \"i18nKey\"\n ],\n \"x-unique\": [\n \"key\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"code\": {\n \"type\": \"string\"\n },\n \"i18nKey\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1715249902641,\n \"lastModifiedTime\": 1715249902641\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "deliveryconfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"dbec654c-158c-435a-84ae-004210719c5f\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.deliveryConfig\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"projectType\",\n \"attrAddDisable\",\n \"deliveryAddDisable\",\n \"customAttribute\",\n \"cycleConfig\",\n \"deliveryConfig\"\n ],\n \"x-unique\": [\n \"projectType\"\n ],\n \"properties\": {\n \"cycleConfig\": {\n \"type\": \"object\",\n \"required\": [\n \"cycle\",\n \"deliveries\"\n ],\n \"properties\": {\n \"cycle\": {\n \"type\": \"number\"\n },\n \"deliveries\": {\n \"type\": \"number\"\n }\n }\n },\n \"projectType\": {\n \"type\": \"string\"\n },\n \"attrAddDisable\": {\n \"type\": \"boolean\"\n },\n \"deliveryConfig\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"attributeConfig\",\n \"productConfig\"\n ],\n \"properties\": {\n \"productConfig\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"count\",\n \"value\",\n \"name\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"count\": {\n \"type\": \"number\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"attributeConfig\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"label\",\n \"attrType\",\n \"attrValue\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"label\": {\n \"type\": \"string\"\n },\n \"attrType\": {\n \"type\": \"string\"\n },\n \"attrValue\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n },\n \"customAttribute\": {\n \"type\": \"boolean\"\n },\n \"deliveryAddDisable\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1716986189154,\n \"lastModifiedTime\": 1716986189154\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "deliveryTypeConfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"dbec654c-158c-435a-84ae-004210719c5f\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.deliveryTypeConfig\",\n \"description\": null,\n \"definition\": {\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"title\": \"Generated schema for Root\",\n \"type\": \"object\",\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"code\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"key\",\n \"code\"\n ],\n \"x-unique\": [\n \"key\"\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1716986189154,\n \"lastModifiedTime\": 1716986189154\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "hierarchyConfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"dbec654c-158c-435a-84ae-004210719c5f\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.hierarchyConfig\",\n \"description\": null,\n \"definition\": {\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"title\": \"Generated schema for Root\",\n \"type\": \"object\",\n \"properties\": {\n \"hierarchy\": {\n \"type\": \"string\"\n },\n \"lowestHierarchy\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"hierarchy\",\n \"lowestHierarchy\"\n ],\n \"x-unique\": [\n \"hierarchy\"\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1716986189154,\n \"lastModifiedTime\": 1716986189154\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "mailconfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\":\n {\n // \"id\": \"15edb3cc-16a7-4011-a940-8d43d1887910\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.mailConfig\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"mailId\"\n ],\n \"x-unique\": [\n \"mailId\"\n ],\n \"properties\": {\n \"mailId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1715256666207,\n \"lastModifiedTime\": 1715256666207\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "operatorconfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"20fc3e80-5f98-43a0-9e48-931700ce904b\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.operatorConfig\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"key\",\n \"code\"\n ],\n \"x-unique\": [\n \"key\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"code\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1715256786787,\n \"lastModifiedTime\": 1715256786787\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "producttype", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"c1836af4-e893-4e5a-91ee-881039e77185\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.productType\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"key\",\n \"code\"\n ],\n \"x-unique\": [\n \"key\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"number\"\n },\n \"code\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"lastModifiedBy\": \"40dceade-992d-4a8f-8243-19dda76a4171\",\n \"createdTime\": 1715257024748,\n \"lastModifiedTime\": 1715257024748\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "readme config", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"563c6e45-62d4-423b-9b4a-ba4b93e37817\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.ReadMeConfig\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"type\",\n \"texts\"\n ],\n \"x-unique\": [\n \"type\"\n ],\n \"properties\": {\n \"type\": {\n \"type\": \"string\"\n },\n \"texts\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"header\",\n \"isHeaderBold\",\n \"inSheet\",\n \"inUiInfo\",\n \"descriptions\"\n ],\n \"properties\": {\n \"header\": {\n \"type\": \"string\"\n },\n \"inSheet\": {\n \"type\": \"boolean\"\n },\n \"inUiInfo\": {\n \"type\": \"boolean\"\n },\n \"descriptions\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"text\",\n \"isStepRequired\"\n ],\n \"properties\": {\n \"text\": {\n \"type\": \"string\"\n },\n \"isStepRequired\": {\n \"type\": \"boolean\"\n }\n }\n }\n },\n \"isHeaderBold\": {\n \"type\": \"boolean\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"lastModifiedBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"createdTime\": 1715778297492,\n \"lastModifiedTime\": 1715778297492\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "adminschema", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": \n [\n {\n // \"id\": \"92fb3b53-adfe-44e9-ab27-da3209b5e0f1\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.adminSchema\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Comprehensive Example Schema\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"$schema\",\n \"title\",\n \"campaignType\"\n ],\n \"x-unique\": [\n \"title\",\n \"campaignType\"\n ],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"$schema\": {\n \"enum\": [\n \"http://json-schema.org/draft-07/schema#\"\n ],\n \"type\": \"string\",\n \"default\": \"http://json-schema.org/draft-07/schema#\"\n },\n \"properties\": {\n \"type\": \"object\",\n \"properties\": {\n \"enumProperties\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"description\"\n ],\n \"properties\": {\n \"enum\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"isUnique\": {\n \"type\": \"boolean\"\n },\n \"hideColumn\": {\n \"type\": \"boolean\"\n },\n \"isRequired\": {\n \"type\": \"boolean\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"orderNumber\": {\n \"type\": \"integer\",\n \"minimum\": 1\n },\n \"errorMessage\": {\n \"type\": \"string\"\n },\n \"freezeColumn\": {\n \"type\": \"boolean\"\n }\n },\n \"minProperties\": 1\n },\n \"minItems\": 1\n },\n \"numberProperties\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"description\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"enum\": [\n \"number\"\n ],\n \"type\": \"string\"\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"isUnique\": {\n \"type\": \"boolean\"\n },\n \"hideColumn\": {\n \"type\": \"boolean\"\n },\n \"isRequired\": {\n \"type\": \"boolean\"\n },\n \"multipleOf\": {\n \"type\": \"number\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"orderNumber\": {\n \"type\": \"integer\",\n \"minimum\": 1\n },\n \"errorMessage\": {\n \"type\": \"string\"\n },\n \"freezeColumn\": {\n \"type\": \"boolean\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"boolean\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"boolean\"\n }\n },\n \"minProperties\": 1\n },\n \"minItems\": 1\n },\n \"stringProperties\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"description\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"enum\": [\n \"string\"\n ],\n \"type\": \"string\"\n },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"isUnique\": {\n \"type\": \"boolean\"\n },\n \"maxLength\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"minLength\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"hideColumn\": {\n \"type\": \"boolean\"\n },\n \"isRequired\": {\n \"type\": \"boolean\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"orderNumber\": {\n \"type\": \"integer\",\n \"minimum\": 1\n },\n \"errorMessage\": {\n \"type\": \"string\"\n },\n \"freezeColumn\": {\n \"type\": \"boolean\"\n }\n },\n \"minProperties\": 1\n },\n \"minItems\": 1\n },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"additionalProperties\": false\n },\n \"campaignType\": {\n \"type\": \"string\"\n }\n },\n \"description\": \"A simplified JSON Schema example based on data type.\",\n \"additionalProperties\": false\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"lastModifiedBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"createdTime\": 1718169189364,\n \"lastModifiedTime\": 1718169189364\n }\n }\n ]\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "baseTimeOut", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": 102,\n \"uuid\": \"38b4a9ca-09d8-4503-ba16-0fd5f4ea7512\",\n \"userName\": \"EMP33\",\n \"name\": \"Jagan\",\n \"mobileNumber\": \"6667776662\",\n \"emailId\": \"xyz@egovernments.org\",\n \"locale\": \"string\",\n \"type\": \"EMPLOYEE\",\n \"roles\": [\n {\n \"name\": \"Localisation admin\",\n \"code\": \"LOC_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"System Administrator\",\n \"code\": \"SYSTEM_ADMINISTRATOR\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"MDMS ADMIN\",\n \"code\": \"MDMS_ADMIN\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"Super User\",\n \"code\": \"SUPERUSER\",\n \"tenantId\": \"pg\"\n },\n {\n \"name\": \"HRMS Admin\",\n \"code\": \"HRMS_ADMIN\",\n \"tenantId\": \"pg\"\n }\n ],\n \"active\": true,\n \"tenantId\": \"pg\",\n \"permanentCity\": \"Amritsar\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"92fb3b53-adfe-44e9-ab27-da3209b5e0f1\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADMIN-CONSOLE.baseTimeout\",\n \"description\": null,\n \"definition\": {\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"title\": \"Generated schema for Root\",\n \"type\": \"object\",\n \"properties\": {\n \"baseTimeOut\": {\n \"type\": \"number\"\n },\n \"maxTime\": {\n \"type\": \"number\"\n }\n },\n \"required\": [\n \"baseTimeOut\",\n \"maxTime\"\n ],\n \"x-unique\": [\n \"baseTimeOut\"\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"lastModifiedBy\": \"8b110055-330f-4e7b-b4c0-f618f29b9d47\",\n \"createdTime\": 1718169189364,\n \"lastModifiedTime\": 1718169189364\n }\n }\n }", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + } + ] + } + ] + }, + { + "name": "Health", + "item": [ + { + "name": "Schema", + "item": [ + { + "name": "HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"0693b63a-47b3-4e02-bfd2-2266953f31f9\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ADDITIONAL-FIELD-SCHEMAS.additionalFieldSchemas\",\n \"description\": \"HCM Additional field Schemas \",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"schema\",\n \"version\"\n ],\n \"x-unique\": [\n \"schema\",\n \"version\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"number\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701082817131,\n \"lastModifiedTime\": 1701082817131\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-ATTENDANCE.AttendanceSessions", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"ff340f56-d81b-4f6b-8b1a-8e2416db7717\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-ATTENDANCE.AttendanceSessions\",\n \"description\": \"HCM-ATTENDANCE.AttendanceSessions\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"3ae47a59-ed1e-489d-b8fb-a78e7a167966\",\n \"lastModifiedBy\": \"3ae47a59-ed1e-489d-b8fb-a78e7a167966\",\n \"createdTime\": 1709014283075,\n \"lastModifiedTime\": 1709014283075\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-FIELD-APP-CONFIG.appConfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"8c86e04b-02ba-4441-a96b-522e529d4e56\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-FIELD-APP-CONFIG.appConfig\",\n \"description\": \" HCM Field App Config \",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"id\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"LANGUAGES\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"label\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"TENANT_ID\": {\n \"type\": \"string\"\n },\n \"SYNC_METHOD\": {\n \"type\": \"string\"\n },\n \"CALL_SUPPORT\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"SYNC_TRIGGER\": {\n \"type\": \"string\"\n },\n \"CHECKLIST_TYPES\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"FIREBASE_CONFIG\": {\n \"type\": \"object\",\n \"properties\": {\n \"enableAnalytics\": {\n \"type\": \"boolean\"\n },\n \"enableCrashlytics\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"TRANSPORT_TYPES\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"PERSISTENCE_MODE\": {\n \"type\": \"string\"\n },\n \"BACKEND_INTERFACE\": {\n \"type\": \"object\",\n \"properties\": {\n \"interfaces\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"config\": {\n \"type\": \"object\",\n \"required\": [\n \"localStoreTTL\"\n ],\n \"properties\": {\n \"localStoreTTL\": {\n \"type\": \"number\"\n }\n }\n }\n }\n }\n }\n }\n },\n \"NETWORK_DETECTION\": {\n \"type\": \"string\"\n },\n \"BANDWIDTH_BATCH_SIZE\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"MAX_RANGE\": {\n \"type\": \"number\"\n },\n \"MIN_RANGE\": {\n \"type\": \"number\"\n },\n \"BATCH_SIZE\": {\n \"type\": \"number\"\n }\n }\n }\n },\n \"PROXIMITY_SEARCH_RANGE\": {\n \"type\": \"number\"\n },\n \"GENDER_OPTIONS_POPULATOR\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"BACKGROUND_SERVICE_CONFIG\": {\n \"type\": \"object\",\n \"properties\": {\n \"API_CONCURRENCY\": {\n \"type\": \"number\"\n },\n \"SERVICE_INTERVAL\": {\n \"type\": \"number\"\n },\n \"BATTERY_PERCENT_CUT_OFF\": {\n \"type\": \"number\"\n }\n }\n },\n \"ID_TYPE_OPTIONS_POPULATOR\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"HOUSEHOLD_DELETION_REASON_OPTIONS\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"DELIVERY_COMMENT_OPTIONS_POPULATOR\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"DELIVERY_COMMENT_OPTIONS_SMC_POPULATOR\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"HOUSEHOLD_MEMBER_DELETION_REASON_OPTIONS\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701084078305,\n \"lastModifiedTime\": 1701084078305\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-PROJECT.projectConfiguration", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"113f5fba-bceb-4def-bbc3-5155c9acdb1f\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-PROJECT.projectConfiguration\",\n \"description\": \" HCM Project Configuration \",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"projectId\"\n ],\n \"x-unique\": [\n \"projectId\"\n ],\n \"properties\": {\n \"projectId\": {\n \"type\": \"string\"\n },\n \"taskStatuses\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"projectGroups\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"taskStrategies\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"identifierTypes\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"projectStatuses\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"beneficiaryTypes\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701081563098,\n \"lastModifiedTime\": 1701081563098\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-PROJECT-TYPES.projectTypes", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"c1a1ae64-cc54-40ab-b275-8bd498592440\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-PROJECT-TYPES.projectTypes\",\n \"description\": \" HCM Project Types\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"id\",\n \"name\",\n \"code\",\n \"group\",\n \"beneficiaryType\",\n \"dashboardUrls\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"group\": {\n \"enum\": [\n \"MALARIA\",\n \"TEST\"\n ],\n \"type\": \"string\"\n },\n \"cycles\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"deliveries\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"number\"\n },\n \"endDate\": {\n \"type\": \"number\"\n },\n \"startDate\": {\n \"type\": \"number\"\n },\n \"deliveries\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"deliveryStrategy\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"number\"\n },\n \"doseCriteria\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"condition\",\n \"ProductVariants\"\n ],\n \"properties\": {\n \"condition\": {\n \"type\": \"string\"\n },\n \"ProductVariants\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"productVariantId\",\n \"quantity\"\n ],\n \"properties\": {\n \"quantity\": {\n \"type\": \"number\"\n },\n \"productVariantId\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n },\n \"ProductVariants\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"productVariantId\",\n \"quantity\"\n ],\n \"properties\": {\n \"quantity\": {\n \"type\": \"number\"\n },\n \"productVariantId\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"deliveryStrategy\": {\n \"type\": \"string\"\n },\n \"mandatoryWaitSinceLastDeliveryInDays\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"mandatoryWaitSinceLastCycleInDays\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"resources\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"productVariantId\",\n \"isBaseUnitVariant\"\n ],\n \"properties\": {\n \"productVariantId\": {\n \"type\": \"string\"\n },\n \"isBaseUnitVariant\": {\n \"type\": \"boolean\",\n \"default\": true\n }\n }\n }\n },\n \"validMaxAge\": {\n \"type\": \"number\"\n },\n \"validMinAge\": {\n \"type\": \"number\"\n },\n \"dashboardUrls\": {\n \"type\": \"object\",\n \"required\": [\n \"NATIONAL_SUPERVISOR\",\n \"PROVINCIAL_SUPERVISOR\",\n \"DISTRICT_SUPERVISOR\"\n ],\n \"properties\": {\n \"DISTRICT_SUPERVISOR\": {\n \"type\": \"string\",\n \"default\": \"/health-ui/employee/dss/dashboard/district-health-dashboard\"\n },\n \"NATIONAL_SUPERVISOR\": {\n \"type\": \"string\",\n \"default\": \"/health-ui/employee/dss/landing/national-health-dashboard\"\n },\n \"PROVINCIAL_SUPERVISOR\": {\n \"type\": \"string\",\n \"default\": \"/health-ui/employee/dss/dashboard/provincial-health-dashboard\"\n }\n }\n },\n \"beneficiaryType\": {\n \"enum\": [\n \"HOUSEHOLD\",\n \"INDIVIDUAL\",\n \"TEST\"\n ],\n \"type\": \"string\"\n },\n \"observationStrategy\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701152555856,\n \"lastModifiedTime\": 1701152555856\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-REFERRAL-REASONS.referralReasons", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"c54d9fa9-7e93-4023-b3a7-87c39cb28bd1\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-REFERRAL-REASONS.referralReasons\",\n \"description\": \" HCM Referral Reasons\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718953626,\n \"lastModifiedTime\": 1700718953626\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-SERVICE-REGISTRY.serviceRegistry", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"696a5393-ccfa-40e3-854d-40593c0ca1e8\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"HCM-SERVICE-REGISTRY.serviceRegistry\",\n \"description\": \"HCM Service Registry\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"service\"\n ],\n \"x-unique\": [\n \"service\"\n ],\n \"properties\": {\n \"actions\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\"\n },\n \"action\": {\n \"type\": \"string\"\n },\n \"entityName\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"service\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718962755,\n \"lastModifiedTime\": 1700718962755\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-TASK-QUANTITY-VALIDATION.taskQuantity", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"8d2470c5-61a1-40a4-b514-d6b46c6c2cd5\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"HCM-TASK-QUANTITY-VALIDATION.taskQuantity\",\n \"description\": null,\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"id\",\n \"regex\",\n \"errorMessage\"\n ],\n \"x-unique\": [\n \"regex\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"regex\": {\n \"type\": \"string\"\n },\n \"errorMessage\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"7db57ef8-29dc-4a75-a80e-5b6c6867a519\",\n \"lastModifiedBy\": \"7db57ef8-29dc-4a75-a80e-5b6c6867a519\",\n \"createdTime\": 1717497386474,\n \"lastModifiedTime\": 1717497386474\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "HCM-SYMPTOMS-TYPES.symptomsTypes", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"ff5783e3-e4b0-48ee-8901-3d5a374c7453\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"HCM-SYMPTOMS-TYPES.symptomsTypes\",\n \"description\": \"HCM Symptoms Types\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718972764,\n \"lastModifiedTime\": 1700718972764\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + } + ] + } + ] + }, + { + "name": "Core", + "item": [ + { + "name": "Schema", + "item": [ + { + "name": "ACCESSCONTROL-ACTIONS-TEST.actions-test", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"8208b43a-f13a-4e17-aed1-2a8e12a06ce1\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"ACCESSCONTROL-ACTIONS-TEST.actions-test\",\n \"description\": \"Access Control of Actions\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"id\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"number\"\n },\n \"url\": {\n \"type\": \"string\"\n },\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"path\": {\n \"type\": \"string\"\n },\n \"enabled\": {\n \"type\": \"boolean\"\n },\n \"leftIcon\": {\n \"type\": \"string\",\n \"default\": \"dynamic:ContractIcon\"\n },\n \"displayName\": {\n \"type\": \"string\"\n },\n \"orderNumber\": {\n \"type\": \"number\"\n },\n \"serviceCode\": {\n \"type\": \"string\"\n },\n \"parentModule\": {\n \"type\": \"string\"\n },\n \"navigationURL\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701168460588,\n \"lastModifiedTime\": 1701168460588\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ACCESSCONTROL-ROLEACTIONS.roleactions", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"09822cfc-1f8a-47f0-80a1-241dd5f5a45d\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"ACCESSCONTROL-ROLEACTIONS.roleactions\",\n \"description\": \"Access Control of roles\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"actionid\",\n \"rolecode\"\n ],\n \"x-unique\": [\n \"actionid\",\n \"rolecode\"\n ],\n \"properties\": {\n \"actionid\": {\n \"type\": \"string\"\n },\n \"rolecode\": {\n \"type\": \"string\"\n },\n \"tenantid\": {\n \"type\": \"string\"\n },\n \"actioncode\": {\n \"type\": \"string\"\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"actionid\",\n \"schemaCode\": \"ACCESSCONTROL-ACTIONS-TEST.actions-test\"\n },\n {\n \"fieldPath\": \"rolecode\",\n \"schemaCode\": \"ACCESSCONTROL-ROLES.roles\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718549988,\n \"lastModifiedTime\": 1700718549988\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ACCESSCONTROL-ROLES.roles", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"0fef5ca6-d6f5-4f1f-a0c7-855cfda6a2d0\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"ACCESSCONTROL-ROLES.roles\",\n \"description\": \"Access Control for different roles\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718578928,\n \"lastModifiedTime\": 1700718578928\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "DataSecurity.DecryptionABAC", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"8f108870-5232-460e-a727-5b8833975763\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"DataSecurity.DecryptionABAC\",\n \"description\": \" Data Security Decryption \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"key\"\n ],\n \"x-unique\": [\n \"key\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"roleAttributeAccessList\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"roleCode\"\n ],\n \"properties\": {\n \"roleCode\": {\n \"type\": \"string\"\n },\n \"attributeAccessList\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attribute\": {\n \"type\": \"object\",\n \"properties\": {\n \"jsonPath\": {\n \"type\": \"string\"\n }\n }\n },\n \"accessType\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718651713,\n \"lastModifiedTime\": 1700718651713\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "DataSecurity.EncryptionPolicy", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"022f4768-e909-40dd-9ea3-0e87a05b6a13\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"DataSecurity.EncryptionPolicy\",\n \"description\": \" Data Security Encryption \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"key\"\n ],\n \"x-unique\": [\n \"key\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"attributeList\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"type\": {\n \"type\": \"string\"\n },\n \"jsonPath\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700737937321,\n \"lastModifiedTime\": 1700737937321\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "DataSecurity.MaskingPatterns", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"c9c01b9d-fd5e-4f41-9fe9-e2454c8b7371\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"DataSecurity.MaskingPatterns\",\n \"description\": \" Data Security Masking Patterns \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"patternId\"\n ],\n \"x-unique\": [\n \"patternId\"\n ],\n \"properties\": {\n \"pattern\": {\n \"type\": \"string\"\n },\n \"patternId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718668895,\n \"lastModifiedTime\": 1700718668895\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "DataSecurity.SecurityPolicy", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"2df10e5e-6ba6-402c-8f7c-ea6b7c882f51\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"DataSecurity.SecurityPolicy\",\n \"description\": \" Data Security Security Policy \",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"model\"\n ],\n \"x-unique\": [\n \"model\"\n ],\n \"properties\": {\n \"model\": {\n \"type\": \"string\"\n },\n \"attributes\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"jsonPath\": {\n \"type\": \"string\"\n },\n \"patternId\": {\n \"type\": \"string\"\n },\n \"defaultVisibility\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"uniqueIdentifier\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"jsonPath\": {\n \"type\": \"string\"\n }\n }\n },\n \"roleBasedDecryptionPolicy\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"roles\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"attributeAccessList\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"attribute\": {\n \"type\": \"string\"\n },\n \"firstLevelVisibility\": {\n \"type\": \"string\"\n },\n \"secondLevelVisibility\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"d7867ef2-d046-4361-9a82-94c35c98416e\",\n \"lastModifiedBy\": \"d7867ef2-d046-4361-9a82-94c35c98416e\",\n \"createdTime\": 1701348773628,\n \"lastModifiedTime\": 1701348773628\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "RAINMAKER-PGR.ComplainClosingTime", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"6050208d-11fa-465d-a4eb-c121761d796c\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"RAINMAKER-PGR.ComplainClosingTime\",\n \"description\": \" Rain Maker PGR ComplainClosingTime \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"ComplainMaxIdleTime\"\n ],\n \"x-unique\": [\n \"ComplainMaxIdleTime\"\n ],\n \"properties\": {\n \"ComplainMaxIdleTime\": {\n \"type\": \"number\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718724904,\n \"lastModifiedTime\": 1700718724904\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "RAINMAKER-PGR.RejectionReasons", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"9fa22cd9-8341-48a9-a6b9-ca39360a568f\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"RAINMAKER-PGR.RejectionReasons\",\n \"description\": \" Rain Maker Rejection Reason \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718734445,\n \"lastModifiedTime\": 1700718734445\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "RAINMAKER-PGR.ServiceDefs", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"16d21b43-e475-4521-ad71-5268b136772b\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"RAINMAKER-PGR.ServiceDefs\",\n \"description\": \" Rain Maker Service Defs \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"serviceCode\"\n ],\n \"x-unique\": [\n \"serviceCode\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"order\": {\n \"type\": \"number\"\n },\n \"active\": {\n \"type\": \"boolean\"\n },\n \"keywords\": {\n \"type\": \"string\"\n },\n \"menuPath\": {\n \"type\": \"string\"\n },\n \"slaHours\": {\n \"type\": \"number\"\n },\n \"department\": {\n \"type\": \"string\"\n },\n \"serviceCode\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718739353,\n \"lastModifiedTime\": 1700718739353\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "RAINMAKER-PGR.UIConstants", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n // \"id\": \"84e6154c-218f-46be-8139-d67ed957625a\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"RAINMAKER-PGR.UIConstants\",\n \"description\": \" Rain Maker UI Constants\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"REOPENSLA\"\n ],\n \"x-unique\": [\n \"REOPENSLA\"\n ],\n \"properties\": {\n \"REOPENSLA\": {\n \"type\": \"number\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718748514,\n \"lastModifiedTime\": 1700718748514\n }\n }\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.CensusYear", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"da8456a1-c3b1-441a-9055-e860c2269849\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.CensusYear\",\n \"description\": \" common masters Census Year\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718808483,\n \"lastModifiedTime\": 1700718808483\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.Department", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"9091173e-f85f-4f7d-a9de-5857ac5e0d83\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.Department\",\n \"description\": \" common masters Department\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"number\"\n },\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718814031,\n \"lastModifiedTime\": 1700718814031\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.Designation", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"4749b0cb-a04a-42f7-8669-05becc2f6ccb\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.Designation\",\n \"description\": \" common masters Designation\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n },\n \"description\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718827769,\n \"lastModifiedTime\": 1700718827769\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.GenderType", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"7730cda8-0a49-4f1f-9221-32de660ef0bd\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.GenderType\",\n \"description\": \" common masters Gender Type \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718832659,\n \"lastModifiedTime\": 1700718832659\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.IdFormat", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"ea731e47-d752-4b28-9555-10970e74cb7b\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.IdFormat\",\n \"description\": \" common masters Id Format \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"idname\"\n ],\n \"x-unique\": [\n \"idname\"\n ],\n \"properties\": {\n \"format\": {\n \"type\": \"string\"\n },\n \"idname\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718839649,\n \"lastModifiedTime\": 1700718839649\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "common-masters.StateInfo", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"e2c3c264-b125-4f46-b973-2afed53908f1\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"common-masters.StateInfo\",\n \"description\": \" common masters State Info \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"logoUrl\": {\n \"type\": \"string\"\n },\n \"bannerUrl\": {\n \"type\": \"string\"\n },\n \"languages\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"label\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"defaultCity\": {\n \"type\": \"string\"\n },\n \"digitLogoUrl\": {\n \"type\": \"string\"\n },\n \"defaultLanguage\": {\n \"type\": \"string\"\n },\n \"hasLocalisation\": {\n \"type\": \"boolean\"\n },\n \"isForgotPwdDisabled\": {\n \"type\": \"boolean\"\n },\n \"localizationModules\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"label\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"headerProgramLogoUrl\": {\n \"type\": \"string\"\n },\n \"customReportsDriveLink\": {\n \"type\": \"string\"\n },\n \"isCitySelectionDisabled\": {\n \"type\": \"boolean\"\n },\n \"isLanguageSelectionDisabled\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718843415,\n \"lastModifiedTime\": 1700718843415\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "dss-dashboard.About", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"4bd828b7-9cea-4f9d-b49b-bd357dfcd4a8\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"dss-dashboard.About\",\n \"description\": \" dss dashboard about \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"titleHeader\"\n ],\n \"x-unique\": [\n \"titleHeader\"\n ],\n \"properties\": {\n \"define\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"titleHeader\": {\n \"type\": \"string\"\n },\n \"definePoints\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"point\"\n ],\n \"x-unique\": [\n \"point\"\n ],\n \"properties\": {\n \"point\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718856242,\n \"lastModifiedTime\": 1700718856242\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "dss-dashboard.Calculations", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"fa69e457-7d4b-4672-91d1-5b734c46219a\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"dss-dashboard.Calculations\",\n \"description\": \" dss dashboard calculations \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tabName\"\n ],\n \"x-unique\": [\n \"tabName\"\n ],\n \"properties\": {\n \"cards\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"cardName\"\n ],\n \"x-unique\": [\n \"cardName\"\n ],\n \"properties\": {\n \"cardName\": {\n \"type\": \"string\"\n },\n \"calculation\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"para\"\n ],\n \"x-unique\": [\n \"para\"\n ],\n \"properties\": {\n \"para\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"subCalculation\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"heading\"\n ],\n \"x-unique\": [\n \"heading\"\n ],\n \"properties\": {\n \"cals\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"para\"\n ],\n \"x-unique\": [\n \"para\"\n ],\n \"properties\": {\n \"para\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"heading\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n },\n \"tabName\": {\n \"type\": \"string\"\n },\n \"tabOverview\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [],\n \"properties\": {\n \"para\": {\n \"type\": \"string\"\n },\n \"point\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718893082,\n \"lastModifiedTime\": 1700718893082\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "dss-dashboard.FAQs", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"0ec27fe0-ef13-4064-be94-6c551a7c6fbb\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"dss-dashboard.FAQs\",\n \"description\": \" dss dashboard FAQs \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"question\"\n ],\n \"x-unique\": [\n \"question\"\n ],\n \"properties\": {\n \"answer\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"ans\"\n ],\n \"properties\": {\n \"ans\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"question\": {\n \"type\": \"string\"\n },\n \"nestedAnswer\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [],\n \"properties\": {\n \"ans\": {\n \"type\": \"string\"\n },\n \"point\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718897214,\n \"lastModifiedTime\": 1700718897214\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "dss-dashboard.dashboard-config", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"ea4e8e62-62f0-41d6-bf10-35be8cb341f4\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"dss-dashboard.dashboard-config\",\n \"description\": \" dss dashboard dashboard config \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"MODULE_LEVEL\"\n ],\n \"x-unique\": [\n \"MODULE_LEVEL\"\n ],\n \"properties\": {\n \"SERVICES\": {\n \"type\": \"array\",\n \"items\": {}\n },\n \"MAP_CONFIG\": {\n \"type\": \"array\",\n \"items\": {}\n },\n \"MODULE_LEVEL\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"dashboard\"\n ],\n \"properties\": {\n \"dashboard\": {}\n }\n }\n },\n \"CHART_COLOR_CODE\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718902027,\n \"lastModifiedTime\": 1700718902027\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.CampaignAssignmentFieldsConfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"b38b70f0-ae01-48f0-b58e-8c1abe480a75\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"egov-hrms.CampaignAssignmentFieldsConfig\",\n \"description\": \"HRMS campaignAssignment \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"head\"\n ],\n \"x-unique\": [\n \"head\"\n ],\n \"properties\": {\n \"body\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"component\": {\n \"type\": \"string\"\n },\n \"withoutLabel\": {\n \"type\": \"boolean\"\n }\n }\n }\n },\n \"head\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718998772,\n \"lastModifiedTime\": 1700718998772\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.CommonFieldsConfig", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"070b06a6-d550-417e-907a-8dc0910178fb\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.CommonFieldsConfig\",\n \"description\": \"HRMS common field config\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"head\"\n ],\n \"x-unique\": [\n \"head\"\n ],\n \"properties\": {\n \"body\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"component\": {\n \"type\": \"string\"\n },\n \"isMandatory\": {\n \"type\": \"boolean\"\n },\n \"withoutLabel\": {\n \"type\": \"boolean\"\n }\n }\n }\n },\n \"head\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1701076337282,\n \"lastModifiedTime\": 1701076337282\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.DeactivationReason", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"539a7f73-d1c1-4666-b0f6-219bf941a1fe\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.DeactivationReason\",\n \"description\": \"HRMS Deactivation Reason\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719010863,\n \"lastModifiedTime\": 1700719010863\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.Degree", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"75fc0cc4-ca5b-4a80-b3e4-1ff9d9e5d21e\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.Degree\",\n \"description\": \"HRMS Degree \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719015656,\n \"lastModifiedTime\": 1700719015656\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.EmployeeDepartment", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"b7e7f0e7-fdbb-4fcf-9eaf-62c60a055b37\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.EmployeeDepartment\",\n \"description\": \"HRMS Employee Department \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719034518,\n \"lastModifiedTime\": 1700719034518\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.EmployeeStatus", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"13d2b529-6811-45da-b8bd-1cba5a373876\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.EmployeeStatus\",\n \"description\": \"HRMS Employee Status\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719038891,\n \"lastModifiedTime\": 1700719038891\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.EmployeeType", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"590ad67f-a31a-47dd-9cdf-92ec81aefe10\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.EmployeeType\",\n \"description\": \"HRMS Employee Type \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719044352,\n \"lastModifiedTime\": 1700719044352\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.EmploymentTest", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"ab3a9a2c-e747-4710-a095-07d33f564330\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"egov-hrms.EmploymentTest\",\n \"description\": \"HRMS EmploymentTest \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719049295,\n \"lastModifiedTime\": 1700719049295\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "egov-hrms.Specalization", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"a53ed1f5-ca9b-443d-b1e0-59f8fd52abce\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"egov-hrms.Specialization\",\n \"description\": \"HRMS Specialzation \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"active\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700719053714,\n \"lastModifiedTime\": 1700719053714\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "module-version.ROW_VERSIONS", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"0993fb80-7e47-4a99-9de5-4fffcbea2f24\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"module-version.ROW_VERSIONS\",\n \"description\": \"egov module version\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"module\"\n ],\n \"x-unique\": [\n \"module\"\n ],\n \"properties\": {\n \"module\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718977844,\n \"lastModifiedTime\": 1700718977844\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "INBOX.InboxQueryConfiguration", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"1237c7df-d719-458f-859a-34d14d6d4039\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"INBOX.InboxQueryConfiguration\",\n \"description\": \"Inbox Query Configuration\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"module\"\n ],\n \"x-unique\": [\n \"module\"\n ],\n \"properties\": {\n \"index\": {\n \"type\": \"string\"\n },\n \"module\": {\n \"type\": \"string\"\n },\n \"sortBy\": {\n \"type\": \"object\",\n \"required\": [\n \"path\",\n \"defaultOrder\"\n ],\n \"properties\": {\n \"path\": {\n \"type\": \"string\"\n },\n \"defaultOrder\": {\n \"type\": \"string\"\n }\n }\n },\n \"sourceFilterPathList\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"allowedSearchCriteria\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"name\",\n \"path\",\n \"isMandatory\",\n \"operator\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"path\": {\n \"type\": \"string\"\n },\n \"operator\": {\n \"type\": \"string\"\n },\n \"isMandatory\": {\n \"type\": \"boolean\"\n },\n \"isHashingRequired\": {\n \"type\": \"boolean\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718981714,\n \"lastModifiedTime\": 1700718981714\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "tenant.citymodule", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"7ed97565-e04b-49c7-a4a9-06e78716bd21\",\n \"tenantId\":\"{{tenantid}}\",\n \"code\": \"tenant.citymodule\",\n \"description\": \"city module tenant \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"order\": {\n \"type\": \"number\"\n },\n \"active\": {\n \"type\": \"boolean\"\n },\n \"module\": {\n \"type\": \"string\"\n },\n \"tenants\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718986492,\n \"lastModifiedTime\": 1700718986492\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "tenant.tenants", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"8317593f-88d4-4e7a-8b47-672461b33c2b\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"tenant.tenants\",\n \"description\": \"tenants \",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"code\"\n ],\n \"x-unique\": [\n \"code\"\n ],\n \"properties\": {\n \"city\": {\n \"type\": \"object\",\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"captcha\": {},\n \"ddrName\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"number\"\n },\n \"ulbGrade\": {\n \"type\": \"string\"\n },\n \"localName\": {},\n \"longitude\": {\n \"type\": \"number\"\n },\n \"regionName\": {\n \"type\": \"string\"\n },\n \"districtCode\": {\n \"type\": \"string\"\n },\n \"districtName\": {\n \"type\": \"string\"\n },\n \"shapeFileLocation\": {}\n }\n },\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"logoId\": {\n \"type\": \"string\"\n },\n \"address\": {},\n \"emailId\": {},\n \"imageId\": {\n \"type\": \"string\"\n },\n \"domainUrl\": {},\n \"twitterUrl\": {},\n \"description\": {\n \"type\": \"string\"\n },\n \"facebookUrl\": {},\n \"contactNumber\": {\n \"type\": \"string\"\n },\n \"helpLineNumber\": {\n \"type\": \"string\"\n },\n \"integrateProjectService\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"lastModifiedBy\": \"0da6b089-265e-44ef-bf7f-9e0d3ef47bf9\",\n \"createdTime\": 1700718993547,\n \"lastModifiedTime\": 1700718993547\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "Workbench.UISchema", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"f01ce0db-1e6c-4f15-beb9-e2fd7c7c2aab\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Workbench.UISchema\",\n \"description\": \"Workbench.UISchema\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"schemaCode\"\n ],\n \"x-unique\": [\n \"schemaCode\"\n ],\n \"properties\": {\n \"order\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n },\n \"addAPI\": {\n \"type\": \"object\",\n \"required\": [\n \"url\"\n ],\n \"properties\": {\n \"url\": {\n \"type\": \"string\"\n },\n \"requestBody\": {\n \"type\": \"string\"\n },\n \"requestJson\": {\n \"type\": \"string\"\n },\n \"responseJson\": {\n \"type\": \"string\"\n }\n }\n },\n \"custom\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"fieldPath\"\n ],\n \"properties\": {\n \"prefix\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"suffix\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"fieldPath\": {\n \"type\": \"string\"\n },\n \"ui:widget\": {\n \"type\": \"string\"\n },\n \"dataSource\": {\n \"type\": \"object\",\n \"required\": [\n \"API\",\n \"requestParams\",\n \"requestBody\",\n \"responseJSON\"\n ],\n \"properties\": {\n \"API\": {\n \"type\": \"string\"\n },\n \"requestBody\": {\n \"type\": \"string\",\n \"default\": \"{}\"\n },\n \"responseJSON\": {\n \"type\": \"string\"\n },\n \"dependentPath\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"fieldPath\",\n \"dependencyFor\",\n \"depdendentKey\"\n ],\n \"properties\": {\n \"fieldPath\": {\n \"type\": \"string\"\n },\n \"depdendentKey\": {\n \"type\": \"string\"\n },\n \"dependencyFor\": {\n \"enum\": [\n \"ALL\",\n \"REQ_BODY\",\n \"REQ_PARAM\"\n ],\n \"type\": \"string\"\n }\n }\n }\n },\n \"requestParams\": {\n \"type\": \"string\",\n \"default\": \"{}\"\n },\n \"customFunction\": {\n \"type\": \"string\"\n },\n \"responseFieldPath\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"search\": {\n \"type\": \"object\",\n \"properties\": {\n \"searchableFields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"searchAPI\": {\n \"type\": \"object\",\n \"required\": [\n \"url\"\n ],\n \"properties\": {\n \"url\": {\n \"type\": \"string\"\n },\n \"requestBody\": {\n \"type\": \"string\"\n },\n \"requestJson\": {\n \"type\": \"string\"\n },\n \"responseJson\": {\n \"type\": \"string\"\n }\n }\n },\n \"updateAPI\": {\n \"type\": \"object\",\n \"required\": [\n \"url\"\n ],\n \"properties\": {\n \"url\": {\n \"type\": \"string\"\n },\n \"requestBody\": {\n \"type\": \"string\"\n },\n \"requestJson\": {\n \"type\": \"string\"\n },\n \"responseJson\": {\n \"type\": \"string\"\n }\n }\n },\n \"schemaCode\": {\n \"type\": \"string\"\n },\n \"localisation\": {\n \"type\": \"object\",\n \"properties\": {\n \"localisableFields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"fieldPath\",\n \"module\"\n ],\n \"properties\": {\n \"module\": {\n \"type\": \"string\",\n \"default\": \"rainmaker-mdms\"\n },\n \"prefix\": {\n \"type\": \"string\"\n },\n \"suffix\": {\n \"type\": \"string\"\n },\n \"fieldPath\": {\n \"type\": \"string\"\n }\n }\n }\n }\n }\n },\n \"searchResult\": {\n \"type\": \"object\",\n \"properties\": {\n \"displayFields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\"\n }\n }\n }\n }\n },\n \"x-ref-schema\": [],\n \"additionalProperties\": false\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701764083245,\n \"lastModifiedTime\": 1701764083245\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + } + ] + } + ] + }, + { + "name": "Health UI", + "item": [ + { + "name": "Schema", + "item": [ + { + "name": "ProjectBeneficiary", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"a8b46938-b917-4938-befd-d42f7eea95ee\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.ProjectBeneficiary\",\n \"description\": \"Health.ProjectBeneficiary\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"clientReferenceId\",\n \"tenantId\",\n \"projectId\",\n \"beneficiaryId\",\n \"beneficiaryClientReferenceId\",\n \"dateOfRegistration\",\n \"additionalFields\"\n ],\n \"x-unique\": [\n \"clientReferenceId\"\n ],\n \"properties\": {\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"beneficiaryId\": {\n \"type\": \"string\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n },\n \"dateOfRegistration\": {\n \"type\": \"integer\"\n },\n \"beneficiaryClientReferenceId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701929484756,\n \"lastModifiedTime\": 1701929484756\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "Facility", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"62735234-3345-4433-93d4-90dd72bab040\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.Facility\",\n \"description\": \"Health.Facility\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tenantId\",\n \"isPermanent\",\n \"name\",\n \"usage\",\n \"storageCapacity\",\n \"address\",\n \"additionalFields\",\n \"rowVersion\"\n ],\n \"x-unique\": [\n \"name\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"usage\": {\n \"type\": \"string\"\n },\n \"address\": {\n \"type\": \"object\",\n \"required\": [\n \"tenantId\",\n \"doorNo\",\n \"latitude\",\n \"longitude\",\n \"locationAccuracy\",\n \"type\",\n \"addressLine1\",\n \"addressLine2\",\n \"landmark\",\n \"city\",\n \"pincode\",\n \"buildingName\",\n \"street\",\n \"locality\"\n ],\n \"properties\": {\n \"city\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"doorNo\": {\n \"type\": \"string\"\n },\n \"street\": {\n \"type\": \"string\"\n },\n \"pincode\": {\n \"type\": \"string\"\n },\n \"landmark\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"number\"\n },\n \"locality\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"name\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"longitude\": {\n \"type\": \"number\"\n },\n \"addressLine1\": {\n \"type\": \"string\"\n },\n \"addressLine2\": {\n \"type\": \"string\"\n },\n \"buildingName\": {\n \"type\": \"string\"\n },\n \"locationAccuracy\": {\n \"type\": \"number\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"isPermanent\": {\n \"type\": \"string\"\n },\n \"storageCapacity\": {\n \"type\": \"integer\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"6920b276-0532-4fdc-82b0-1ad101dddbc2\",\n \"lastModifiedBy\": \"6920b276-0532-4fdc-82b0-1ad101dddbc2\",\n \"createdTime\": 1702449874740,\n \"lastModifiedTime\": 1702449874740\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "Household", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"be6f160f-3086-4857-b4ec-54142dcb67f7\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.Household\",\n \"description\": \"Health.Household\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"tenantId\",\n \"clientReferenceId\",\n \"memberCount\",\n \"address\",\n \"additionalFields\",\n \"rowVersion\"\n ],\n \"x-unique\": [\n \"clientReferenceId\"\n ],\n \"properties\": {\n \"address\": {\n \"type\": \"object\",\n \"properties\": {\n \"city\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"doorNo\": {\n \"type\": \"string\"\n },\n \"street\": {\n \"type\": \"string\"\n },\n \"pincode\": {\n \"type\": \"string\"\n },\n \"landmark\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"number\"\n },\n \"locality\": {\n \"type\": \"object\",\n \"required\": [\n \"code\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"longitude\": {\n \"type\": \"number\"\n },\n \"addressLine1\": {\n \"type\": \"string\"\n },\n \"addressLine2\": {\n \"type\": \"string\"\n },\n \"buildingName\": {\n \"type\": \"string\"\n },\n \"locationAccuracy\": {\n \"type\": \"number\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"memberCount\": {\n \"type\": \"integer\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701928906826,\n \"lastModifiedTime\": 1701928906826\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "Product", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"6b586662-1b33-474d-ae8d-189121958e20\",\n \"tenantId\": \"{{tenantId}}\",\n \"code\": \"Health.Product\",\n \"description\": \"Health.Product\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tenantId\",\n \"type\",\n \"name\",\n \"manufacturer\",\n \"additionalFields\",\n \"isDeleted\",\n \"rowVersion\"\n ],\n \"x-unique\": [\n \"name\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\",\n \"default\": \"DRUG\"\n },\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"rowVersion\": {\n \"type\": \"number\",\n \"default\": 1\n },\n \"manufacturer\": {\n \"type\": \"string\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"default\": \"form\"\n },\n \"value\": {\n \"type\": \"string\",\n \"default\": \"tablet\"\n }\n }\n }\n },\n \"schema\": {\n \"type\": \"string\",\n \"default\": \"test\"\n },\n \"version\": {\n \"type\": \"number\",\n \"default\": 1\n }\n }\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"tenantId\",\n \"schemaCode\": \"tenant.tenants\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701751014943,\n \"lastModifiedTime\": 1701751014943\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ProductVariant", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"a60a074f-65ea-485d-82dd-13a1ad30538b\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.ProductVariant\",\n \"description\": \"Health.ProductVariant\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tenantId\",\n \"productId\",\n \"sku\",\n \"variation\",\n \"additionalFields\",\n \"isDeleted\",\n \"rowVersion\"\n ],\n \"x-unique\": [\n \"productId\"\n ],\n \"properties\": {\n \"sku\": {\n \"type\": \"string\"\n },\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"productId\": {\n \"type\": \"string\"\n },\n \"variation\": {\n \"type\": \"string\"\n },\n \"rowVersion\": {\n \"type\": \"integer\",\n \"default\": 1\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"default\": \"weight\"\n },\n \"value\": {\n \"type\": \"string\",\n \"default\": \"500g\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\",\n \"default\": \"test\"\n },\n \"version\": {\n \"type\": \"integer\",\n \"default\": 2\n }\n }\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"tenantId\",\n \"schemaCode\": \"tenant.tenants\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701765861028,\n \"lastModifiedTime\": 1701765861028\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "Project", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"6845ef64-3c1d-4209-b79f-721662062921\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.Project\",\n \"description\": \"Health.Project\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tenantId\",\n \"name\",\n \"projectType\",\n \"department\",\n \"description\",\n \"referenceID\",\n \"projectTypeId\",\n \"documents\",\n \"address\",\n \"startDate\",\n \"endDate\",\n \"isTaskEnabled\",\n \"targets\"\n ],\n \"x-unique\": [\n \"name\"\n ],\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"parent\": {\n \"type\": \"string\"\n },\n \"address\": {\n \"type\": \"object\",\n \"required\": [\n \"tenantId\",\n \"type\",\n \"boundaryType\",\n \"boundary\",\n \"locality\"\n ],\n \"properties\": {\n \"type\": {\n \"type\": \"string\",\n \"default\": \"PERMANENT\"\n },\n \"boundary\": {\n \"type\": \"string\"\n },\n \"locality\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"name\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\",\n \"default\": \"test\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"boundaryType\": {\n \"type\": \"string\"\n }\n }\n },\n \"endDate\": {\n \"type\": \"number\"\n },\n \"targets\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"beneficiaryType\",\n \"totalNo\",\n \"targetNo\"\n ],\n \"properties\": {\n \"totalNo\": {\n \"type\": \"number\"\n },\n \"targetNo\": {\n \"type\": \"number\"\n },\n \"beneficiaryType\": {\n \"type\": \"string\"\n }\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"documents\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"fileStoreId\",\n \"tenantId\",\n \"documentType\",\n \"fileStore\"\n ],\n \"properties\": {\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"fileStore\": {\n \"type\": \"string\",\n \"default\": \" \"\n },\n \"fileStoreId\": {\n \"type\": \"string\",\n \"default\": \" \"\n },\n \"documentType\": {\n \"type\": \"string\",\n \"default\": \" \"\n }\n }\n }\n },\n \"startDate\": {\n \"type\": \"number\"\n },\n \"department\": {\n \"type\": \"string\",\n \"default\": \" \"\n },\n \"rowVersion\": {\n \"type\": \"number\",\n \"default\": 0\n },\n \"description\": {\n \"type\": \"string\",\n \"default\": \" \"\n },\n \"projectType\": {\n \"type\": \"string\"\n },\n \"referenceID\": {\n \"type\": \"string\",\n \"default\": \" \"\n },\n \"isTaskEnabled\": {\n \"type\": \"boolean\",\n \"default\": true\n },\n \"projectTypeId\": {\n \"type\": \"string\"\n },\n \"projectSubType\": {\n \"type\": \"string\",\n \"default\": \"test\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\",\n \"default\": \"height\"\n },\n \"value\": {\n \"type\": \"string\",\n \"default\": \"180\"\n }\n }\n }\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"number\",\n \"default\": 2\n }\n }\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"tenantId\",\n \"schemaCode\": \"tenant.tenants\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1702036172013,\n \"lastModifiedTime\": 1702036172013\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ProjectResource", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": {\n \"id\": \"77bc03a5-d5ab-48d8-be31-877b26d90ca3\",\n \"tenantId\": \"mz\",\n \"code\": \"Health.ProjectResource\",\n \"description\": \"Health.ProjectResource\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"tenantId\",\n \"projectId\",\n \"resource\",\n \"isDeleted\",\n \"rowVersion\",\n \"startDate\",\n \"endDate\"\n ],\n \"x-unique\": [\n \"projectId\"\n ],\n \"properties\": {\n \"endDate\": {\n \"type\": \"number\"\n },\n \"resource\": {\n \"type\": \"object\",\n \"required\": [\n \"productVariantId\",\n \"type\",\n \"isBaseUnitVariant\"\n ],\n \"properties\": {\n \"type\": {\n \"type\": \"string\",\n \"default\": \"test\"\n },\n \"productVariantId\": {\n \"type\": \"string\"\n },\n \"isBaseUnitVariant\": {\n \"type\": \"boolean\",\n \"default\": false\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\",\n \"default\": \"mz\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"startDate\": {\n \"type\": \"number\"\n },\n \"rowVersion\": {\n \"type\": \"number\",\n \"default\": 38\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"tenantId\",\n \"schemaCode\": \"tenant.tenants\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"6920b276-0532-4fdc-82b0-1ad101dddbc2\",\n \"lastModifiedBy\": \"6920b276-0532-4fdc-82b0-1ad101dddbc2\",\n \"createdTime\": 1702543774410,\n \"lastModifiedTime\": 1702543774410\n }\n }}\n\n\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ProjectStaff", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"c6a6096f-6e3d-4113-99d0-e337143b2519\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.ProjectStaff\",\n \"description\": \"Health.ProjectStaff\",\n \"definition\": {\n \"type\": \"object\",\n \"title\": \"Generated schema for Root\",\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"userId\",\n \"projectId\",\n \"startDate\",\n \"endDate\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"userId\": {\n \"type\": \"string\"\n },\n \"endDate\": {\n \"type\": \"number\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\",\n \"default\": \"false\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"startDate\": {\n \"type\": \"number\"\n },\n \"rowVersion\": {\n \"type\": \"number\"\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"tenantId\",\n \"schemaCode\": \"tenant.tenants\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701770827707,\n \"lastModifiedTime\": 1701770827707\n }\n }\n}\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "SearchProjectTask", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"3f900e5c-92a1-4b2b-8b5f-2459e5478bb8\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.SearchProjectTask\",\n \"description\": \"Health.SearchProjectTask\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"clientReferenceId\",\n \"projectId\",\n \"projectBeneficiaryId\",\n \"projectBeneficiaryClientReferenceId\",\n \"resources\",\n \"plannedStartDate\",\n \"plannedEndDate\",\n \"actualStartDate\",\n \"actualEndDate\",\n \"createdBy\",\n \"createdDate\",\n \"address\",\n \"additionalFields\",\n \"isDeleted\",\n \"rowVersion\",\n \"auditDetails\",\n \"clientAuditDetails\",\n \"status\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"status\": {\n \"type\": \"string\"\n },\n \"address\": {\n \"type\": \"object\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"clientReferenceId\",\n \"doorNo\",\n \"latitude\",\n \"longitude\",\n \"locationAccuracy\",\n \"type\",\n \"addressLine1\",\n \"addressLine2\",\n \"landmark\",\n \"city\",\n \"pincode\",\n \"buildingName\",\n \"street\",\n \"boundaryType\",\n \"boundary\",\n \"locality\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"city\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"doorNo\": {\n \"type\": \"string\"\n },\n \"street\": {\n \"type\": \"string\"\n },\n \"pincode\": {\n \"type\": \"string\"\n },\n \"boundary\": {\n \"type\": \"null\"\n },\n \"landmark\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"number\"\n },\n \"locality\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"name\",\n \"label\",\n \"latitude\",\n \"longitude\",\n \"materializedPath\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"null\"\n },\n \"label\": {\n \"type\": \"null\"\n },\n \"latitude\": {\n \"type\": \"null\"\n },\n \"longitude\": {\n \"type\": \"null\"\n },\n \"materializedPath\": {\n \"type\": \"null\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"longitude\": {\n \"type\": \"number\"\n },\n \"addressLine1\": {\n \"type\": \"string\"\n },\n \"addressLine2\": {\n \"type\": \"string\"\n },\n \"boundaryType\": {\n \"type\": \"null\"\n },\n \"buildingName\": {\n \"type\": \"string\"\n },\n \"locationAccuracy\": {\n \"type\": \"integer\"\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"createdBy\": {\n \"type\": \"null\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"resources\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"clientReferenceId\",\n \"taskId\",\n \"productVariantId\",\n \"quantity\",\n \"isDelivered\",\n \"deliveryComment\",\n \"isDeleted\",\n \"auditDetails\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"taskId\": {\n \"type\": \"string\"\n },\n \"quantity\": {\n \"type\": \"integer\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\"\n },\n \"isDelivered\": {\n \"type\": \"boolean\"\n },\n \"auditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"deliveryComment\": {\n \"type\": \"string\"\n },\n \"productVariantId\": {\n \"type\": \"string\"\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"createdDate\": {\n \"type\": \"null\"\n },\n \"auditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"actualEndDate\": {\n \"type\": \"integer\"\n },\n \"plannedEndDate\": {\n \"type\": \"integer\"\n },\n \"actualStartDate\": {\n \"type\": \"integer\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n },\n \"plannedStartDate\": {\n \"type\": \"integer\"\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n },\n \"clientAuditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"projectBeneficiaryId\": {\n \"type\": \"string\"\n },\n \"projectBeneficiaryClientReferenceId\": {\n \"type\": \"string\"\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"states.*.actions.*.roles\",\n \"schemaCode\": \"ACCESSCONTROL-ROLES.roles\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701839311659,\n \"lastModifiedTime\": 1701839311659\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "ProjectTask", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"7e01537a-cc44-4ecf-8c7a-9f87cab52a01\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.ProjectTask\",\n \"description\": \"Health.ProjectTask\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"tenantId\",\n \"projectId\",\n \"projectBeneficiaryId\",\n \"clientReferenceId\",\n \"resources\",\n \"plannedStartDate\",\n \"plannedEndDate\",\n \"actualStartDate\",\n \"actualEndDate\",\n \"createdBy\",\n \"createdDate\",\n \"address\",\n \"additionalFields\",\n \"rowVersion\",\n \"status\"\n ],\n \"x-unique\": [\n \"projectId\"\n ],\n \"properties\": {\n \"status\": {\n \"type\": \"string\"\n },\n \"address\": {\n \"type\": \"object\",\n \"properties\": {\n \"city\": {\n \"type\": \"string\"\n },\n \"type\": {\n \"type\": \"string\"\n },\n \"doorNo\": {\n \"type\": \"string\"\n },\n \"street\": {\n \"type\": \"string\"\n },\n \"pincode\": {\n \"type\": \"string\"\n },\n \"landmark\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"number\"\n },\n \"locality\": {\n \"type\": \"object\",\n \"required\": [\n \"code\",\n \"name\",\n \"label\",\n \"latitude\",\n \"longitude\",\n \"materializedPath\"\n ],\n \"properties\": {\n \"code\": {\n \"type\": \"string\"\n },\n \"name\": {\n \"type\": \"string\"\n },\n \"label\": {\n \"type\": \"string\"\n },\n \"latitude\": {\n \"type\": \"string\"\n },\n \"longitude\": {\n \"type\": \"string\"\n },\n \"materializedPath\": {\n \"type\": \"string\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"longitude\": {\n \"type\": \"number\"\n },\n \"addressLine1\": {\n \"type\": \"string\"\n },\n \"addressLine2\": {\n \"type\": \"string\"\n },\n \"buildingName\": {\n \"type\": \"string\"\n },\n \"locationAccuracy\": {\n \"type\": \"number\"\n }\n }\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"resources\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"tenantId\",\n \"productVariantId\",\n \"quantity\",\n \"isDelivered\",\n \"deliveryComment\"\n ],\n \"properties\": {\n \"quantity\": {\n \"type\": \"integer\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDelivered\": {\n \"type\": \"boolean\"\n },\n \"deliveryComment\": {\n \"type\": \"string\"\n },\n \"productVariantId\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"createdDate\": {\n \"type\": \"integer\"\n },\n \"actualEndDate\": {\n \"type\": \"integer\"\n },\n \"plannedEndDate\": {\n \"type\": \"integer\"\n },\n \"actualStartDate\": {\n \"type\": \"integer\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n },\n \"plannedStartDate\": {\n \"type\": \"integer\"\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n },\n \"projectBeneficiaryId\": {\n \"type\": \"string\"\n }\n }\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701923389751,\n \"lastModifiedTime\": 1701923389751\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "SearchProjectStaff", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\":\n {\n // \"id\": \"e728f1a4-b7cf-4717-b12c-4577913d7b42\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.SearchProjectStaff\",\n \"description\": \"Health.SearchProjectStaff\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"userId\",\n \"projectId\",\n \"startDate\",\n \"endDate\",\n \"channel\",\n \"isDeleted\",\n \"rowVersion\",\n \"additionalFields\",\n \"auditDetails\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"userId\": {\n \"type\": \"string\"\n },\n \"channel\": {\n \"type\": \"null\"\n },\n \"endDate\": {\n \"type\": \"integer\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"startDate\": {\n \"type\": \"integer\"\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"auditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"states.*.actions.*.roles\",\n \"schemaCode\": \"ACCESSCONTROL-ROLES.roles\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701771649936,\n \"lastModifiedTime\": 1701771649936\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "SearchProductVariant", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\":\n {\n // \"id\": \"a6b7d9d3-cee3-4fe2-aaf9-29107ff89d9d\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.SearchProductVariant\",\n \"description\": \"Health.SearchProductVariant\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"productId\",\n \"sku\",\n \"variation\",\n \"additionalFields\",\n \"isDeleted\",\n \"rowVersion\",\n \"auditDetails\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"sku\": {\n \"type\": \"string\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\"\n },\n \"productId\": {\n \"type\": \"string\"\n },\n \"variation\": {\n \"type\": \"string\"\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"auditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"states.*.actions.*.roles\",\n \"schemaCode\": \"ACCESSCONTROL-ROLES.roles\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701765491910,\n \"lastModifiedTime\": 1701765491910\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + }, + { + "name": "SearchProjectBeneficiaries", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 202\", function () {", + "pm.response.to.have.status(202);", + "});" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\n \"RequestInfo\": {\n \"apiId\": \"asset-services\",\n \"ver\": null,\n \"ts\": null,\n \"action\": null,\n \"did\": null,\n \"key\": null,\n \"msgId\": \"search with from and to values\",\n \"authToken\": \"{{access_token}}\",\n \"correlationId\": null,\n \"userInfo\": {\n \"id\": \"1\",\n \"userName\": null,\n \"name\": null,\n \"type\": null,\n \"mobileNumber\": null,\n \"emailId\": null,\n \"roles\": null,\n \"uuid\": \"d7867ef2-d046-4361-9a82-94c35c98416e\"\n }\n },\n \"SchemaDefinition\": \n {\n // \"id\": \"14014aca-7463-4d2a-a72b-955e051c7fb4\",\n \"tenantId\": \"{{tenantid}}\",\n \"code\": \"Health.SearchProjectBeneficiaries\",\n \"description\": \"Health.SearchProjectBeneficiaries\",\n \"definition\": {\n \"type\": \"object\",\n \"$schema\": \"http://json-schema.org/draft-04/schema#\",\n \"required\": [\n \"id\",\n \"tenantId\",\n \"projectId\",\n \"beneficiaryId\",\n \"dateOfRegistration\",\n \"clientReferenceId\",\n \"beneficiaryClientReferenceId\",\n \"additionalFields\",\n \"isDeleted\",\n \"rowVersion\",\n \"auditDetails\",\n \"clientAuditDetails\",\n \"tag\"\n ],\n \"x-unique\": [\n \"id\"\n ],\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"tag\": {\n \"type\": \"null\"\n },\n \"tenantId\": {\n \"type\": \"string\"\n },\n \"isDeleted\": {\n \"type\": \"boolean\"\n },\n \"projectId\": {\n \"type\": \"string\"\n },\n \"rowVersion\": {\n \"type\": \"integer\"\n },\n \"auditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"beneficiaryId\": {\n \"type\": \"null\"\n },\n \"additionalFields\": {\n \"type\": \"object\",\n \"required\": [\n \"schema\",\n \"version\",\n \"fields\"\n ],\n \"properties\": {\n \"fields\": {\n \"type\": \"array\",\n \"items\": [\n {\n \"type\": \"object\",\n \"required\": [\n \"key\",\n \"value\"\n ],\n \"properties\": {\n \"key\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n }\n }\n ]\n },\n \"schema\": {\n \"type\": \"string\"\n },\n \"version\": {\n \"type\": \"integer\"\n }\n }\n },\n \"clientReferenceId\": {\n \"type\": \"string\"\n },\n \"clientAuditDetails\": {\n \"type\": \"object\",\n \"required\": [\n \"createdBy\",\n \"lastModifiedBy\",\n \"createdTime\",\n \"lastModifiedTime\"\n ],\n \"properties\": {\n \"createdBy\": {\n \"type\": \"string\"\n },\n \"createdTime\": {\n \"type\": \"integer\"\n },\n \"lastModifiedBy\": {\n \"type\": \"string\"\n },\n \"lastModifiedTime\": {\n \"type\": \"integer\"\n }\n }\n },\n \"dateOfRegistration\": {\n \"type\": \"integer\"\n },\n \"beneficiaryClientReferenceId\": {\n \"type\": \"string\"\n }\n },\n \"x-ref-schema\": [\n {\n \"fieldPath\": \"states.*.actions.*.roles\",\n \"schemaCode\": \"ACCESSCONTROL-ROLES.roles\"\n }\n ]\n },\n \"isActive\": true,\n \"auditDetails\": {\n \"createdBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"lastModifiedBy\": \"03dc723f-7f45-4c34-89fd-f0c997cf8326\",\n \"createdTime\": 1701772368052,\n \"lastModifiedTime\": 1701772368052\n }\n }\n \n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{url}}/mdms-v2/schema/v1/_create" + }, + "response": [] + } + ] + } + ] + } + ], + "event": [ + { + "listen": "prerequest", + "script": { + "type": "text/javascript", + "packages": {}, + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "type": "text/javascript", + "packages": {}, + "exec": [ + "" + ] + } + } + ], + "variable": [ + { + "key": "tenantid", + "value": "mz" + }, + { + "key": "url", + "value": "http://localhost:8083", + "type": "string" + }, + { + "key": "Auth", + "value": "", + "type": "string" + } + ] +} \ No newline at end of file