@hmcts/ccd-case-ui-toolkit 7.3.65-srt-rc1 → 7.3.67-srt-rc1

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
@@ -6240,7 +6240,7 @@ declare class ValidPageListCaseFieldsService {
6240
6240
 
6241
6241
  declare class CaseEditComponent implements OnInit, OnDestroy {
6242
6242
  private readonly fb;
6243
- private readonly caseNotifier;
6243
+ readonly caseNotifier: CaseNotifier;
6244
6244
  private readonly router;
6245
6245
  private readonly route;
6246
6246
  private readonly fieldsUtils;