File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ksyun-sdk-node" ,
3- "version" : " 1.5.20 " ,
3+ "version" : " 1.5.21 " ,
44 "description" : " " ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -49,19 +49,5 @@ module.exports = class Client extends BaseClient {
4949 Dirs : "String" ,
5050 } ,
5151 } ,
52- GetDomainPidDimensionUsageData : {
53- url : "/" ,
54- method : "GET" ,
55- config : {
56- query : {
57- Version : "2016-09-01" ,
58- Action : "GetDomainPidDimensionUsageData" ,
59- } ,
60- headers : {
61- "Content-Type" : "application/x-www-form-urlencoded" ,
62- } ,
63- } ,
64- paramsType : { } ,
65- } ,
6652 } ;
6753} ;
Original file line number Diff line number Diff line change @@ -29,8 +29,15 @@ module.exports = class Client extends BaseClient {
2929 } ,
3030 } ,
3131 paramsType : {
32- Action : "String" ,
33- Version : "String" ,
32+ StartTime : "String" ,
33+ EndTime : "String" ,
34+ TaskId : "String" ,
35+ DomainName : "String" ,
36+ Urls : "Array" ,
37+ Type : "String" ,
38+ SubType : "String" ,
39+ PageSize : "Long" ,
40+ PageNumber : "Long" ,
3441 } ,
3542 } ,
3643 } ;
Original file line number Diff line number Diff line change @@ -751,25 +751,6 @@ module.exports = class Client extends BaseClient {
751751 RefreshOnUnblock : "String" ,
752752 } ,
753753 } ,
754- GetCntvRefreshOrPreloadTask : {
755- url : "/" ,
756- method : "POST" ,
757- config : {
758- query : {
759- Version : "V3" ,
760- Action : "GetCntvRefreshOrPreloadTask" ,
761- } ,
762- headers : {
763- "Content-Type" : "application/json" ,
764- } ,
765- } ,
766- paramsType : {
767- StartTime : "String" ,
768- EndTime : "String" ,
769- Type : "String" ,
770- TaskId : "String" ,
771- } ,
772- } ,
773754 SubmitRefreshCaches : {
774755 url : "/" ,
775756 method : "GET" ,
You can’t perform that action at this time.
0 commit comments