@hmcts/ccpay-web-component 5.0.7-beta47 → 5.0.7-beta48

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 (24) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +31 -57
  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/lib/components/add-remission/add-remission.component.js +9 -19
  6. package/esm2015/lib/components/payment-view/payment-view.component.js +6 -4
  7. package/esm2015/lib/components/process-refund/process-refund.component.js +7 -17
  8. package/esm2015/lib/components/refund-status/refund-status.component.js +8 -18
  9. package/esm2015/lib/components/service-request/service-request.component.js +6 -4
  10. package/esm5/lib/components/add-remission/add-remission.component.js +9 -19
  11. package/esm5/lib/components/payment-view/payment-view.component.js +6 -4
  12. package/esm5/lib/components/process-refund/process-refund.component.js +7 -17
  13. package/esm5/lib/components/refund-status/refund-status.component.js +8 -18
  14. package/esm5/lib/components/service-request/service-request.component.js +6 -4
  15. package/fesm2015/hmcts-ccpay-web-component.js +31 -57
  16. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  17. package/fesm5/hmcts-ccpay-web-component.js +31 -57
  18. package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
  19. package/lib/components/add-remission/add-remission.component.d.ts +1 -1
  20. package/lib/components/payment-view/payment-view.component.d.ts +1 -1
  21. package/lib/components/process-refund/process-refund.component.d.ts +1 -1
  22. package/lib/components/refund-status/refund-status.component.d.ts +1 -1
  23. package/lib/components/service-request/service-request.component.d.ts +1 -1
  24. package/package.json +1 -1
@@ -188,5 +188,5 @@ export declare class AddRemissionComponent implements OnInit {
188
188
  getFormattedCurrency(currency: number): string | number;
189
189
  showNotificationPreview(): void;
190
190
  hideNotificationPreview(): void;
191
- getTemplateInstructionType(paymentReference: string, payment?: IPayment): string;
191
+ getTemplateInstructionType(paymentReference: string, payment?: IPayment): void;
192
192
  }
@@ -95,7 +95,7 @@ export declare class PaymentViewComponent implements OnInit {
95
95
  resetOrderData(): void;
96
96
  goToPaymentFailuePage(payment: any): void;
97
97
  goBackToPaymentView(event: any): void;
98
- getTemplateInstructionType(payment: IPayment): any;
98
+ getTemplateInstructionType(payment: IPayment): void;
99
99
  showNotificationPreview(): void;
100
100
  hideNotificationPreview(): void;
101
101
  }
@@ -71,7 +71,7 @@ export declare class ProcessRefundComponent implements OnInit {
71
71
  loadCaseTransactionPage(): void;
72
72
  resetForm(vals: any, field: any): void;
73
73
  goToCaseReview(): void;
74
- getTemplateInstructionType(payment: IPayment, paymentReference: string): any;
74
+ getTemplateInstructionType(payment: IPayment, paymentReference: string): void;
75
75
  showNotificationPreview(): void;
76
76
  hideNotificationPreview(): void;
77
77
  }
@@ -99,7 +99,7 @@ export declare class RefundStatusComponent implements OnInit {
99
99
  putResend(notification: IRefundsNotifications): void;
100
100
  gotoCasetransationPageCancelBtnClicked(Event: Event): void;
101
101
  goToRefundProcessComponent(refundReference: string, refundList: IRefundList): void;
102
- getTemplateInstructionType(payment: IPayment, paymentReference: string): any;
102
+ getTemplateInstructionType(payment: IPayment, paymentReference: string): void;
103
103
  showNotificationPreview(): void;
104
104
  hideNotificationPreview(): void;
105
105
  showNotificationSentView(index: number): void;
@@ -124,7 +124,7 @@ export declare class ServiceRequestComponent implements OnInit {
124
124
  gotoAddressPage(note?: IRefundContactDetails): void;
125
125
  processRefund(): void;
126
126
  getOverPaymentValue(): number;
127
- getTemplateInstructionType(payment: IPayment): any;
127
+ getTemplateInstructionType(payment: IPayment): void;
128
128
  showNotificationPreview(): void;
129
129
  hideNotificationPreview(): void;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.7-beta47",
3
+ "version": "5.0.7-beta48",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },