@hmcts/ccpay-web-component 4.0.1-beta1 → 4.0.1-beta2

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.
@@ -86,6 +86,7 @@ export declare class CaseTransactionsComponent implements OnInit {
86
86
  isAddRemissionBtnEnabled: boolean;
87
87
  isRefundRemissionBtnEnable: boolean;
88
88
  allowedRolesToAccessRefund: string[];
89
+ isEligible4PBAPayment: string[];
89
90
  currentDate: Date;
90
91
  isFromServiceRequestPage: boolean;
91
92
  navigationpage: string;
@@ -123,5 +124,6 @@ export declare class CaseTransactionsComponent implements OnInit {
123
124
  chkIssueRefundBtnEnable(payment: IPayment): boolean;
124
125
  chkIsRefundRemissionBtnEnable(): boolean;
125
126
  check4AllowedRoles2AccessRefund: () => boolean;
127
+ check4AllowedRoles2AccessPBApayment: () => boolean;
126
128
  allowFurtherAccessAfter4Days: (payment: IPayment) => boolean;
127
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "4.0.1-beta1",
3
+ "version": "4.0.1-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },