@hmcts/ccpay-web-component 5.0.1-beta139 → 5.0.1-beta143

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.
@@ -167,7 +167,7 @@ export declare class AddRemissionComponent implements OnInit {
167
167
  selectchange(args: any): void;
168
168
  getContactDetails(obj: IRefundContactDetails, type: any): void;
169
169
  gotoServiceRequestPage(event: any): void;
170
- gotoAddressPage(): void;
170
+ gotoAddressPage(note?: IRefundContactDetails): void;
171
171
  gotoRemissionSuccess(event: Event): void;
172
172
  gotoCasetransationPage(): void;
173
173
  gotoCasetransationPageCancelBtnClicked(event: Event): void;
@@ -21,6 +21,7 @@ export declare class ContactDetailsComponent implements OnInit {
21
21
  manualAddressForm: FormGroup;
22
22
  addressPostcodeList: any[];
23
23
  postcodeAddress: any;
24
+ isAddressBoxEmpty: boolean;
24
25
  isEmailEmpty: boolean;
25
26
  emailHasError: boolean;
26
27
  isPostcodeEmpty: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta139",
3
+ "version": "5.0.1-beta143",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },