tencentcloud-sdk-nodejs 4.1.190 → 4.1.192
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/hai/v20230812/hai_client.js +7 -4
- package/es/services/organization/v20210331/organization_client.js +9 -0
- package/es/services/rum/v20210622/rum_client.js +63 -27
- package/es/services/tdmq/v20200217/tdmq_client.js +4 -7
- package/es/services/trocket/v20230308/trocket_client.js +20 -95
- package/es/services/trtc/v20190722/trtc_client.js +18 -9
- package/es/services/waf/v20180125/waf_client.js +5 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +14 -45
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +59 -112
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +133 -11
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +19 -14
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +18 -18
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +80 -92
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -1
- package/tencentcloud/services/drm/v20181115/drm_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +9 -5
- package/tencentcloud/services/hai/v20230812/hai_client.js +12 -6
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +392 -180
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +156 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -79
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +10 -15
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +78 -29
- package/tencentcloud/services/rum/v20210622/rum_client.js +115 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2828 -1142
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +103 -145
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -9
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -38
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +26 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -1
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +11 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +49 -211
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +58 -270
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +373 -1632
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +29 -16
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +39 -20
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +292 -70
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +83 -27
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +139 -20
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +75 -25
- package/tencentcloud/services/wav/v20210129/wav_client.js +75 -25
|
@@ -34,10 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("DescribeTawAreas", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 获取项目下的PV列表
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async DescribePvList(req, cb) {
|
|
40
|
+
return this.request("DescribePvList", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* 创建对应项目的文件记录
|
|
@@ -46,10 +46,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
46
46
|
return this.request("CreateReleaseFile", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 获取loginfo信息
|
|
50
50
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeDataLogUrlInfo(req, cb) {
|
|
52
|
+
return this.request("DescribeDataLogUrlInfo", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* 获取项目下的日志列表(实例创建的项目下的日志列表)
|
|
@@ -76,16 +76,28 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
76
76
|
return this.request("DescribeDataLogUrlStatistics", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 获取项目下的日志列表,分钟级
|
|
80
80
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async DescribeRumStatsLogList(req, cb) {
|
|
82
|
+
return this.request("DescribeRumStatsLogList", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 获取首页分数列表
|
|
86
86
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async DescribeScores(req, cb) {
|
|
88
|
+
return this.request("DescribeScores", req, cb);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* 获取PerformancePage信息
|
|
92
|
+
*/
|
|
93
|
+
async DescribeDataPerformancePageV2(req, cb) {
|
|
94
|
+
return this.request("DescribeDataPerformancePageV2", req, cb);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* 获取DescribeDataFetchUrl信息
|
|
98
|
+
*/
|
|
99
|
+
async DescribeDataFetchUrl(req, cb) {
|
|
100
|
+
return this.request("DescribeDataFetchUrl", req, cb);
|
|
89
101
|
}
|
|
90
102
|
/**
|
|
91
103
|
* 删除实例,谨慎操作,不可恢复
|
|
@@ -135,6 +147,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
135
147
|
async StopProject(req, cb) {
|
|
136
148
|
return this.request("StopProject", req, cb);
|
|
137
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* 获取DescribeDataFetchUrl信息
|
|
152
|
+
*/
|
|
153
|
+
async DescribeDataFetchUrlV2(req, cb) {
|
|
154
|
+
return this.request("DescribeDataFetchUrlV2", req, cb);
|
|
155
|
+
}
|
|
138
156
|
/**
|
|
139
157
|
* 获取DescribeDataPvUrlStatistics信息
|
|
140
158
|
*/
|
|
@@ -148,10 +166,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
148
166
|
return this.request("DescribeAppSingleCaseList", req, cb);
|
|
149
167
|
}
|
|
150
168
|
/**
|
|
151
|
-
*
|
|
169
|
+
* 获取应用上报抽样信息
|
|
152
170
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
171
|
+
async DescribeProjectLimits(req, cb) {
|
|
172
|
+
return this.request("DescribeProjectLimits", req, cb);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* 获取DescribeDataPvUrlStatistics信息
|
|
176
|
+
*/
|
|
177
|
+
async DescribeDataPvUrlStatistics(req, cb) {
|
|
178
|
+
return this.request("DescribeDataPvUrlStatistics", req, cb);
|
|
155
179
|
}
|
|
156
180
|
/**
|
|
157
181
|
* 获取DescribeDataWebVitalsPage信息,用户核心活动信息
|
|
@@ -167,16 +191,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
167
191
|
return this.request("DescribeDataStaticUrl", req, cb);
|
|
168
192
|
}
|
|
169
193
|
/**
|
|
170
|
-
*
|
|
194
|
+
* 获取DescribeDataFetchUrlInfo信息
|
|
171
195
|
*/
|
|
172
|
-
async
|
|
173
|
-
return this.request("
|
|
196
|
+
async DescribeDataFetchUrlInfo(req, cb) {
|
|
197
|
+
return this.request("DescribeDataFetchUrlInfo", req, cb);
|
|
174
198
|
}
|
|
175
199
|
/**
|
|
176
|
-
* 获取
|
|
200
|
+
* 获取DescribeDataCustomUrl信息
|
|
177
201
|
*/
|
|
178
|
-
async
|
|
179
|
-
return this.request("
|
|
202
|
+
async DescribeDataCustomUrlV2(req, cb) {
|
|
203
|
+
return this.request("DescribeDataCustomUrlV2", req, cb);
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* 获取DescribeDataSetUrlStatistics信息
|
|
207
|
+
*/
|
|
208
|
+
async DescribeDataSetUrlStatisticsV2(req, cb) {
|
|
209
|
+
return this.request("DescribeDataSetUrlStatisticsV2", req, cb);
|
|
180
210
|
}
|
|
181
211
|
/**
|
|
182
212
|
* 查询 app 监控个例样本详情列表
|
|
@@ -202,6 +232,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
202
232
|
async ModifyInstance(req, cb) {
|
|
203
233
|
return this.request("ModifyInstance", req, cb);
|
|
204
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* 新增修改限流
|
|
237
|
+
*/
|
|
238
|
+
async ModifyProjectLimit(req, cb) {
|
|
239
|
+
return this.request("ModifyProjectLimit", req, cb);
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* 获取DescribeDataEventUrl信息
|
|
243
|
+
*/
|
|
244
|
+
async DescribeDataEventUrlV2(req, cb) {
|
|
245
|
+
return this.request("DescribeDataEventUrlV2", req, cb);
|
|
246
|
+
}
|
|
205
247
|
/**
|
|
206
248
|
* 获取DescribeDataStaticResource信息
|
|
207
249
|
*/
|
|
@@ -209,10 +251,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
209
251
|
return this.request("DescribeDataStaticResource", req, cb);
|
|
210
252
|
}
|
|
211
253
|
/**
|
|
212
|
-
*
|
|
254
|
+
* 获取DescribeDataStaticProject信息
|
|
213
255
|
*/
|
|
214
|
-
async
|
|
215
|
-
return this.request("
|
|
256
|
+
async DescribeDataStaticProjectV2(req, cb) {
|
|
257
|
+
return this.request("DescribeDataStaticProjectV2", req, cb);
|
|
216
258
|
}
|
|
217
259
|
/**
|
|
218
260
|
* 用于查询 app 监控多维分析数据
|
|
@@ -226,6 +268,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
226
268
|
async DescribeDataCustomUrl(req, cb) {
|
|
227
269
|
return this.request("DescribeDataCustomUrl", req, cb);
|
|
228
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* 获取DescribeDataStaticUrl信息
|
|
273
|
+
*/
|
|
274
|
+
async DescribeDataStaticUrlV2(req, cb) {
|
|
275
|
+
return this.request("DescribeDataStaticUrlV2", req, cb);
|
|
276
|
+
}
|
|
229
277
|
/**
|
|
230
278
|
* 创建白名单
|
|
231
279
|
*/
|
|
@@ -244,6 +292,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
244
292
|
async ResumeProject(req, cb) {
|
|
245
293
|
return this.request("ResumeProject", req, cb);
|
|
246
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* 获取DescribeDataStaticResource信息
|
|
297
|
+
*/
|
|
298
|
+
async DescribeDataStaticResourceV2(req, cb) {
|
|
299
|
+
return this.request("DescribeDataStaticResourceV2", req, cb);
|
|
300
|
+
}
|
|
247
301
|
/**
|
|
248
302
|
* 个人用户添加星标项目
|
|
249
303
|
*/
|
|
@@ -257,10 +311,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
257
311
|
return this.request("DeleteWhitelist", req, cb);
|
|
258
312
|
}
|
|
259
313
|
/**
|
|
260
|
-
*
|
|
314
|
+
* 创建 RUM 业务系统
|
|
261
315
|
*/
|
|
262
|
-
async
|
|
263
|
-
return this.request("
|
|
316
|
+
async CreateTawInstance(req, cb) {
|
|
317
|
+
return this.request("CreateTawInstance", req, cb);
|
|
264
318
|
}
|
|
265
319
|
/**
|
|
266
320
|
* 停止实例
|
|
@@ -274,6 +328,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
274
328
|
async ModifyProject(req, cb) {
|
|
275
329
|
return this.request("ModifyProject", req, cb);
|
|
276
330
|
}
|
|
331
|
+
/**
|
|
332
|
+
* 获取LogUrlStatistics信息
|
|
333
|
+
*/
|
|
334
|
+
async DescribeDataLogUrlStatisticsV2(req, cb) {
|
|
335
|
+
return this.request("DescribeDataLogUrlStatisticsV2", req, cb);
|
|
336
|
+
}
|
|
277
337
|
/**
|
|
278
338
|
* 获取应用对应sourcemap文件列表
|
|
279
339
|
*/
|
|
@@ -299,16 +359,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
299
359
|
return this.request("DescribeReleaseFileSign", req, cb);
|
|
300
360
|
}
|
|
301
361
|
/**
|
|
302
|
-
* 获取
|
|
303
|
-
*/
|
|
304
|
-
async DescribeDataLogUrlInfo(req, cb) {
|
|
305
|
-
return this.request("DescribeDataLogUrlInfo", req, cb);
|
|
306
|
-
}
|
|
307
|
-
/**
|
|
308
|
-
* 获取项目下的UV列表
|
|
362
|
+
* 获取DescribeDataBridgeUrl信息
|
|
309
363
|
*/
|
|
310
|
-
async
|
|
311
|
-
return this.request("
|
|
364
|
+
async DescribeDataBridgeUrlV2(req, cb) {
|
|
365
|
+
return this.request("DescribeDataBridgeUrlV2", req, cb);
|
|
312
366
|
}
|
|
313
367
|
/**
|
|
314
368
|
* 创建 RUM 应用(归属于某个团队)
|
|
@@ -322,12 +376,31 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
322
376
|
async DescribeDataStaticProject(req, cb) {
|
|
323
377
|
return this.request("DescribeDataStaticProject", req, cb);
|
|
324
378
|
}
|
|
379
|
+
/**
|
|
380
|
+
* 获取DescribeDataWebVitalsPage信息,用户核心活动信息
|
|
381
|
+
页面加载性能之Web Vitals。性能关键点
|
|
382
|
+
*/
|
|
383
|
+
async DescribeDataWebVitalsPageV2(req, cb) {
|
|
384
|
+
return this.request("DescribeDataWebVitalsPageV2", req, cb);
|
|
385
|
+
}
|
|
325
386
|
/**
|
|
326
387
|
* 获取PvUrlInfo信息
|
|
327
388
|
*/
|
|
328
389
|
async DescribeDataPvUrlInfo(req, cb) {
|
|
329
390
|
return this.request("DescribeDataPvUrlInfo", req, cb);
|
|
330
391
|
}
|
|
392
|
+
/**
|
|
393
|
+
* 获取首页分数列表
|
|
394
|
+
*/
|
|
395
|
+
async DescribeScoresV2(req, cb) {
|
|
396
|
+
return this.request("DescribeScoresV2", req, cb);
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* 获取项目上报量
|
|
400
|
+
*/
|
|
401
|
+
async DescribeDataReportCountV2(req, cb) {
|
|
402
|
+
return this.request("DescribeDataReportCountV2", req, cb);
|
|
403
|
+
}
|
|
331
404
|
/**
|
|
332
405
|
* 删除给定的 rum 的项目
|
|
333
406
|
*/
|
|
@@ -335,16 +408,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
335
408
|
return this.request("DeleteProject", req, cb);
|
|
336
409
|
}
|
|
337
410
|
/**
|
|
338
|
-
*
|
|
411
|
+
* 获取项目下的UV列表
|
|
339
412
|
*/
|
|
340
|
-
async
|
|
341
|
-
return this.request("
|
|
413
|
+
async DescribeUvList(req, cb) {
|
|
414
|
+
return this.request("DescribeUvList", req, cb);
|
|
342
415
|
}
|
|
343
416
|
/**
|
|
344
|
-
* 获取DescribeDataFetchUrl
|
|
417
|
+
* 获取DescribeDataFetchProject信息。已下线,请使用DescribeDataFetchUrl
|
|
345
418
|
*/
|
|
346
|
-
async
|
|
347
|
-
return this.request("
|
|
419
|
+
async DescribeDataFetchProject(req, cb) {
|
|
420
|
+
return this.request("DescribeDataFetchProject", req, cb);
|
|
348
421
|
}
|
|
349
422
|
/**
|
|
350
423
|
* 将对应 sourcemap 文件删除
|