@hmcts/ccpay-web-component 5.0.10-beta09 → 5.0.10-beta13

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 (421) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +6358 -8733
  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 +36 -37
  6. package/esm2015/lib/components/add-remission/add-remission.component.js +516 -515
  7. package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +37 -348
  8. package/esm2015/lib/components/card-details/card-details.component.js +3 -46
  9. package/esm2015/lib/components/case-transactions/case-transactions.component.js +128 -697
  10. package/esm2015/lib/components/contact-details/contact-details.component.js +315 -0
  11. package/esm2015/lib/components/error-banner/error-banner.component.js +2 -14
  12. package/esm2015/lib/components/fee-summary/fee-summary.component.js +39 -260
  13. package/esm2015/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +22 -180
  14. package/esm2015/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +26 -224
  15. package/esm2015/lib/components/notification-preview/notification-preview.component.js +60 -0
  16. package/esm2015/lib/components/page-not-found.component.js +2 -6
  17. package/esm2015/lib/components/payment-list/payment-list.component.js +3 -47
  18. package/esm2015/lib/components/payment-view/payment-view.component.js +158 -397
  19. package/esm2015/lib/components/pba-details/pba-details.component.js +3 -15
  20. package/esm2015/lib/components/pba-payment/pba-payment.component.js +12 -119
  21. package/esm2015/lib/components/process-refund/process-refund.component.js +159 -216
  22. package/esm2015/lib/components/processed-payments/processed-payments.component.js +3 -41
  23. package/esm2015/lib/components/refund-list/refund-list.component.js +11 -79
  24. package/esm2015/lib/components/refund-status/refund-status.component.js +181 -287
  25. package/esm2015/lib/components/reports/reports.component.js +20 -211
  26. package/esm2015/lib/components/service-request/service-request.component.js +178 -454
  27. package/esm2015/lib/components/status-history/status-history.component.js +4 -44
  28. package/esm2015/lib/components/table/table.component.js +9 -106
  29. package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +12 -184
  30. package/esm2015/lib/interfaces/AddRemissionRequest.js +1 -28
  31. package/esm2015/lib/interfaces/AddRetroRemissionRequest.js +1 -15
  32. package/esm2015/lib/interfaces/AllocatePaymentRequest.js +1 -42
  33. package/esm2015/lib/interfaces/IAllocationPaymentsRequest.js +1 -26
  34. package/esm2015/lib/interfaces/IBSPayments.js +2 -45
  35. package/esm2015/lib/interfaces/ICardDetails.js +2 -21
  36. package/esm2015/lib/interfaces/IFee.js +2 -53
  37. package/esm2015/lib/interfaces/INotificationPreview.js +2 -0
  38. package/esm2015/lib/interfaces/IOrderReferenceFee.js +2 -25
  39. package/esm2015/lib/interfaces/IPatchRefundAction.js +2 -15
  40. package/esm2015/lib/interfaces/IPayment.js +2 -65
  41. package/esm2015/lib/interfaces/IPaymentFailure.js +2 -33
  42. package/esm2015/lib/interfaces/IPaymentGroup.js +2 -19
  43. package/esm2015/lib/interfaces/IPaymentStatus.js +1 -25
  44. package/esm2015/lib/interfaces/IPaymentView.js +2 -17
  45. package/esm2015/lib/interfaces/IPayments.js +2 -13
  46. package/esm2015/lib/interfaces/IPutNotificationRequest.js +11 -0
  47. package/esm2015/lib/interfaces/IRefundAction.js +2 -15
  48. package/esm2015/lib/interfaces/IRefundContactDetails.js +2 -0
  49. package/esm2015/lib/interfaces/IRefundFee.js +2 -0
  50. package/esm2015/lib/interfaces/IRefundList.js +2 -29
  51. package/esm2015/lib/interfaces/IRefundReasons.js +2 -19
  52. package/esm2015/lib/interfaces/IRefundRejectReason.js +2 -15
  53. package/esm2015/lib/interfaces/IRefundStatus.js +2 -23
  54. package/esm2015/lib/interfaces/IRefundStatusHistory.js +2 -15
  55. package/esm2015/lib/interfaces/IRefundsNotifications.js +2 -0
  56. package/esm2015/lib/interfaces/IRemission.js +2 -25
  57. package/esm2015/lib/interfaces/IResubmitRefundRequest.js +4 -16
  58. package/esm2015/lib/interfaces/IStatusHistories.js +2 -19
  59. package/esm2015/lib/interfaces/IStatusHistory.js +2 -21
  60. package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +1 -16
  61. package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +1 -23
  62. package/esm2015/lib/interfaces/IssueRefundRequest.js +1 -18
  63. package/esm2015/lib/interfaces/NotificationPreviewRequest.js +37 -0
  64. package/esm2015/lib/interfaces/PayhubAntennaRequest.js +2 -21
  65. package/esm2015/lib/interfaces/PaymentToPayhubRequest.js +2 -27
  66. package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +3 -13
  67. package/esm2015/lib/interfaces/PostRefundRetroRemission.js +6 -16
  68. package/esm2015/lib/interfaces/RefundsRequest.js +1 -15
  69. package/esm2015/lib/interfaces/UnidentifiedPaymentsRequest.js +1 -20
  70. package/esm2015/lib/interfaces/UnsolicitedPaymentsRequest.js +1 -29
  71. package/esm2015/lib/payment-lib.component.js +6 -148
  72. package/esm2015/lib/payment-lib.module.js +6 -6
  73. package/esm2015/lib/payment-lib.service.js +8 -45
  74. package/esm2015/lib/pipes/capitalize.pipe.js +1 -11
  75. package/esm2015/lib/pipes/ccd-hyphens.pipe.js +1 -12
  76. package/esm2015/lib/pipes/key-value.pipe.js +1 -11
  77. package/esm2015/lib/pipes/sanitize-html.pipe.js +1 -20
  78. package/esm2015/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +9 -102
  79. package/esm2015/lib/services/card-details/card-details.service.js +2 -39
  80. package/esm2015/lib/services/case-transactions/case-transactions.service.js +2 -39
  81. package/esm2015/lib/services/notification/notification.service.js +70 -0
  82. package/esm2015/lib/services/orderslist.service.js +2 -251
  83. package/esm2015/lib/services/payment-list/payment-list.service.js +2 -42
  84. package/esm2015/lib/services/payment-view/payment-view.service.js +17 -174
  85. package/esm2015/lib/services/refunds/refunds.service.js +10 -109
  86. package/esm2015/lib/services/shared/error-handler.service.js +4 -21
  87. package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +6 -82
  88. package/esm2015/lib/services/shared/logger/console-logger.service.js +3 -27
  89. package/esm2015/lib/services/shared/logger/logger.service.js +3 -35
  90. package/esm2015/lib/services/status-history/status-history.service.js +2 -40
  91. package/esm2015/lib/services/xl-file/xl-file.service.js +2 -61
  92. package/esm2015/public_api.js +4 -8
  93. package/fesm2015/hmcts-ccpay-web-component.js +2153 -3925
  94. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  95. package/hmcts-ccpay-web-component.d.ts +35 -31
  96. package/hmcts-ccpay-web-component.d.ts.map +1 -0
  97. package/hmcts-ccpay-web-component.metadata.json +1 -1
  98. package/lib/components/add-remission/add-remission.component.d.ts +56 -4
  99. package/lib/components/add-remission/add-remission.component.d.ts.map +1 -0
  100. package/lib/components/add-remission/add-remission.component.ngfactory.d.ts.map +1 -0
  101. package/lib/components/add-remission/add-remission.component.scss.shim.ngstyle.d.ts.map +1 -0
  102. package/lib/components/allocate-payments/allocate-payments.component.d.ts +1 -0
  103. package/lib/components/allocate-payments/allocate-payments.component.d.ts.map +1 -0
  104. package/lib/components/allocate-payments/allocate-payments.component.ngfactory.d.ts.map +1 -0
  105. package/lib/components/allocate-payments/allocate-payments.component.scss.shim.ngstyle.d.ts.map +1 -0
  106. package/lib/components/card-details/card-details.component.css.shim.ngstyle.d.ts.map +1 -0
  107. package/lib/components/card-details/card-details.component.d.ts +2 -1
  108. package/lib/components/card-details/card-details.component.d.ts.map +1 -0
  109. package/lib/components/card-details/card-details.component.ngfactory.d.ts.map +1 -0
  110. package/lib/components/case-transactions/case-transactions.component.css.shim.ngstyle.d.ts.map +1 -0
  111. package/lib/components/case-transactions/case-transactions.component.d.ts +4 -2
  112. package/lib/components/case-transactions/case-transactions.component.d.ts.map +1 -0
  113. package/lib/components/case-transactions/case-transactions.component.ngfactory.d.ts.map +1 -0
  114. package/lib/components/contact-details/contact-details.component.css.shim.ngstyle.d.ts.map +1 -0
  115. package/lib/components/contact-details/contact-details.component.d.ts +50 -0
  116. package/lib/components/contact-details/contact-details.component.d.ts.map +1 -0
  117. package/lib/components/contact-details/contact-details.component.ngfactory.d.ts.map +1 -0
  118. package/lib/components/error-banner/error-banner.component.d.ts +1 -0
  119. package/lib/components/error-banner/error-banner.component.d.ts.map +1 -0
  120. package/lib/components/error-banner/error-banner.component.ngfactory.d.ts.map +1 -0
  121. package/lib/components/error-banner/error-banner.component.scss.shim.ngstyle.d.ts.map +1 -0
  122. package/lib/components/fee-summary/fee-summary.component.d.ts +1 -0
  123. package/lib/components/fee-summary/fee-summary.component.d.ts.map +1 -0
  124. package/lib/components/fee-summary/fee-summary.component.ngfactory.d.ts.map +1 -0
  125. package/lib/components/fee-summary/fee-summary.component.scss.shim.ngstyle.d.ts.map +1 -0
  126. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.d.ts +1 -0
  127. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.d.ts.map +1 -0
  128. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ngfactory.d.ts.map +1 -0
  129. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.scss.shim.ngstyle.d.ts.map +1 -0
  130. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.d.ts +1 -0
  131. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.d.ts.map +1 -0
  132. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ngfactory.d.ts.map +1 -0
  133. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.scss.shim.ngstyle.d.ts.map +1 -0
  134. package/lib/components/notification-preview/notification-preview.component.d.ts +32 -0
  135. package/lib/components/notification-preview/notification-preview.component.d.ts.map +1 -0
  136. package/lib/components/notification-preview/notification-preview.component.ngfactory.d.ts.map +1 -0
  137. package/lib/components/notification-preview/notification-preview.component.scss.shim.ngstyle.d.ts.map +1 -0
  138. package/lib/components/page-not-found.component.d.ts +1 -0
  139. package/lib/components/page-not-found.component.d.ts.map +1 -0
  140. package/lib/components/page-not-found.component.ngfactory.d.ts.map +1 -0
  141. package/lib/components/payment-list/payment-list.component.css.shim.ngstyle.d.ts.map +1 -0
  142. package/lib/components/payment-list/payment-list.component.d.ts +1 -0
  143. package/lib/components/payment-list/payment-list.component.d.ts.map +1 -0
  144. package/lib/components/payment-list/payment-list.component.ngfactory.d.ts.map +1 -0
  145. package/lib/components/payment-view/payment-view.component.d.ts +34 -9
  146. package/lib/components/payment-view/payment-view.component.d.ts.map +1 -0
  147. package/lib/components/payment-view/payment-view.component.ngfactory.d.ts.map +1 -0
  148. package/lib/components/payment-view/payment-view.component.scss.shim.ngstyle.d.ts.map +1 -0
  149. package/lib/components/pba-details/pba-details.component.css.shim.ngstyle.d.ts.map +1 -0
  150. package/lib/components/pba-details/pba-details.component.d.ts +1 -0
  151. package/lib/components/pba-details/pba-details.component.d.ts.map +1 -0
  152. package/lib/components/pba-details/pba-details.component.ngfactory.d.ts.map +1 -0
  153. package/lib/components/pba-payment/pba-payment.component.d.ts +1 -0
  154. package/lib/components/pba-payment/pba-payment.component.d.ts.map +1 -0
  155. package/lib/components/pba-payment/pba-payment.component.ngfactory.d.ts.map +1 -0
  156. package/lib/components/pba-payment/pba-payment.component.scss.shim.ngstyle.d.ts.map +1 -0
  157. package/lib/components/process-refund/process-refund.component.css.shim.ngstyle.d.ts.map +1 -0
  158. package/lib/components/process-refund/process-refund.component.d.ts +19 -1
  159. package/lib/components/process-refund/process-refund.component.d.ts.map +1 -0
  160. package/lib/components/process-refund/process-refund.component.ngfactory.d.ts.map +1 -0
  161. package/lib/components/processed-payments/processed-payments.component.d.ts +1 -0
  162. package/lib/components/processed-payments/processed-payments.component.d.ts.map +1 -0
  163. package/lib/components/processed-payments/processed-payments.component.ngfactory.d.ts.map +1 -0
  164. package/lib/components/processed-payments/processed-payments.component.scss.shim.ngstyle.d.ts.map +1 -0
  165. package/lib/components/refund-list/refund-list.component.css.shim.ngstyle.d.ts.map +1 -0
  166. package/lib/components/refund-list/refund-list.component.d.ts +1 -0
  167. package/lib/components/refund-list/refund-list.component.d.ts.map +1 -0
  168. package/lib/components/refund-list/refund-list.component.ngfactory.d.ts.map +1 -0
  169. package/lib/components/refund-status/refund-status.component.css.shim.ngstyle.d.ts.map +1 -0
  170. package/lib/components/refund-status/refund-status.component.d.ts +46 -7
  171. package/lib/components/refund-status/refund-status.component.d.ts.map +1 -0
  172. package/lib/components/refund-status/refund-status.component.ngfactory.d.ts.map +1 -0
  173. package/lib/components/reports/reports.component.d.ts +1 -0
  174. package/lib/components/reports/reports.component.d.ts.map +1 -0
  175. package/lib/components/reports/reports.component.ngfactory.d.ts.map +1 -0
  176. package/lib/components/reports/reports.component.scss.shim.ngstyle.d.ts.map +1 -0
  177. package/lib/components/service-request/service-request.component.d.ts +36 -9
  178. package/lib/components/service-request/service-request.component.d.ts.map +1 -0
  179. package/lib/components/service-request/service-request.component.ngfactory.d.ts.map +1 -0
  180. package/lib/components/service-request/service-request.component.scss.shim.ngstyle.d.ts.map +1 -0
  181. package/lib/components/status-history/status-history.component.css.shim.ngstyle.d.ts.map +1 -0
  182. package/lib/components/status-history/status-history.component.d.ts +1 -0
  183. package/lib/components/status-history/status-history.component.d.ts.map +1 -0
  184. package/lib/components/status-history/status-history.component.ngfactory.d.ts.map +1 -0
  185. package/lib/components/table/table.component.css.shim.ngstyle.d.ts.map +1 -0
  186. package/lib/components/table/table.component.d.ts +2 -0
  187. package/lib/components/table/table.component.d.ts.map +1 -0
  188. package/lib/components/table/table.component.ngfactory.d.ts.map +1 -0
  189. package/lib/components/unprocessed-payments/unprocessed-payments.component.d.ts +1 -0
  190. package/lib/components/unprocessed-payments/unprocessed-payments.component.d.ts.map +1 -0
  191. package/lib/components/unprocessed-payments/unprocessed-payments.component.ngfactory.d.ts.map +1 -0
  192. package/lib/components/unprocessed-payments/unprocessed-payments.component.scss.shim.ngstyle.d.ts.map +1 -0
  193. package/lib/interfaces/AddRemissionRequest.d.ts +1 -0
  194. package/lib/interfaces/AddRemissionRequest.d.ts.map +1 -0
  195. package/lib/interfaces/AddRetroRemissionRequest.d.ts +1 -0
  196. package/lib/interfaces/AddRetroRemissionRequest.d.ts.map +1 -0
  197. package/lib/interfaces/AllocatePaymentRequest.d.ts +1 -0
  198. package/lib/interfaces/AllocatePaymentRequest.d.ts.map +1 -0
  199. package/lib/interfaces/IAllocationPaymentsRequest.d.ts +1 -0
  200. package/lib/interfaces/IAllocationPaymentsRequest.d.ts.map +1 -0
  201. package/lib/interfaces/IBSPayments.d.ts +1 -0
  202. package/lib/interfaces/IBSPayments.d.ts.map +1 -0
  203. package/lib/interfaces/ICardDetails.d.ts +1 -0
  204. package/lib/interfaces/ICardDetails.d.ts.map +1 -0
  205. package/lib/interfaces/IFee.d.ts +7 -0
  206. package/lib/interfaces/IFee.d.ts.map +1 -0
  207. package/lib/interfaces/INotificationPreview.d.ts +28 -0
  208. package/lib/interfaces/INotificationPreview.d.ts.map +1 -0
  209. package/lib/interfaces/IOrderReferenceFee.d.ts +1 -0
  210. package/lib/interfaces/IOrderReferenceFee.d.ts.map +1 -0
  211. package/lib/interfaces/IPatchRefundAction.d.ts +1 -0
  212. package/lib/interfaces/IPatchRefundAction.d.ts.map +1 -0
  213. package/lib/interfaces/IPayment.d.ts +4 -0
  214. package/lib/interfaces/IPayment.d.ts.map +1 -0
  215. package/lib/interfaces/IPaymentFailure.d.ts +1 -0
  216. package/lib/interfaces/IPaymentFailure.d.ts.map +1 -0
  217. package/lib/interfaces/IPaymentGroup.d.ts +1 -0
  218. package/lib/interfaces/IPaymentGroup.d.ts.map +1 -0
  219. package/lib/interfaces/IPaymentStatus.d.ts +1 -0
  220. package/lib/interfaces/IPaymentStatus.d.ts.map +1 -0
  221. package/lib/interfaces/IPaymentView.d.ts +1 -0
  222. package/lib/interfaces/IPaymentView.d.ts.map +1 -0
  223. package/lib/interfaces/IPayments.d.ts +1 -0
  224. package/lib/interfaces/IPayments.d.ts.map +1 -0
  225. package/lib/interfaces/IPutNotificationRequest.d.ts +7 -0
  226. package/lib/interfaces/IPutNotificationRequest.d.ts.map +1 -0
  227. package/lib/interfaces/IRefundAction.d.ts +1 -0
  228. package/lib/interfaces/IRefundAction.d.ts.map +1 -0
  229. package/lib/interfaces/IRefundContactDetails.d.ts +10 -0
  230. package/lib/interfaces/IRefundContactDetails.d.ts.map +1 -0
  231. package/lib/interfaces/IRefundFee.d.ts +8 -0
  232. package/lib/interfaces/IRefundFee.d.ts.map +1 -0
  233. package/lib/interfaces/IRefundList.d.ts +6 -0
  234. package/lib/interfaces/IRefundList.d.ts.map +1 -0
  235. package/lib/interfaces/IRefundReasons.d.ts +1 -0
  236. package/lib/interfaces/IRefundReasons.d.ts.map +1 -0
  237. package/lib/interfaces/IRefundRejectReason.d.ts +1 -0
  238. package/lib/interfaces/IRefundRejectReason.d.ts.map +1 -0
  239. package/lib/interfaces/IRefundStatus.d.ts +1 -0
  240. package/lib/interfaces/IRefundStatus.d.ts.map +1 -0
  241. package/lib/interfaces/IRefundStatusHistory.d.ts +1 -0
  242. package/lib/interfaces/IRefundStatusHistory.d.ts.map +1 -0
  243. package/lib/interfaces/IRefundsNotifications.d.ts +17 -0
  244. package/lib/interfaces/IRefundsNotifications.d.ts.map +1 -0
  245. package/lib/interfaces/IRemission.d.ts +4 -0
  246. package/lib/interfaces/IRemission.d.ts.map +1 -0
  247. package/lib/interfaces/IResubmitRefundRequest.d.ts +6 -1
  248. package/lib/interfaces/IResubmitRefundRequest.d.ts.map +1 -0
  249. package/lib/interfaces/IStatusHistories.d.ts +1 -0
  250. package/lib/interfaces/IStatusHistories.d.ts.map +1 -0
  251. package/lib/interfaces/IStatusHistory.d.ts +1 -0
  252. package/lib/interfaces/IStatusHistory.d.ts.map +1 -0
  253. package/lib/interfaces/IserviceRequestCardPayment.d.ts +1 -0
  254. package/lib/interfaces/IserviceRequestCardPayment.d.ts.map +1 -0
  255. package/lib/interfaces/IserviceRequestPbaPayment.d.ts +1 -0
  256. package/lib/interfaces/IserviceRequestPbaPayment.d.ts.map +1 -0
  257. package/lib/interfaces/IssueRefundRequest.d.ts +1 -0
  258. package/lib/interfaces/IssueRefundRequest.d.ts.map +1 -0
  259. package/lib/interfaces/NotificationPreviewRequest.d.ts +25 -0
  260. package/lib/interfaces/NotificationPreviewRequest.d.ts.map +1 -0
  261. package/lib/interfaces/PayhubAntennaRequest.d.ts +1 -0
  262. package/lib/interfaces/PayhubAntennaRequest.d.ts.map +1 -0
  263. package/lib/interfaces/PaymentToPayhubRequest.d.ts +1 -0
  264. package/lib/interfaces/PaymentToPayhubRequest.d.ts.map +1 -0
  265. package/lib/interfaces/PostIssueRefundRetroRemission.d.ts +4 -1
  266. package/lib/interfaces/PostIssueRefundRetroRemission.d.ts.map +1 -0
  267. package/lib/interfaces/PostRefundRetroRemission.d.ts +8 -1
  268. package/lib/interfaces/PostRefundRetroRemission.d.ts.map +1 -0
  269. package/lib/interfaces/RefundsRequest.d.ts +1 -0
  270. package/lib/interfaces/RefundsRequest.d.ts.map +1 -0
  271. package/lib/interfaces/UnidentifiedPaymentsRequest.d.ts +1 -0
  272. package/lib/interfaces/UnidentifiedPaymentsRequest.d.ts.map +1 -0
  273. package/lib/interfaces/UnsolicitedPaymentsRequest.d.ts +1 -0
  274. package/lib/interfaces/UnsolicitedPaymentsRequest.d.ts.map +1 -0
  275. package/lib/payment-lib.component.d.ts +3 -0
  276. package/lib/payment-lib.component.d.ts.map +1 -0
  277. package/lib/payment-lib.component.ngfactory.d.ts.map +1 -0
  278. package/lib/payment-lib.module.d.ts +1 -0
  279. package/lib/payment-lib.module.d.ts.map +1 -0
  280. package/lib/payment-lib.module.ngfactory.d.ts.map +1 -0
  281. package/lib/payment-lib.service.d.ts +4 -0
  282. package/lib/payment-lib.service.d.ts.map +1 -0
  283. package/lib/payment-lib.service.ngfactory.d.ts.map +1 -0
  284. package/lib/pipes/capitalize.pipe.d.ts +1 -0
  285. package/lib/pipes/capitalize.pipe.d.ts.map +1 -0
  286. package/lib/pipes/capitalize.pipe.ngfactory.d.ts.map +1 -0
  287. package/lib/pipes/ccd-hyphens.pipe.d.ts +1 -0
  288. package/lib/pipes/ccd-hyphens.pipe.d.ts.map +1 -0
  289. package/lib/pipes/ccd-hyphens.pipe.ngfactory.d.ts.map +1 -0
  290. package/lib/pipes/key-value.pipe.d.ts +1 -0
  291. package/lib/pipes/key-value.pipe.d.ts.map +1 -0
  292. package/lib/pipes/key-value.pipe.ngfactory.d.ts.map +1 -0
  293. package/lib/pipes/sanitize-html.pipe.d.ts +1 -0
  294. package/lib/pipes/sanitize-html.pipe.d.ts.map +1 -0
  295. package/lib/pipes/sanitize-html.pipe.ngfactory.d.ts.map +1 -0
  296. package/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.d.ts +1 -0
  297. package/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.d.ts.map +1 -0
  298. package/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ngfactory.d.ts.map +1 -0
  299. package/lib/services/card-details/card-details.service.d.ts +1 -0
  300. package/lib/services/card-details/card-details.service.d.ts.map +1 -0
  301. package/lib/services/card-details/card-details.service.ngfactory.d.ts.map +1 -0
  302. package/lib/services/case-transactions/case-transactions.service.d.ts +1 -0
  303. package/lib/services/case-transactions/case-transactions.service.d.ts.map +1 -0
  304. package/lib/services/case-transactions/case-transactions.service.ngfactory.d.ts.map +1 -0
  305. package/lib/services/notification/notification.service.d.ts +19 -0
  306. package/lib/services/notification/notification.service.d.ts.map +1 -0
  307. package/lib/services/notification/notification.service.ngfactory.d.ts.map +1 -0
  308. package/lib/services/orderslist.service.d.ts +1 -0
  309. package/lib/services/orderslist.service.d.ts.map +1 -0
  310. package/lib/services/orderslist.service.ngfactory.d.ts.map +1 -0
  311. package/lib/services/payment-list/payment-list.service.d.ts +1 -0
  312. package/lib/services/payment-list/payment-list.service.d.ts.map +1 -0
  313. package/lib/services/payment-list/payment-list.service.ngfactory.d.ts.map +1 -0
  314. package/lib/services/payment-view/payment-view.service.d.ts +2 -1
  315. package/lib/services/payment-view/payment-view.service.d.ts.map +1 -0
  316. package/lib/services/payment-view/payment-view.service.ngfactory.d.ts.map +1 -0
  317. package/lib/services/refunds/refunds.service.d.ts +3 -0
  318. package/lib/services/refunds/refunds.service.d.ts.map +1 -0
  319. package/lib/services/refunds/refunds.service.ngfactory.d.ts.map +1 -0
  320. package/lib/services/shared/error-handler.service.d.ts +2 -1
  321. package/lib/services/shared/error-handler.service.d.ts.map +1 -0
  322. package/lib/services/shared/error-handler.service.ngfactory.d.ts.map +1 -0
  323. package/lib/services/shared/httpclient/webcomponent.http.client.d.ts +1 -0
  324. package/lib/services/shared/httpclient/webcomponent.http.client.d.ts.map +1 -0
  325. package/lib/services/shared/httpclient/webcomponent.http.client.ngfactory.d.ts.map +1 -0
  326. package/lib/services/shared/logger/console-logger.service.d.ts +4 -3
  327. package/lib/services/shared/logger/console-logger.service.d.ts.map +1 -0
  328. package/lib/services/shared/logger/console-logger.service.ngfactory.d.ts.map +1 -0
  329. package/lib/services/shared/logger/logger.service.d.ts +1 -0
  330. package/lib/services/shared/logger/logger.service.d.ts.map +1 -0
  331. package/lib/services/shared/logger/logger.service.ngfactory.d.ts.map +1 -0
  332. package/lib/services/status-history/status-history.service.d.ts +1 -0
  333. package/lib/services/status-history/status-history.service.d.ts.map +1 -0
  334. package/lib/services/status-history/status-history.service.ngfactory.d.ts.map +1 -0
  335. package/lib/services/xl-file/xl-file.service.d.ts +1 -0
  336. package/lib/services/xl-file/xl-file.service.d.ts.map +1 -0
  337. package/lib/services/xl-file/xl-file.service.ngfactory.d.ts.map +1 -0
  338. package/package.json +6 -8
  339. package/public_api.d.ts +1 -0
  340. package/public_api.d.ts.map +1 -0
  341. package/esm5/hmcts-ccpay-web-component.js +0 -48
  342. package/esm5/lib/components/add-remission/add-remission.component.js +0 -1146
  343. package/esm5/lib/components/allocate-payments/allocate-payments.component.js +0 -745
  344. package/esm5/lib/components/card-details/card-details.component.js +0 -77
  345. package/esm5/lib/components/case-transactions/case-transactions.component.js +0 -1448
  346. package/esm5/lib/components/error-banner/error-banner.component.js +0 -36
  347. package/esm5/lib/components/fee-summary/fee-summary.component.js +0 -504
  348. package/esm5/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +0 -371
  349. package/esm5/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +0 -474
  350. package/esm5/lib/components/page-not-found.component.js +0 -17
  351. package/esm5/lib/components/payment-list/payment-list.component.js +0 -83
  352. package/esm5/lib/components/payment-view/payment-view.component.js +0 -673
  353. package/esm5/lib/components/pba-details/pba-details.component.js +0 -36
  354. package/esm5/lib/components/pba-payment/pba-payment.component.js +0 -269
  355. package/esm5/lib/components/process-refund/process-refund.component.js +0 -536
  356. package/esm5/lib/components/processed-payments/processed-payments.component.js +0 -83
  357. package/esm5/lib/components/refund-list/refund-list.component.js +0 -130
  358. package/esm5/lib/components/refund-status/refund-status.component.js +0 -554
  359. package/esm5/lib/components/reports/reports.component.js +0 -515
  360. package/esm5/lib/components/service-request/service-request.component.js +0 -690
  361. package/esm5/lib/components/status-history/status-history.component.js +0 -70
  362. package/esm5/lib/components/table/table.component.js +0 -229
  363. package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +0 -418
  364. package/esm5/lib/interfaces/AddRemissionRequest.js +0 -32
  365. package/esm5/lib/interfaces/AddRetroRemissionRequest.js +0 -19
  366. package/esm5/lib/interfaces/AllocatePaymentRequest.js +0 -63
  367. package/esm5/lib/interfaces/IAllocationPaymentsRequest.js +0 -34
  368. package/esm5/lib/interfaces/IBSPayments.js +0 -45
  369. package/esm5/lib/interfaces/ICardDetails.js +0 -21
  370. package/esm5/lib/interfaces/IFee.js +0 -53
  371. package/esm5/lib/interfaces/IOrderReferenceFee.js +0 -25
  372. package/esm5/lib/interfaces/IPatchRefundAction.js +0 -15
  373. package/esm5/lib/interfaces/IPayment.js +0 -65
  374. package/esm5/lib/interfaces/IPaymentFailure.js +0 -33
  375. package/esm5/lib/interfaces/IPaymentGroup.js +0 -19
  376. package/esm5/lib/interfaces/IPaymentStatus.js +0 -31
  377. package/esm5/lib/interfaces/IPaymentView.js +0 -17
  378. package/esm5/lib/interfaces/IPayments.js +0 -13
  379. package/esm5/lib/interfaces/IRefundAction.js +0 -15
  380. package/esm5/lib/interfaces/IRefundList.js +0 -29
  381. package/esm5/lib/interfaces/IRefundReasons.js +0 -19
  382. package/esm5/lib/interfaces/IRefundRejectReason.js +0 -15
  383. package/esm5/lib/interfaces/IRefundStatus.js +0 -23
  384. package/esm5/lib/interfaces/IRefundStatusHistory.js +0 -15
  385. package/esm5/lib/interfaces/IRemission.js +0 -25
  386. package/esm5/lib/interfaces/IResubmitRefundRequest.js +0 -19
  387. package/esm5/lib/interfaces/IStatusHistories.js +0 -19
  388. package/esm5/lib/interfaces/IStatusHistory.js +0 -21
  389. package/esm5/lib/interfaces/IserviceRequestCardPayment.js +0 -22
  390. package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +0 -28
  391. package/esm5/lib/interfaces/IssueRefundRequest.js +0 -22
  392. package/esm5/lib/interfaces/PayhubAntennaRequest.js +0 -25
  393. package/esm5/lib/interfaces/PaymentToPayhubRequest.js +0 -34
  394. package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +0 -16
  395. package/esm5/lib/interfaces/PostRefundRetroRemission.js +0 -19
  396. package/esm5/lib/interfaces/RefundsRequest.js +0 -19
  397. package/esm5/lib/interfaces/UnidentifiedPaymentsRequest.js +0 -28
  398. package/esm5/lib/interfaces/UnsolicitedPaymentsRequest.js +0 -37
  399. package/esm5/lib/payment-lib.component.js +0 -237
  400. package/esm5/lib/payment-lib.module.js +0 -103
  401. package/esm5/lib/payment-lib.service.js +0 -111
  402. package/esm5/lib/pipes/capitalize.pipe.js +0 -32
  403. package/esm5/lib/pipes/ccd-hyphens.pipe.js +0 -37
  404. package/esm5/lib/pipes/key-value.pipe.js +0 -37
  405. package/esm5/lib/pipes/sanitize-html.pipe.js +0 -39
  406. package/esm5/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +0 -218
  407. package/esm5/lib/services/card-details/card-details.service.js +0 -76
  408. package/esm5/lib/services/case-transactions/case-transactions.service.js +0 -76
  409. package/esm5/lib/services/orderslist.service.js +0 -531
  410. package/esm5/lib/services/payment-list/payment-list.service.js +0 -80
  411. package/esm5/lib/services/payment-view/payment-view.service.js +0 -416
  412. package/esm5/lib/services/refunds/refunds.service.js +0 -256
  413. package/esm5/lib/services/shared/error-handler.service.js +0 -127
  414. package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +0 -167
  415. package/esm5/lib/services/shared/logger/console-logger.service.js +0 -88
  416. package/esm5/lib/services/shared/logger/logger.service.js +0 -68
  417. package/esm5/lib/services/status-history/status-history.service.js +0 -80
  418. package/esm5/lib/services/xl-file/xl-file.service.js +0 -254
  419. package/esm5/public_api.js +0 -11
  420. package/fesm5/hmcts-ccpay-web-component.js +0 -10021
  421. package/fesm5/hmcts-ccpay-web-component.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPayment.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,EAAE,MAAM,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,cAAc,EAAE,CAAC;IACrC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,gBAAgB,EAAE,cAAc,EAAE,CAAC;IACnC,uBAAuB,EAAE,MAAM,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qCAAqC,EAAE,OAAO,CAAC;IAC/C,YAAY,EAAE,OAAO,CAAC;CACvB"}
@@ -11,3 +11,4 @@ export interface IPaymentFailure {
11
11
  has_amount_debited?: string;
12
12
  status: string;
13
13
  }
14
+ //# sourceMappingURL=IPaymentFailure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPaymentFailure.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPaymentFailure.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -7,3 +7,4 @@ export interface IPaymentGroup {
7
7
  remissions: IRemission[];
8
8
  fees: IFee[];
9
9
  }
10
+ //# sourceMappingURL=IPaymentGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPaymentGroup.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPaymentGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,IAAI,EAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,aAAa;IAC5B,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,IAAI,EAAE,IAAI,EAAE,CAAC;CACd"}
@@ -9,3 +9,4 @@ export declare class IPaymentStatus {
9
9
  unidentified_reason: string;
10
10
  user_id: string;
11
11
  }
12
+ //# sourceMappingURL=IPaymentStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPaymentStatus.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPaymentStatus.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACzB,iBAAiB,EAAE,GAAG,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;CACjB"}
@@ -3,3 +3,4 @@ export interface IPaymentView {
3
3
  payment_group_reference: string;
4
4
  reference: string;
5
5
  }
6
+ //# sourceMappingURL=IPaymentView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPaymentView.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPaymentView.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -2,3 +2,4 @@ import { IPayment } from './IPayment';
2
2
  export interface IPayments {
3
3
  payments: IPayment[];
4
4
  }
5
+ //# sourceMappingURL=IPayments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPayments.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IPayments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,SAAS;IACxB,QAAQ,EAAE,QAAQ,EAAE,CAAC;CACtB"}
@@ -0,0 +1,7 @@
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
@@ -0,0 +1 @@
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"}
@@ -2,3 +2,4 @@ export interface IRefundAction {
2
2
  code: string;
3
3
  label: string;
4
4
  }
5
+ //# sourceMappingURL=IRefundAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundAction.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundAction.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,10 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,8 @@
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
@@ -0,0 +1 @@
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,3 +1,4 @@
1
+ import { IRefundContactDetails } from './IRefundContactDetails';
1
2
  export interface IRefundList {
2
3
  amount: number;
3
4
  ccd_case_number: string;
@@ -5,10 +6,15 @@ export interface IRefundList {
5
6
  date_updated: string;
6
7
  payment_reference: string;
7
8
  reason: string;
9
+ reason_code: string;
8
10
  refund_reference: string;
9
11
  refund_status: {
10
12
  description: string;
11
13
  name: string;
12
14
  };
15
+ contact_details: IRefundContactDetails;
13
16
  user_full_name: string;
17
+ service_type: string;
18
+ code: string;
14
19
  }
20
+ //# sourceMappingURL=IRefundList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundList.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,MAAM,WAAW,WAAW;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,MAAM,CAAA;KACb,CAAC;IACF,eAAe,EAAE,qBAAqB,CAAC;IACvC,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAC,MAAM,CAAA;CACZ"}
@@ -4,3 +4,4 @@ export interface IRefundReasons {
4
4
  name: string;
5
5
  recently_used: boolean;
6
6
  }
7
+ //# sourceMappingURL=IRefundReasons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundReasons.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundReasons.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,OAAO,CAAC;CACxB"}
@@ -2,3 +2,4 @@ export interface IRefundRejectReason {
2
2
  code: string;
3
3
  name: string;
4
4
  }
5
+ //# sourceMappingURL=IRefundRejectReason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundRejectReason.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundRejectReason.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -6,3 +6,4 @@ export interface IRefundStatus {
6
6
  refunds_id: number;
7
7
  status: string;
8
8
  }
9
+ //# sourceMappingURL=IRefundStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundStatus.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundStatus.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAA;CACf"}
@@ -3,3 +3,4 @@ export interface IRefundStatusHistory {
3
3
  iRefundStatus: IRefundStatus[];
4
4
  lastUpdatedByCurrentUser: boolean;
5
5
  }
6
+ //# sourceMappingURL=IRefundStatusHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundStatusHistory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRefundStatusHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,MAAM,WAAW,oBAAoB;IACnC,aAAa,EAAE,aAAa,EAAE,CAAA;IAC9B,wBAAwB,EAAE,OAAO,CAAA;CAClC"}
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
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"}
@@ -6,4 +6,8 @@ export interface IRemission {
6
6
  ccd_case_number: string;
7
7
  fee_code: string;
8
8
  date_created: string;
9
+ fee_id: number;
10
+ issue_refund_add_refund_add_remission: boolean;
11
+ add_refund: boolean;
9
12
  }
13
+ //# sourceMappingURL=IRemission.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRemission.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IRemission.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,qCAAqC,EAAE,OAAO,CAAC;IAC/C,UAAU,EAAE,OAAO,CAAC;CACrB"}
@@ -1,5 +1,10 @@
1
+ import { IFee } from "./IFee";
2
+ import { IRefundContactDetails } from "./IRefundContactDetails";
1
3
  export declare class IResubmitRefundRequest {
2
4
  refund_reason: string;
3
5
  amount: number;
4
- constructor(refund_reason: string, amount: number);
6
+ contact_details: IRefundContactDetails;
7
+ refund_fees: IFee[];
8
+ constructor(refund_reason: string, amount: number, contact_details: any, refund_fees: any[]);
5
9
  }
10
+ //# sourceMappingURL=IResubmitRefundRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IResubmitRefundRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IResubmitRefundRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,qBAAa,sBAAsB;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,qBAAqB,CAAC;IACvC,WAAW,EAAE,IAAI,EAAE,CAAC;gBAEN,aAAa,EAAG,MAAM,EAAE,MAAM,EAAE,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,WAAW,EAAE,GAAG,EAAE;CAM1F"}
@@ -5,3 +5,4 @@ export interface IStatusHistories {
5
5
  status: string;
6
6
  status_histories: IStatusHistory[];
7
7
  }
8
+ //# sourceMappingURL=IStatusHistories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IStatusHistories.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IStatusHistories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,cAAc,EAAE,CAAC;CACpC"}
@@ -5,3 +5,4 @@ export interface IStatusHistory {
5
5
  error_code: string;
6
6
  error_message: string;
7
7
  }
8
+ //# sourceMappingURL=IStatusHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IStatusHistory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IStatusHistory.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -4,3 +4,4 @@ export declare class IserviceRequestCardPayment {
4
4
  language: string;
5
5
  constructor(amount: string);
6
6
  }
7
+ //# sourceMappingURL=IserviceRequestCardPayment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IserviceRequestCardPayment.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IserviceRequestCardPayment.ts"],"names":[],"mappings":"AAAA,qBAAa,0BAA0B;IACnC,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;gBAEJ,MAAM,EAAG,MAAM;CAK9B"}
@@ -6,3 +6,4 @@ export declare class IserviceRequestPbaPayment {
6
6
  organisation_name: string;
7
7
  constructor(account_number: string, amount: string, customer_reference: string, orgName: string);
8
8
  }
9
+ //# sourceMappingURL=IserviceRequestPbaPayment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IserviceRequestPbaPayment.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IserviceRequestPbaPayment.ts"],"names":[],"mappings":"AAAA,qBAAa,yBAAyB;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,iBAAiB,EAAE,MAAM,CAAA;gBAEb,cAAc,EAAG,MAAM,EAAG,MAAM,EAAG,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAOrG"}
@@ -4,3 +4,4 @@ export declare class IssueRefundRequest {
4
4
  refund_amount: number;
5
5
  constructor(payment_reference: string, refund_reason: string, refund_amount: number);
6
6
  }
7
+ //# sourceMappingURL=IssueRefundRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IssueRefundRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/IssueRefundRequest.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;gBAET,iBAAiB,EAAG,MAAM,EAAG,aAAa,EAAG,MAAM,EAAE,aAAa,EAAE,MAAM;CAMvF"}
@@ -0,0 +1,25 @@
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
@@ -0,0 +1 @@
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"}
@@ -5,3 +5,4 @@ export declare class PayhubAntennaRequest {
5
5
  amount: number;
6
6
  constructor(ccd_case_number: string, amount: number, caseType: string);
7
7
  }
8
+ //# sourceMappingURL=PayhubAntennaRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PayhubAntennaRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/PayhubAntennaRequest.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC/B,QAAQ,SAAS;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;gBAEH,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;CAKtE"}
@@ -8,3 +8,4 @@ export declare class PaymentToPayhubRequest {
8
8
  amount: number;
9
9
  constructor(ccd_case_number: string, amount: number, caseType: string);
10
10
  }
11
+ //# sourceMappingURL=PaymentToPayhubRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentToPayhubRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/PaymentToPayhubRequest.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IACjC,QAAQ,SAAS;IACjB,WAAW,SAAuB;IAClC,OAAO,SAAe;IACtB,QAAQ,SAAa;IACrB,SAAS,EAAE,MAAM,CAAC;IAElB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;gBAEH,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;CAKtE"}
@@ -1,4 +1,7 @@
1
+ import { IRefundContactDetails } from './IRefundContactDetails';
1
2
  export declare class PostIssueRefundRetroRemission {
2
3
  remissionReference: string;
3
- constructor(remissionReference: string);
4
+ contact_details: IRefundContactDetails;
5
+ constructor(remissionReference: string, contactDeatils: any);
4
6
  }
7
+ //# sourceMappingURL=PostIssueRefundRetroRemission.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostIssueRefundRetroRemission.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/PostIssueRefundRetroRemission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,qBAAa,6BAA6B;IACtC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,qBAAqB,CAAC;gBAE3B,kBAAkB,EAAG,MAAM,EAAE,cAAc,EAAE,GAAG;CAI/D"}
@@ -1,5 +1,12 @@
1
+ import { IRefundContactDetails } from "./IRefundContactDetails";
1
2
  export declare class PostRefundRetroRemission {
3
+ ccd_case_number: string;
2
4
  payment_reference: string;
3
5
  refund_reason: string;
4
- constructor(payment_reference: string, refund_reason: string);
6
+ total_refund_amount: any;
7
+ fees: any[];
8
+ is_over_payment: boolean;
9
+ contact_details: IRefundContactDetails;
10
+ constructor(contact_details: any, fees: any[], payment_reference: string, refund_reason: string, total_refund_amount: any, is_over_payment: string);
5
11
  }
12
+ //# sourceMappingURL=PostRefundRetroRemission.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostRefundRetroRemission.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/PostRefundRetroRemission.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,qBAAa,wBAAwB;IACnC,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,GAAG,CAAC;IACzB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,qBAAqB,CAAA;gBAExB,eAAe,EAAC,GAAG,EAAC,IAAI,EAAE,GAAG,EAAE,EAAE,iBAAiB,EAAG,MAAM,EAAC,aAAa,EAAC,MAAM,EAAE,mBAAmB,EAAI,GAAG,EAAE,eAAe,EAAE,MAAM;CAQpJ"}
@@ -3,3 +3,4 @@ export declare class RefundsRequest {
3
3
  refund_reason: string;
4
4
  constructor(payment_reference: string, refund_reason: string);
5
5
  }
6
+ //# sourceMappingURL=RefundsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RefundsRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/RefundsRequest.ts"],"names":[],"mappings":"AACA,qBAAa,cAAc;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAA;gBAET,iBAAiB,EAAG,MAAM,EAAG,aAAa,EAAG,MAAM;CAKhE"}
@@ -5,3 +5,4 @@ export declare class UnidentifiedPaymentsRequest {
5
5
  unidentified_reason: string;
6
6
  constructor(payment_group_reference: string, payment_reference: string, unidentified_reason: any);
7
7
  }
8
+ //# sourceMappingURL=UnidentifiedPaymentsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnidentifiedPaymentsRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/UnidentifiedPaymentsRequest.ts"],"names":[],"mappings":"AACA,qBAAa,2BAA2B;IACtC,yBAAyB,EAAE,GAAG,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;gBAEhB,uBAAuB,EAAE,MAAM,EAAE,iBAAiB,EAAG,MAAM,EAAE,mBAAmB,EAAE,GAAG;CAalG"}
@@ -8,3 +8,4 @@ export declare class UnsolicitedPaymentsRequest {
8
8
  unidentified_reason: string;
9
9
  constructor(payment_group_reference: string, payment_reference: string, reason: string, responsible_office: string, responsible_person: string, email_id: string);
10
10
  }
11
+ //# sourceMappingURL=UnsolicitedPaymentsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnsolicitedPaymentsRequest.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/interfaces/UnsolicitedPaymentsRequest.ts"],"names":[],"mappings":"AACA,qBAAa,0BAA0B;IACrC,yBAAyB,EAAE,GAAG,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;gBAChB,uBAAuB,EAAE,MAAM,EAAE,iBAAiB,EAAG,MAAM,EAAE,MAAM,EAAE,MAAM,EAAC,kBAAkB,EAAE,MAAM,EAAE,kBAAkB,EAAC,MAAM,EAAC,QAAQ,EAAE,MAAM;CAY/J"}
@@ -10,6 +10,7 @@ export declare class PaymentLibComponent implements OnInit {
10
10
  API_ROOT: string;
11
11
  BULKSCAN_API_ROOT: string;
12
12
  REFUNDS_API_ROOT: string;
13
+ NOTIFICATION_API_ROOT: string;
13
14
  CARDPAYMENTRETURNURL: string;
14
15
  CCD_CASE_NUMBER: string;
15
16
  EXC_REFERENCE: string;
@@ -38,6 +39,7 @@ export declare class PaymentLibComponent implements OnInit {
38
39
  paymentGroupReference: string;
39
40
  paymentReference: string;
40
41
  refundReference: string;
42
+ isFromPayBubble: boolean;
41
43
  refundlistsource: any;
42
44
  viewName: string;
43
45
  isTurnOff: boolean;
@@ -67,3 +69,4 @@ export declare class PaymentLibComponent implements OnInit {
67
69
  ngAfterContentChecked(): void;
68
70
  ngOnInit(): void;
69
71
  }
72
+ //# sourceMappingURL=payment-lib.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.component.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBA0Ca,mBAAoB,YAAW,MAAM;IA8DpC,OAAO,CAAC,iBAAiB;IACnC,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,iBAAiB;IA/DR,QAAQ,EAAE,MAAM,CAAC;IACR,iBAAiB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAClC,eAAe,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC;IACN,WAAW,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACjC,WAAW,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACH,sBAAsB,EAAE,OAAO,CAAC;IAC/C,OAAO,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACJ,iBAAiB,EAAE,GAAG,EAAE,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IACnB,wBAAwB,EAAE,OAAO,CAAC;IAErE,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,2BAA2B,EAAE,MAAM,CAAQ;IAC3C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,OAAO,CAAS;IACjC,gBAAgB,EAAE,GAAG,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,WAAW,CAAQ;IACvC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iCAAiC,EAAE,MAAM,CAAC;IAC1C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,sBAAsB,EAAE,OAAO,CAAC;IAChC,eAAe,EAAG,OAAO,CAAC;IAC1B,uBAAuB,EAAE,OAAO,CAAC;IACjC,cAAc,EAAE,QAAQ,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IAEvB,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,IAAI,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAQ;IAC9B,mBAAmB,EAAE,MAAM,CAAQ;IACnC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,oBAAoB,EAAE,MAAM,CAAQ;gBAEhB,iBAAiB,EAAE,iBAAiB,EAC9C,EAAE,EAAE,iBAAiB,EACrB,iBAAiB,EAAE,iBAAiB;IAC9C,qBAAqB,IAAI,IAAI;IAK7B,QAAQ;CAgCT"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
1
  export declare class PaymentLibModule {
2
2
  }
3
+ //# sourceMappingURL=payment-lib.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.module.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.module.ts"],"names":[],"mappings":"AA+CA,qBAqDa,gBAAgB;CAAI"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAwC3C,eAAO,MAAM,yBAAyB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,gBAAgB,CAAiB,CAAC"}
@@ -2,6 +2,7 @@ export declare class PaymentLibService {
2
2
  API_ROOT: string;
3
3
  BULKSCAN_API_ROOT: string;
4
4
  REFUNDS_API_ROOT: string;
5
+ NOTIFICATION_API_ROOT: string;
5
6
  CARDPAYMENTRETURNURL: string;
6
7
  constructor();
7
8
  setApiRootUrl(apiRoot: string): void;
@@ -10,6 +11,9 @@ export declare class PaymentLibService {
10
11
  getBulkScanApiRootUrl(): string;
11
12
  setRefundndsApiRootUrl(refundsapiRoot: string): void;
12
13
  getRefundsApiRootUrl(): string;
14
+ setNoticationApiRootUrl(notificationapiRoot: string): void;
15
+ getNoticationApiRootUrl(): string;
13
16
  setCardPaymentReturnUrl(cardPaymentReturnUrl: string): void;
14
17
  getCardPaymentReturnUrl(): string;
15
18
  }
19
+ //# sourceMappingURL=payment-lib.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.service.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.service.ts"],"names":[],"mappings":"AAEA,qBAIa,iBAAiB;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;;IAI7B,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAIpC,aAAa,IAAI,MAAM;IAIvB,qBAAqB,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI;IAIpD,qBAAqB,IAAI,MAAM;IAI/B,sBAAsB,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI;IAIpD,oBAAoB,IAAI,MAAM;IAG9B,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,IAAI;IAI1D,uBAAuB,IAAI,MAAM;IAGjC,uBAAuB,CAAC,oBAAoB,EAAE,MAAM,GAAE,IAAI;IAG1D,uBAAuB,IAAI,MAAM;CAGlC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-lib.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../projects/payment-lib/src/lib/payment-lib.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export declare class CapitalizePipe implements PipeTransform {
3
3
  constructor();
4
4
  transform(s: any, args?: any): any;
5
5
  }
6
+ //# sourceMappingURL=capitalize.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capitalize.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/capitalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,qBAGa,cAAe,YAAW,aAAa;;IAEhD,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG;CAGrC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capitalize.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/capitalize.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export declare class CcdHyphensPipe implements PipeTransform {
3
3
  constructor();
4
4
  transform(value: any, args?: any): any;
5
5
  }
6
+ //# sourceMappingURL=ccd-hyphens.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccd-hyphens.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/ccd-hyphens.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,qBAGa,cAAe,YAAW,aAAa;;IAElD,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG;CAOvC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccd-hyphens.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/ccd-hyphens.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -3,3 +3,4 @@ export declare class keyValuePipe implements PipeTransform {
3
3
  constructor();
4
4
  transform(input: any): any;
5
5
  }
6
+ //# sourceMappingURL=key-value.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/key-value.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,qBAGa,YAAa,YAAW,aAAa;;IAEhD,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,GAAG;CAS3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-value.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/key-value.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -5,3 +5,4 @@ export declare class SanitizeHtmlPipe implements PipeTransform {
5
5
  constructor(sanitizer: DomSanitizer);
6
6
  transform(value: any): SafeHtml;
7
7
  }
8
+ //# sourceMappingURL=sanitize-html.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sanitize-html.pipe.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/sanitize-html.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEnE,qBACa,gBAAiB,YAAW,aAAa;IACxC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAC3C,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,QAAQ;CAGhC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sanitize-html.pipe.ngfactory.d.ts","sourceRoot":"","sources":["../../../../projects/payment-lib/src/lib/pipes/sanitize-html.pipe.ngfactory.ts"],"names":[],"mappings":""}
@@ -22,3 +22,4 @@ export declare class BulkScaningPaymentService {
22
22
  removeUnwantedString(input: string, replaceText: string): string;
23
23
  downloadSelectedReport(reportName: string, startDate: string, endDate: string): Observable<any>;
24
24
  }
25
+ //# sourceMappingURL=bulk-scaning-payment.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-scaning-payment.service.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/bulk-scaning-payment/bulk-scaning-payment.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,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAG/D,qBAGa,yBAAyB;IAExB,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,kBAAkB,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC;IAQlE,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC;IAQxD,qBAAqB,CAAC,IAAI,EAAE,sBAAsB,EAAE,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAKxF,sBAAsB,CAAC,IAAI,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAK9F,mBAAmB,CAAC,IAAI,EAAE,sBAAsB,GAAG,UAAU,CAAC,GAAG,CAAC;IAKlE,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAKvE,0BAA0B,CAAC,YAAY,EAAE,aAAa,GAAG,MAAM;IA2B/D,oBAAoB,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAKvD,sBAAsB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAC,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;CAQ/F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-scaning-payment.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -12,3 +12,4 @@ export declare class CardDetailsService {
12
12
  constructor(http: HttpClient, logger: LoggerService, errorHandlerService: ErrorHandlerService, paymentLibService: PaymentLibService);
13
13
  getCardDetails(paymentReference: string): Observable<ICardDetails>;
14
14
  }
15
+ //# sourceMappingURL=card-details.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-details.service.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/card-details/card-details.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEpD,OAAO,EAAC,YAAY,EAAC,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAC,iBAAiB,EAAC,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAGhE,qBAGa,kBAAkB;IAEjB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,iBAAiB;gBAHjB,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,aAAa,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,iBAAiB,EAAE,iBAAiB;IAExD,cAAc,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC;CAUnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-details.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/card-details/card-details.service.ngfactory.ts"],"names":[],"mappings":""}
@@ -12,3 +12,4 @@ export declare class CaseTransactionsService {
12
12
  constructor(http: HttpClient, logger: LoggerService, errorHandlerService: ErrorHandlerService, paymentLibService: PaymentLibService);
13
13
  getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]>;
14
14
  }
15
+ //# sourceMappingURL=case-transactions.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-transactions.service.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/case-transactions/case-transactions.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAC,mBAAmB,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAC,iBAAiB,EAAC,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,aAAa,EAAC,MAAM,gCAAgC,CAAC;AAG7D,qBAGa,uBAAuB;IAEtB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,iBAAiB;gBAHjB,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,aAAa,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,iBAAiB,EAAE,iBAAiB;IAGxD,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,EAAE,CAAC;CAUrE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-transactions.service.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../projects/payment-lib/src/lib/services/case-transactions/case-transactions.service.ngfactory.ts"],"names":[],"mappings":""}