@hmcts/ccpay-web-component 6.5.18-beta1 → 6.5.19-beta01

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.
package/index.d.ts CHANGED
@@ -1230,6 +1230,7 @@ declare class FeeSummaryComponent implements OnInit {
1230
1230
  totalFee: number;
1231
1231
  payhubHtml: SafeHtml;
1232
1232
  service: string;
1233
+ platForm: string;
1233
1234
  upPaymentErrorMessage: string;
1234
1235
  selectedOption: string;
1235
1236
  isBackButtonEnable: boolean;
@@ -1256,8 +1257,10 @@ declare class FeeSummaryComponent implements OnInit {
1256
1257
  takePayment(): void;
1257
1258
  goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean): void;
1258
1259
  isCheckAmountdueExist(amountDue: any): amountDue is undefined;
1260
+ getAntennaValue(): string;
1259
1261
  getKervValue(): string;
1260
1262
  getPaymentMethod(): string;
1263
+ setPaymentValue(value: string): void;
1261
1264
  isTakePaymentButtonDisabled(): boolean;
1262
1265
  isTelephonySelectionEnable(): boolean;
1263
1266
  isTelephonySelectionEnableNull(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.18-beta1",
3
+ "version": "6.5.19-beta01",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },