@hmcts/ccpay-web-component 5.0.1-beta66 → 5.0.1-beta68

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.
@@ -133,6 +133,7 @@ export declare class AddRemissionComponent implements OnInit {
133
133
  processRefund(): void;
134
134
  gotoIssueRefundConfirmation(payment: IPayment): void;
135
135
  gotoIssueRefundPage(): void;
136
+ gotoContactDetailsPage(): void;
136
137
  changeIssueRefundReason(): void;
137
138
  confirmIssueRefund(): void;
138
139
  confirmRetroRefund(): void;
@@ -5,6 +5,7 @@ export declare class ContactDetailsComponent implements OnInit {
5
5
  private formBuilder;
6
6
  private paymentLibComponent;
7
7
  assignContactDetails: EventEmitter<any>;
8
+ redirectToIssueRefund: EventEmitter<any>;
8
9
  pageTitle: string;
9
10
  errorMessage: string;
10
11
  isEmailSAddressClicked: boolean;
@@ -32,5 +33,6 @@ export declare class ContactDetailsComponent implements OnInit {
32
33
  selectContactOption(type: any, isLinkedClied: any): void;
33
34
  finalFormSubmit(): void;
34
35
  postcodeValidation(): void;
36
+ redirection(): void;
35
37
  resetForm(val: any, field: any): void;
36
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta66",
3
+ "version": "5.0.1-beta68",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },