tencentcloud-sdk-nodejs 4.0.819 → 4.0.820

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 (41) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/SERVICE_CHANGELOG.md +307 -29
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +30 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +103 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  9. package/src/services/cdb/v20170320/cdb_models.ts +42 -11
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +9 -9
  12. package/src/services/ess/v20201111/ess_client.ts +5 -2
  13. package/src/services/ess/v20201111/ess_models.ts +72 -12
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +64 -4
  16. package/src/services/faceid/v20180301/faceid_client.ts +39 -15
  17. package/src/services/faceid/v20180301/faceid_models.ts +172 -94
  18. package/src/services/live/v20180801/live_models.ts +1 -1
  19. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  20. package/src/services/wedata/v20210820/wedata_models.ts +14 -1
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +15 -1
  24. package/tencentcloud/services/aiart/v20221229/aiart_client.js +18 -0
  25. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +99 -0
  26. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -11
  27. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  28. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  29. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -9
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +69 -12
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +61 -4
  34. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -5
  35. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -6
  36. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +168 -94
  37. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  38. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  39. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -1
  40. package/test/aiart.v20221229.test.js +20 -0
  41. package/test/faceid.v20180301.test.js +24 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,207 @@
1
+ # Release 4.0.820
2
+
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
+
5
+ ### 第 3 次发布
6
+
7
+ 发布时间:2024-03-26 10:43:03
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
16
+ * [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
17
+
18
+
19
+
20
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
21
+
22
+ ### 第 154 次发布
23
+
24
+ 发布时间:2024-03-26 01:09:47
25
+
26
+ 本次发布包含了以下内容:
27
+
28
+ 改善已有的文档。
29
+
30
+ 修改接口:
31
+
32
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
33
+
34
+ * 新增入参:PayType, Period
35
+
36
+
37
+ 新增数据结构:
38
+
39
+ * [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
40
+
41
+ 修改数据结构:
42
+
43
+ * [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
44
+
45
+ * 新增成员:TaskAttachInfo
46
+
47
+
48
+
49
+
50
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
51
+
52
+ ### 第 98 次发布
53
+
54
+ 发布时间:2024-03-26 01:11:10
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 修改接口:
61
+
62
+ * [ModifyAclRule](https://cloud.tencent.com/document/api/597/89216)
63
+
64
+ * <font color="#dd0000">**修改入参**:</font>IsApplied
65
+
66
+
67
+
68
+
69
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
70
+
71
+ ### 第 159 次发布
72
+
73
+ 发布时间:2024-03-26 01:16:22
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 修改接口:
80
+
81
+ * [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
82
+
83
+ * 新增入参:FlowGroupId
84
+
85
+ * <font color="#dd0000">**修改入参**:</font>FlowId
86
+
87
+ * [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
88
+
89
+ * 新增出参:Approvers
90
+
91
+ * [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
92
+
93
+ * 新增出参:Approvers
94
+
95
+ * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
96
+
97
+ * 新增入参:FlowGroupUrlInfo
98
+
99
+
100
+ 新增数据结构:
101
+
102
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo)
103
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)
104
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)
105
+
106
+ 修改数据结构:
107
+
108
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
109
+
110
+ * <font color="#dd0000">**修改成员**:</font>ApproverName, ApproverMobile
111
+
112
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
113
+
114
+ * 新增成员:FlowId
115
+
116
+
117
+
118
+
119
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
120
+
121
+ ### 第 161 次发布
122
+
123
+ 发布时间:2024-03-26 01:16:43
124
+
125
+ 本次发布包含了以下内容:
126
+
127
+ 改善已有的文档。
128
+
129
+ 修改接口:
130
+
131
+ * [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
132
+
133
+ * 新增入参:FlowGroupId
134
+
135
+ * <font color="#dd0000">**修改入参**:</font>FlowId
136
+
137
+ * [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
138
+
139
+ * 新增出参:Approvers
140
+
141
+ * [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
142
+
143
+ * 新增出参:Approvers
144
+
145
+ * [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
146
+
147
+ * 新增入参:FlowGroupUrlInfo
148
+
149
+
150
+ 新增数据结构:
151
+
152
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo)
153
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)
154
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)
155
+
156
+ 修改数据结构:
157
+
158
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
159
+
160
+ * 新增成员:FlowId
161
+
162
+
163
+
164
+
165
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
166
+
167
+
168
+
169
+ ## 人脸核身(faceid) 版本:2018-03-01
170
+
171
+ ### 第 72 次发布
172
+
173
+ 发布时间:2024-03-26 01:17:00
174
+
175
+ 本次发布包含了以下内容:
176
+
177
+ 改善已有的文档。
178
+
179
+ 新增接口:
180
+
181
+ * [GetFaceIdRiskInfo](https://cloud.tencent.com/document/api/1007/104582)
182
+ * [GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)
183
+
184
+
185
+
186
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
187
+
188
+ ### 第 80 次发布
189
+
190
+ 发布时间:2024-03-26 01:30:25
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改接口:
197
+
198
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
199
+
200
+ * 新增入参:ExecutionTTL, ScriptChange, InChargeIds
201
+
202
+
203
+
204
+
1
205
  # Release 4.0.819
2
206
 
3
207
  ## 主机安全(cwp) 版本:2018-02-28
@@ -1,95 +1,203 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 主机安全(cwp) 版本:2018-02-28
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
4
 
5
- ### 第 110 次发布
5
+ ### 第 3 次发布
6
6
 
7
- 发布时间:2024-03-25 01:12:24
7
+ 发布时间:2024-03-26 10:43:03
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
16
+ * [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
17
+
18
+
19
+
20
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
21
+
22
+ ### 第 154 次发布
23
+
24
+ 发布时间:2024-03-26 01:09:47
8
25
 
9
26
  本次发布包含了以下内容:
10
27
 
11
28
  改善已有的文档。
12
29
 
30
+ 修改接口:
31
+
32
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
33
+
34
+ * 新增入参:PayType, Period
35
+
36
+
37
+ 新增数据结构:
38
+
39
+ * [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
40
+
13
41
  修改数据结构:
14
42
 
15
- * [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
43
+ * [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
16
44
 
17
- * 新增成员:CpuLoadNum
45
+ * 新增成员:TaskAttachInfo
18
46
 
19
- * <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
47
+
48
+
49
+
50
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
51
+
52
+ ### 第 98 次发布
53
+
54
+ 发布时间:2024-03-26 01:11:10
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 修改接口:
61
+
62
+ * [ModifyAclRule](https://cloud.tencent.com/document/api/597/89216)
63
+
64
+ * <font color="#dd0000">**修改入参**:</font>IsApplied
20
65
 
21
66
 
22
67
 
23
68
 
24
69
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
25
70
 
26
- ### 第 158 次发布
71
+ ### 第 159 次发布
27
72
 
28
- 发布时间:2024-03-25 01:16:14
73
+ 发布时间:2024-03-26 01:16:22
29
74
 
30
75
  本次发布包含了以下内容:
31
76
 
32
77
  改善已有的文档。
33
78
 
79
+ 修改接口:
80
+
81
+ * [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
82
+
83
+ * 新增入参:FlowGroupId
84
+
85
+ * <font color="#dd0000">**修改入参**:</font>FlowId
86
+
87
+ * [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
88
+
89
+ * 新增出参:Approvers
90
+
91
+ * [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
92
+
93
+ * 新增出参:Approvers
94
+
95
+ * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
96
+
97
+ * 新增入参:FlowGroupUrlInfo
98
+
99
+
34
100
  新增数据结构:
35
101
 
36
- * [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
102
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo)
103
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)
104
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)
37
105
 
38
106
  修改数据结构:
39
107
 
40
- * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
108
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
41
109
 
42
- * 新增成员:CanEditApprover
110
+ * <font color="#dd0000">**修改成员**:</font>ApproverName, ApproverMobile
43
111
 
44
- * [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
112
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
45
113
 
46
- * 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
114
+ * 新增成员:FlowId
47
115
 
48
116
 
49
117
 
50
118
 
51
- ## 人脸核身(faceid) 版本:2018-03-01
119
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
52
120
 
53
- ### 第 71 次发布
121
+ ### 第 161 次发布
54
122
 
55
- 发布时间:2024-03-25 01:16:50
123
+ 发布时间:2024-03-26 01:16:43
56
124
 
57
125
  本次发布包含了以下内容:
58
126
 
59
127
  改善已有的文档。
60
128
 
129
+ 修改接口:
130
+
131
+ * [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
132
+
133
+ * 新增入参:FlowGroupId
134
+
135
+ * <font color="#dd0000">**修改入参**:</font>FlowId
136
+
137
+ * [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
138
+
139
+ * 新增出参:Approvers
140
+
141
+ * [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
142
+
143
+ * 新增出参:Approvers
144
+
145
+ * [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
146
+
147
+ * 新增入参:FlowGroupUrlInfo
148
+
149
+
150
+ 新增数据结构:
151
+
152
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo)
153
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)
154
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)
155
+
61
156
  修改数据结构:
62
157
 
63
- * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
158
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
64
159
 
65
- * 新增成员:MouthOpenRecognition
160
+ * 新增成员:FlowId
66
161
 
67
162
 
68
163
 
69
164
 
70
- ## 全球应用加速(gaap) 版本:2018-05-29
165
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
71
166
 
72
- ### 第 43 次发布
73
167
 
74
- 发布时间:2024-03-25 01:16:59
168
+
169
+ ## 人脸核身(faceid) 版本:2018-03-01
170
+
171
+ ### 第 72 次发布
172
+
173
+ 发布时间:2024-03-26 01:17:00
75
174
 
76
175
  本次发布包含了以下内容:
77
176
 
78
177
  改善已有的文档。
79
178
 
80
- 修改数据结构:
179
+ 新增接口:
81
180
 
82
- * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
181
+ * [GetFaceIdRiskInfo](https://cloud.tencent.com/document/api/1007/104582)
182
+ * [GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)
83
183
 
84
- * 新增成员:TLSSupportVersion, TLSCiphers
85
184
 
86
- * [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
87
185
 
88
- * 新增成员:IsSupportTLSChoice
186
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
89
187
 
90
- * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
188
+ ### 第 80 次发布
91
189
 
92
- * 新增成员:IsSupportTLSChoice
190
+ 发布时间:2024-03-26 01:30:25
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改接口:
197
+
198
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
199
+
200
+ * 新增入参:ExecutionTTL, ScriptChange, InChargeIds
93
201
 
94
202
 
95
203
 
@@ -738,6 +846,19 @@
738
846
 
739
847
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
740
848
 
849
+ ### 第 3 次发布
850
+
851
+ 发布时间:2024-03-26 10:43:03
852
+
853
+ 本次发布包含了以下内容:
854
+
855
+ 改善已有的文档。
856
+
857
+ 新增接口:
858
+
859
+ * [[QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)](https://cloud.tencent.com/document/api/#/#)
860
+ * [[SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)](https://cloud.tencent.com/document/api/#/#)
861
+
741
862
  ### 第 2 次发布
742
863
 
743
864
  发布时间:2023-07-25 10:37:02
@@ -15984,6 +16105,32 @@
15984
16105
 
15985
16106
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15986
16107
 
16108
+ ### 第 154 次发布
16109
+
16110
+ 发布时间:2024-03-26 01:09:47
16111
+
16112
+ 本次发布包含了以下内容:
16113
+
16114
+ 改善已有的文档。
16115
+
16116
+ 修改接口:
16117
+
16118
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
16119
+
16120
+ * 新增入参:PayType, Period
16121
+
16122
+
16123
+ 新增数据结构:
16124
+
16125
+ * [[TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)](https://cloud.tencent.com/document/api/236/15878#[TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo))
16126
+
16127
+ 修改数据结构:
16128
+
16129
+ * [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
16130
+
16131
+ * 新增成员:TaskAttachInfo
16132
+
16133
+
15987
16134
  ### 第 153 次发布
15988
16135
 
15989
16136
  发布时间:2024-02-28 01:09:55
@@ -25588,6 +25735,21 @@
25588
25735
 
25589
25736
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
25590
25737
 
25738
+ ### 第 98 次发布
25739
+
25740
+ 发布时间:2024-03-26 01:11:10
25741
+
25742
+ 本次发布包含了以下内容:
25743
+
25744
+ 改善已有的文档。
25745
+
25746
+ 修改接口:
25747
+
25748
+ * [ModifyAclRule](https://cloud.tencent.com/document/api/597/89216)
25749
+
25750
+ * <font color="#dd0000">**修改入参**:</font>IsApplied
25751
+
25752
+
25591
25753
  ### 第 97 次发布
25592
25754
 
25593
25755
  发布时间:2023-10-27 01:21:10
@@ -59153,6 +59315,52 @@
59153
59315
 
59154
59316
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59155
59317
 
59318
+ ### 第 159 次发布
59319
+
59320
+ 发布时间:2024-03-26 01:16:22
59321
+
59322
+ 本次发布包含了以下内容:
59323
+
59324
+ 改善已有的文档。
59325
+
59326
+ 修改接口:
59327
+
59328
+ * [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
59329
+
59330
+ * 新增入参:FlowGroupId
59331
+
59332
+ * <font color="#dd0000">**修改入参**:</font>FlowId
59333
+
59334
+ * [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
59335
+
59336
+ * 新增出参:Approvers
59337
+
59338
+ * [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
59339
+
59340
+ * 新增出参:Approvers
59341
+
59342
+ * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
59343
+
59344
+ * 新增入参:FlowGroupUrlInfo
59345
+
59346
+
59347
+ 新增数据结构:
59348
+
59349
+ * [[FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo))
59350
+ * [[FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)](https://cloud.tencent.com/document/api/1323/70369#[FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers))
59351
+ * [[FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo))
59352
+
59353
+ 修改数据结构:
59354
+
59355
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
59356
+
59357
+ * <font color="#dd0000">**修改成员**:</font>ApproverName, ApproverMobile
59358
+
59359
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
59360
+
59361
+ * 新增成员:FlowId
59362
+
59363
+
59156
59364
  ### 第 158 次发布
59157
59365
 
59158
59366
  发布时间:2024-03-25 01:16:14
@@ -59163,7 +59371,7 @@
59163
59371
 
59164
59372
  新增数据结构:
59165
59373
 
59166
- * [[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)](https://cloud.tencent.com/document/api/1323/70369#[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig))
59374
+ * [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
59167
59375
 
59168
59376
  修改数据结构:
59169
59377
 
@@ -62220,6 +62428,48 @@
62220
62428
 
62221
62429
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
62222
62430
 
62431
+ ### 第 161 次发布
62432
+
62433
+ 发布时间:2024-03-26 01:16:43
62434
+
62435
+ 本次发布包含了以下内容:
62436
+
62437
+ 改善已有的文档。
62438
+
62439
+ 修改接口:
62440
+
62441
+ * [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
62442
+
62443
+ * 新增入参:FlowGroupId
62444
+
62445
+ * <font color="#dd0000">**修改入参**:</font>FlowId
62446
+
62447
+ * [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
62448
+
62449
+ * 新增出参:Approvers
62450
+
62451
+ * [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
62452
+
62453
+ * 新增出参:Approvers
62454
+
62455
+ * [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
62456
+
62457
+ * 新增入参:FlowGroupUrlInfo
62458
+
62459
+
62460
+ 新增数据结构:
62461
+
62462
+ * [[FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo))
62463
+ * [[FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)](https://cloud.tencent.com/document/api/1420/61525#[FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers))
62464
+ * [[FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo))
62465
+
62466
+ 修改数据结构:
62467
+
62468
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
62469
+
62470
+ * 新增成员:FlowId
62471
+
62472
+
62223
62473
  ### 第 160 次发布
62224
62474
 
62225
62475
  发布时间:2024-03-20 01:16:49
@@ -65396,6 +65646,19 @@
65396
65646
 
65397
65647
  ## 人脸核身(faceid) 版本:2018-03-01
65398
65648
 
65649
+ ### 第 72 次发布
65650
+
65651
+ 发布时间:2024-03-26 01:17:00
65652
+
65653
+ 本次发布包含了以下内容:
65654
+
65655
+ 改善已有的文档。
65656
+
65657
+ 新增接口:
65658
+
65659
+ * [[GetFaceIdRiskInfo](https://cloud.tencent.com/document/api/1007/104582)](https://cloud.tencent.com/document/api/#/#)
65660
+ * [[GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)](https://cloud.tencent.com/document/api/#/#)
65661
+
65399
65662
  ### 第 71 次发布
65400
65663
 
65401
65664
  发布时间:2024-03-25 01:16:50
@@ -149250,6 +149513,21 @@
149250
149513
 
149251
149514
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
149252
149515
 
149516
+ ### 第 80 次发布
149517
+
149518
+ 发布时间:2024-03-26 01:30:25
149519
+
149520
+ 本次发布包含了以下内容:
149521
+
149522
+ 改善已有的文档。
149523
+
149524
+ 修改接口:
149525
+
149526
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
149527
+
149528
+ * 新增入参:ExecutionTTL, ScriptChange, InChargeIds
149529
+
149530
+
149253
149531
  ### 第 79 次发布
149254
149532
 
149255
149533
  发布时间:2024-03-14 01:29:38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.819",
3
+ "version": "4.0.820",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {