@hmcts/ccpay-web-component 5.0.7-beta40 → 5.0.7-beta41

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.
@@ -187,5 +187,5 @@ export declare class AddRemissionComponent implements OnInit {
187
187
  getFormattedCurrency(currency: number): string | number;
188
188
  showNotificationPreview(): void;
189
189
  hideNotificationPreview(): void;
190
- getTemplateInstructionType(payment: IPayment, paymentReference?: string): any;
190
+ getTemplateInstructionType(paymentReference: string, payment?: IPayment): any;
191
191
  }
@@ -70,7 +70,7 @@ export declare class ProcessRefundComponent implements OnInit {
70
70
  loadCaseTransactionPage(): void;
71
71
  resetForm(vals: any, field: any): void;
72
72
  goToCaseReview(): void;
73
- getTemplateInstructionType(payment: IPayment, paymentReference: string): any;
73
+ getTemplateInstructionType(paymentReference: string): string;
74
74
  showNotificationPreview(): void;
75
75
  hideNotificationPreview(): void;
76
76
  }
@@ -98,7 +98,7 @@ export declare class RefundStatusComponent implements OnInit {
98
98
  putResend(notification: IRefundsNotifications): void;
99
99
  gotoCasetransationPageCancelBtnClicked(Event: Event): void;
100
100
  goToRefundProcessComponent(refundReference: string, refundList: IRefundList): void;
101
- getTemplateInstructionType(payment: IPayment, paymentReference: string): any;
101
+ getTemplateInstructionType(paymentReference: string): string;
102
102
  showNotificationPreview(): void;
103
103
  hideNotificationPreview(): void;
104
104
  showNotificationSentView(index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.7-beta40",
3
+ "version": "5.0.7-beta41",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },