@hmcts/ccpay-web-component 5.0.1-beta72 → 5.0.1-beta76

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.
@@ -129,6 +129,7 @@ export declare class AddRemissionComponent implements OnInit {
129
129
  gotoAddRetroRemissionCodePage(): void;
130
130
  gotoCheckRetroRemissionPage(payment: IPayment): void;
131
131
  gotoProcessRetroRemissionPage(): void;
132
+ gotoProcessRetroRemission(): void;
132
133
  confirmRetroRemission(): void;
133
134
  processRefund(): void;
134
135
  gotoIssueRefundConfirmation(payment: IPayment): void;
@@ -139,7 +140,7 @@ export declare class AddRemissionComponent implements OnInit {
139
140
  confirmRetroRefund(): void;
140
141
  selectRadioButton(key: any, value: any): void;
141
142
  selectchange(args: any): void;
142
- getContactDetails(obj: IRefundContactDetails): void;
143
+ getContactDetails(obj: IRefundContactDetails, type: any): void;
143
144
  gotoServiceRequestPage(event: any): void;
144
145
  gotoCasetransationPage(): void;
145
146
  gotoCasetransationPageCancelBtnClicked(event: Event): void;
@@ -33,6 +33,6 @@ export declare class ContactDetailsComponent implements OnInit {
33
33
  selectContactOption(type: any, isLinkedClied: any): void;
34
34
  finalFormSubmit(): void;
35
35
  postcodeValidation(): void;
36
- redirection(): void;
36
+ redirection(event: any): void;
37
37
  resetForm(val: any, field: any): void;
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta72",
3
+ "version": "5.0.1-beta76",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },