@hmcts/ccpay-web-component 5.0.2-beta119 → 5.0.2-beta121

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.
@@ -121,5 +121,5 @@ export declare class ServiceRequestComponent implements OnInit {
121
121
  gotoPaymentSelectPage(event: Event): void;
122
122
  gotoAddressPage(note?: IRefundContactDetails): void;
123
123
  processRefund(): void;
124
- getOverPaymentValue(): any;
124
+ getOverPaymentValue(): number;
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta119",
3
+ "version": "5.0.2-beta121",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },