tencentcloud-sdk-nodejs 4.0.445 → 4.0.446
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/CHANGELOG.md +395 -0
- package/SERVICE_CHANGELOG.md +750 -7
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +2 -14
- package/src/services/cfw/v20190904/cfw_models.ts +22 -60
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +22 -0
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +5 -0
- package/src/services/teo/index.ts +2 -0
- package/src/services/teo/v20220901/index.ts +6 -0
- package/src/services/teo/v20220901/teo_client.ts +1630 -0
- package/src/services/teo/v20220901/teo_models.ts +11306 -0
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +4 -3
- package/src/services/wedata/v20210820/wedata_client.ts +61 -8
- package/src/services/wedata/v20210820/wedata_models.ts +499 -51
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +20 -53
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/teo/index.d.ts +4 -0
- package/tencentcloud/services/teo/index.js +2 -0
- package/tencentcloud/services/teo/v20220901/index.d.ts +6 -0
- package/tencentcloud/services/teo/v20220901/index.js +9 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +490 -0
- package/tencentcloud/services/teo/v20220901/teo_client.js +751 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9713 -0
- package/tencentcloud/services/teo/v20220901/teo_models.js +18 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +23 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +31 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -47
- package/test/cfw.v20190904.test.js +0 -10
- package/test/teo.v20220901.test.js +1221 -0
- package/test/wedata.v20210820.test.js +42 -2
|
@@ -69,12 +69,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
69
69
|
async CreateChooseVpcs(req, cb) {
|
|
70
70
|
return this.request("CreateChooseVpcs", req, cb);
|
|
71
71
|
}
|
|
72
|
-
/**
|
|
73
|
-
* vpc规则列表概况
|
|
74
|
-
*/
|
|
75
|
-
async DescribeVpcRuleOverview(req, cb) {
|
|
76
|
-
return this.request("DescribeVpcRuleOverview", req, cb);
|
|
77
|
-
}
|
|
78
72
|
/**
|
|
79
73
|
* GetNatFwInstanceWithRegion 获取租户新增运维的NAT实例,带上地域
|
|
80
74
|
*/
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DescribeVpcRuleOverview返回参数结构体
|
|
3
|
-
*/
|
|
4
|
-
export interface DescribeVpcRuleOverviewResponse {
|
|
5
|
-
/**
|
|
6
|
-
* 阻断策略规则数量
|
|
7
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
|
-
*/
|
|
9
|
-
StrategyNum: number;
|
|
10
|
-
/**
|
|
11
|
-
* 启用规则数量
|
|
12
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13
|
-
*/
|
|
14
|
-
StartRuleNum: number;
|
|
15
|
-
/**
|
|
16
|
-
* 规则总量
|
|
17
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
18
|
-
*/
|
|
19
|
-
Total: number;
|
|
20
|
-
/**
|
|
21
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
22
|
-
*/
|
|
23
|
-
RequestId?: string;
|
|
24
|
-
}
|
|
25
1
|
/**
|
|
26
2
|
* DescribeNatFwInstance请求参数结构体
|
|
27
3
|
*/
|
|
@@ -291,17 +267,25 @@ true为启用,false为不启用
|
|
|
291
267
|
Enable?: string;
|
|
292
268
|
}
|
|
293
269
|
/**
|
|
294
|
-
*
|
|
270
|
+
* DescribeTLogInfo请求参数结构体
|
|
295
271
|
*/
|
|
296
|
-
export interface
|
|
272
|
+
export interface DescribeTLogInfoRequest {
|
|
297
273
|
/**
|
|
298
|
-
*
|
|
274
|
+
* 开始时间
|
|
299
275
|
*/
|
|
300
|
-
|
|
276
|
+
StartTime: string;
|
|
301
277
|
/**
|
|
302
|
-
*
|
|
278
|
+
* 结束时间
|
|
303
279
|
*/
|
|
304
|
-
|
|
280
|
+
EndTime: string;
|
|
281
|
+
/**
|
|
282
|
+
* 类型 1 告警 2阻断
|
|
283
|
+
*/
|
|
284
|
+
QueryType: string;
|
|
285
|
+
/**
|
|
286
|
+
* 查询条件
|
|
287
|
+
*/
|
|
288
|
+
SearchValue?: string;
|
|
305
289
|
}
|
|
306
290
|
/**
|
|
307
291
|
* 安全组规则
|
|
@@ -1274,25 +1258,17 @@ export interface DescribeSourceAssetResponse {
|
|
|
1274
1258
|
RequestId?: string;
|
|
1275
1259
|
}
|
|
1276
1260
|
/**
|
|
1277
|
-
*
|
|
1261
|
+
* ip防护状态
|
|
1278
1262
|
*/
|
|
1279
|
-
export interface
|
|
1280
|
-
/**
|
|
1281
|
-
* 开始时间
|
|
1282
|
-
*/
|
|
1283
|
-
StartTime: string;
|
|
1284
|
-
/**
|
|
1285
|
-
* 结束时间
|
|
1286
|
-
*/
|
|
1287
|
-
EndTime: string;
|
|
1263
|
+
export interface IPDefendStatus {
|
|
1288
1264
|
/**
|
|
1289
|
-
*
|
|
1265
|
+
* ip地址
|
|
1290
1266
|
*/
|
|
1291
|
-
|
|
1267
|
+
IP: string;
|
|
1292
1268
|
/**
|
|
1293
|
-
*
|
|
1269
|
+
* 防护状态 1:防护打开; -1:地址错误; 其他:未防护
|
|
1294
1270
|
*/
|
|
1295
|
-
|
|
1271
|
+
Status: number;
|
|
1296
1272
|
}
|
|
1297
1273
|
/**
|
|
1298
1274
|
* DescribeSecurityGroupList返回参数结构体
|
|
@@ -2385,15 +2361,6 @@ export interface DescribeAcListsRequest {
|
|
|
2385
2361
|
*/
|
|
2386
2362
|
InstanceId?: string;
|
|
2387
2363
|
}
|
|
2388
|
-
/**
|
|
2389
|
-
* DescribeVpcRuleOverview请求参数结构体
|
|
2390
|
-
*/
|
|
2391
|
-
export interface DescribeVpcRuleOverviewRequest {
|
|
2392
|
-
/**
|
|
2393
|
-
* EdgeId值两个vpc间的边id 不是必填项可以为空,就是所有vpc间的访问控制规则
|
|
2394
|
-
*/
|
|
2395
|
-
EdgeId: string;
|
|
2396
|
-
}
|
|
2397
2364
|
/**
|
|
2398
2365
|
* 未处置事件详情
|
|
2399
2366
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class Client extends AbstractClient {
|
|
|
20
20
|
*/
|
|
21
21
|
ChannelCreateMultiFlowSignQRCode(req: ChannelCreateMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCreateMultiFlowSignQRCodeResponse) => void): Promise<ChannelCreateMultiFlowSignQRCodeResponse>;
|
|
22
22
|
/**
|
|
23
|
-
* 接口(ChannelCreateFlowByFiles
|
|
23
|
+
* 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
|
|
24
24
|
*/
|
|
25
25
|
ChannelCreateFlowByFiles(req: ChannelCreateFlowByFilesRequest, cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void): Promise<ChannelCreateFlowByFilesResponse>;
|
|
26
26
|
/**
|
|
@@ -44,7 +44,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
44
44
|
return this.request("ChannelCreateMultiFlowSignQRCode", req, cb);
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
|
-
* 接口(ChannelCreateFlowByFiles
|
|
47
|
+
* 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
|
|
48
48
|
*/
|
|
49
49
|
async ChannelCreateFlowByFiles(req, cb) {
|
|
50
50
|
return this.request("ChannelCreateFlowByFiles", req, cb);
|
|
@@ -1480,6 +1480,16 @@ export interface DetectInfoText {
|
|
|
1480
1480
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1481
1481
|
*/
|
|
1482
1482
|
CompareLibType: string;
|
|
1483
|
+
/**
|
|
1484
|
+
* 本次流程最终活体类型。包括:
|
|
1485
|
+
0:未知
|
|
1486
|
+
1:数字活体
|
|
1487
|
+
2:动作活体
|
|
1488
|
+
3:静默活体
|
|
1489
|
+
4:一闪活体(动作+光线)
|
|
1490
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1491
|
+
*/
|
|
1492
|
+
LivenessMode: number;
|
|
1483
1493
|
}
|
|
1484
1494
|
/**
|
|
1485
1495
|
* DetectAuth请求参数结构体
|
|
@@ -2360,6 +2370,16 @@ export interface DetectDetail {
|
|
|
2360
2370
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2361
2371
|
*/
|
|
2362
2372
|
CompareLibType: string;
|
|
2373
|
+
/**
|
|
2374
|
+
* 枚举活体检测类型:
|
|
2375
|
+
0:未知
|
|
2376
|
+
1:数字活体
|
|
2377
|
+
2:动作活体
|
|
2378
|
+
3:静默活体
|
|
2379
|
+
4:一闪活体(动作+光线)
|
|
2380
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2381
|
+
*/
|
|
2382
|
+
LivenessMode: number;
|
|
2363
2383
|
}
|
|
2364
2384
|
/**
|
|
2365
2385
|
* GetFaceIdResult返回参数结构体
|
|
@@ -188,7 +188,7 @@ export declare class Client extends AbstractClient {
|
|
|
188
188
|
/**
|
|
189
189
|
* * 该接口用于查询任务列表;
|
|
190
190
|
* 当列表数据比较多时,单次接口调用无法拉取整个列表,可通过 ScrollToken 参数,分批拉取;
|
|
191
|
-
*
|
|
191
|
+
* 只能查询到最近七天(168小时)内的任务。
|
|
192
192
|
*/
|
|
193
193
|
DescribeTasks(req: DescribeTasksRequest, cb?: (error: string, rep: DescribeTasksResponse) => void): Promise<DescribeTasksResponse>;
|
|
194
194
|
/**
|
|
@@ -292,7 +292,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
292
292
|
/**
|
|
293
293
|
* * 该接口用于查询任务列表;
|
|
294
294
|
* 当列表数据比较多时,单次接口调用无法拉取整个列表,可通过 ScrollToken 参数,分批拉取;
|
|
295
|
-
*
|
|
295
|
+
* 只能查询到最近七天(168小时)内的任务。
|
|
296
296
|
*/
|
|
297
297
|
async DescribeTasks(req, cb) {
|
|
298
298
|
return this.request("DescribeTasks", req, cb);
|
|
@@ -7215,6 +7215,10 @@ export interface TaskSimpleInfo {
|
|
|
7215
7215
|
* 任务结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。若任务尚未完成,该字段为:0000-00-00T00:00:00Z。
|
|
7216
7216
|
*/
|
|
7217
7217
|
FinishTime: string;
|
|
7218
|
+
/**
|
|
7219
|
+
* 子任务类型。
|
|
7220
|
+
*/
|
|
7221
|
+
SubTaskTypes: Array<string>;
|
|
7218
7222
|
}
|
|
7219
7223
|
/**
|
|
7220
7224
|
* DescribeSnapshotByTimeOffsetTemplates返回参数结构体
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
+
v20220901: {
|
|
3
|
+
Client: typeof import("./v20220901/teo_client").Client;
|
|
4
|
+
Models: typeof import("./v20220901/teo_models");
|
|
5
|
+
};
|
|
2
6
|
v20220106: {
|
|
3
7
|
Client: typeof import("./v20220106/teo_client").Client;
|
|
4
8
|
Models: typeof import("./v20220106/teo_models");
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.teo = void 0;
|
|
4
|
+
const v20220901_1 = require("./v20220901");
|
|
4
5
|
const v20220106_1 = require("./v20220106");
|
|
5
6
|
exports.teo = {
|
|
7
|
+
v20220901: v20220901_1.v20220901,
|
|
6
8
|
v20220106: v20220106_1.v20220106,
|
|
7
9
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20220901 = void 0;
|
|
4
|
+
const Models = require("./teo_models");
|
|
5
|
+
const teo_client_1 = require("./teo_client");
|
|
6
|
+
exports.v20220901 = {
|
|
7
|
+
Client: teo_client_1.Client,
|
|
8
|
+
Models: Models
|
|
9
|
+
};
|