tencentcloud-sdk-nodejs 4.0.410 → 4.0.411

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/SERVICE_CHANGELOG.md +82 -161
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +2 -2
  7. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  8. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  9. package/src/services/ess/v20201111/ess_models.ts +6 -1
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
  12. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  13. package/src/services/ic/v20190307/ic_client.ts +23 -10
  14. package/src/services/ic/v20190307/ic_models.ts +294 -168
  15. package/src/services/kms/v20190118/kms_models.ts +13 -13
  16. package/src/services/live/v20180801/live_client.ts +30 -4
  17. package/src/services/live/v20180801/live_models.ts +252 -142
  18. package/src/services/rce/v20201103/rce_client.ts +13 -28
  19. package/src/services/rce/v20201103/rce_models.ts +322 -403
  20. package/src/services/tiia/v20190529/tiia_client.ts +2 -2
  21. package/src/services/tiia/v20190529/tiia_models.ts +28 -20
  22. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
  26. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  27. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  28. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -1
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  30. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -0
  32. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  33. package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
  34. package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
  35. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +254 -148
  36. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -13
  37. package/tencentcloud/services/live/v20180801/live_client.d.ts +10 -1
  38. package/tencentcloud/services/live/v20180801/live_client.js +13 -0
  39. package/tencentcloud/services/live/v20180801/live_models.d.ts +219 -124
  40. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  41. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  42. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +270 -340
  43. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +2 -2
  44. package/tencentcloud/services/tiia/v20190529/tiia_client.js +2 -2
  45. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -18
  46. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  47. package/test/ic.v20190307.test.js +10 -0
  48. package/test/live.v20180801.test.js +20 -0
  49. package/test/rce.v20201103.test.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,68 @@
1
+ # Release 4.0.411
2
+
3
+ ## 物联卡(ic) 版本:2019-03-07
4
+
5
+ ### 第 6 次发布
6
+
7
+ 发布时间:2022-08-05 06:23:27
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
16
+
17
+ 新增数据结构:
18
+
19
+ * [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
20
+
21
+
22
+
23
+ ## 云直播(live) 版本:2018-08-01
24
+
25
+ ### 第 83 次发布
26
+
27
+ 发布时间:2022-08-05 06:27:26
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
36
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
37
+
38
+ 新增数据结构:
39
+
40
+ * [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
41
+
42
+
43
+
44
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
45
+
46
+ ### 第 7 次发布
47
+
48
+ 发布时间:2022-08-05 06:32:35
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ <font color="#dd0000">**删除接口**:</font>
55
+
56
+ * DescribeRiskModel
57
+
58
+ <font color="#dd0000">**删除数据结构**:</font>
59
+
60
+ * InputDescribeRiskModelData
61
+ * OutputDescribeRiskModel
62
+ * OutputDescribeRiskModelValue
63
+
64
+
65
+
1
66
  # Release 4.0.410
2
67
 
3
68
  ## 人体分析(bda) 版本:2020-03-24
@@ -1,146 +1,30 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 人体分析(bda) 版本:2020-03-24
4
-
5
- ### 第 8 次发布
6
-
7
- 发布时间:2022-08-04 06:09:29
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
16
-
17
- * 新增入参:LocalBodySwitch
18
-
19
-
20
- 修改数据结构:
21
-
22
- * [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
23
-
24
- * 新增成员:BodyScore
25
-
26
-
27
-
28
-
29
- ## 云硬盘(cbs) 版本:2017-03-12
30
-
31
- ### 第 43 次发布
32
-
33
- 发布时间:2022-08-04 06:12:23
34
-
35
- 本次发布包含了以下内容:
36
-
37
- 改善已有的文档。
38
-
39
- 修改数据结构:
40
-
41
- * [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
42
-
43
- * 新增成员:StepSize, ExtraPerformanceRange
44
-
45
-
46
-
47
-
48
- ## 内容分发网络(cdn) 版本:2018-06-06
49
-
50
- ### 第 110 次发布
51
-
52
- 发布时间:2022-08-04 06:14:18
53
-
54
- 本次发布包含了以下内容:
55
-
56
- 改善已有的文档。
57
-
58
- 修改数据结构:
59
-
60
- * [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
61
-
62
- * 新增成员:Switch
63
-
64
- * [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
65
-
66
- * 新增成员:GlobalAdvancedRules
67
-
68
-
69
-
70
-
71
- ## 企业收付平台(cpdp) 版本:2019-08-20
72
-
73
- ### 第 79 次发布
74
-
75
- 发布时间:2022-08-04 06:19:24
76
-
77
- 本次发布包含了以下内容:
78
-
79
- 改善已有的文档。
80
-
81
- <font color="#dd0000">**删除接口**:</font>
82
-
83
- * CreateSinglePay
84
- * QuerySinglePay
85
-
86
- <font color="#dd0000">**删除数据结构**:</font>
87
-
88
- * CreateSinglePayResult
89
- * QuerySinglePayItem
90
- * QuerySinglePayResult
91
-
92
-
93
-
94
- ## DNSPod(dnspod) 版本:2021-03-23
95
-
96
- ### 第 7 次发布
97
-
98
- 发布时间:2022-08-04 06:26:58
99
-
100
- 本次发布包含了以下内容:
101
-
102
- 改善已有的文档。
103
-
104
- 修改数据结构:
105
-
106
- * [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
107
-
108
- * 新增成员:FreeNs
109
-
110
-
111
-
112
-
113
- ## 人脸核身(faceid) 版本:2018-03-01
3
+ ## 物联卡(ic) 版本:2019-03-07
114
4
 
115
- ### 第 44 次发布
5
+ ### 第 6 次发布
116
6
 
117
- 发布时间:2022-08-03 18:41:29
7
+ 发布时间:2022-08-05 06:23:27
118
8
 
119
9
  本次发布包含了以下内容:
120
10
 
121
11
  改善已有的文档。
122
12
 
123
- 修改接口:
124
-
125
- * [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
126
-
127
- * 新增出参:IntentionQuestionResult
128
-
129
-
130
- 修改数据结构:
13
+ 新增接口:
131
14
 
132
- * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
15
+ * [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
133
16
 
134
- * 新增成员:IntentionMode, IntentionQuestions
17
+ 新增数据结构:
135
18
 
19
+ * [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
136
20
 
137
21
 
138
22
 
139
- ## 弹性微服务(tem) 版本:2021-07-01
23
+ ## 云直播(live) 版本:2018-08-01
140
24
 
141
- ### 第 24 次发布
25
+ ### 第 83 次发布
142
26
 
143
- 发布时间:2022-08-04 06:55:33
27
+ 发布时间:2022-08-05 06:27:26
144
28
 
145
29
  本次发布包含了以下内容:
146
30
 
@@ -148,48 +32,34 @@
148
32
 
149
33
  新增接口:
150
34
 
151
- * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
152
- * [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
153
- * [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
154
- * [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
155
- * [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
35
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
36
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
156
37
 
157
38
  新增数据结构:
158
39
 
159
- * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
160
- * [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
161
- * [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
162
- * [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
163
-
164
- 修改数据结构:
165
-
166
- * [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
167
-
168
- * 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
169
-
170
-
171
-
172
-
173
- ## 弹性微服务(tem) 版本:2020-12-21
40
+ * [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
174
41
 
175
42
 
176
43
 
177
- ## 边缘安全加速平台(teo) 版本:2022-01-06
44
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
178
45
 
179
- ### 第 16 次发布
46
+ ### 第 7 次发布
180
47
 
181
- 发布时间:2022-08-04 06:55:59
48
+ 发布时间:2022-08-05 06:32:35
182
49
 
183
50
  本次发布包含了以下内容:
184
51
 
185
52
  改善已有的文档。
186
53
 
187
- 修改数据结构:
54
+ <font color="#dd0000">**删除接口**:</font>
188
55
 
189
- * [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
56
+ * DescribeRiskModel
190
57
 
191
- * 新增成员:Algorithms
58
+ <font color="#dd0000">**删除数据结构**:</font>
192
59
 
60
+ * InputDescribeRiskModelData
61
+ * OutputDescribeRiskModel
62
+ * OutputDescribeRiskModelValue
193
63
 
194
64
 
195
65
 
@@ -41739,6 +41609,22 @@
41739
41609
 
41740
41610
  ## 物联卡(ic) 版本:2019-03-07
41741
41611
 
41612
+ ### 第 6 次发布
41613
+
41614
+ 发布时间:2022-08-05 06:23:27
41615
+
41616
+ 本次发布包含了以下内容:
41617
+
41618
+ 改善已有的文档。
41619
+
41620
+ 新增接口:
41621
+
41622
+ * [[DescribeSms](https://cloud.tencent.com/document/api/636/78654)](https://cloud.tencent.com/document/api/#/#)
41623
+
41624
+ 新增数据结构:
41625
+
41626
+ * [[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)](https://cloud.tencent.com/document/api/636/33881#[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms))
41627
+
41742
41628
  ### 第 5 次发布
41743
41629
 
41744
41630
  发布时间:2021-08-09 08:00:38
@@ -47439,6 +47325,23 @@
47439
47325
 
47440
47326
  ## 云直播(live) 版本:2018-08-01
47441
47327
 
47328
+ ### 第 83 次发布
47329
+
47330
+ 发布时间:2022-08-05 06:27:26
47331
+
47332
+ 本次发布包含了以下内容:
47333
+
47334
+ 改善已有的文档。
47335
+
47336
+ 新增接口:
47337
+
47338
+ * [[DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)](https://cloud.tencent.com/document/api/#/#)
47339
+ * [[ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)](https://cloud.tencent.com/document/api/#/#)
47340
+
47341
+ 新增数据结构:
47342
+
47343
+ * [[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)](https://cloud.tencent.com/document/api/267/20474#[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo))
47344
+
47442
47345
  ### 第 82 次发布
47443
47346
 
47444
47347
  发布时间:2022-07-29 06:11:33
@@ -57882,6 +57785,24 @@
57882
57785
 
57883
57786
  ## 全栈式风控引擎(rce) 版本:2020-11-03
57884
57787
 
57788
+ ### 第 7 次发布
57789
+
57790
+ 发布时间:2022-08-05 06:32:35
57791
+
57792
+ 本次发布包含了以下内容:
57793
+
57794
+ 改善已有的文档。
57795
+
57796
+ <font color="#dd0000">**删除接口**:</font>
57797
+
57798
+ * DescribeRiskModel
57799
+
57800
+ <font color="#dd0000">**删除数据结构**:</font>
57801
+
57802
+ * InputDescribeRiskModelData
57803
+ * OutputDescribeRiskModel
57804
+ * OutputDescribeRiskModelValue
57805
+
57885
57806
  ### 第 6 次发布
57886
57807
 
57887
57808
  发布时间:2022-04-21 06:16:10
@@ -70187,18 +70108,18 @@
70187
70108
 
70188
70109
  新增接口:
70189
70110
 
70190
- * [[CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)](https://cloud.tencent.com/document/api/#/#)
70191
- * [[DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)](https://cloud.tencent.com/document/api/#/#)
70192
- * [[DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)](https://cloud.tencent.com/document/api/#/#)
70193
- * [[DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)](https://cloud.tencent.com/document/api/#/#)
70194
- * [[ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)](https://cloud.tencent.com/document/api/#/#)
70111
+ * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
70112
+ * [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
70113
+ * [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
70114
+ * [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
70115
+ * [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
70195
70116
 
70196
70117
  新增数据结构:
70197
70118
 
70198
- * [[LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)](https://cloud.tencent.com/document/api/1371/60171#[LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig))
70199
- * [[LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)](https://cloud.tencent.com/document/api/1371/60171#[LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage))
70200
- * [[ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)](https://cloud.tencent.com/document/api/1371/60171#[ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping))
70201
- * [[ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)](https://cloud.tencent.com/document/api/1371/60171#[ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem))
70119
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
70120
+ * [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
70121
+ * [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
70122
+ * [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
70202
70123
 
70203
70124
  修改数据结构:
70204
70125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.410",
3
+ "version": "4.0.411",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -36,7 +36,7 @@
36
36
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
37
37
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-04 06:12:14 |
39
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-04 06:12:23 |
39
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-05 06:07:08 |
40
40
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
@@ -44,7 +44,7 @@
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-02 06:09:03 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-05 06:09:39 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
@@ -61,7 +61,7 @@
61
61
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-04 06:19:24 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
63
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-04 06:20:58 |
64
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
64
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-05 06:14:19 |
65
65
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
66
66
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-26 06:12:54 |
67
67
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
@@ -86,13 +86,13 @@
86
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-03 06:23:52 |
89
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-03 06:24:12 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-04 06:30:55 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-05 06:21:05 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-05 06:21:13 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
92
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-03 20:46:50 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
94
94
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
95
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-29 06:09:17 |
95
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
96
96
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-07-25 06:08:50 |
97
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
98
98
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
@@ -100,7 +100,7 @@
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
102
102
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-03 06:26:45 |
103
- | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
103
+ | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-05 06:23:27 |
104
104
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
105
105
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
106
106
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
@@ -114,9 +114,9 @@
114
114
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
115
115
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-02 06:22:49 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
117
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
118
118
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-07-28 06:16:39 |
119
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-29 06:11:33 |
119
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-05 06:27:26 |
120
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
121
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
122
122
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -142,7 +142,7 @@
142
142
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
143
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-01 11:48:13 |
144
144
  | pts | [性能测试服务](https://cloud.tencent.com/document/product/1484) | 2022-07-29 11:04:42 |
145
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
145
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
146
146
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
147
147
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
148
148
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
@@ -180,7 +180,7 @@
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-04 06:55:33 |
183
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-05 06:39:35 |
184
184
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-04 06:55:59 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -188,7 +188,7 @@
188
188
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-29 06:16:27 |
191
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-05 06:42:13 |
192
192
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
194
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-02 06:35:11 |
@@ -196,7 +196,7 @@
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-02 06:36:18 |
199
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-05 06:44:00 |
200
200
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.410"
1
+ export const sdkVersion = "4.0.411"
@@ -400,7 +400,7 @@ export interface CreateDisksRequest {
400
400
  DiskChargeType: string
401
401
 
402
402
  /**
403
- * 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
403
+ * 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_BSSD:表示通用型SSD云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
404
404
  */
405
405
  DiskType: string
406
406
 
@@ -649,7 +649,7 @@ export interface Disk {
649
649
  RenewFlag?: string
650
650
 
651
651
  /**
652
- * 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
652
+ * 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘<br><li>CLOUD_PREMIUM:表示高性能云硬盘<br><li>CLOUD_BSSD:表示通用型SSD云硬盘<br><li>CLOUD_SSD:表示SSD云硬盘<br><li>CLOUD_HSSD:表示增强型SSD云硬盘<br><li>CLOUD_TSSD:表示极速型SSD云硬盘。
653
653
  */
654
654
  DiskType?: string
655
655
 
@@ -3889,7 +3889,7 @@ export interface DescribeBlockStaticListRequest {
3889
3889
  EndTime: string
3890
3890
 
3891
3891
  /**
3892
- * 类型
3892
+ * 列表类型,只能是下面三种之一:port、address、ip
3893
3893
  */
3894
3894
  QueryType: string
3895
3895
 
@@ -13190,7 +13190,7 @@ export interface VulInfoList {
13190
13190
  HostCount: number
13191
13191
 
13192
13192
  /**
13193
- * 漏洞等级 1:低 2:中 3:高 4:提示
13193
+ * 漏洞等级 1:低 2:中 3:高 4:严重
13194
13194
  */
13195
13195
  Level: number
13196
13196
 
@@ -1615,12 +1615,17 @@ export interface FlowBrief {
1615
1615
 
1616
1616
  /**
1617
1617
  * 流程状态
1618
- - `1` 未签署
1618
+ - `0` 还没有发起
1619
+ - `1` 未签署
1619
1620
  - `2` 部分签署
1620
1621
  - `3` 已退回
1621
1622
  - `4` 完成签署
1622
1623
  - `5` 已过期
1623
1624
  - `6` 已取消
1625
+ - `7` 还没有预发起
1626
+ - `8` 等待填写
1627
+ - `9` 部分填写
1628
+ - `10` 拒填
1624
1629
  注意:此字段可能返回 null,表示取不到有效值。
1625
1630
  */
1626
1631
  FlowStatus: number
@@ -89,8 +89,9 @@ export class Client extends AbstractClient {
89
89
  }
90
90
 
91
91
  /**
92
- * 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
93
- */
92
+ * 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
93
+
94
+ */
94
95
  async CreateFlowsByTemplates(
95
96
  req: CreateFlowsByTemplatesRequest,
96
97
  cb?: (error: string, rep: CreateFlowsByTemplatesResponse) => void
@@ -670,6 +670,7 @@ export interface UploadFile {
670
670
 
671
671
  /**
672
672
  * 此结构体 (Component) 用于描述控件属性。
673
+
673
674
  */
674
675
  export interface Component {
675
676
  /**
@@ -690,6 +691,7 @@ export interface Component {
690
691
  * 如果是Component控件类型,则可选的字段为:
691
692
  TEXT - 普通文本控件;
692
693
  DATE - 普通日期控件;跟TEXT相比会有校验逻辑
694
+ DYNAMIC_TABLE-动态表格控件;
693
695
  如果是SignComponent控件类型,则可选的字段为
694
696
  SIGN_SEAL - 签署印章控件;
695
697
  SIGN_DATE - 签署日期控件;
@@ -1650,6 +1652,7 @@ export interface Agent {
1650
1652
 
1651
1653
  /**
1652
1654
  * 此结构 (FormField) 用于描述内容控件填充结构。
1655
+
1653
1656
  */
1654
1657
  export interface FormField {
1655
1658
  /**
@@ -1737,6 +1740,66 @@ export interface FlowApproverDetail {
1737
1740
 
1738
1741
  /**
1739
1742
  * 此结构体 (FlowInfo) 用于描述签署流程信息。
1743
+
1744
+ 【动态表格传参说明】
1745
+ 当模板的 ComponentType='DYNAMIC_TABLE'时(渠道版),FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充动态表格(支持内容的单元格合并)
1746
+ 输入示例
1747
+
1748
+ ```
1749
+ {
1750
+ "headers":[
1751
+ {
1752
+ "content":"head1"
1753
+ },
1754
+ {
1755
+ "content":"head2"
1756
+ },
1757
+ {
1758
+ "content":"head3"
1759
+ }
1760
+ ],
1761
+ "rowCount":3,
1762
+ "body":{
1763
+ "cells":[
1764
+ {
1765
+ "rowStart":1,
1766
+ "rowEnd":1,
1767
+ "columnStart":1,
1768
+ "columnEnd":1,
1769
+ "content":"123"
1770
+ },
1771
+ {
1772
+ "rowStart":2,
1773
+ "rowEnd":3,
1774
+ "columnStart":1,
1775
+ "columnEnd":2,
1776
+ "content":"456"
1777
+ },
1778
+ {
1779
+ "rowStart":3,
1780
+ "rowEnd":3,
1781
+ "columnStart":3,
1782
+ "columnEnd":3,
1783
+ "content":"789"
1784
+ }
1785
+ ]
1786
+ }
1787
+ }
1788
+
1789
+ ```
1790
+
1791
+ 表格参数说明
1792
+
1793
+ | 名称 | 类型 | 描述 |
1794
+ | ------------------- | ------- | ------------------------------------------------- |
1795
+ | headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |
1796
+ | rowCount | Integer | 表格内容最大行数 |
1797
+ | cells.N.rowStart | Integer | 单元格坐标:行起始index |
1798
+ | cells.N.rowEnd | Integer | 单元格坐标:行结束index |
1799
+ | cells.N.columnStart | Integer | 单元格坐标:列起始index |
1800
+ | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
1801
+ | cells.N.content | String | 单元格内容,字数不超过100 |
1802
+
1740
1803
  */
1741
1804
  export interface FlowInfo {
1742
1805
  /**