@hmcts/ccpay-web-component 6.5.15-beta6 → 6.5.17-beta

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.
package/index.d.ts CHANGED
@@ -2210,6 +2210,7 @@ declare class RefundStatusComponent implements OnInit {
2210
2210
  postResetRefund(): void;
2211
2211
  isCurrentRefundVisibleForReset(): boolean;
2212
2212
  hasValidRefundRoles(): boolean;
2213
+ isCurrentRefundInProcess(): boolean;
2213
2214
  static ɵfac: i0.ɵɵFactoryDeclaration<RefundStatusComponent, never>;
2214
2215
  static ɵcmp: i0.ɵɵComponentDeclaration<RefundStatusComponent, "ccpay-refund-status", never, { "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "API_ROOT": { "alias": "API_ROOT"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; }, {}, never, never, true, never>;
2215
2216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.15-beta6",
3
+ "version": "6.5.17-beta",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,10 @@
9
9
  "@angular/core": "~20.3.1"
10
10
  },
11
11
  "license": "MIT",
12
- "repository": "https://github.com/hmcts/ccpay-web-component.git",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/hmcts/ccpay-web-component.git"
15
+ },
13
16
  "description": "Angular web component for displaying payments returned from ccpay api",
14
17
  "author": "Mateusz Swirski <mateusz.swirski@hmcts.net>",
15
18
  "contributors": [
@@ -41,4 +44,4 @@
41
44
  "dependencies": {
42
45
  "tslib": "^2.3.0"
43
46
  }
44
- }
47
+ }