@huaweicloud/huaweicloud-sdk-secmaster 3.1.83 → 3.1.85
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 +2 -2
- package/v2/SecMasterClient.d.ts +2 -2
- package/v2/SecMasterClient.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-secmaster",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.85",
|
|
4
4
|
"description": "Huaweicloud SDK for secmaster",
|
|
5
5
|
"main": "huaweicloud-sdk-secmaster.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-secmaster.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.85"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.37",
|
package/v2/SecMasterClient.d.ts
CHANGED
|
@@ -882,9 +882,9 @@ export declare class SecMasterClient {
|
|
|
882
882
|
* @param {string} contentType application/json;charset=UTF-8
|
|
883
883
|
* @param {string} workspaceId 工作空间ID
|
|
884
884
|
* @param {string} playbookId 剧本ID
|
|
885
|
-
* @param {string} startTime
|
|
885
|
+
* @param {string} startTime 开始时间。格式ISO8601:YYYY-MM-DDTHH:mm:ss.ms+timezone。例如:2021-01-30T23:00:00Z+0800。时区信息为剧本实例产生的时区,无法解析时区的时间,默认时区填东八区。
|
|
886
886
|
* @param {'ALL:全部,VALID:有效的,DELETED:已删除'} versionQueryType 统计剧本版本类型(ALL:全部,VALID:有效的,DELETED:已删除)
|
|
887
|
-
* @param {string} endTime
|
|
887
|
+
* @param {string} endTime 结束时间。格式ISO8601:YYYY-MM-DDTHH:mm:ss.ms+timezone。例如:2021-01-30T23:00:00Z+0800。时区信息为剧本实例产生的时区,无法解析时区的时间,默认时区填东八区。
|
|
888
888
|
* @param {*} [options] Override http request option.
|
|
889
889
|
* @throws {RequiredError}
|
|
890
890
|
*/
|
package/v2/SecMasterClient.js
CHANGED
|
@@ -1086,9 +1086,9 @@ class SecMasterClient {
|
|
|
1086
1086
|
* @param {string} contentType application/json;charset=UTF-8
|
|
1087
1087
|
* @param {string} workspaceId 工作空间ID
|
|
1088
1088
|
* @param {string} playbookId 剧本ID
|
|
1089
|
-
* @param {string} startTime
|
|
1089
|
+
* @param {string} startTime 开始时间。格式ISO8601:YYYY-MM-DDTHH:mm:ss.ms+timezone。例如:2021-01-30T23:00:00Z+0800。时区信息为剧本实例产生的时区,无法解析时区的时间,默认时区填东八区。
|
|
1090
1090
|
* @param {'ALL:全部,VALID:有效的,DELETED:已删除'} versionQueryType 统计剧本版本类型(ALL:全部,VALID:有效的,DELETED:已删除)
|
|
1091
|
-
* @param {string} endTime
|
|
1091
|
+
* @param {string} endTime 结束时间。格式ISO8601:YYYY-MM-DDTHH:mm:ss.ms+timezone。例如:2021-01-30T23:00:00Z+0800。时区信息为剧本实例产生的时区,无法解析时区的时间,默认时区填东八区。
|
|
1092
1092
|
* @param {*} [options] Override http request option.
|
|
1093
1093
|
* @throws {RequiredError}
|
|
1094
1094
|
*/
|