@hmcts/ccd-case-ui-toolkit 7.3.68-pofcc-srt → 7.3.68-pofcc-split1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1263,12 +1263,6 @@ class AbstractAppConfig {
1263
1263
  return 'ithc';
1264
1264
  return 'prod';
1265
1265
  }
1266
- getWASupportedRoleCategories() {
1267
- return [];
1268
- }
1269
- getWASupportedRoleTypes() {
1270
- return [];
1271
- }
1272
1266
  getCamRoleAssignmentsApiUrl() {
1273
1267
  return undefined;
1274
1268
  }
@@ -1325,8 +1319,6 @@ class CaseEditorConfig {
1325
1319
  icp_jurisdictions;
1326
1320
  events_to_hide;
1327
1321
  enable_service_specific_multi_followups;
1328
- wa_supported_role_categories;
1329
- wa_supported_role_types;
1330
1322
  }
1331
1323
 
1332
1324
  class StructuredLoggerService {