@hmcts/ccpay-web-component 6.5.18-beta → 6.5.18-beta1

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>;
@@ -1290,6 +1291,7 @@ declare class XlFileService {
1290
1291
  private setPaymentFailureReportHeaders;
1291
1292
  private setShortFallReportHeaders;
1292
1293
  private setTelphonyPaymentsReportHeaders;
1294
+ private setRefundsReportHeaders;
1293
1295
  private sanitizeString;
1294
1296
  static ɵfac: i0.ɵɵFactoryDeclaration<XlFileService, never>;
1295
1297
  static ɵprov: i0.ɵɵInjectableDeclaration<XlFileService>;
@@ -1303,6 +1305,7 @@ declare class ReportsComponent implements OnInit {
1303
1305
  private bulkScaningPaymentService;
1304
1306
  private paymentLibComponent;
1305
1307
  private paymentViewService;
1308
+ private refundsService;
1306
1309
  ISPAYMENTSTATUSENABLED: boolean;
1307
1310
  fmt: string;
1308
1311
  loc: string;
@@ -1317,7 +1320,7 @@ declare class ReportsComponent implements OnInit {
1317
1320
  isDateRangeBetnWeek: Boolean;
1318
1321
  errorMessage: any;
1319
1322
  paymentGroups: IPaymentGroup[];
1320
- constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias$9, paymentViewService: PaymentViewService);
1323
+ constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias$9, paymentViewService: PaymentViewService, refundsService: RefundsService);
1321
1324
  ngOnInit(): void;
1322
1325
  getToday(): string;
1323
1326
  getSelectedFromDate(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.18-beta",
3
+ "version": "6.5.18-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },