tencentcloud-sdk-nodejs 4.0.913 → 4.0.915

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 (64) hide show
  1. package/CHANGELOG.md +277 -0
  2. package/SERVICE_CHANGELOG.md +288 -104
  3. package/examples/hunyuan/v20230901/{chat_std.js → chat_completions.js} +5 -3
  4. package/examples/hunyuan/v20230901/{chat_std.ts → chat_completions.ts} +5 -3
  5. package/package.json +1 -1
  6. package/products.md +18 -18
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/aiart/v20221229/aiart_models.ts +10 -0
  9. package/src/services/cls/v20201016/cls_client.ts +61 -11
  10. package/src/services/cls/v20201016/cls_models.ts +328 -149
  11. package/src/services/cwp/v20180228/cwp_client.ts +17 -3
  12. package/src/services/cwp/v20180228/cwp_models.ts +89 -25
  13. package/src/services/emr/v20190103/emr_client.ts +55 -13
  14. package/src/services/emr/v20190103/emr_models.ts +614 -160
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -4
  17. package/src/services/ioa/v20220601/ioa_models.ts +6 -5
  18. package/src/services/organization/v20210331/organization_client.ts +51 -13
  19. package/src/services/organization/v20210331/organization_models.ts +204 -39
  20. package/src/services/pts/v20210728/pts_models.ts +9 -9
  21. package/src/services/smh/v20210712/smh_client.ts +68 -7
  22. package/src/services/smh/v20210712/smh_models.ts +425 -32
  23. package/src/services/tcss/v20201101/tcss_models.ts +99 -52
  24. package/src/services/trocket/v20230308/trocket_client.ts +16 -4
  25. package/src/services/trocket/v20230308/trocket_models.ts +94 -58
  26. package/src/services/trtc/v20190722/trtc_client.ts +0 -3
  27. package/src/services/trtc/v20190722/trtc_models.ts +3 -28
  28. package/src/services/vod/v20180717/vod_models.ts +5 -0
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +10 -0
  32. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  33. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  34. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +313 -144
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +8 -2
  36. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -1
  37. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +87 -25
  38. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +15 -3
  39. package/tencentcloud/services/emr/v20190103/emr_client.js +21 -3
  40. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +607 -165
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  42. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -4
  43. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +6 -5
  44. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
  45. package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
  46. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +196 -39
  47. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +9 -9
  48. package/tencentcloud/services/smh/v20210712/smh_client.d.ts +23 -3
  49. package/tencentcloud/services/smh/v20210712/smh_client.js +33 -3
  50. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +414 -32
  51. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +99 -52
  52. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  53. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  54. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +91 -57
  55. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +0 -3
  56. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -3
  57. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -28
  58. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
  59. package/test/cls.v20201016.test.js +42 -2
  60. package/test/cwp.v20180228.test.js +10 -0
  61. package/test/emr.v20190103.test.js +32 -2
  62. package/test/organization.v20210331.test.js +34 -4
  63. package/test/smh.v20210712.test.js +52 -2
  64. package/test/trocket.v20230308.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,280 @@
1
+ # Release 4.0.915
2
+
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
+
5
+ ### 第 11 次发布
6
+
7
+ 发布时间:2024-08-12 01:08:02
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)
16
+
17
+ * 新增入参:Product
18
+
19
+
20
+
21
+
22
+ ## 日志服务(cls) 版本:2020-10-16
23
+
24
+ ### 第 103 次发布
25
+
26
+ 发布时间:2024-08-12 01:23:51
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
35
+
36
+ * 新增入参:Offset
37
+
38
+
39
+
40
+
41
+ ## 主机安全(cwp) 版本:2018-02-28
42
+
43
+ ### 第 119 次发布
44
+
45
+ 发布时间:2024-08-12 01:27:11
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 新增接口:
52
+
53
+ * [ModifyReverseShellRulesAggregation](https://cloud.tencent.com/document/api/296/109832)
54
+
55
+ <font color="#dd0000">**预下线接口**:</font>
56
+
57
+ * CreateCloudProtectServiceOrderRecord
58
+
59
+
60
+
61
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
62
+
63
+ ### 第 71 次发布
64
+
65
+ 发布时间:2024-08-12 01:41:17
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [DescribeServiceNodeInfos](https://cloud.tencent.com/document/api/589/109835)
74
+ * [DescribeYarnScheduleHistory](https://cloud.tencent.com/document/api/589/109834)
75
+ * [ModifyYarnDeploy](https://cloud.tencent.com/document/api/589/109833)
76
+
77
+ 新增数据结构:
78
+
79
+ * [HealthStatus](https://cloud.tencent.com/document/api/589/33981#HealthStatus)
80
+ * [RestartPolicy](https://cloud.tencent.com/document/api/589/33981#RestartPolicy)
81
+ * [SchedulerTaskDetail](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskDetail)
82
+ * [SchedulerTaskInfo](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskInfo)
83
+ * [ServiceNodeDetailInfo](https://cloud.tencent.com/document/api/589/33981#ServiceNodeDetailInfo)
84
+ * [ServiceProcessFunctionInfo](https://cloud.tencent.com/document/api/589/33981#ServiceProcessFunctionInfo)
85
+
86
+
87
+
88
+ ## 智能媒资托管(smh) 版本:2021-07-12
89
+
90
+ ### 第 6 次发布
91
+
92
+ 发布时间:2024-08-12 02:09:46
93
+
94
+ 本次发布包含了以下内容:
95
+
96
+ 改善已有的文档。
97
+
98
+ 新增接口:
99
+
100
+ * [CreateUser](https://cloud.tencent.com/document/api/1339/109840)
101
+ * [CreateUserLifecycle](https://cloud.tencent.com/document/api/1339/109839)
102
+ * [DeleteUser](https://cloud.tencent.com/document/api/1339/109838)
103
+ * [DescribeUserLifecycle](https://cloud.tencent.com/document/api/1339/109837)
104
+ * [ModifyUser](https://cloud.tencent.com/document/api/1339/109836)
105
+
106
+ 新增数据结构:
107
+
108
+ * [UserFilter](https://cloud.tencent.com/document/api/1339/69090#UserFilter)
109
+
110
+
111
+
112
+ ## 实时音视频(trtc) 版本:2019-07-22
113
+
114
+ ### 第 86 次发布
115
+
116
+ 发布时间:2024-08-12 02:26:47
117
+
118
+ 本次发布包含了以下内容:
119
+
120
+ 改善已有的文档。
121
+
122
+ 修改数据结构:
123
+
124
+ * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
125
+
126
+
127
+
128
+
129
+ ## 云点播(vod) 版本:2018-07-17
130
+
131
+ ### 第 183 次发布
132
+
133
+ 发布时间:2024-08-12 02:30:46
134
+
135
+ 本次发布包含了以下内容:
136
+
137
+ 改善已有的文档。
138
+
139
+ 修改数据结构:
140
+
141
+ * [EditMediaTEHDConfig](https://cloud.tencent.com/document/api/266/31773#EditMediaTEHDConfig)
142
+
143
+ * 新增成员:MaxVideoBitrate
144
+
145
+
146
+
147
+
148
+ # Release 4.0.914
149
+
150
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
151
+
152
+ ### 第 10 次发布
153
+
154
+ 发布时间:2024-08-09 01:03:15
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 修改接口:
161
+
162
+ * [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
163
+
164
+ * 新增入参:LogoParam
165
+
166
+
167
+
168
+
169
+ ## 日志服务(cls) 版本:2020-10-16
170
+
171
+ ### 第 102 次发布
172
+
173
+ 发布时间:2024-08-09 01:19:04
174
+
175
+ 本次发布包含了以下内容:
176
+
177
+ 改善已有的文档。
178
+
179
+ 新增接口:
180
+
181
+ * [CreateConsoleSharing](https://cloud.tencent.com/document/api/614/109800)
182
+ * [DeleteConsoleSharing](https://cloud.tencent.com/document/api/614/109799)
183
+ * [DescribeConsoleSharingList](https://cloud.tencent.com/document/api/614/109798)
184
+ * [ModifyConsoleSharing](https://cloud.tencent.com/document/api/614/109797)
185
+
186
+ 新增数据结构:
187
+
188
+ * [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
189
+ * [ConsoleSharingParam](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingParam)
190
+
191
+
192
+
193
+ ## 集团账号管理(organization) 版本:2021-03-31
194
+
195
+ ### 第 35 次发布
196
+
197
+ 发布时间:2024-08-09 02:00:03
198
+
199
+ 本次发布包含了以下内容:
200
+
201
+ 改善已有的文档。
202
+
203
+ 新增接口:
204
+
205
+ * [CreateOrgServiceAssign](https://cloud.tencent.com/document/api/850/109802)
206
+ * [DeleteOrgServiceAssign](https://cloud.tencent.com/document/api/850/109801)
207
+ * [ListOrgServiceAssignMember](https://cloud.tencent.com/document/api/850/109803)
208
+
209
+ 新增数据结构:
210
+
211
+ * [NodeMainInfo](https://cloud.tencent.com/document/api/850/67060#NodeMainInfo)
212
+ * [OrganizationServiceAssignMember](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssignMember)
213
+
214
+
215
+
216
+ ## 集团账号管理(organization) 版本:2018-12-25
217
+
218
+
219
+
220
+ ## 容器安全服务(tcss) 版本:2020-11-01
221
+
222
+ ### 第 64 次发布
223
+
224
+ 发布时间:2024-08-09 02:10:59
225
+
226
+ 本次发布包含了以下内容:
227
+
228
+ 改善已有的文档。
229
+
230
+ 修改接口:
231
+
232
+ * [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
233
+
234
+ * 新增入参:AssetType
235
+
236
+ * [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
237
+
238
+ * 新增入参:AssetType
239
+
240
+ * [DescribeComplianceAssetDetailInfo](https://cloud.tencent.com/document/api/1285/65609)
241
+
242
+ * 新增入参:AssetType
243
+
244
+ * [DescribeComplianceAssetPolicyItemList](https://cloud.tencent.com/document/api/1285/65607)
245
+
246
+ * 新增入参:AssetType
247
+
248
+ * [ScanComplianceAssets](https://cloud.tencent.com/document/api/1285/65596)
249
+
250
+ * 新增入参:AssetType
251
+
252
+ * [ScanComplianceAssetsByPolicyItem](https://cloud.tencent.com/document/api/1285/65595)
253
+
254
+ * 新增入参:AssetType
255
+
256
+ * [ScanComplianceScanFailedAssets](https://cloud.tencent.com/document/api/1285/65593)
257
+
258
+ * 新增入参:AssetType
259
+
260
+
261
+ 修改数据结构:
262
+
263
+ * [ComplianceAssetSummary](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetSummary)
264
+
265
+ * 新增成员:TotalPolicyItemCount, DetectHostCount, LeftTime
266
+
267
+ * <font color="#dd0000">**修改成员**:</font>OpenPolicyItemCount, IgnoredPolicyItemCount
268
+
269
+ * [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
270
+
271
+ * 新增成员:IsEnable
272
+
273
+ * <font color="#dd0000">**修改成员**:</font>Description, AuditProcedure
274
+
275
+
276
+
277
+
1
278
  # Release 4.0.913
2
279
 
3
280
  ## 弹性伸缩(as) 版本:2018-04-19