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