tencentcloud-sdk-nodejs 4.0.818 → 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 (49) hide show
  1. package/CHANGELOG.md +300 -0
  2. package/SERVICE_CHANGELOG.md +405 -26
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  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/apigateway/v20180808/apigateway_models.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +42 -11
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +9 -9
  13. package/src/services/clb/v20180317/clb_models.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_models.ts +5 -0
  15. package/src/services/ess/v20201111/ess_client.ts +6 -2
  16. package/src/services/ess/v20201111/ess_models.ts +170 -12
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +64 -4
  19. package/src/services/faceid/v20180301/faceid_client.ts +39 -15
  20. package/src/services/faceid/v20180301/faceid_models.ts +178 -95
  21. package/src/services/gaap/v20180529/gaap_models.ts +60 -36
  22. package/src/services/live/v20180801/live_models.ts +1 -1
  23. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  24. package/src/services/wedata/v20210820/wedata_models.ts +14 -1
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +15 -1
  28. package/tencentcloud/services/aiart/v20221229/aiart_client.js +18 -0
  29. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +99 -0
  30. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  31. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -11
  32. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  33. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -9
  35. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +166 -12
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +61 -4
  41. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -5
  42. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -6
  43. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +173 -94
  44. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +60 -36
  45. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  46. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  47. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -1
  48. package/test/aiart.v20221229.test.js +20 -0
  49. package/test/faceid.v20180301.test.js +24 -4
@@ -1,10 +1,27 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 主机安全(cwp) 版本:2018-02-28
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
4
 
5
- ### 第 109 次发布
5
+ ### 第 3 次发布
6
6
 
7
- 发布时间:2024-03-22 01:11:57
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
 
@@ -12,62 +29,176 @@
12
29
 
13
30
  修改接口:
14
31
 
15
- * [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
32
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
16
33
 
17
- * 新增出参:OpenSmartMode
34
+ * 新增入参:PayType, Period
18
35
 
19
- * [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
20
36
 
21
- * 新增入参:OpenSmartMode
37
+ 新增数据结构:
22
38
 
39
+ * [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
23
40
 
24
41
  修改数据结构:
25
42
 
26
- * [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
43
+ * [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
27
44
 
28
- * 新增成员:AttackStatusDesc, BanExpiredTime
45
+ * 新增成员:TaskAttachInfo
29
46
 
30
47
 
31
48
 
32
49
 
33
- ## 高性能应用服务(hai) 版本:2023-08-12
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
+
34
66
 
35
- ### 第 7 次发布
36
67
 
37
- 发布时间:2024-03-22 01:16:13
68
+
69
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
70
+
71
+ ### 第 159 次发布
72
+
73
+ 发布时间:2024-03-26 01:16:22
38
74
 
39
75
  本次发布包含了以下内容:
40
76
 
41
77
  改善已有的文档。
42
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
+
43
106
  修改数据结构:
44
107
 
45
- * [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
108
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
46
109
 
47
- * 新增成员:OSType
110
+ * <font color="#dd0000">**修改成员**:</font>ApproverName, ApproverMobile
48
111
 
112
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
49
113
 
114
+ * 新增成员:FlowId
50
115
 
51
116
 
52
- ## 实时音视频(trtc) 版本:2019-07-22
53
117
 
54
- ### 第 67 次发布
55
118
 
56
- 发布时间:2024-03-22 01:25:05
119
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
120
+
121
+ ### 第 161 次发布
122
+
123
+ 发布时间:2024-03-26 01:16:43
57
124
 
58
125
  本次发布包含了以下内容:
59
126
 
60
127
  改善已有的文档。
61
128
 
62
- 新增接口:
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
63
148
 
64
- * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
65
- * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
66
- * [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
67
149
 
68
150
  新增数据结构:
69
151
 
70
- * [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
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
+
71
202
 
72
203
 
73
204
 
@@ -715,6 +846,19 @@
715
846
 
716
847
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
717
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
+
718
862
  ### 第 2 次发布
719
863
 
720
864
  发布时间:2023-07-25 10:37:02
@@ -15961,6 +16105,32 @@
15961
16105
 
15962
16106
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15963
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
+
15964
16134
  ### 第 153 次发布
15965
16135
 
15966
16136
  发布时间:2024-02-28 01:09:55
@@ -25565,6 +25735,21 @@
25565
25735
 
25566
25736
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
25567
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
+
25568
25753
  ### 第 97 次发布
25569
25754
 
25570
25755
  发布时间:2023-10-27 01:21:10
@@ -39699,6 +39884,23 @@
39699
39884
 
39700
39885
  ## 主机安全(cwp) 版本:2018-02-28
39701
39886
 
39887
+ ### 第 110 次发布
39888
+
39889
+ 发布时间:2024-03-25 01:12:24
39890
+
39891
+ 本次发布包含了以下内容:
39892
+
39893
+ 改善已有的文档。
39894
+
39895
+ 修改数据结构:
39896
+
39897
+ * [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
39898
+
39899
+ * 新增成员:CpuLoadNum
39900
+
39901
+ * <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
39902
+
39903
+
39702
39904
  ### 第 109 次发布
39703
39905
 
39704
39906
  发布时间:2024-03-22 01:11:57
@@ -59113,6 +59315,75 @@
59113
59315
 
59114
59316
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59115
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
+
59364
+ ### 第 158 次发布
59365
+
59366
+ 发布时间:2024-03-25 01:16:14
59367
+
59368
+ 本次发布包含了以下内容:
59369
+
59370
+ 改善已有的文档。
59371
+
59372
+ 新增数据结构:
59373
+
59374
+ * [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
59375
+
59376
+ 修改数据结构:
59377
+
59378
+ * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
59379
+
59380
+ * 新增成员:CanEditApprover
59381
+
59382
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
59383
+
59384
+ * 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
59385
+
59386
+
59116
59387
  ### 第 157 次发布
59117
59388
 
59118
59389
  发布时间:2024-03-19 11:18:23
@@ -62157,6 +62428,48 @@
62157
62428
 
62158
62429
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
62159
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
+
62160
62473
  ### 第 160 次发布
62161
62474
 
62162
62475
  发布时间:2024-03-20 01:16:49
@@ -65333,6 +65646,34 @@
65333
65646
 
65334
65647
  ## 人脸核身(faceid) 版本:2018-03-01
65335
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
+
65662
+ ### 第 71 次发布
65663
+
65664
+ 发布时间:2024-03-25 01:16:50
65665
+
65666
+ 本次发布包含了以下内容:
65667
+
65668
+ 改善已有的文档。
65669
+
65670
+ 修改数据结构:
65671
+
65672
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
65673
+
65674
+ * 新增成员:MouthOpenRecognition
65675
+
65676
+
65336
65677
  ### 第 70 次发布
65337
65678
 
65338
65679
  发布时间:2024-01-12 01:15:37
@@ -66796,6 +67137,29 @@
66796
67137
 
66797
67138
  ## 全球应用加速(gaap) 版本:2018-05-29
66798
67139
 
67140
+ ### 第 43 次发布
67141
+
67142
+ 发布时间:2024-03-25 01:16:59
67143
+
67144
+ 本次发布包含了以下内容:
67145
+
67146
+ 改善已有的文档。
67147
+
67148
+ 修改数据结构:
67149
+
67150
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
67151
+
67152
+ * 新增成员:TLSSupportVersion, TLSCiphers
67153
+
67154
+ * [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
67155
+
67156
+ * 新增成员:IsSupportTLSChoice
67157
+
67158
+ * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
67159
+
67160
+ * 新增成员:IsSupportTLSChoice
67161
+
67162
+
66799
67163
  ### 第 42 次发布
66800
67164
 
66801
67165
  发布时间:2023-11-14 01:16:54
@@ -131829,13 +132193,13 @@
131829
132193
 
131830
132194
  新增接口:
131831
132195
 
131832
- * [[DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)](https://cloud.tencent.com/document/api/#/#)
131833
- * [[StartWebRecord](https://cloud.tencent.com/document/api/647/104541)](https://cloud.tencent.com/document/api/#/#)
131834
- * [[StopWebRecord](https://cloud.tencent.com/document/api/647/104540)](https://cloud.tencent.com/document/api/#/#)
132196
+ * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
132197
+ * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
132198
+ * [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
131835
132199
 
131836
132200
  新增数据结构:
131837
132201
 
131838
- * [[WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)](https://cloud.tencent.com/document/api/647/44055#[WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams))
132202
+ * [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
131839
132203
 
131840
132204
  ### 第 66 次发布
131841
132205
 
@@ -149149,6 +149513,21 @@
149149
149513
 
149150
149514
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
149151
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
+
149152
149531
  ### 第 79 次发布
149153
149532
 
149154
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.818",
3
+ "version": "4.0.820",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-20 01:07:32 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-20 01:07:33 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-26 10:43:03 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-20 01:07:34 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -14,7 +14,7 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-20 01:07:49 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-03-20 01:08:14 |
@@ -40,7 +40,7 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-20 01:09:36 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-20 01:09:44 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-26 01:09:47 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
@@ -55,8 +55,8 @@
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-20 01:11:02 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-20 01:11:19 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-26 01:11:10 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-25 01:11:07 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-20 01:11:33 |
@@ -70,7 +70,7 @@
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-20 01:12:19 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-20 01:12:26 |
73
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-22 01:11:57 |
73
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-25 01:12:24 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-20 01:13:46 |
76
76
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-20 01:14:04 |
@@ -96,13 +96,13 @@
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) | 2024-03-20 01:16:19 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-20 01:16:27 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-22 01:15:20 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-20 01:16:49 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-26 01:16:22 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-26 01:16:43 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
102
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-22 01:15:45 |
102
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-26 01:17:00 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-20 01:17:14 |
105
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-25 01:16:59 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
107
107
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -134,7 +134,7 @@
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-21 01:19:23 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-20 01:19:40 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-21 01:19:47 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-26 01:19:46 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
140
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -153,8 +153,8 @@
153
153
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
154
154
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
155
155
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
156
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-20 01:21:36 |
157
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-20 01:21:51 |
156
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-26 01:21:37 |
157
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-25 01:21:34 |
158
158
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03-20 01:22:11 |
159
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-03-20 01:22:17 |
160
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
@@ -222,7 +222,7 @@
222
222
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
223
223
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
224
224
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-20 01:29:00 |
225
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-20 01:29:06 |
225
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
226
226
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
227
227
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-22 01:25:05 |
228
228
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-21 01:28:04 |
@@ -237,7 +237,7 @@
237
237
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-03-20 01:31:26 |
238
238
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
239
239
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
240
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-20 01:32:15 |
240
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-26 01:30:25 |
241
241
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03-20 01:33:01 |
242
242
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
243
243
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.818"
1
+ export const sdkVersion = "4.0.820"