Commit 027f80d 1 parent d872d5c commit 027f80d Copy full SHA for 027f80d
File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2675,6 +2675,20 @@ export const API_LIST = {
2675
2675
ROLE . MDO_LEADER ,
2676
2676
] ,
2677
2677
} ,
2678
+ '/proxies/v8/storage/v1/spvReport/:reportType/:date/:fileName' : {
2679
+ checksNeeded : [ CHECK . ROLE ] ,
2680
+ // tslint:disable-next-line: object-literal-sort-keys
2681
+ ROLE_CHECK : [
2682
+ ROLE . SPV_ADMIN ,
2683
+ ] ,
2684
+ } ,
2685
+ '/proxies/v8/storage/v1/spvReportInfo' : {
2686
+ checksNeeded : [ CHECK . ROLE ] ,
2687
+ // tslint:disable-next-line: object-literal-sort-keys
2688
+ ROLE_CHECK : [
2689
+ ROLE . SPV_ADMIN
2690
+ ] ,
2691
+ } ,
2678
2692
} ,
2679
2693
URL_PATTERN :
2680
2694
[
@@ -3015,6 +3029,8 @@ export const API_LIST = {
3015
3029
'/proxies/v8/claimkarmapoints' ,
3016
3030
'/proxies/v8/login/entry' ,
3017
3031
'/proxies/v8/user/totalkarmapoints' ,
3018
- '/proxies/v8/cbplan/v1/admin/requestcontent'
3032
+ '/proxies/v8/cbplan/v1/admin/requestcontent' ,
3033
+ '/proxies/v8/storage/v1/spvReport/:reportType/:date/:fileName' ,
3034
+ '/proxies/v8/storage/v1/spvReportInfo' ,
3019
3035
] ,
3020
3036
}
You can’t perform that action at this time.
0 commit comments