@hmcts/ccpay-web-component 6.5.18-beta → 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
|
@@ -561,6 +561,7 @@ declare class RefundsService {
|
|
|
561
561
|
putResendOrEdit(body: IPutNotificationRequest, refundRef: string, notificationType: string): Observable<any>;
|
|
562
562
|
patchResubmitRefund(body: IResubmitRefundRequest, refund_reference: string): Observable<any>;
|
|
563
563
|
postResetRefund(refund_reference: string): Observable<any>;
|
|
564
|
+
downloadRefundsReport(startDate: string, endDate: string): Observable<any>;
|
|
564
565
|
addHeaders(options: any): any;
|
|
565
566
|
static ɵfac: i0.ɵɵFactoryDeclaration<RefundsService, never>;
|
|
566
567
|
static ɵprov: i0.ɵɵInjectableDeclaration<RefundsService>;
|
|
@@ -1229,6 +1230,7 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1229
1230
|
totalFee: number;
|
|
1230
1231
|
payhubHtml: SafeHtml;
|
|
1231
1232
|
service: string;
|
|
1233
|
+
platForm: string;
|
|
1232
1234
|
upPaymentErrorMessage: string;
|
|
1233
1235
|
selectedOption: string;
|
|
1234
1236
|
isBackButtonEnable: boolean;
|
|
@@ -1255,8 +1257,10 @@ declare class FeeSummaryComponent implements OnInit {
|
|
|
1255
1257
|
takePayment(): void;
|
|
1256
1258
|
goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean): void;
|
|
1257
1259
|
isCheckAmountdueExist(amountDue: any): amountDue is undefined;
|
|
1260
|
+
getAntennaValue(): string;
|
|
1258
1261
|
getKervValue(): string;
|
|
1259
1262
|
getPaymentMethod(): string;
|
|
1263
|
+
setPaymentValue(value: string): void;
|
|
1260
1264
|
isTakePaymentButtonDisabled(): boolean;
|
|
1261
1265
|
isTelephonySelectionEnable(): boolean;
|
|
1262
1266
|
isTelephonySelectionEnableNull(): void;
|
|
@@ -1290,6 +1294,7 @@ declare class XlFileService {
|
|
|
1290
1294
|
private setPaymentFailureReportHeaders;
|
|
1291
1295
|
private setShortFallReportHeaders;
|
|
1292
1296
|
private setTelphonyPaymentsReportHeaders;
|
|
1297
|
+
private setRefundsReportHeaders;
|
|
1293
1298
|
private sanitizeString;
|
|
1294
1299
|
static ɵfac: i0.ɵɵFactoryDeclaration<XlFileService, never>;
|
|
1295
1300
|
static ɵprov: i0.ɵɵInjectableDeclaration<XlFileService>;
|
|
@@ -1303,6 +1308,7 @@ declare class ReportsComponent implements OnInit {
|
|
|
1303
1308
|
private bulkScaningPaymentService;
|
|
1304
1309
|
private paymentLibComponent;
|
|
1305
1310
|
private paymentViewService;
|
|
1311
|
+
private refundsService;
|
|
1306
1312
|
ISPAYMENTSTATUSENABLED: boolean;
|
|
1307
1313
|
fmt: string;
|
|
1308
1314
|
loc: string;
|
|
@@ -1317,7 +1323,7 @@ declare class ReportsComponent implements OnInit {
|
|
|
1317
1323
|
isDateRangeBetnWeek: Boolean;
|
|
1318
1324
|
errorMessage: any;
|
|
1319
1325
|
paymentGroups: IPaymentGroup[];
|
|
1320
|
-
constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias$9, paymentViewService: PaymentViewService);
|
|
1326
|
+
constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias$9, paymentViewService: PaymentViewService, refundsService: RefundsService);
|
|
1321
1327
|
ngOnInit(): void;
|
|
1322
1328
|
getToday(): string;
|
|
1323
1329
|
getSelectedFromDate(): void;
|