tencentcloud-sdk-nodejs 4.1.228 → 4.1.230
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/ccc/v20200210/ccc_client.js +3 -0
- package/es/services/cfs/v20190719/cfs_client.js +3 -0
- package/es/services/cfw/v20190904/cfw_client.js +5 -2
- package/es/services/csip/v20221121/csip_client.js +303 -45
- package/es/services/dlc/v20210125/dlc_client.js +10 -4
- package/es/services/live/v20180801/live_client.js +17 -11
- package/es/services/mps/v20190612/mps_client.js +3 -0
- package/es/services/oceanus/v20190422/oceanus_client.js +3 -0
- package/es/services/trtc/v20190722/trtc_client.js +13 -4
- package/es/services/waf/v20180125/waf_client.js +3 -0
- 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/cbs/v20170312/cbs_models.d.ts +2 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +167 -18
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +5 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +6 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +99 -28
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +13 -13
- package/tencentcloud/services/cme/v20191029/cme_client.js +13 -13
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +391 -47
- package/tencentcloud/services/csip/v20221121/csip_client.js +585 -69
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10991 -5629
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +151 -182
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -5
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -6
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +109 -71
- package/tencentcloud/services/es/v20180416/es_models.d.ts +245 -203
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -68
- package/tencentcloud/services/live/v20180801/live_client.d.ts +21 -13
- package/tencentcloud/services/live/v20180801/live_client.js +30 -18
- package/tencentcloud/services/live/v20180801/live_models.d.ts +217 -16
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -11
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +7 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +8 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +89 -95
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +65 -43
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -7
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +256 -110
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +59 -47
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +21 -4
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +210 -73
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +101 -20
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -10
|
@@ -1315,6 +1315,15 @@ export interface DeleteAttackWhiteRuleResponse {
|
|
|
1315
1315
|
*/
|
|
1316
1316
|
RequestId?: string;
|
|
1317
1317
|
}
|
|
1318
|
+
/**
|
|
1319
|
+
* LLMRisks
|
|
1320
|
+
*/
|
|
1321
|
+
export interface LLMRisks {
|
|
1322
|
+
/**
|
|
1323
|
+
* 分数
|
|
1324
|
+
*/
|
|
1325
|
+
Risks?: Array<ClawRiskItem>;
|
|
1326
|
+
}
|
|
1318
1327
|
/**
|
|
1319
1328
|
* CreateProtectGroup返回参数结构体
|
|
1320
1329
|
*/
|
|
@@ -2010,33 +2019,25 @@ export interface PostAttackDownloadTaskResponse {
|
|
|
2010
2019
|
RequestId?: string;
|
|
2011
2020
|
}
|
|
2012
2021
|
/**
|
|
2013
|
-
*
|
|
2022
|
+
* ClawRiskItem
|
|
2014
2023
|
*/
|
|
2015
|
-
export interface
|
|
2016
|
-
/**
|
|
2017
|
-
* 需要查询的域名
|
|
2018
|
-
*/
|
|
2019
|
-
Domain: string;
|
|
2020
|
-
/**
|
|
2021
|
-
* 分页
|
|
2022
|
-
*/
|
|
2023
|
-
Offset: number;
|
|
2024
|
+
export interface ClawRiskItem {
|
|
2024
2025
|
/**
|
|
2025
|
-
*
|
|
2026
|
+
* 风险类别
|
|
2026
2027
|
*/
|
|
2027
|
-
|
|
2028
|
+
RiskType?: string;
|
|
2028
2029
|
/**
|
|
2029
|
-
*
|
|
2030
|
+
* 规则id
|
|
2030
2031
|
*/
|
|
2031
|
-
|
|
2032
|
+
RuleId?: string;
|
|
2032
2033
|
/**
|
|
2033
|
-
*
|
|
2034
|
+
* 规则名称
|
|
2034
2035
|
*/
|
|
2035
|
-
|
|
2036
|
+
RuleName?: string;
|
|
2036
2037
|
/**
|
|
2037
|
-
*
|
|
2038
|
+
* 分数
|
|
2038
2039
|
*/
|
|
2039
|
-
|
|
2040
|
+
Score?: number;
|
|
2040
2041
|
}
|
|
2041
2042
|
/**
|
|
2042
2043
|
* DescribeOwaspRules返回参数结构体
|
|
@@ -4752,6 +4753,10 @@ export interface ApiAsset {
|
|
|
4752
4753
|
*/
|
|
4753
4754
|
HostList?: Array<string>;
|
|
4754
4755
|
}
|
|
4756
|
+
/**
|
|
4757
|
+
* QueryBypassAllStatus请求参数结构体
|
|
4758
|
+
*/
|
|
4759
|
+
export type QueryBypassAllStatusRequest = null;
|
|
4755
4760
|
/**
|
|
4756
4761
|
* DescribeOwaspRules请求参数结构体
|
|
4757
4762
|
*/
|
|
@@ -8258,6 +8263,35 @@ export interface BatchCustomRuleListItem {
|
|
|
8258
8263
|
*/
|
|
8259
8264
|
ActionRatio?: number;
|
|
8260
8265
|
}
|
|
8266
|
+
/**
|
|
8267
|
+
* DescribeQClawContentSecCheck请求参数结构体
|
|
8268
|
+
*/
|
|
8269
|
+
export interface DescribeQClawContentSecCheckRequest {
|
|
8270
|
+
/**
|
|
8271
|
+
* <p>服务id,使用哪一套防护策略,就需要传哪一套服务id,模型会检测该服务id下的所有规则</p>
|
|
8272
|
+
*/
|
|
8273
|
+
ServiceId: string;
|
|
8274
|
+
/**
|
|
8275
|
+
* <p>要审核的内容</p>
|
|
8276
|
+
*/
|
|
8277
|
+
Content?: ApiGuardContent;
|
|
8278
|
+
/**
|
|
8279
|
+
* <p>标识用户的id,限速使用,不填,则限速会不生效</p>
|
|
8280
|
+
*/
|
|
8281
|
+
UserId?: string;
|
|
8282
|
+
/**
|
|
8283
|
+
* <p>会话id</p>
|
|
8284
|
+
*/
|
|
8285
|
+
SessionId?: string;
|
|
8286
|
+
/**
|
|
8287
|
+
* <p>toolcall工具名称</p>
|
|
8288
|
+
*/
|
|
8289
|
+
ToolName?: string;
|
|
8290
|
+
/**
|
|
8291
|
+
* <p>toolcall工具执行的参数</p>
|
|
8292
|
+
*/
|
|
8293
|
+
ToolArgs?: string;
|
|
8294
|
+
}
|
|
8261
8295
|
/**
|
|
8262
8296
|
* CreateIpAccessControl返回参数结构体
|
|
8263
8297
|
*/
|
|
@@ -12320,6 +12354,15 @@ export interface IpHitItemsData {
|
|
|
12320
12354
|
*/
|
|
12321
12355
|
TotalCount?: number;
|
|
12322
12356
|
}
|
|
12357
|
+
/**
|
|
12358
|
+
* guard content
|
|
12359
|
+
*/
|
|
12360
|
+
export interface ApiGuardContent {
|
|
12361
|
+
/**
|
|
12362
|
+
* <p>prompt</p>
|
|
12363
|
+
*/
|
|
12364
|
+
Prompt: string;
|
|
12365
|
+
}
|
|
12323
12366
|
/**
|
|
12324
12367
|
* 域名的webshell开启状态
|
|
12325
12368
|
*/
|
|
@@ -13038,9 +13081,34 @@ export interface ModifyDomainIpv6StatusRequest {
|
|
|
13038
13081
|
Status: number;
|
|
13039
13082
|
}
|
|
13040
13083
|
/**
|
|
13041
|
-
*
|
|
13084
|
+
* DescribeAttackWhiteRule请求参数结构体
|
|
13042
13085
|
*/
|
|
13043
|
-
export
|
|
13086
|
+
export interface DescribeAttackWhiteRuleRequest {
|
|
13087
|
+
/**
|
|
13088
|
+
* 需要查询的域名
|
|
13089
|
+
*/
|
|
13090
|
+
Domain: string;
|
|
13091
|
+
/**
|
|
13092
|
+
* 分页
|
|
13093
|
+
*/
|
|
13094
|
+
Offset: number;
|
|
13095
|
+
/**
|
|
13096
|
+
* 每页容量
|
|
13097
|
+
*/
|
|
13098
|
+
Limit: number;
|
|
13099
|
+
/**
|
|
13100
|
+
* 排序的字段,支持user_id, signature_id, modify_time
|
|
13101
|
+
*/
|
|
13102
|
+
By?: string;
|
|
13103
|
+
/**
|
|
13104
|
+
* 排序方式
|
|
13105
|
+
*/
|
|
13106
|
+
Order?: string;
|
|
13107
|
+
/**
|
|
13108
|
+
* 筛选条件,支持SignatureId, MatchContent
|
|
13109
|
+
*/
|
|
13110
|
+
Filters?: Array<FiltersItemNew>;
|
|
13111
|
+
}
|
|
13044
13112
|
/**
|
|
13045
13113
|
* DescribeAntiInfoLeakageRules返回参数结构体
|
|
13046
13114
|
*/
|
|
@@ -16169,6 +16237,19 @@ export interface DescribeAttackWhiteRuleResponse {
|
|
|
16169
16237
|
*/
|
|
16170
16238
|
RequestId?: string;
|
|
16171
16239
|
}
|
|
16240
|
+
/**
|
|
16241
|
+
* DescribeQClawContentSecCheck返回参数结构体
|
|
16242
|
+
*/
|
|
16243
|
+
export interface DescribeQClawContentSecCheckResponse {
|
|
16244
|
+
/**
|
|
16245
|
+
* <p>检测结果</p>
|
|
16246
|
+
*/
|
|
16247
|
+
Data?: LLMRisks;
|
|
16248
|
+
/**
|
|
16249
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16250
|
+
*/
|
|
16251
|
+
RequestId?: string;
|
|
16252
|
+
}
|
|
16172
16253
|
/**
|
|
16173
16254
|
* DescribeAccessIndex接口的出参
|
|
16174
16255
|
*/
|
|
@@ -8444,37 +8444,41 @@ export interface AsyncResourceVO {
|
|
|
8444
8444
|
*/
|
|
8445
8445
|
export interface CommitIntegrationTaskRequest {
|
|
8446
8446
|
/**
|
|
8447
|
-
*
|
|
8447
|
+
* <p>任务id</p>
|
|
8448
8448
|
*/
|
|
8449
8449
|
TaskId: string;
|
|
8450
8450
|
/**
|
|
8451
|
-
*
|
|
8451
|
+
* <p>项目id</p>
|
|
8452
8452
|
*/
|
|
8453
8453
|
ProjectId: string;
|
|
8454
8454
|
/**
|
|
8455
|
-
* 0.仅提交,1.立即启动,2.停止线上作业,丢弃作业状态数据,重新启动运行,3.暂停线上作业,保留作业状态数据,继续运行,4
|
|
8455
|
+
* <p>0.仅提交,1.立即启动,2.停止线上作业,丢弃作业状态数据,重新启动运行,3.暂停线上作业,保留作业状态数据,继续运行,4.保留作业状态数据,继续运行</p>
|
|
8456
8456
|
*/
|
|
8457
8457
|
CommitType?: number;
|
|
8458
8458
|
/**
|
|
8459
|
-
*
|
|
8459
|
+
* <p>实时任务 201 离线任务 202 默认实时任务</p>
|
|
8460
8460
|
*/
|
|
8461
8461
|
TaskType?: number;
|
|
8462
8462
|
/**
|
|
8463
|
-
*
|
|
8463
|
+
* <p>额外参数</p>
|
|
8464
8464
|
*/
|
|
8465
8465
|
ExtConfig?: Array<RecordField>;
|
|
8466
8466
|
/**
|
|
8467
|
-
*
|
|
8467
|
+
* <p>提交版本描述</p>
|
|
8468
8468
|
*/
|
|
8469
8469
|
VersionDesc?: string;
|
|
8470
8470
|
/**
|
|
8471
|
-
*
|
|
8471
|
+
* <p>提交版本号</p>
|
|
8472
8472
|
*/
|
|
8473
8473
|
InstanceVersion?: number;
|
|
8474
8474
|
/**
|
|
8475
|
-
*
|
|
8475
|
+
* <p>前端操作类型描述</p>
|
|
8476
8476
|
*/
|
|
8477
8477
|
EventDesc?: string;
|
|
8478
|
+
/**
|
|
8479
|
+
* <p>提交时任务状态</p><p>枚举值:</p><ul><li>3: 运行中</li></ul>
|
|
8480
|
+
*/
|
|
8481
|
+
CurrentStatus?: number;
|
|
8478
8482
|
}
|
|
8479
8483
|
/**
|
|
8480
8484
|
* DescribeTableInfoList请求参数结构体
|
|
@@ -8536,11 +8540,11 @@ export interface RunForceSucScheduleInstancesResponse {
|
|
|
8536
8540
|
*/
|
|
8537
8541
|
export interface CommitIntegrationTaskResponse {
|
|
8538
8542
|
/**
|
|
8539
|
-
*
|
|
8543
|
+
* <p>操作成功与否标识</p>
|
|
8540
8544
|
*/
|
|
8541
8545
|
Data?: boolean;
|
|
8542
8546
|
/**
|
|
8543
|
-
*
|
|
8547
|
+
* <p>数据结构</p>
|
|
8544
8548
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8545
8549
|
*/
|
|
8546
8550
|
DataDto?: CommitTaskDataDto;
|