@hmcts/ccd-case-ui-toolkit 7.3.54-pofcc-131 → 7.3.54-polling
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 {
|
|
@@ -625,6 +621,10 @@ declare class ActivityPollingService {
|
|
|
625
621
|
postEditActivity(caseId: string): Observable<Activity[]>;
|
|
626
622
|
protected performBatchRequest(requests: Map<string, Subject<Activity>>): void;
|
|
627
623
|
private postActivity;
|
|
624
|
+
private addPendingRequest;
|
|
625
|
+
private removePendingRequest;
|
|
626
|
+
private polling;
|
|
627
|
+
private getExponentialRetryDelay;
|
|
628
628
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActivityPollingService, never>;
|
|
629
629
|
static ɵprov: i0.ɵɵInjectableDeclaration<ActivityPollingService>;
|
|
630
630
|
}
|