@hmcts/ccd-case-ui-toolkit 7.3.54-pofcc-214-v1 → 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
|
@@ -621,6 +621,10 @@ declare class ActivityPollingService {
|
|
|
621
621
|
postEditActivity(caseId: string): Observable<Activity[]>;
|
|
622
622
|
protected performBatchRequest(requests: Map<string, Subject<Activity>>): void;
|
|
623
623
|
private postActivity;
|
|
624
|
+
private addPendingRequest;
|
|
625
|
+
private removePendingRequest;
|
|
626
|
+
private polling;
|
|
627
|
+
private getExponentialRetryDelay;
|
|
624
628
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActivityPollingService, never>;
|
|
625
629
|
static ɵprov: i0.ɵɵInjectableDeclaration<ActivityPollingService>;
|
|
626
630
|
}
|
|
@@ -6169,7 +6173,7 @@ declare class ValidPageListCaseFieldsService {
|
|
|
6169
6173
|
|
|
6170
6174
|
declare class CaseEditComponent implements OnInit, OnDestroy {
|
|
6171
6175
|
private readonly fb;
|
|
6172
|
-
readonly caseNotifier
|
|
6176
|
+
private readonly caseNotifier;
|
|
6173
6177
|
private readonly router;
|
|
6174
6178
|
private readonly route;
|
|
6175
6179
|
private readonly fieldsUtils;
|