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