@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.
package/index.d.ts CHANGED
@@ -337,8 +337,6 @@ declare abstract class AbstractAppConfig {
337
337
  getAccessManagementRequestReviewMockModel(): AccessManagementRequestReviewMockModel;
338
338
  getLocationRefApiUrl(): string;
339
339
  getEnvironment(): "aat" | "preview" | "demo" | "ithc" | "prod";
340
- getWASupportedRoleCategories(): string[];
341
- getWASupportedRoleTypes(): string[];
342
340
  abstract getRefundsUrl(): string;
343
341
  abstract getNotificationUrl(): string;
344
342
  abstract getPaymentReturnUrl(): string;
@@ -421,8 +419,6 @@ declare class CaseEditorConfig {
421
419
  icp_jurisdictions: string[];
422
420
  events_to_hide: string[];
423
421
  enable_service_specific_multi_followups: string[];
424
- wa_supported_role_categories: string[];
425
- wa_supported_role_types: string[];
426
422
  }
427
423
 
428
424
  declare class HttpError {