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

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.
@@ -163,9 +163,11 @@ export declare class AddRemissionComponent implements OnInit {
163
163
  getErrorClass(elementId: any): void;
164
164
  changeIssueRefundReason(): void;
165
165
  confirmIssueRefund(): void;
166
+ gotoRefundReasonPage(): void;
166
167
  selectRadioButton(key: any, value: any): void;
167
168
  selectchange(args: any): void;
168
169
  getContactDetails(obj: IRefundContactDetails, type: any): void;
170
+ gotoPartialFeeRefundScreen(): void;
169
171
  gotoServiceRequestPage(event: any): void;
170
172
  gotoAddressPage(note?: IRefundContactDetails): void;
171
173
  gotoRemissionSuccess(event: Event): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta143",
3
+ "version": "5.0.1-beta144",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },