@hmcts/ccpay-web-component 5.0.7-beta48 → 5.0.7-beta50

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.
@@ -24,7 +24,6 @@ export declare class RefundStatusComponent implements OnInit {
24
24
  ccdCaseNumber: string;
25
25
  isTurnOff: boolean;
26
26
  orderParty: string;
27
- isEliginbleToAccess: boolean;
28
27
  refundStatusForm: FormGroup;
29
28
  selectedRefundReason: string;
30
29
  rejectedRefundList: IRefundList[];
@@ -94,7 +93,7 @@ export declare class RefundStatusComponent implements OnInit {
94
93
  gotoEditAddressDetails(note: IRefundsNotifications): void;
95
94
  getContactDetails(obj: IRefundContactDetails): void;
96
95
  getContactDetailsForRefundList(obj: IRefundContactDetails): void;
97
- gotoEditDetailsPage(note?: any): void;
96
+ gotoEditDetailsPage(note?: any, view?: string): void;
98
97
  submitEditDetail(): void;
99
98
  putResend(notification: IRefundsNotifications): void;
100
99
  gotoCasetransationPageCancelBtnClicked(Event: Event): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.7-beta48",
3
+ "version": "5.0.7-beta50",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },