@hmcts/ccpay-web-component 6.5.15-beta4 → 6.5.15-beta5

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
@@ -2205,12 +2205,11 @@ declare class RefundStatusComponent implements OnInit {
2205
2205
  hideNotificationPreview(): void;
2206
2206
  showNotificationSentView(index: number): void;
2207
2207
  hideNotificationSentView(): void;
2208
- check4AllowedRoles2DisplayEditRefundBtn: () => boolean;
2209
2208
  displayResetRefundConfirmation(): void;
2210
2209
  redirectToRefundListPage(): void;
2211
2210
  postResetRefund(): void;
2212
- getResetRefundVisibility(): void;
2213
2211
  isCurrentRefundVisibleForReset(): boolean;
2212
+ hasValidRefundRoles(): boolean;
2214
2213
  static ɵfac: i0.ɵɵFactoryDeclaration<RefundStatusComponent, never>;
2215
2214
  static ɵcmp: i0.ɵɵComponentDeclaration<RefundStatusComponent, "ccpay-refund-status", never, { "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "API_ROOT": { "alias": "API_ROOT"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; }, {}, never, never, true, never>;
2216
2215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.15-beta4",
3
+ "version": "6.5.15-beta5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },