tencentcloud-sdk-nodejs 4.0.767 → 4.0.768

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 (33) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/SERVICE_CHANGELOG.md +61 -224
  3. package/package.json +1 -1
  4. package/products.md +8 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cat/v20180409/cat_models.ts +1 -1
  7. package/src/services/ess/v20201111/ess_client.ts +4 -5
  8. package/src/services/ess/v20201111/ess_models.ts +17 -13
  9. package/src/services/essbasic/v20210526/essbasic_models.ts +24 -10
  10. package/src/services/ivld/v20210903/ivld_models.ts +3 -3
  11. package/src/services/omics/v20221128/omics_models.ts +21 -4
  12. package/src/services/ssm/v20190923/ssm_models.ts +2 -2
  13. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  14. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  15. package/src/services/wedata/v20210820/wedata_client.ts +55 -16
  16. package/src/services/wedata/v20210820/wedata_models.ts +552 -71
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  20. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -5
  21. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -5
  22. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -13
  23. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -10
  24. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
  25. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
  26. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
  27. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  28. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  29. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  30. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
  31. package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
  32. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
  33. package/test/wedata.v20210820.test.js +34 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,52 @@
1
+ # Release 4.0.768
2
+
3
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
4
+
5
+ ### 第 10 次发布
6
+
7
+ 发布时间:2023-12-28 01:21:09
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
16
+
17
+ * 新增入参:RunGroupId, WDLOption, NFOption
18
+
19
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
20
+
21
+ * 新增出参:RunGroupId
22
+
23
+
24
+
25
+
26
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
27
+
28
+ ### 第 66 次发布
29
+
30
+ 发布时间:2023-12-28 01:29:55
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 新增接口:
37
+
38
+ * [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
39
+ * [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
40
+ * [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
41
+
42
+ 新增数据结构:
43
+
44
+ * [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
45
+ * [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
46
+ * [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
47
+
48
+
49
+
1
50
  # Release 4.0.767
2
51
 
3
52
  ## 费用中心(billing) 版本:2018-07-09
@@ -1,126 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 费用中心(billing) 版本:2018-07-09
4
-
5
- ### 第 53 次发布
6
-
7
- 发布时间:2023-12-27 01:07:34
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
16
-
17
- * 新增入参:PayerUin
18
-
19
-
20
- 修改数据结构:
21
-
22
- * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
23
-
24
- * 新增成员:Id
25
-
26
-
27
-
28
-
29
- ## 数据传输服务(dts) 版本:2021-12-06
30
-
31
- ### 第 20 次发布
32
-
33
- 发布时间:2023-12-27 01:17:28
34
-
35
- 本次发布包含了以下内容:
36
-
37
- 改善已有的文档。
38
-
39
- 修改数据结构:
40
-
41
- * [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
42
-
43
- * <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
44
-
45
- * [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
46
-
47
- * <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
48
-
49
-
50
-
51
-
52
- ## 数据传输服务(dts) 版本:2018-03-30
53
-
54
-
55
-
56
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
57
-
58
- ### 第 144 次发布
59
-
60
- 发布时间:2023-12-27 01:19:02
61
-
62
- 本次发布包含了以下内容:
63
-
64
- 改善已有的文档。
65
-
66
- 新增接口:
67
-
68
- * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
69
-
70
- 新增数据结构:
71
-
72
- * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
73
-
74
-
75
-
76
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
77
-
78
- ### 第 146 次发布
79
-
80
- 发布时间:2023-12-27 01:19:26
81
-
82
- 本次发布包含了以下内容:
83
-
84
- 改善已有的文档。
85
-
86
- 新增接口:
87
-
88
- * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
89
-
90
- 新增数据结构:
91
-
92
- * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
93
-
94
-
95
-
96
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
97
-
98
-
99
-
100
- ## 人脸核身(faceid) 版本:2018-03-01
101
-
102
- ### 第 69 次发布
103
-
104
- 发布时间:2023-12-27 01:19:47
105
-
106
- 本次发布包含了以下内容:
107
-
108
- 改善已有的文档。
109
-
110
- 修改数据结构:
111
-
112
- * [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
113
-
114
- * <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
115
-
116
-
117
-
118
-
119
- ## 智能视图计算平台(iss) 版本:2023-05-17
3
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
120
4
 
121
5
  ### 第 10 次发布
122
6
 
123
- 发布时间:2023-12-27 01:22:46
7
+ 发布时间:2023-12-28 01:21:09
124
8
 
125
9
  本次发布包含了以下内容:
126
10
 
@@ -128,124 +12,38 @@
128
12
 
129
13
  修改接口:
130
14
 
131
- * [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
132
-
133
- * 新增入参:IsContainUser
134
-
135
-
136
- 修改数据结构:
137
-
138
- * [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
139
-
140
- * <font color="#dd0000">**修改成员**:</font>Name, Score, Location
141
-
142
- * [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
143
-
144
- * <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
145
-
146
- * [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
147
-
148
- * <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
149
-
150
- * [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
151
-
152
- * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
153
-
154
- * [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
155
-
156
- * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
157
-
158
- * [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
159
-
160
- * <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
161
-
162
- * [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
163
-
164
- * <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
165
-
166
- * [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
167
-
168
- * <font color="#dd0000">**修改成员**:</font>Name, Version
169
-
170
- * [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
171
-
172
- * <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
173
-
174
- * [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
175
-
176
- * <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
177
-
178
- * [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
179
-
180
- * <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
181
-
182
- * [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
183
-
184
- * <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
185
-
186
- * [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
187
-
188
- * <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
189
-
190
- * [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
191
-
192
- * <font color="#dd0000">**修改成员**:</font>Hls
193
-
194
- * [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
15
+ * [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
195
16
 
196
- * <font color="#dd0000">**修改成员**:</font>Begin, End
17
+ * 新增入参:RunGroupId, WDLOption, NFOption
197
18
 
198
- * [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
19
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
199
20
 
200
- * <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
21
+ * 新增出参:RunGroupId
201
22
 
202
23
 
203
24
 
204
25
 
205
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
26
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
206
27
 
207
- ### 第 33 次发布
28
+ ### 第 66 次发布
208
29
 
209
- 发布时间:2023-12-27 01:26:46
30
+ 发布时间:2023-12-28 01:29:55
210
31
 
211
32
  本次发布包含了以下内容:
212
33
 
213
34
  改善已有的文档。
214
35
 
215
- 修改接口:
216
-
217
- * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
218
-
219
- * 新增入参:AddNodeList, RemoveNodeList
36
+ 新增接口:
220
37
 
38
+ * [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
39
+ * [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
40
+ * [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
221
41
 
222
42
  新增数据结构:
223
43
 
224
- * [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
225
- * [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
226
-
227
-
228
-
229
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
230
-
231
-
232
-
233
- ## 私有网络(vpc) 版本:2017-03-12
234
-
235
- ### 第 185 次发布
236
-
237
- 发布时间:2023-12-27 01:44:26
238
-
239
- 本次发布包含了以下内容:
240
-
241
- 改善已有的文档。
242
-
243
- 修改接口:
244
-
245
- * [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
246
-
247
- * 新增入参:RouteECMPFlag, RouteOverlapFlag
248
-
44
+ * [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
45
+ * [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
46
+ * [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
249
47
 
250
48
 
251
49
 
@@ -57134,11 +56932,11 @@
57134
56932
 
57135
56933
  新增接口:
57136
56934
 
57137
- * [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)](https://cloud.tencent.com/document/api/#/#)
56935
+ * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
57138
56936
 
57139
56937
  新增数据结构:
57140
56938
 
57141
- * [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo))
56939
+ * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
57142
56940
 
57143
56941
  ### 第 143 次发布
57144
56942
 
@@ -59926,11 +59724,11 @@
59926
59724
 
59927
59725
  新增接口:
59928
59726
 
59929
- * [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)](https://cloud.tencent.com/document/api/#/#)
59727
+ * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
59930
59728
 
59931
59729
  新增数据结构:
59932
59730
 
59933
- * [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo))
59731
+ * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
59934
59732
 
59935
59733
  ### 第 145 次发布
59936
59734
 
@@ -81698,8 +81496,8 @@
81698
81496
 
81699
81497
  新增数据结构:
81700
81498
 
81701
- * [[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)](https://cloud.tencent.com/document/api/240/38576#[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList))
81702
- * [[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)](https://cloud.tencent.com/document/api/240/38576#[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList))
81499
+ * [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
81500
+ * [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
81703
81501
 
81704
81502
  ### 第 32 次发布
81705
81503
 
@@ -92070,6 +91868,25 @@
92070
91868
 
92071
91869
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
92072
91870
 
91871
+ ### 第 10 次发布
91872
+
91873
+ 发布时间:2023-12-28 01:21:09
91874
+
91875
+ 本次发布包含了以下内容:
91876
+
91877
+ 改善已有的文档。
91878
+
91879
+ 修改接口:
91880
+
91881
+ * [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
91882
+
91883
+ * 新增入参:RunGroupId, WDLOption, NFOption
91884
+
91885
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
91886
+
91887
+ * 新增出参:RunGroupId
91888
+
91889
+
92073
91890
  ### 第 9 次发布
92074
91891
 
92075
91892
  发布时间:2023-12-13 02:14:02
@@ -143442,6 +143259,26 @@
143442
143259
 
143443
143260
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
143444
143261
 
143262
+ ### 第 66 次发布
143263
+
143264
+ 发布时间:2023-12-28 01:29:55
143265
+
143266
+ 本次发布包含了以下内容:
143267
+
143268
+ 改善已有的文档。
143269
+
143270
+ 新增接口:
143271
+
143272
+ * [[DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)](https://cloud.tencent.com/document/api/#/#)
143273
+ * [[DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)](https://cloud.tencent.com/document/api/#/#)
143274
+ * [[DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)](https://cloud.tencent.com/document/api/#/#)
143275
+
143276
+ 新增数据结构:
143277
+
143278
+ * [[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo))
143279
+ * [[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo))
143280
+ * [[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo))
143281
+
143445
143282
  ### 第 65 次发布
143446
143283
 
143447
143284
  发布时间:2023-12-20 02:28:42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.767",
3
+ "version": "4.0.768",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -37,7 +37,7 @@
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
40
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-26 01:07:57 |
40
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-28 01:08:16 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-22 01:08:53 |
@@ -96,8 +96,8 @@
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-27 01:19:02 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-27 01:19:26 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-28 01:15:21 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-28 01:15:39 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
@@ -129,7 +129,7 @@
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
131
131
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-12-27 01:22:46 |
132
- | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
132
+ | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-12-28 01:18:25 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
@@ -155,7 +155,7 @@
155
155
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
156
156
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
157
157
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
158
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
158
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-28 01:21:09 |
159
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
160
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
161
161
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
@@ -180,7 +180,7 @@
180
180
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
181
181
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-20 02:05:02 |
182
182
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
183
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
183
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
184
184
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
185
185
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
186
186
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-12-22 01:22:58 |
@@ -225,7 +225,7 @@
225
225
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
226
226
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
227
227
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
228
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
228
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-28 01:27:36 |
229
229
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
230
230
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
231
231
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
@@ -236,7 +236,7 @@
236
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
237
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-26 02:05:35 |
238
238
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
239
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-22 01:29:59 |
239
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-28 01:29:55 |
240
240
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
241
241
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
242
242
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.767"
1
+ export const sdkVersion = "4.0.768"
@@ -248,7 +248,7 @@ AnalyzeTaskType_MediaStream:音视频体验
248
248
 
249
249
  这里实际按拨测结果中的地区来填写即可
250
250
 
251
- 国内一般是省级单位,如广东、广西、中国香港、新疆;直辖市则填北京、上海
251
+ 国内一般是省级单位,如广东、广西、中国香港;直辖市则填北京、上海
252
252
 
253
253
  境外一般是国家名,如澳大利亚、新加坡
254
254
  */
@@ -704,11 +704,10 @@ export class Client extends AbstractClient {
704
704
  跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
705
705
 
706
706
  注:
707
- `1. 如果签署人是在PC端扫码签署,可以通过生成跳转链接自主转换成二维码,让签署人在PC端扫码签署`
708
-
709
- `2. 签署链接的有效期为90天,超过有效期链接不可用`
710
-
711
- `3. 如果需跳转详情页(即PathType值为1)进行填写或签署合同,需指定签署方信息:姓名、手机号码、企业名称等,才能生成正确的跳转链接`
707
+ <ul><li>1. 如果签署人是在PC端扫码签署,可以通过生成跳转链接自主转换成二维码,让签署人在PC端扫码签署</li>
708
+ <li>2. 签署链接的有效期为<font color="red">90天</font>,超过有效期链接不可用</li>
709
+ <li>3. 如果需跳转详情页(即PathType值为1)进行填写或签署合同,需指定签署方信息:姓名、手机号码、企业名称等,才能生成正确的跳转链接</li>
710
+ <li>4. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)</li></ul>
712
711
 
713
712
  其中小程序的原始Id如下,或者查看小程序信息自助获取。
714
713
 
@@ -554,35 +554,32 @@ export interface CreateMultiFlowSignQRCodeResponse {
554
554
  */
555
555
  export interface FlowApproverUrlInfo {
556
556
  /**
557
- * 签署短链接。</br>
557
+ * 签署短链接。
558
558
  注意:
559
- - 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
560
- - 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
561
- 注意:此字段可能返回 null,表示取不到有效值。
559
+ 1. 该链接有效期为<b>30分钟</b>,同时需要注意保密,不要外泄给无关用户。
560
+ 2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
561
+ 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
562
562
  */
563
563
  SignUrl?: string
564
564
  /**
565
565
  * 签署人类型。
566
566
  - **1**: 个人
567
- 注意:此字段可能返回 null,表示取不到有效值。
568
567
  */
569
568
  ApproverType?: number
570
569
  /**
571
570
  * 签署人姓名。
572
- 注意:此字段可能返回 null,表示取不到有效值。
573
571
  */
574
572
  ApproverName?: string
575
573
  /**
576
574
  * 签署人手机号。
577
- 注意:此字段可能返回 null,表示取不到有效值。
578
575
  */
579
576
  ApproverMobile?: string
580
577
  /**
581
- * 签署长链接。</br>
578
+ * 签署长链接。
582
579
  注意:
583
- - 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
584
- - 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
585
- 注意:此字段可能返回 null,表示取不到有效值。
580
+ 1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
581
+ 2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
582
+ 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
586
583
  */
587
584
  LongUrl?: string
588
585
  }
@@ -1176,7 +1173,9 @@ export interface CreateBatchSignUrlResponse {
1176
1173
  /**
1177
1174
  * 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
1178
1175
 
1179
- 注: `非小程序和APP集成使用`
1176
+ 注:
1177
+ 1. 非小程序和APP集成使用
1178
+ 2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
1180
1179
  */
1181
1180
  SignUrl?: string
1182
1181
  /**
@@ -1186,7 +1185,9 @@ export interface CreateBatchSignUrlResponse {
1186
1185
  /**
1187
1186
  * 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
1188
1187
 
1189
- 注: `小程序和APP集成使用`
1188
+ 注:
1189
+ 1. 小程序和APP集成使用
1190
+ 2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
1190
1191
  */
1191
1192
  MiniAppPath?: string
1192
1193
  /**
@@ -2954,6 +2955,9 @@ export interface CreateSchemeUrlResponse {
2954
2955
  <ul><li>如果EndPoint是**APP**,得到的链接类似于`pages/guide?from=default&where=mini&id=yDwJSUUirqauh***7jNSxwdirTSGuH&to=CONTRACT_DETAIL&name=&phone=&shortKey=yDw***k1xFc5`, 用法可以参加接口描述中的"跳转到小程序的实现"</li>
2955
2956
  <li>如果EndPoint是**HTTP**,得到的链接类似于 `https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=SFY&id=yDwfEUUw**4rV6Avz&to=MVP_CONTRACT_COVER&name=%E9%83%**5%86%9B`,点击后会跳转到腾讯电子签小程序进行签署</li>
2956
2957
  <li>如果EndPoint是**HTTP_SHORT_URL**,得到的链接类似于 `https://essurl.cn/2n**42Nd`,点击后会跳转到腾讯电子签小程序进行签署</li></ul>
2958
+
2959
+
2960
+ 注: <font color="red">生成的链路后面不能再增加参数</font>
2957
2961
  */
2958
2962
  SchemeUrl?: string
2959
2963
  /**