@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.
package/index.d.ts
CHANGED
|
@@ -337,6 +337,8 @@ 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[];
|
|
340
342
|
abstract getRefundsUrl(): string;
|
|
341
343
|
abstract getNotificationUrl(): string;
|
|
342
344
|
abstract getPaymentReturnUrl(): string;
|
|
@@ -419,6 +421,8 @@ declare class CaseEditorConfig {
|
|
|
419
421
|
icp_jurisdictions: string[];
|
|
420
422
|
events_to_hide: string[];
|
|
421
423
|
enable_service_specific_multi_followups: string[];
|
|
424
|
+
wa_supported_role_categories: string[];
|
|
425
|
+
wa_supported_role_types: string[];
|
|
422
426
|
}
|
|
423
427
|
|
|
424
428
|
declare class HttpError {
|