@hmcts/ccpay-web-component 5.0.2-beta1 → 5.0.2-beta4

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 (74) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +144 -1328
  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 +31 -33
  6. package/esm2015/lib/components/add-remission/add-remission.component.js +41 -545
  7. package/esm2015/lib/components/case-transactions/case-transactions.component.js +7 -11
  8. package/esm2015/lib/components/payment-view/payment-view.component.js +22 -10
  9. package/esm2015/lib/components/process-refund/process-refund.component.js +3 -31
  10. package/esm2015/lib/components/refund-status/refund-status.component.js +27 -149
  11. package/esm2015/lib/components/service-request/service-request.component.js +5 -7
  12. package/esm2015/lib/components/table/table.component.js +9 -24
  13. package/esm2015/lib/interfaces/IRefundList.js +1 -5
  14. package/esm2015/lib/interfaces/IRemission.js +1 -3
  15. package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +2 -6
  16. package/esm2015/lib/interfaces/PostRefundRetroRemission.js +2 -18
  17. package/esm2015/lib/payment-lib.component.js +1 -5
  18. package/esm2015/lib/payment-lib.module.js +1 -3
  19. package/esm2015/lib/payment-lib.service.js +1 -16
  20. package/esm2015/lib/services/refunds/refunds.service.js +2 -11
  21. package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +2 -2
  22. package/esm5/hmcts-ccpay-web-component.js +31 -33
  23. package/esm5/lib/components/add-remission/add-remission.component.js +46 -662
  24. package/esm5/lib/components/case-transactions/case-transactions.component.js +7 -11
  25. package/esm5/lib/components/payment-view/payment-view.component.js +25 -11
  26. package/esm5/lib/components/process-refund/process-refund.component.js +3 -30
  27. package/esm5/lib/components/refund-status/refund-status.component.js +25 -177
  28. package/esm5/lib/components/service-request/service-request.component.js +5 -8
  29. package/esm5/lib/components/table/table.component.js +9 -27
  30. package/esm5/lib/interfaces/IRefundList.js +1 -5
  31. package/esm5/lib/interfaces/IRemission.js +1 -3
  32. package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +2 -5
  33. package/esm5/lib/interfaces/PostRefundRetroRemission.js +2 -14
  34. package/esm5/lib/payment-lib.component.js +1 -5
  35. package/esm5/lib/payment-lib.module.js +1 -3
  36. package/esm5/lib/payment-lib.service.js +1 -23
  37. package/esm5/lib/services/refunds/refunds.service.js +2 -17
  38. package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +2 -2
  39. package/fesm2015/hmcts-ccpay-web-component.js +109 -1142
  40. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  41. package/fesm5/hmcts-ccpay-web-component.js +112 -1320
  42. package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
  43. package/hmcts-ccpay-web-component.d.ts +30 -32
  44. package/hmcts-ccpay-web-component.metadata.json +1 -1
  45. package/lib/components/add-remission/add-remission.component.d.ts +2 -37
  46. package/lib/components/case-transactions/case-transactions.component.d.ts +0 -1
  47. package/lib/components/payment-view/payment-view.component.d.ts +3 -2
  48. package/lib/components/process-refund/process-refund.component.d.ts +1 -5
  49. package/lib/components/refund-status/refund-status.component.d.ts +5 -20
  50. package/lib/components/service-request/service-request.component.d.ts +1 -1
  51. package/lib/components/table/table.component.d.ts +0 -1
  52. package/lib/interfaces/IRefundList.d.ts +0 -3
  53. package/lib/interfaces/IRemission.d.ts +0 -1
  54. package/lib/interfaces/PostIssueRefundRetroRemission.d.ts +1 -3
  55. package/lib/interfaces/PostRefundRetroRemission.d.ts +1 -6
  56. package/lib/payment-lib.component.d.ts +0 -1
  57. package/lib/payment-lib.service.d.ts +0 -3
  58. package/lib/services/refunds/refunds.service.d.ts +0 -2
  59. package/package.json +1 -5
  60. package/esm2015/lib/components/contact-details/contact-details.component.js +0 -406
  61. package/esm2015/lib/interfaces/IPutNotificationRequest.js +0 -25
  62. package/esm2015/lib/interfaces/IRefundContactDetails.js +0 -25
  63. package/esm2015/lib/interfaces/IRefundsNotifications.js +0 -21
  64. package/esm2015/lib/services/notification/notification.service.js +0 -85
  65. package/esm5/lib/components/contact-details/contact-details.component.js +0 -431
  66. package/esm5/lib/interfaces/IPutNotificationRequest.js +0 -23
  67. package/esm5/lib/interfaces/IRefundContactDetails.js +0 -25
  68. package/esm5/lib/interfaces/IRefundsNotifications.js +0 -21
  69. package/esm5/lib/services/notification/notification.service.js +0 -89
  70. package/lib/components/contact-details/contact-details.component.d.ts +0 -47
  71. package/lib/interfaces/IPutNotificationRequest.d.ts +0 -6
  72. package/lib/interfaces/IRefundContactDetails.d.ts +0 -9
  73. package/lib/interfaces/IRefundsNotifications.d.ts +0 -16
  74. package/lib/services/notification/notification.service.d.ts +0 -15
@@ -1,5 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
- import { FormBuilder, FormGroup, FormArray } from '@angular/forms';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { IFee } from '../../interfaces/IFee';
4
4
  import { Router } from '@angular/router';
5
5
  import { PaymentViewService } from '../../services/payment-view/payment-view.service';
@@ -7,11 +7,9 @@ import { PaymentLibComponent } from '../../payment-lib.component';
7
7
  import { IPayment } from '../../interfaces/IPayment';
8
8
  import { RefundsService } from '../../services/refunds/refunds.service';
9
9
  import { IRefundReasons } from '../../interfaces/IRefundReasons';
10
- import { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';
11
10
  import { ChangeDetectorRef } from '@angular/core';
12
11
  import { IRemission } from '../../interfaces/IRemission';
13
12
  import { OrderslistService } from '../../services/orderslist.service';
14
- import { IPaymentGroup } from '../../interfaces/IPaymentGroup';
15
13
  export declare class AddRemissionComponent implements OnInit {
16
14
  private formBuilder;
17
15
  private router;
@@ -21,7 +19,6 @@ export declare class AddRemissionComponent implements OnInit {
21
19
  private cd;
22
20
  private OrderslistService;
23
21
  fee: IFee;
24
- fees: any[];
25
22
  payment: IPayment;
26
23
  remission: IRemission;
27
24
  ccdCaseNumber: string;
@@ -63,8 +60,6 @@ export declare class AddRemissionComponent implements OnInit {
63
60
  other: string;
64
61
  };
65
62
  };
66
- contactDetailsObj: IRefundContactDetails;
67
- notification: any;
68
63
  remissionForm: FormGroup;
69
64
  hasErrors: boolean;
70
65
  viewStatus: string;
@@ -94,7 +89,6 @@ export declare class AddRemissionComponent implements OnInit {
94
89
  isPaymentSuccess: boolean;
95
90
  isRemissionApplied: boolean;
96
91
  remissionamt: number;
97
- elementId: any;
98
92
  commonRefundReasons: any[];
99
93
  showReasonText: boolean;
100
94
  isRefundReasonsSelected: boolean;
@@ -105,19 +99,6 @@ export declare class AddRemissionComponent implements OnInit {
105
99
  pattern2: string;
106
100
  sendOrderDetail: any[];
107
101
  sendOrderRef: string;
108
- paymentReference: string;
109
- class: string;
110
- errorMsg: any[];
111
- totalRefundAmount: number;
112
- quantityUpdated: number;
113
- fullRefund: boolean;
114
- allowedRefundAmount: number;
115
- isRemissionsMatch: boolean;
116
- paymentFees: IFee[];
117
- paymentGroup: IPaymentGroup;
118
- isStatusAllocated: boolean;
119
- isFromCheckAnsPage: boolean;
120
- refundAmtForFeeVolumes: number;
121
102
  component: {
122
103
  account_number: string;
123
104
  amount: number;
@@ -139,41 +120,25 @@ export declare class AddRemissionComponent implements OnInit {
139
120
  };
140
121
  constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
141
122
  ngOnInit(): void;
142
- refundFeesList(): void;
143
- readonly feesList: FormArray;
144
- noneSelected(): boolean;
145
- check_en(i: any, v1: any, AppAmt: any, Volume: any): void;
146
123
  addRemission(): void;
147
124
  confirmRemission(): void;
148
125
  resetRemissionForm(val: any, field: any): void;
149
126
  addRemissionCode(): void;
150
127
  gotoAddRetroRemissionCodePage(): void;
151
128
  gotoCheckRetroRemissionPage(payment: IPayment): void;
152
- gotoAmountRetroRemission(): void;
153
129
  gotoProcessRetroRemissionPage(): void;
154
- gotoProcessRetroRemission(note?: IRefundContactDetails): void;
155
130
  confirmRetroRemission(): void;
156
131
  processRefund(): void;
157
132
  gotoIssueRefundConfirmation(payment: IPayment): void;
158
133
  gotoIssueRefundPage(): void;
159
- gotoIssuePage(): void;
160
- calAmtToRefund(value: any, amount: any, volume: any, i: any): void;
161
- gotoContactDetailsPage(note?: IRefundContactDetails): void;
162
- getRefundReasons(): void;
163
- getErrorClass(elementId: any): void;
164
134
  changeIssueRefundReason(): void;
165
135
  confirmIssueRefund(): void;
166
- gotoRefundReasonPage(): void;
136
+ confirmRetroRefund(): void;
167
137
  selectRadioButton(key: any, value: any): void;
168
138
  selectchange(args: any): void;
169
- getContactDetails(obj: IRefundContactDetails, type: any): void;
170
- gotoPartialFeeRefundScreen(): void;
171
139
  gotoServiceRequestPage(event: any): void;
172
- gotoAddressPage(note?: IRefundContactDetails): void;
173
- gotoRemissionSuccess(event: Event): void;
174
140
  gotoCasetransationPage(): void;
175
141
  gotoCasetransationPageCancelBtnClicked(event: Event): void;
176
142
  resetOrderData(): void;
177
- changeRefundAmount(): void;
178
143
  getFormattedCurrency(currency: number): string | number;
179
144
  }
@@ -55,7 +55,6 @@ export declare class CaseTransactionsComponent implements OnInit {
55
55
  isRemoveBtnDisabled: boolean;
56
56
  feeId: IFee;
57
57
  clAmountDue: number;
58
- overPaymentAmount: number;
59
58
  unprocessedRecordCount: number;
60
59
  isFeeRecordsExist: boolean;
61
60
  isGrpOutstandingAmtPositive: boolean;
@@ -28,6 +28,7 @@ export declare class PaymentViewComponent implements OnInit {
28
28
  orderFeesTotal: number;
29
29
  orderRemissionTotal: number;
30
30
  orderDetail: any[];
31
+ isServiceRequest: string;
31
32
  paymentGroup: IPaymentGroup;
32
33
  errorMessage: string;
33
34
  ccdCaseNumber: string;
@@ -48,13 +49,13 @@ export declare class PaymentViewComponent implements OnInit {
48
49
  serviceReference: string;
49
50
  isFromServiceRequestPage: boolean;
50
51
  isFromPaymentDetailPage: boolean;
51
- paymentFees: IFee[];
52
52
  constructor(paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
53
53
  ngAfterContentChecked(): void;
54
54
  ngOnInit(): void;
55
55
  readonly isCardPayment: boolean;
56
56
  readonly isTelephonyPayment: boolean;
57
57
  goToPaymentList(): void;
58
+ goToServiceRequestPage(): void;
58
59
  goToCaseTransationPage(event: any): void;
59
60
  addRemission(fee: IFee): void;
60
61
  checkForFees(paymentGroup: any): boolean;
@@ -64,7 +65,7 @@ export declare class PaymentViewComponent implements OnInit {
64
65
  getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission;
65
66
  chkIssueRefundBtnEnable(payment: IPayment): boolean;
66
67
  chkForPBAPayment(): boolean;
67
- chkForAddRemission(feeCode: string, feeId: number): boolean;
68
+ chkForAddRemission(feeCode: string): boolean;
68
69
  check4AllowedRoles2AccessRefund: () => boolean;
69
70
  allowFurtherAccessAfter4Days: (payment: IPayment) => boolean;
70
71
  resetOrderData(): void;
@@ -5,12 +5,10 @@ import { IRefundAction } from '../../interfaces/IRefundAction';
5
5
  import { IRefundList } from '../../interfaces/IRefundList';
6
6
  import { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';
7
7
  import { OrderslistService } from '../../services/orderslist.service';
8
- import { PaymentViewService } from '../../services/payment-view/payment-view.service';
9
8
  import { PaymentLibComponent } from '../../payment-lib.component';
10
9
  import { ActivatedRoute, Router } from '@angular/router';
11
10
  export declare class ProcessRefundComponent implements OnInit {
12
11
  private RefundsService;
13
- private paymentViewService;
14
12
  private formBuilder;
15
13
  private OrderslistService;
16
14
  private paymentLibComponent;
@@ -44,10 +42,8 @@ export declare class ProcessRefundComponent implements OnInit {
44
42
  navigationpage: string;
45
43
  ccdCaseNumber: string;
46
44
  isFromRefundListPage: boolean;
47
- cpoDetails: any;
48
- isCPODown: boolean;
49
45
  isConfirmButtondisabled: boolean;
50
- constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, paymentLibComponent: PaymentLibComponent, router: Router, activeRoute: ActivatedRoute);
46
+ constructor(RefundsService: RefundsService, formBuilder: FormBuilder, OrderslistService: OrderslistService, paymentLibComponent: PaymentLibComponent, router: Router, activeRoute: ActivatedRoute);
51
47
  ngOnInit(): void;
52
48
  checkRefundActions(code: string): void;
53
49
  processRefundSubmit(): void;
@@ -1,30 +1,27 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { RefundsService } from '../../services/refunds/refunds.service';
3
- import { NotificationService } from '../../services/notification/notification.service';
4
3
  import { FormBuilder, FormGroup } from '@angular/forms';
5
4
  import { IRefundList } from '../../interfaces/IRefundList';
6
- import { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';
5
+ import { PaymentViewService } from '../../services/payment-view/payment-view.service';
6
+ import { Router } from '@angular/router';
7
7
  import { OrderslistService } from '../../services/orderslist.service';
8
- import { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';
9
8
  import { IRefundStatus } from '../../interfaces/IRefundStatus';
10
9
  import { PaymentLibComponent } from '../../payment-lib.component';
11
10
  export declare class RefundStatusComponent implements OnInit {
12
11
  private formBuilder;
13
12
  private refundService;
14
- private notificationService;
15
13
  private paymentLibComponent;
14
+ private paymentViewService;
15
+ private router;
16
16
  private OrderslistService;
17
17
  LOGGEDINUSERROLES: string[];
18
18
  isOldPcipalOff: boolean;
19
19
  isNewPcipalOff: boolean;
20
20
  ccdCaseNumber: string;
21
21
  isTurnOff: boolean;
22
- orderParty: string;
23
22
  refundStatusForm: FormGroup;
24
23
  selectedRefundReason: string;
25
24
  rejectedRefundList: IRefundList[];
26
- notificationList: IRefundsNotifications;
27
- notification: any;
28
25
  approvalStatus: string;
29
26
  rejectStatus: string;
30
27
  errorMessage: any;
@@ -41,11 +38,6 @@ export declare class RefundStatusComponent implements OnInit {
41
38
  refundHasError: boolean;
42
39
  refundReasons: any[];
43
40
  refundStatusHistories: IRefundStatus[];
44
- refundNotifications: IRefundStatus[];
45
- isResendOperationSuccess: boolean;
46
- isEditDetailsClicked: boolean;
47
- isEditAddressDeatilsClicked: boolean;
48
- addressDetails: IRefundContactDetails;
49
41
  refundReference: string;
50
42
  refundAmount: string;
51
43
  refundCode: string;
@@ -57,11 +49,10 @@ export declare class RefundStatusComponent implements OnInit {
57
49
  isProcessRefund: boolean;
58
50
  changedAmount: number;
59
51
  allowedRolesToAccessRefund: string[];
60
- constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
52
+ constructor(formBuilder: FormBuilder, refundService: RefundsService, paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService, router: Router, OrderslistService: OrderslistService);
61
53
  ngOnInit(): void;
62
54
  check4AllowedRoles2AccessRefund: () => boolean;
63
55
  getRefundsStatusHistoryList(): void;
64
- getRefundsNotification(): void;
65
56
  goToRefundView(refundlist: IRefundList, navigationpage: string): void;
66
57
  loadCaseTransactionPage(): void;
67
58
  loadRefundListPage(): void;
@@ -75,11 +66,5 @@ export declare class RefundStatusComponent implements OnInit {
75
66
  getRefundListReason(refundListReason: any): void;
76
67
  getRefundAmount(amount: number): void;
77
68
  gotoReviewRefundConfirmationPage(): void;
78
- gotoEditAddressDetails(note: IRefundsNotifications): void;
79
- getContactDetails(obj: IRefundContactDetails): void;
80
- gotoEditDetailsPage(note?: any): void;
81
- submitEditDetail(): void;
82
- putResend(notification: IRefundsNotifications): void;
83
- gotoCasetransationPageCancelBtnClicked(Event: Event): void;
84
69
  goToRefundProcessComponent(refundReference: string, refundList: IRefundList): void;
85
70
  }
@@ -89,7 +89,7 @@ export declare class ServiceRequestComponent implements OnInit {
89
89
  ngOnInit(): void;
90
90
  goToServiceRequestPage(): void;
91
91
  goToCaseTransationPage(event: any): void;
92
- chkForAddRemission(feeCode: string, feeId: number): boolean;
92
+ chkForAddRemission(feeCode: string): boolean;
93
93
  chkForPBAPayment(): boolean;
94
94
  addRemission(fee: IFee): void;
95
95
  addRefundForRemission(payment: IPayment, remission: IRemission[], fees: any): void;
@@ -19,7 +19,6 @@ export declare class TableComponent {
19
19
  displayedColumns: string[];
20
20
  dataSource: MatTableDataSource<any>;
21
21
  userLst: any;
22
- serviceLst: any;
23
22
  actualcount: number;
24
23
  count: number;
25
24
  refundList: IRefundList[];
@@ -1,4 +1,3 @@
1
- import { IRefundContactDetails } from './IRefundContactDetails';
2
1
  export interface IRefundList {
3
2
  amount: number;
4
3
  ccd_case_number: string;
@@ -11,7 +10,5 @@ export interface IRefundList {
11
10
  description: string;
12
11
  name: string;
13
12
  };
14
- contact_details: IRefundContactDetails;
15
13
  user_full_name: string;
16
- service_type: string;
17
14
  }
@@ -6,5 +6,4 @@ export interface IRemission {
6
6
  ccd_case_number: string;
7
7
  fee_code: string;
8
8
  date_created: string;
9
- fee_id: number;
10
9
  }
@@ -1,6 +1,4 @@
1
- import { IRefundContactDetails } from './IRefundContactDetails';
2
1
  export declare class PostIssueRefundRetroRemission {
3
2
  remissionReference: string;
4
- contact_details: IRefundContactDetails;
5
- constructor(remissionReference: string, contactDeatils: any);
3
+ constructor(remissionReference: string);
6
4
  }
@@ -1,10 +1,5 @@
1
- import { IRefundContactDetails } from "./IRefundContactDetails";
2
1
  export declare class PostRefundRetroRemission {
3
- ccd_case_number: string;
4
2
  payment_reference: string;
5
3
  refund_reason: string;
6
- refund_amount: any;
7
- fees: any[];
8
- contact_details: IRefundContactDetails;
9
- constructor(ccd_case_number: string, payment_reference: string, refund_reason: string, refund_amount: any, fees: any[], contact_details: any);
4
+ constructor(payment_reference: string, refund_reason: string);
10
5
  }
@@ -10,7 +10,6 @@ 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;
14
13
  CARDPAYMENTRETURNURL: string;
15
14
  CCD_CASE_NUMBER: string;
16
15
  EXC_REFERENCE: string;
@@ -2,7 +2,6 @@ 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;
6
5
  CARDPAYMENTRETURNURL: string;
7
6
  constructor();
8
7
  setApiRootUrl(apiRoot: string): void;
@@ -11,8 +10,6 @@ export declare class PaymentLibService {
11
10
  getBulkScanApiRootUrl(): string;
12
11
  setRefundndsApiRootUrl(refundsapiRoot: string): void;
13
12
  getRefundsApiRootUrl(): string;
14
- setNoticationApiRootUrl(notificationapiRoot: string): void;
15
- getNoticationApiRootUrl(): string;
16
13
  setCardPaymentReturnUrl(cardPaymentReturnUrl: string): void;
17
14
  getCardPaymentReturnUrl(): string;
18
15
  }
@@ -9,7 +9,6 @@ import { IPatchRefundAction } from '../../interfaces/IPatchRefundAction';
9
9
  import { IRefundList } from '../../interfaces/IRefundList';
10
10
  import { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';
11
11
  import { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';
12
- import { IPutNotificationRequest } from '../../interfaces/IPutNotificationRequest';
13
12
  export declare class RefundsService {
14
13
  private http;
15
14
  private https;
@@ -26,7 +25,6 @@ export declare class RefundsService {
26
25
  getRefundStatusList(ccdCaseNumber: string): Observable<IRefundList[]>;
27
26
  getUserDetails(): Observable<any>;
28
27
  postIssueRefund(body: IssueRefundRequest): Observable<any>;
29
- putResendOrEdit(body: IPutNotificationRequest, refundRef: string, notificationType: string): Observable<any>;
30
28
  patchResubmitRefund(body: IResubmitRefundRequest, refund_reference: string): Observable<any>;
31
29
  addHeaders(options: any): any;
32
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta1",
3
+ "version": "5.0.2-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -17,10 +17,6 @@
17
17
  "name": "Santosh Govindu",
18
18
  "email": "santosh.govindu@hmcts.net"
19
19
  },
20
- {
21
- "name": "Kumar dhanasamy",
22
- "email": "kumar.dhanasamy@hmcts.net"
23
- },
24
20
  {
25
21
  "name": "Tarun Palisetty",
26
22
  "email": "tarun.palisetty@hmcts.net"