@hmcts/ccpay-web-component 5.2.6 → 5.2.7-beta02

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.
Files changed (117) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +495 -1726
  2. package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
  3. package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
  4. package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-ccpay-web-component.js +32 -35
  6. package/esm2015/lib/components/add-remission/add-remission.component.js +116 -473
  7. package/esm2015/lib/components/case-transactions/case-transactions.component.js +15 -26
  8. package/esm2015/lib/components/fee-summary/fee-summary.component.js +9 -14
  9. package/esm2015/lib/components/payment-view/payment-view.component.js +75 -133
  10. package/esm2015/lib/components/pba-payment/pba-payment.component.js +1 -2
  11. package/esm2015/lib/components/process-refund/process-refund.component.js +41 -146
  12. package/esm2015/lib/components/refund-list/refund-list.component.js +3 -3
  13. package/esm2015/lib/components/refund-status/refund-status.component.js +38 -174
  14. package/esm2015/lib/components/reports/reports.component.js +1 -4
  15. package/esm2015/lib/components/service-request/service-request.component.js +106 -166
  16. package/esm2015/lib/components/table/table.component.js +4 -7
  17. package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +3 -3
  18. package/esm2015/lib/interfaces/IFee.js +1 -1
  19. package/esm2015/lib/interfaces/IPayment.js +1 -1
  20. package/esm2015/lib/interfaces/IRefundList.js +1 -1
  21. package/esm2015/lib/interfaces/IRemission.js +1 -1
  22. package/esm2015/lib/interfaces/IResubmitRefundRequest.js +2 -4
  23. package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +2 -3
  24. package/esm2015/lib/interfaces/PostRefundRetroRemission.js +2 -6
  25. package/esm2015/lib/payment-lib.component.js +2 -8
  26. package/esm2015/lib/payment-lib.module.js +2 -6
  27. package/esm2015/lib/payment-lib.service.js +1 -7
  28. package/esm2015/lib/services/payment-view/payment-view.service.js +10 -15
  29. package/esm2015/lib/services/refunds/refunds.service.js +1 -4
  30. package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +1 -1
  31. package/esm2015/lib/services/xl-file/xl-file.service.js +15 -15
  32. package/fesm2015/hmcts-ccpay-web-component.js +465 -1697
  33. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  34. package/hmcts-ccpay-web-component.d.ts +31 -34
  35. package/hmcts-ccpay-web-component.d.ts.map +1 -1
  36. package/hmcts-ccpay-web-component.metadata.json +1 -1
  37. package/lib/components/add-remission/add-remission.component.d.ts +4 -55
  38. package/lib/components/add-remission/add-remission.component.d.ts.map +1 -1
  39. package/lib/components/case-transactions/case-transactions.component.d.ts +1 -2
  40. package/lib/components/case-transactions/case-transactions.component.d.ts.map +1 -1
  41. package/lib/components/fee-summary/fee-summary.component.d.ts.map +1 -1
  42. package/lib/components/payment-view/payment-view.component.css.shim.ngstyle.d.ts.map +1 -0
  43. package/lib/components/payment-view/payment-view.component.d.ts +7 -31
  44. package/lib/components/payment-view/payment-view.component.d.ts.map +1 -1
  45. package/lib/components/pba-payment/pba-payment.component.d.ts.map +1 -1
  46. package/lib/components/process-refund/process-refund.component.d.ts +1 -18
  47. package/lib/components/process-refund/process-refund.component.d.ts.map +1 -1
  48. package/lib/components/refund-list/refund-list.component.d.ts.map +1 -1
  49. package/lib/components/refund-status/refund-status.component.d.ts +7 -45
  50. package/lib/components/refund-status/refund-status.component.d.ts.map +1 -1
  51. package/lib/components/reports/reports.component.d.ts.map +1 -1
  52. package/lib/components/service-request/service-request.component.css.shim.ngstyle.d.ts.map +1 -0
  53. package/lib/components/service-request/service-request.component.d.ts +10 -35
  54. package/lib/components/service-request/service-request.component.d.ts.map +1 -1
  55. package/lib/components/table/table.component.d.ts +0 -1
  56. package/lib/components/table/table.component.d.ts.map +1 -1
  57. package/lib/interfaces/IFee.d.ts +0 -6
  58. package/lib/interfaces/IFee.d.ts.map +1 -1
  59. package/lib/interfaces/IPayment.d.ts +0 -3
  60. package/lib/interfaces/IPayment.d.ts.map +1 -1
  61. package/lib/interfaces/IRefundList.d.ts +0 -5
  62. package/lib/interfaces/IRefundList.d.ts.map +1 -1
  63. package/lib/interfaces/IRemission.d.ts +0 -3
  64. package/lib/interfaces/IRemission.d.ts.map +1 -1
  65. package/lib/interfaces/IResubmitRefundRequest.d.ts +1 -5
  66. package/lib/interfaces/IResubmitRefundRequest.d.ts.map +1 -1
  67. package/lib/interfaces/PostIssueRefundRetroRemission.d.ts +1 -3
  68. package/lib/interfaces/PostIssueRefundRetroRemission.d.ts.map +1 -1
  69. package/lib/interfaces/PostRefundRetroRemission.d.ts +1 -7
  70. package/lib/interfaces/PostRefundRetroRemission.d.ts.map +1 -1
  71. package/lib/payment-lib.component.d.ts +0 -2
  72. package/lib/payment-lib.component.d.ts.map +1 -1
  73. package/lib/payment-lib.module.d.ts.map +1 -1
  74. package/lib/payment-lib.module.ngfactory.d.ts.map +1 -1
  75. package/lib/payment-lib.service.d.ts +0 -3
  76. package/lib/payment-lib.service.d.ts.map +1 -1
  77. package/lib/services/payment-view/payment-view.service.d.ts +1 -1
  78. package/lib/services/payment-view/payment-view.service.d.ts.map +1 -1
  79. package/lib/services/refunds/refunds.service.d.ts +0 -2
  80. package/lib/services/refunds/refunds.service.d.ts.map +1 -1
  81. package/lib/services/shared/httpclient/webcomponent.http.client.d.ts.map +1 -1
  82. package/lib/services/xl-file/xl-file.service.d.ts.map +1 -1
  83. package/package.json +1 -1
  84. package/esm2015/lib/components/contact-details/contact-details.component.js +0 -315
  85. package/esm2015/lib/components/notification-preview/notification-preview.component.js +0 -59
  86. package/esm2015/lib/interfaces/INotificationPreview.js +0 -2
  87. package/esm2015/lib/interfaces/IPutNotificationRequest.js +0 -11
  88. package/esm2015/lib/interfaces/IRefundContactDetails.js +0 -2
  89. package/esm2015/lib/interfaces/IRefundFee.js +0 -2
  90. package/esm2015/lib/interfaces/IRefundsNotifications.js +0 -2
  91. package/esm2015/lib/interfaces/NotificationPreviewRequest.js +0 -37
  92. package/esm2015/lib/services/notification/notification.service.js +0 -70
  93. package/lib/components/contact-details/contact-details.component.css.shim.ngstyle.d.ts.map +0 -1
  94. package/lib/components/contact-details/contact-details.component.d.ts +0 -50
  95. package/lib/components/contact-details/contact-details.component.d.ts.map +0 -1
  96. package/lib/components/contact-details/contact-details.component.ngfactory.d.ts.map +0 -1
  97. package/lib/components/notification-preview/notification-preview.component.d.ts +0 -32
  98. package/lib/components/notification-preview/notification-preview.component.d.ts.map +0 -1
  99. package/lib/components/notification-preview/notification-preview.component.ngfactory.d.ts.map +0 -1
  100. package/lib/components/notification-preview/notification-preview.component.scss.shim.ngstyle.d.ts.map +0 -1
  101. package/lib/components/payment-view/payment-view.component.scss.shim.ngstyle.d.ts.map +0 -1
  102. package/lib/components/service-request/service-request.component.scss.shim.ngstyle.d.ts.map +0 -1
  103. package/lib/interfaces/INotificationPreview.d.ts +0 -28
  104. package/lib/interfaces/INotificationPreview.d.ts.map +0 -1
  105. package/lib/interfaces/IPutNotificationRequest.d.ts +0 -7
  106. package/lib/interfaces/IPutNotificationRequest.d.ts.map +0 -1
  107. package/lib/interfaces/IRefundContactDetails.d.ts +0 -10
  108. package/lib/interfaces/IRefundContactDetails.d.ts.map +0 -1
  109. package/lib/interfaces/IRefundFee.d.ts +0 -8
  110. package/lib/interfaces/IRefundFee.d.ts.map +0 -1
  111. package/lib/interfaces/IRefundsNotifications.d.ts +0 -17
  112. package/lib/interfaces/IRefundsNotifications.d.ts.map +0 -1
  113. package/lib/interfaces/NotificationPreviewRequest.d.ts +0 -25
  114. package/lib/interfaces/NotificationPreviewRequest.d.ts.map +0 -1
  115. package/lib/services/notification/notification.service.d.ts +0 -19
  116. package/lib/services/notification/notification.service.d.ts.map +0 -1
  117. package/lib/services/notification/notification.service.ngfactory.d.ts.map +0 -1
@@ -1,70 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { HttpClient } from '@angular/common/http';
3
- import { ErrorHandlerService } from '../shared/error-handler.service';
4
- import { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';
5
- import { PaymentLibService } from '../../payment-lib.service';
6
- import { catchError } from 'rxjs/operators';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@angular/common/http";
9
- import * as i2 from "../shared/httpclient/webcomponent.http.client";
10
- import * as i3 from "../shared/error-handler.service";
11
- import * as i4 from "../../payment-lib.service";
12
- export class NotificationService {
13
- constructor(http, https, errorHandlerService, paymentLibService) {
14
- this.http = http;
15
- this.https = https;
16
- this.errorHandlerService = errorHandlerService;
17
- this.paymentLibService = paymentLibService;
18
- }
19
- getRefundNotification(reference) {
20
- return this.http.get(`${this.paymentLibService.NOTIFICATION_API_ROOT}/${reference}`, {
21
- withCredentials: true
22
- })
23
- .pipe(catchError(this.errorHandlerService.handleError));
24
- }
25
- getAddressByPostcode(postcode) {
26
- return this.http.get(`${this.paymentLibService.NOTIFICATION_API_ROOT}/postcode-lookup/${postcode}`, {
27
- withCredentials: true
28
- })
29
- .pipe(catchError(this.errorHandlerService.handleError));
30
- }
31
- getNotificationPreview(body) {
32
- return this.https.post(`${this.paymentLibService.NOTIFICATION_API_ROOT}/doc-preview`, body).pipe(catchError(this.errorHandlerService.handleError));
33
- }
34
- getNotificationInstructionType(paymentChannel, paymentMethod) {
35
- if (paymentChannel === 'bulk scan' && paymentMethod === 'postal order') {
36
- return 'RefundWhenContacted';
37
- }
38
- else if (paymentChannel === 'bulk scan' && paymentMethod === 'cash') {
39
- return 'RefundWhenContacted';
40
- }
41
- else if (paymentChannel === 'online' && paymentMethod === 'card') {
42
- return 'SendRefund';
43
- }
44
- else if (paymentChannel === 'telephony' && paymentMethod === 'card') {
45
- return 'SendRefund';
46
- }
47
- else if (paymentChannel === 'online' && paymentMethod === 'payment by account') {
48
- return 'SendRefund';
49
- }
50
- else if (paymentChannel === 'bulk scan' && paymentMethod === 'cheque') {
51
- return 'SendRefund';
52
- }
53
- else {
54
- return 'Template';
55
- }
56
- }
57
- }
58
- NotificationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function NotificationService_Factory() { return new NotificationService(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(i2.WebComponentHttpClient), i0.ɵɵinject(i3.ErrorHandlerService), i0.ɵɵinject(i4.PaymentLibService)); }, token: NotificationService, providedIn: "root" });
59
- NotificationService.decorators = [
60
- { type: Injectable, args: [{
61
- providedIn: 'root'
62
- },] }
63
- ];
64
- NotificationService.ctorParameters = () => [
65
- { type: HttpClient },
66
- { type: WebComponentHttpClient },
67
- { type: ErrorHandlerService },
68
- { type: PaymentLibService }
69
- ];
70
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wYXltZW50LWxpYi9zcmMvbGliL3NlcnZpY2VzL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUNoRCxPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUNwRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN2RixPQUFPLEVBQUMsaUJBQWlCLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUU1RCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7Ozs7OztBQU8xQyxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFlBQW9CLElBQWdCLEVBQzFCLEtBQTZCLEVBQ25CLG1CQUF3QyxFQUN4QyxpQkFBb0M7UUFIcEMsU0FBSSxHQUFKLElBQUksQ0FBWTtRQUMxQixVQUFLLEdBQUwsS0FBSyxDQUF3QjtRQUNuQix3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO1FBQ3hDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFDeEMsQ0FBQztJQUVqQixxQkFBcUIsQ0FBQyxTQUFpQjtRQUNyQyxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUF3QixHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxxQkFBcUIsSUFBSSxTQUFTLEVBQUUsRUFBRTtZQUMxRyxlQUFlLEVBQUUsSUFBSTtTQUN0QixDQUFDO2FBQ0MsSUFBSSxDQUNILFVBQVUsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsV0FBVyxDQUFDLENBQ2pELENBQUM7SUFDTixDQUFDO0lBRUQsb0JBQW9CLENBQUMsUUFBZ0I7UUFDbkMsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBTSxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxxQkFBcUIsb0JBQW9CLFFBQVEsRUFBRSxFQUFFO1lBQ3ZHLGVBQWUsRUFBRSxJQUFJO1NBQ3RCLENBQUM7YUFDQyxJQUFJLENBQ0gsVUFBVSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxXQUFXLENBQUMsQ0FDakQsQ0FBQztJQUNOLENBQUM7SUFFRCxzQkFBc0IsQ0FBQyxJQUFnQztRQUNyRCxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLHFCQUFxQixjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUM5RixVQUFVLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELDhCQUE4QixDQUFDLGNBQXNCLEVBQUUsYUFBcUI7UUFDMUUsSUFBSSxjQUFjLEtBQUssV0FBVyxJQUFJLGFBQWEsS0FBSyxjQUFjLEVBQUU7WUFDdEUsT0FBTyxxQkFBcUIsQ0FBQztTQUM5QjthQUFNLElBQUksY0FBYyxLQUFLLFdBQVcsSUFBSSxhQUFhLEtBQUssTUFBTSxFQUFFO1lBQ3JFLE9BQU8scUJBQXFCLENBQUM7U0FDOUI7YUFBTSxJQUFJLGNBQWMsS0FBSyxRQUFRLElBQUksYUFBYSxLQUFLLE1BQU0sRUFBRTtZQUNsRSxPQUFPLFlBQVksQ0FBQztTQUNyQjthQUFNLElBQUksY0FBYyxLQUFLLFdBQVcsSUFBSSxhQUFhLEtBQUssTUFBTSxFQUFFO1lBQ3JFLE9BQU8sWUFBWSxDQUFDO1NBQ3JCO2FBQU0sSUFBSSxjQUFjLEtBQUssUUFBUSxJQUFJLGFBQWEsS0FBSyxvQkFBb0IsRUFBRTtZQUNoRixPQUFPLFlBQVksQ0FBQztTQUNyQjthQUFNLElBQUksY0FBYyxLQUFLLFdBQVcsSUFBSSxhQUFhLEtBQUssUUFBUSxFQUFFO1lBQ3ZFLE9BQU8sWUFBWSxDQUFDO1NBQ3JCO2FBQUs7WUFDSixPQUFPLFVBQVUsQ0FBQTtTQUNsQjtJQUNILENBQUM7Ozs7WUFsREYsVUFBVSxTQUFDO2dCQUNWLFVBQVUsRUFBRSxNQUFNO2FBQ25COzs7WUFYTyxVQUFVO1lBRVQsc0JBQXNCO1lBRHZCLG1CQUFtQjtZQUVuQixpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0h0dHBDbGllbnR9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbmltcG9ydCB7RXJyb3JIYW5kbGVyU2VydmljZX0gZnJvbSAnLi4vc2hhcmVkL2Vycm9yLWhhbmRsZXIuc2VydmljZSc7XG5pbXBvcnQgeyBXZWJDb21wb25lbnRIdHRwQ2xpZW50IH0gZnJvbSAnLi4vc2hhcmVkL2h0dHBjbGllbnQvd2ViY29tcG9uZW50Lmh0dHAuY2xpZW50JztcbmltcG9ydCB7UGF5bWVudExpYlNlcnZpY2V9IGZyb20gJy4uLy4uL3BheW1lbnQtbGliLnNlcnZpY2UnO1xuaW1wb3J0IHtPYnNlcnZhYmxlfSBmcm9tICdyeGpzL09ic2VydmFibGUnO1xuaW1wb3J0IHtjYXRjaEVycm9yfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBJUmVmdW5kc05vdGlmaWNhdGlvbnMgfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzL0lSZWZ1bmRzTm90aWZpY2F0aW9ucyc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25QcmV2aWV3UmVxdWVzdCB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMvTm90aWZpY2F0aW9uUHJldmlld1JlcXVlc3QnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25TZXJ2aWNlIHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGh0dHA6IEh0dHBDbGllbnQsXG4gICAgcHJpdmF0ZSBodHRwczogV2ViQ29tcG9uZW50SHR0cENsaWVudCxcbiAgICAgICAgICAgICAgcHJpdmF0ZSBlcnJvckhhbmRsZXJTZXJ2aWNlOiBFcnJvckhhbmRsZXJTZXJ2aWNlLFxuICAgICAgICAgICAgICBwcml2YXRlIHBheW1lbnRMaWJTZXJ2aWNlOiBQYXltZW50TGliU2VydmljZVxuICAgICAgICAgICAgICApIHsgfVxuXG4gIGdldFJlZnVuZE5vdGlmaWNhdGlvbihyZWZlcmVuY2U6IHN0cmluZyk6IE9ic2VydmFibGU8SVJlZnVuZHNOb3RpZmljYXRpb25zPiB7XG4gICAgcmV0dXJuIHRoaXMuaHR0cC5nZXQ8SVJlZnVuZHNOb3RpZmljYXRpb25zPihgJHt0aGlzLnBheW1lbnRMaWJTZXJ2aWNlLk5PVElGSUNBVElPTl9BUElfUk9PVH0vJHtyZWZlcmVuY2V9YCwge1xuICAgICAgd2l0aENyZWRlbnRpYWxzOiB0cnVlXG4gICAgfSlcbiAgICAgIC5waXBlKFxuICAgICAgICBjYXRjaEVycm9yKHRoaXMuZXJyb3JIYW5kbGVyU2VydmljZS5oYW5kbGVFcnJvcilcbiAgICAgICk7XG4gIH1cblxuICBnZXRBZGRyZXNzQnlQb3N0Y29kZShwb3N0Y29kZTogc3RyaW5nKTogT2JzZXJ2YWJsZTxhbnk+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLmdldDxhbnk+KGAke3RoaXMucGF5bWVudExpYlNlcnZpY2UuTk9USUZJQ0FUSU9OX0FQSV9ST09UfS9wb3N0Y29kZS1sb29rdXAvJHtwb3N0Y29kZX1gLCB7XG4gICAgICB3aXRoQ3JlZGVudGlhbHM6IHRydWVcbiAgICB9KVxuICAgICAgLnBpcGUoXG4gICAgICAgIGNhdGNoRXJyb3IodGhpcy5lcnJvckhhbmRsZXJTZXJ2aWNlLmhhbmRsZUVycm9yKVxuICAgICAgKTtcbiAgfVxuXG4gIGdldE5vdGlmaWNhdGlvblByZXZpZXcoYm9keTogTm90aWZpY2F0aW9uUHJldmlld1JlcXVlc3QpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLmh0dHBzLnBvc3QoYCR7dGhpcy5wYXltZW50TGliU2VydmljZS5OT1RJRklDQVRJT05fQVBJX1JPT1R9L2RvYy1wcmV2aWV3YCwgYm9keSkucGlwZShcbiAgICAgIGNhdGNoRXJyb3IodGhpcy5lcnJvckhhbmRsZXJTZXJ2aWNlLmhhbmRsZUVycm9yKSk7XG4gIH1cblxuICBnZXROb3RpZmljYXRpb25JbnN0cnVjdGlvblR5cGUocGF5bWVudENoYW5uZWw6IHN0cmluZywgcGF5bWVudE1ldGhvZDogc3RyaW5nKTogYW55IHtcbiAgICBpZiAocGF5bWVudENoYW5uZWwgPT09ICdidWxrIHNjYW4nICYmIHBheW1lbnRNZXRob2QgPT09ICdwb3N0YWwgb3JkZXInKSB7XG4gICAgICByZXR1cm4gJ1JlZnVuZFdoZW5Db250YWN0ZWQnO1xuICAgIH0gZWxzZSBpZiAocGF5bWVudENoYW5uZWwgPT09ICdidWxrIHNjYW4nICYmIHBheW1lbnRNZXRob2QgPT09ICdjYXNoJykge1xuICAgICAgcmV0dXJuICdSZWZ1bmRXaGVuQ29udGFjdGVkJztcbiAgICB9IGVsc2UgaWYgKHBheW1lbnRDaGFubmVsID09PSAnb25saW5lJyAmJiBwYXltZW50TWV0aG9kID09PSAnY2FyZCcpIHtcbiAgICAgIHJldHVybiAnU2VuZFJlZnVuZCc7XG4gICAgfSBlbHNlIGlmIChwYXltZW50Q2hhbm5lbCA9PT0gJ3RlbGVwaG9ueScgJiYgcGF5bWVudE1ldGhvZCA9PT0gJ2NhcmQnKSB7XG4gICAgICByZXR1cm4gJ1NlbmRSZWZ1bmQnO1xuICAgIH0gZWxzZSBpZiAocGF5bWVudENoYW5uZWwgPT09ICdvbmxpbmUnICYmIHBheW1lbnRNZXRob2QgPT09ICdwYXltZW50IGJ5IGFjY291bnQnKSB7XG4gICAgICByZXR1cm4gJ1NlbmRSZWZ1bmQnO1xuICAgIH0gZWxzZSBpZiAocGF5bWVudENoYW5uZWwgPT09ICdidWxrIHNjYW4nICYmIHBheW1lbnRNZXRob2QgPT09ICdjaGVxdWUnKSB7XG4gICAgICByZXR1cm4gJ1NlbmRSZWZ1bmQnO1xuICAgIH1lbHNlIHtcbiAgICAgIHJldHVybiAnVGVtcGxhdGUnXG4gICAgfVxuICB9XG5cbn1cbiJdfQ==
@@ -1 +0,0 @@
1
- {"version":3,"file":"contact-details.component.css.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/contact-details/contact-details.component.css.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1,50 +0,0 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
2
- import { FormBuilder, FormGroup } from '@angular/forms';
3
- import { PaymentLibComponent } from '../../payment-lib.component';
4
- import { NotificationService } from '../../services/notification/notification.service';
5
- export declare class ContactDetailsComponent implements OnInit {
6
- private formBuilder;
7
- private notificationService;
8
- private paymentLibComponent;
9
- isEditOperation: boolean;
10
- isEditOperationInRefundList: boolean;
11
- addressObj: any;
12
- assignContactDetails: EventEmitter<any>;
13
- assignContactDetailsInFefundsList: EventEmitter<any>;
14
- redirectToIssueRefund: EventEmitter<any>;
15
- pageTitle: string;
16
- errorMessage: string;
17
- isEmailSAddressClicked: boolean;
18
- isShowPickAddress: boolean;
19
- isPostcodeClicked: boolean;
20
- isManualAddressClicked: boolean;
21
- emailAddressForm: FormGroup;
22
- postCodeForm: FormGroup;
23
- manualAddressForm: FormGroup;
24
- addressPostcodeList: any[];
25
- postcodeAddress: any;
26
- isAddressBoxEmpty: boolean;
27
- isEmailEmpty: boolean;
28
- emailHasError: boolean;
29
- isPostcodeEmpty: boolean;
30
- postcodeHasError: boolean;
31
- isaddressLine1Empty: boolean;
32
- addressLine1HasError: boolean;
33
- addressLine2HasError: boolean;
34
- isTownOrCityEmpty: boolean;
35
- townOrCityHasError: boolean;
36
- isCountyEmpty: boolean;
37
- countyHasError: boolean;
38
- isMPostcodeEmpty: boolean;
39
- mpostcodeHasError: boolean;
40
- isCountryEmpty: boolean;
41
- constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent);
42
- ngOnInit(): void;
43
- setEditDetails(): void;
44
- selectContactOption(type: any, isLinkedClied: any): void;
45
- finalFormSubmit(): void;
46
- postcodeValidation(str: any): void;
47
- redirection(event: any): void;
48
- resetForm(val: any, field: any): void;
49
- }
50
- //# sourceMappingURL=contact-details.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"contact-details.component.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/contact-details/contact-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAU,YAAY,EAAS,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AAEvF,qBAKa,uBAAwB,YAAW,MAAM;IAmCxC,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,mBAAmB;IApCb,eAAe,EAAE,OAAO,CAAC;IACb,2BAA2B,EAAE,OAAO,CAAC;IACtD,UAAU,EAAE,GAAG,CAAC;IAC3B,oBAAoB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7D,iCAAiC,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC1E,qBAAqB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxE,SAAS,EAAE,MAAM,CAA4B;IAC7C,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,OAAO,CAAQ;IACvC,iBAAiB,EAAG,OAAO,CAAS;IACpC,iBAAiB,EAAE,OAAO,CAAS;IACnC,sBAAsB,EAAE,OAAO,CAAS;IACxC,gBAAgB,EAAE,SAAS,CAAC;IAC5B,YAAY,EAAE,SAAS,CAAC;IACxB,iBAAiB,EAAE,SAAS,CAAC;IAC7B,mBAAmB,EAAC,GAAG,EAAE,CAAM;IAC/B,eAAe,EAAC,GAAG,CAAC;IACpB,iBAAiB,EAAE,OAAO,CAAS;IAEnC,YAAY,EAAE,OAAO,CAAS;IAC9B,aAAa,EAAE,OAAO,CAAS;IAC/B,eAAe,EAAE,OAAO,CAAS;IACjC,gBAAgB,EAAE,OAAO,CAAS;IAClC,mBAAmB,EAAE,OAAO,CAAS;IACrC,oBAAoB,EAAE,OAAO,CAAS;IACtC,oBAAoB,EAAE,OAAO,CAAS;IACtC,iBAAiB,EAAE,OAAO,CAAS;IACnC,kBAAkB,EAAE,OAAO,CAAS;IACpC,aAAa,EAAE,OAAO,CAAS;IAC/B,cAAc,EAAE,OAAO,CAAS;IAChC,gBAAgB,EAAE,OAAO,CAAS;IAClC,iBAAiB,EAAE,OAAO,CAAS;IACnC,cAAc,EAAE,OAAO,CAAS;gBAEZ,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,mBAAmB,EAAE,mBAAmB;IAE5D,QAAQ;IA6CR,cAAc;IAoBd,mBAAmB,CAAC,IAAI,KAAA,EAAE,aAAa,KAAA;IAkBvC,eAAe;IAqFf,kBAAkB,CAAC,GAAG,KAAA;IAoDtB,WAAW,CAAC,KAAK,EAAC,GAAG;IAGrB,SAAS,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA;CAiCrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"contact-details.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/contact-details/contact-details.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1,32 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { IPayment } from '../../interfaces/IPayment';
3
- import { INotificationPreview } from '../../interfaces/INotificationPreview';
4
- import { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';
5
- import { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';
6
- import { NotificationService } from '../../services/notification/notification.service';
7
- import { ErrorHandlerService } from '../../services/shared/error-handler.service';
8
- import { EventEmitter } from '@angular/core';
9
- export declare class NotificationPreviewComponent implements OnInit {
10
- private errorHandlerService;
11
- private notificationService;
12
- payment: IPayment;
13
- contactDetails: IRefundContactDetails;
14
- refundReason: string;
15
- refundAmount: number;
16
- paymentReference: string;
17
- refundReference: string;
18
- previewJourney: string;
19
- notificationSent: INotificationPreview;
20
- notificationPreviewEvent: EventEmitter<INotificationPreview>;
21
- notification: INotificationPreview;
22
- notificationPreviewRequest: NotificationPreviewRequest;
23
- today: number;
24
- errorMessage: {
25
- title: string;
26
- body: string;
27
- showError: any;
28
- };
29
- constructor(errorHandlerService: ErrorHandlerService, notificationService: NotificationService);
30
- ngOnInit(): void;
31
- }
32
- //# sourceMappingURL=notification-preview.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification-preview.component.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/notification-preview/notification-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AAErD,qBAKa,4BAA6B,YAAW,MAAM;IAiB7C,OAAO,CAAC,mBAAmB;IACrC,OAAO,CAAC,mBAAmB;IAjBpB,OAAO,EAAE,QAAQ,CAAC;IAClB,cAAc,EAAE,qBAAqB,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,oBAAoB,CAAC;IAEtC,wBAAwB,qCAA4C;IAE9E,YAAY,EAAE,oBAAoB,CAAC;IACnC,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,KAAK,EAAE,MAAM,CAAc;IAC3B,YAAY;;;;MAAoE;gBAE5D,mBAAmB,EAAE,mBAAmB,EAClD,mBAAmB,EAAE,mBAAmB;IAElD,QAAQ;CAkCT"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification-preview.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/notification-preview/notification-preview.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification-preview.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/notification-preview/notification-preview.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"payment-view.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/payment-view/payment-view.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-request.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/components/service-request/service-request.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1,28 +0,0 @@
1
- export interface INotificationPreview {
2
- template_id: string;
3
- template_type: string;
4
- from: {
5
- from_email_address: string;
6
- from_mail_address: {
7
- address_line: string;
8
- city: string;
9
- county: string;
10
- country: string;
11
- postal_code: String;
12
- };
13
- };
14
- recipient_contact: {
15
- recipient_email_address: string;
16
- recipient_mail_address: {
17
- address_line: string;
18
- city: string;
19
- county: string;
20
- country: string;
21
- postal_code: String;
22
- };
23
- };
24
- subject: string;
25
- body: string;
26
- html: string;
27
- }
28
- //# sourceMappingURL=INotificationPreview.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"INotificationPreview.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/INotificationPreview.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE;QACF,kBAAkB,EAAE,MAAM,CAAC;QAC3B,iBAAiB,EAAE;YACf,YAAY,EAAE,MAAM,CAAC;YACrB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,MAAM,CAAC;YACf,OAAO,EAAE,MAAM,CAAC;YAChB,WAAW,EAAE,MAAM,CAAC;SACvB,CAAA;KACJ,CAAA;IACD,iBAAiB,EAAE;QACf,uBAAuB,EAAE,MAAM,CAAC;QAChC,sBAAsB,EAAE;YACpB,YAAY,EAAE,MAAM,CAAC;YACrB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,MAAM,CAAC;YACf,OAAO,EAAE,MAAM,CAAC;YAChB,WAAW,EAAE,MAAM,CAAC;SACvB,CAAA;KACJ,CAAA;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB"}
@@ -1,7 +0,0 @@
1
- import { IRefundContactDetails } from './IRefundContactDetails';
2
- export declare class IPutNotificationRequest {
3
- recipient_email_address?: string;
4
- recipient_postal_address?: IRefundContactDetails;
5
- constructor(contactDetails: any, notificationType: string);
6
- }
7
- //# sourceMappingURL=IPutNotificationRequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPutNotificationRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPutNotificationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,qBAAa,uBAAuB;IAClC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,wBAAwB,CAAC,EAAE,qBAAqB,CAAA;gBAElC,cAAc,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM;CAO5D"}
@@ -1,10 +0,0 @@
1
- export interface IRefundContactDetails {
2
- address_line?: string;
3
- city?: string;
4
- country?: string;
5
- county?: string;
6
- email?: string;
7
- notification_type?: string;
8
- postal_code?: string;
9
- }
10
- //# sourceMappingURL=IRefundContactDetails.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IRefundContactDetails.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundContactDetails.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -1,8 +0,0 @@
1
- export interface IRefundFee {
2
- fee_id: number;
3
- code: string;
4
- version: string;
5
- volume: number;
6
- refund_amount: number;
7
- }
8
- //# sourceMappingURL=IRefundFee.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IRefundFee.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundFee.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -1,17 +0,0 @@
1
- export interface IRefundsNotifications {
2
- contact_details: {
3
- address_line: string;
4
- city: string;
5
- country: string;
6
- county: string;
7
- date_created: string;
8
- date_updated: string;
9
- email: string;
10
- postal_code: string;
11
- };
12
- date_created: string;
13
- date_updated: string;
14
- notification_type: string;
15
- reference: string;
16
- }
17
- //# sourceMappingURL=IRefundsNotifications.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IRefundsNotifications.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundsNotifications.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,eAAe,EAAE;QACb,YAAY,EAAE,MAAM,CAAC;QACrB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAA;KACpB,CAAC;IACF,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAA;CACpB"}
@@ -1,25 +0,0 @@
1
- import { IPayment } from './IPayment';
2
- import { IRefundContactDetails } from './IRefundContactDetails';
3
- export declare class NotificationPreviewRequest {
4
- notification_type?: string;
5
- payment_channel?: string;
6
- payment_method?: string;
7
- payment_reference?: string;
8
- personalisation?: {
9
- ccd_case_number?: string;
10
- refund_amount?: number;
11
- refund_reason?: string;
12
- refund_reference?: string;
13
- };
14
- recipient_email_address?: string;
15
- recipient_postal_address?: {
16
- address_line?: string;
17
- city?: string;
18
- county?: string;
19
- country?: string;
20
- postal_code?: string;
21
- };
22
- service_name?: string;
23
- constructor(payment: IPayment, contactDetails: IRefundContactDetails, refund_reason: string, refund_amount: number, refund_reference: string, payment_reference: string);
24
- }
25
- //# sourceMappingURL=NotificationPreviewRequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationPreviewRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/NotificationPreviewRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,qBAAa,0BAA0B;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE;QACd,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC7B,CAAA;IACD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,wBAAwB,CAAC,EAAE;QACvB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,WAAW,CAAC,EAAE,MAAM,CAAC;KACxB,CAAA;IACD,YAAY,CAAC,EAAE,MAAM,CAAC;gBAEV,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM;CAqC1K"}
@@ -1,19 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ErrorHandlerService } from '../shared/error-handler.service';
3
- import { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';
4
- import { PaymentLibService } from '../../payment-lib.service';
5
- import { Observable } from 'rxjs/Observable';
6
- import { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';
7
- import { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';
8
- export declare class NotificationService {
9
- private http;
10
- private https;
11
- private errorHandlerService;
12
- private paymentLibService;
13
- constructor(http: HttpClient, https: WebComponentHttpClient, errorHandlerService: ErrorHandlerService, paymentLibService: PaymentLibService);
14
- getRefundNotification(reference: string): Observable<IRefundsNotifications>;
15
- getAddressByPostcode(postcode: string): Observable<any>;
16
- getNotificationPreview(body: NotificationPreviewRequest): Observable<any>;
17
- getNotificationInstructionType(paymentChannel: string, paymentMethod: string): any;
18
- }
19
- //# sourceMappingURL=notification.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification.service.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/notification/notification.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,mBAAmB,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAC,iBAAiB,EAAC,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,qBAGa,mBAAmB;IAElB,OAAO,CAAC,IAAI;IACtB,OAAO,CAAC,KAAK;IACH,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,iBAAiB;gBAHjB,IAAI,EAAE,UAAU,EAC1B,KAAK,EAAE,sBAAsB,EACnB,mBAAmB,EAAE,mBAAmB,EACxC,iBAAiB,EAAE,iBAAiB;IAGxD,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAS3E,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IASvD,sBAAsB,CAAC,IAAI,EAAE,0BAA0B,GAAG,UAAU,CAAC,GAAG,CAAC;IAKzE,8BAA8B,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,GAAG;CAkBnF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notification.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/notification/notification.service.ngfactory.ts"],"names":[],"mappings":""}