tencentcloud-sdk-nodejs 4.0.848 → 4.0.849

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 (110) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +315 -68
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cls/v20201016/cls_models.ts +10 -57
  12. package/src/services/dbbrain/index.ts +2 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  14. package/src/services/dts/index.ts +2 -2
  15. package/src/services/eis/index.ts +2 -2
  16. package/src/services/essbasic/index.ts +2 -2
  17. package/src/services/facefusion/index.ts +2 -2
  18. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  19. package/src/services/iotcloud/index.ts +2 -2
  20. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  22. package/src/services/iotvideo/index.ts +2 -2
  23. package/src/services/iss/v20230517/iss_models.ts +5 -0
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  26. package/src/services/lke/v20231130/lke_models.ts +1 -1
  27. package/src/services/mgobe/index.ts +2 -2
  28. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  29. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/rce/v20201103/rce_client.ts +3 -19
  33. package/src/services/rce/v20201103/rce_models.ts +57 -164
  34. package/src/services/sms/index.ts +2 -2
  35. package/src/services/tbp/index.ts +2 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -0
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/tke/index.ts +2 -2
  39. package/src/services/tke/v20180525/tke_models.ts +1 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  41. package/src/services/tse/v20201207/tse_models.ts +4 -0
  42. package/src/services/waf/v20180125/waf_client.ts +54 -5
  43. package/src/services/waf/v20180125/waf_models.ts +262 -60
  44. package/src/services/yunsou/index.ts +2 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/bma/index.d.ts +4 -4
  48. package/tencentcloud/services/bma/index.js +2 -2
  49. package/tencentcloud/services/btoe/index.d.ts +4 -4
  50. package/tencentcloud/services/btoe/index.js +2 -2
  51. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -57
  55. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  56. package/tencentcloud/services/dbbrain/index.js +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  58. package/tencentcloud/services/dts/index.d.ts +4 -4
  59. package/tencentcloud/services/dts/index.js +2 -2
  60. package/tencentcloud/services/eis/index.d.ts +4 -4
  61. package/tencentcloud/services/eis/index.js +2 -2
  62. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  63. package/tencentcloud/services/essbasic/index.js +2 -2
  64. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  65. package/tencentcloud/services/facefusion/index.js +2 -2
  66. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  67. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  68. package/tencentcloud/services/iotcloud/index.js +2 -2
  69. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  72. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  73. package/tencentcloud/services/iotvideo/index.js +2 -2
  74. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  75. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  76. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  77. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  78. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  79. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  80. package/tencentcloud/services/mgobe/index.js +2 -2
  81. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  82. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  83. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  85. package/tencentcloud/services/organization/index.d.ts +4 -4
  86. package/tencentcloud/services/organization/index.js +2 -2
  87. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  88. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  89. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  90. package/tencentcloud/services/sms/index.d.ts +4 -4
  91. package/tencentcloud/services/sms/index.js +2 -2
  92. package/tencentcloud/services/tbp/index.d.ts +4 -4
  93. package/tencentcloud/services/tbp/index.js +2 -2
  94. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  95. package/tencentcloud/services/teo/index.d.ts +4 -4
  96. package/tencentcloud/services/teo/index.js +2 -2
  97. package/tencentcloud/services/tke/index.d.ts +4 -4
  98. package/tencentcloud/services/tke/index.js +2 -2
  99. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  100. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  101. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  102. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  103. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  104. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  105. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  106. package/tencentcloud/services/yunsou/index.js +2 -2
  107. package/test/iotexplorer.v20190423.test.js +58 -8
  108. package/test/mrs.v20200910.test.js +10 -0
  109. package/test/rce.v20201103.test.js +0 -10
  110. package/test/waf.v20180125.test.js +40 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,228 @@
1
+ # Release 4.0.849
2
+
3
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
+
5
+ ### 第 87 次发布
6
+
7
+ 发布时间:2024-05-09 01:13:34
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
16
+
17
+ * 新增入参:ResourceGroupName
18
+
19
+ * [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
20
+
21
+ * 新增入参:ResourceGroupName
22
+
23
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
24
+
25
+ * 新增入参:ResourceGroupName
26
+
27
+
28
+ 修改数据结构:
29
+
30
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
31
+
32
+ * 新增成员:EngineResourceGroupCount, EngineResourceUsedCU
33
+
34
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
35
+
36
+ * 新增成员:EngineTypeDetail, ResourceGroupName
37
+
38
+
39
+
40
+
41
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
42
+
43
+ ### 第 61 次发布
44
+
45
+ 发布时间:2024-05-09 01:17:01
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 新增接口:
52
+
53
+ * [CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)
54
+ * [DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)
55
+ * [DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)
56
+ * [GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)
57
+ * [RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)
58
+
59
+ 修改接口:
60
+
61
+ * [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
62
+
63
+ * 新增入参:UserId, ChannelId
64
+
65
+ * [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
66
+
67
+ * 新增入参:Config
68
+
69
+
70
+ 新增数据结构:
71
+
72
+ * [TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)
73
+
74
+ 修改数据结构:
75
+
76
+ * [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
77
+
78
+ * 新增成员:Files
79
+
80
+
81
+
82
+
83
+ ## 智能视图计算平台(iss) 版本:2023-05-17
84
+
85
+ ### 第 15 次发布
86
+
87
+ 发布时间:2024-05-09 01:17:57
88
+
89
+ 本次发布包含了以下内容:
90
+
91
+ 改善已有的文档。
92
+
93
+ 修改数据结构:
94
+
95
+ * [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
96
+
97
+ * 新增成员:CertId
98
+
99
+
100
+
101
+
102
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
103
+
104
+ ### 第 25 次发布
105
+
106
+ 发布时间:2024-05-09 01:20:07
107
+
108
+ 本次发布包含了以下内容:
109
+
110
+ 改善已有的文档。
111
+
112
+ 新增接口:
113
+
114
+ * [DrugInstructionObject](https://cloud.tencent.com/document/api/1314/105921)
115
+
116
+ 新增数据结构:
117
+
118
+ * [BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)
119
+ * [BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)
120
+ * [BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)
121
+ * [BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)
122
+ * [BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)
123
+ * [BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)
124
+ * [BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)
125
+ * [BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)
126
+ * [BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)
127
+ * [BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)
128
+ * [BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)
129
+ * [BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)
130
+ * [BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)
131
+ * [BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)
132
+ * [BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)
133
+ * [BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)
134
+ * [ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)
135
+ * [ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)
136
+ * [ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)
137
+ * [ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)
138
+ * [ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)
139
+ * [ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)
140
+ * [ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)
141
+ * [ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)
142
+ * [ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)
143
+ * [ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)
144
+ * [ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)
145
+ * [ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)
146
+ * [ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)
147
+ * [ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)
148
+ * [ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)
149
+ * [ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)
150
+ * [ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)
151
+ * [ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)
152
+ * [ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)
153
+ * [ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)
154
+ * [ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)
155
+ * [ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)
156
+ * [ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)
157
+ * [ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)
158
+
159
+
160
+
161
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
162
+
163
+ ### 第 9 次发布
164
+
165
+ 发布时间:2024-05-09 01:21:46
166
+
167
+ 本次发布包含了以下内容:
168
+
169
+ 改善已有的文档。
170
+
171
+ <font color="#dd0000">**删除接口**:</font>
172
+
173
+ * DescribeRiskTrends
174
+
175
+ <font color="#dd0000">**删除数据结构**:</font>
176
+
177
+ * InputFrontRisk
178
+ * OutputFrontRisk
179
+ * OutputFrontRiskData
180
+ * OutputFrontRiskValue
181
+
182
+
183
+
184
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
185
+
186
+ ### 第 109 次发布
187
+
188
+ 发布时间:2024-05-09 01:24:25
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 修改接口:
195
+
196
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
197
+
198
+ * 新增出参:Exclusive, Policy, Arguments
199
+
200
+
201
+
202
+
203
+ ## Web 应用防火墙(waf) 版本:2018-01-25
204
+
205
+ ### 第 83 次发布
206
+
207
+ 发布时间:2024-05-08 19:38:01
208
+
209
+ 本次发布包含了以下内容:
210
+
211
+ 改善已有的文档。
212
+
213
+ 新增接口:
214
+
215
+ * [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
216
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
217
+ * [ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)
218
+ * [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
219
+
220
+ 新增数据结构:
221
+
222
+ * [IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam)
223
+
224
+
225
+
1
226
  # Release 4.0.848
2
227
 
3
228
  ## 日志服务(cls) 版本:2020-10-16