@hmcts/ccd-case-ui-toolkit 7.3.77-pofcc-131 → 7.3.78-library-update
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.
|
@@ -1261,12 +1261,6 @@ class AbstractAppConfig {
|
|
|
1261
1261
|
return 'ithc';
|
|
1262
1262
|
return 'prod';
|
|
1263
1263
|
}
|
|
1264
|
-
getWASupportedRoleCategories() {
|
|
1265
|
-
return [];
|
|
1266
|
-
}
|
|
1267
|
-
getWASupportedRoleTypes() {
|
|
1268
|
-
return [];
|
|
1269
|
-
}
|
|
1270
1264
|
getCamRoleAssignmentsApiUrl() {
|
|
1271
1265
|
return undefined;
|
|
1272
1266
|
}
|
|
@@ -1323,8 +1317,6 @@ class CaseEditorConfig {
|
|
|
1323
1317
|
icp_jurisdictions;
|
|
1324
1318
|
events_to_hide;
|
|
1325
1319
|
enable_service_specific_multi_followups;
|
|
1326
|
-
wa_supported_role_categories;
|
|
1327
|
-
wa_supported_role_types;
|
|
1328
1320
|
}
|
|
1329
1321
|
|
|
1330
1322
|
class StructuredLoggerService {
|