tencentcloud-sdk-nodejs-cdwdoris 4.0.1040 → 4.0.1049
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-cdwdoris",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.1049",
|
|
4
|
+
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "tencentcloud/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "mocha -t 10000",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "tencentcloudapi",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tencentcloud-sdk-nodejs-common": "
|
|
25
|
+
"tencentcloud-sdk-nodejs-common": "*",
|
|
26
26
|
"tslib": "1.13.0"
|
|
27
27
|
},
|
|
28
28
|
"directories": {
|
|
@@ -35,14 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/form-data": "^2.5.0",
|
|
38
|
+
"@types/json-bigint": "^1.0.1",
|
|
38
39
|
"@types/node": "^14.0.26",
|
|
39
40
|
"@types/node-fetch": "^2.5.7",
|
|
41
|
+
"@types/uuid": "^9.0.8",
|
|
40
42
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
41
43
|
"@typescript-eslint/parser": "^2.34.0",
|
|
44
|
+
"babel-eslint": "^10.0.2",
|
|
42
45
|
"chai": "^4.2.0",
|
|
43
46
|
"eslint": "^6.8.0",
|
|
47
|
+
"eslint-plugin-react": "^7.17.0",
|
|
44
48
|
"mocha": "^8.1.1",
|
|
49
|
+
"prettier": "^2.3.0",
|
|
45
50
|
"ts-node": "^8.10.2",
|
|
46
51
|
"typescript": "^3.9.7"
|
|
47
52
|
}
|
|
48
|
-
}
|
|
53
|
+
}
|
|
@@ -900,6 +900,10 @@ export interface DescribeSlowQueryRecordsDownloadRequest {
|
|
|
900
900
|
* 排序方式
|
|
901
901
|
*/
|
|
902
902
|
SortOrder?: string
|
|
903
|
+
/**
|
|
904
|
+
* user
|
|
905
|
+
*/
|
|
906
|
+
UserName?: string
|
|
903
907
|
}
|
|
904
908
|
|
|
905
909
|
/**
|
|
@@ -1903,6 +1907,10 @@ export interface DescribeSlowQueryRecordsRequest {
|
|
|
1903
1907
|
* 排序方式
|
|
1904
1908
|
*/
|
|
1905
1909
|
SortOrder?: string
|
|
1910
|
+
/**
|
|
1911
|
+
* user
|
|
1912
|
+
*/
|
|
1913
|
+
UserName?: string
|
|
1906
1914
|
}
|
|
1907
1915
|
|
|
1908
1916
|
/**
|
|
@@ -841,6 +841,10 @@ export interface DescribeSlowQueryRecordsDownloadRequest {
|
|
|
841
841
|
* 排序方式
|
|
842
842
|
*/
|
|
843
843
|
SortOrder?: string;
|
|
844
|
+
/**
|
|
845
|
+
* user
|
|
846
|
+
*/
|
|
847
|
+
UserName?: string;
|
|
844
848
|
}
|
|
845
849
|
/**
|
|
846
850
|
* DescribeRestoreTaskDetail返回参数结构体
|
|
@@ -1809,6 +1813,10 @@ export interface DescribeSlowQueryRecordsRequest {
|
|
|
1809
1813
|
* 排序方式
|
|
1810
1814
|
*/
|
|
1811
1815
|
SortOrder?: string;
|
|
1816
|
+
/**
|
|
1817
|
+
* user
|
|
1818
|
+
*/
|
|
1819
|
+
UserName?: string;
|
|
1812
1820
|
}
|
|
1813
1821
|
/**
|
|
1814
1822
|
* DescribeInstanceNodesRole返回参数结构体
|