We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8153ef + acacdd8 commit ef20833Copy full SHA for ef20833
src/utils/whitelistApis.ts
@@ -2689,6 +2689,13 @@ export const API_LIST = {
2689
ROLE.SPV_ADMIN
2690
],
2691
},
2692
+ '/proxies/v8/ehrms/details': {
2693
+ checksNeeded: [CHECK.ROLE],
2694
+ // tslint:disable-next-line: object-literal-sort-keys
2695
+ ROLE_CHECK: [
2696
+ ROLE.PUBLIC,
2697
+ ],
2698
+ },
2699
2700
URL_PATTERN:
2701
[
@@ -3032,5 +3039,6 @@ export const API_LIST = {
3032
3039
'/proxies/v8/cbplan/v1/admin/requestcontent',
3033
3040
'/proxies/v8/storage/v1/spvReport/:reportType/:date/:fileName',
3034
3041
'/proxies/v8/storage/v1/spvReportInfo/:date',
3042
+ '/proxies/v8/ehrms/details',
3035
3043
3036
3044
}
0 commit comments