tencentcloud-sdk-nodejs 4.1.43 → 4.1.44
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/dsgc/v20190723/dsgc_client.js +6 -51
- package/es/services/index.js +0 -1
- package/es/services/tione/v20211111/tione_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/ams/v20201229/ams_models.d.ts +29 -31
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +12 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -7
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +53 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +1 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +7 -99
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +9 -131
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +36 -231
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -0
- package/tencentcloud/services/index.d.ts +0 -1
- package/tencentcloud/services/index.js +0 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -0
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -4
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +3 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +176 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -1
- package/es/services/apcas/index.js +0 -4
- package/es/services/apcas/v20201127/apcas_client.js +0 -27
- package/es/services/apcas/v20201127/apcas_models.js +0 -0
- package/es/services/apcas/v20201127/index.js +0 -6
- package/tencentcloud/services/apcas/index.d.ts +0 -6
- package/tencentcloud/services/apcas/index.js +0 -7
- package/tencentcloud/services/apcas/v20201127/apcas_client.d.ts +0 -38
- package/tencentcloud/services/apcas/v20201127/apcas_client.js +0 -73
- package/tencentcloud/services/apcas/v20201127/apcas_models.d.ts +0 -389
- package/tencentcloud/services/apcas/v20201127/apcas_models.js +0 -18
- package/tencentcloud/services/apcas/v20201127/index.d.ts +0 -6
- package/tencentcloud/services/apcas/v20201127/index.js +0 -10
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DescribeRuleList返回参数结构体
|
|
3
|
-
*/
|
|
4
|
-
export interface DescribeRuleListResponse {
|
|
5
|
-
/**
|
|
6
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7
|
-
*/
|
|
8
|
-
RequestId?: string;
|
|
9
|
-
}
|
|
10
1
|
/**
|
|
11
2
|
* 数据资产报告-涉敏top的资产
|
|
12
3
|
*/
|
|
@@ -391,10 +382,6 @@ export interface DspaFieldResultDataSample {
|
|
|
391
382
|
*/
|
|
392
383
|
DataSample?: string;
|
|
393
384
|
}
|
|
394
|
-
/**
|
|
395
|
-
* ModifyClassificationRule请求参数结构体
|
|
396
|
-
*/
|
|
397
|
-
export declare type ModifyClassificationRuleRequest = null;
|
|
398
385
|
/**
|
|
399
386
|
* DescribeDSPADiscoveryServiceStatus返回参数结构体
|
|
400
387
|
*/
|
|
@@ -755,10 +742,6 @@ export interface DescribeDSPAESDataAssetByComplianceIdRequest {
|
|
|
755
742
|
*/
|
|
756
743
|
DataSourceType?: string;
|
|
757
744
|
}
|
|
758
|
-
/**
|
|
759
|
-
* ModifyLevelName请求参数结构体
|
|
760
|
-
*/
|
|
761
|
-
export declare type ModifyLevelNameRequest = null;
|
|
762
745
|
/**
|
|
763
746
|
* ModifyDSPAAssessmentRiskLevel返回参数结构体
|
|
764
747
|
*/
|
|
@@ -1421,15 +1404,6 @@ export interface CreateDSPAAssessmentTaskResponse {
|
|
|
1421
1404
|
*/
|
|
1422
1405
|
RequestId?: string;
|
|
1423
1406
|
}
|
|
1424
|
-
/**
|
|
1425
|
-
* DescribeClassificationRuleCount返回参数结构体
|
|
1426
|
-
*/
|
|
1427
|
-
export interface DescribeClassificationRuleCountResponse {
|
|
1428
|
-
/**
|
|
1429
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1430
|
-
*/
|
|
1431
|
-
RequestId?: string;
|
|
1432
|
-
}
|
|
1433
1407
|
/**
|
|
1434
1408
|
* DescribeDSPAESDataAssetByComplianceId返回参数结构体
|
|
1435
1409
|
*/
|
|
@@ -1879,14 +1853,6 @@ export interface DspaDiscoveryTaskResultDetail {
|
|
|
1879
1853
|
*/
|
|
1880
1854
|
SchemaName?: string;
|
|
1881
1855
|
}
|
|
1882
|
-
/**
|
|
1883
|
-
* DescribeLeafClassification请求参数结构体
|
|
1884
|
-
*/
|
|
1885
|
-
export declare type DescribeLeafClassificationRequest = null;
|
|
1886
|
-
/**
|
|
1887
|
-
* CreateClassificationRule请求参数结构体
|
|
1888
|
-
*/
|
|
1889
|
-
export declare type CreateClassificationRuleRequest = null;
|
|
1890
1856
|
/**
|
|
1891
1857
|
* DescribeDSPAAssessmentTemplates请求参数结构体
|
|
1892
1858
|
*/
|
|
@@ -2026,15 +1992,6 @@ export interface DiscoveryCondition {
|
|
|
2026
1992
|
*/
|
|
2027
1993
|
ESInstances?: Array<ESInstance>;
|
|
2028
1994
|
}
|
|
2029
|
-
/**
|
|
2030
|
-
* ModifyStandardInfo返回参数结构体
|
|
2031
|
-
*/
|
|
2032
|
-
export interface ModifyStandardInfoResponse {
|
|
2033
|
-
/**
|
|
2034
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2035
|
-
*/
|
|
2036
|
-
RequestId?: string;
|
|
2037
|
-
}
|
|
2038
1995
|
/**
|
|
2039
1996
|
* DescribeDSPAAssessmentRiskTemplateDetail请求参数结构体
|
|
2040
1997
|
*/
|
|
@@ -2976,26 +2933,48 @@ export interface NOSQLInstance {
|
|
|
2976
2933
|
DiscoveryTaskInstanceID?: number;
|
|
2977
2934
|
}
|
|
2978
2935
|
/**
|
|
2979
|
-
*
|
|
2936
|
+
* DescribeDSPAAssessmentTemplateControlItems请求参数结构体
|
|
2980
2937
|
*/
|
|
2981
|
-
export interface
|
|
2938
|
+
export interface DescribeDSPAAssessmentTemplateControlItemsRequest {
|
|
2982
2939
|
/**
|
|
2983
|
-
* DSPA实例
|
|
2940
|
+
* DSPA实例Id。格式“dspa-xxxxxxxx”
|
|
2984
2941
|
*/
|
|
2985
2942
|
DspaId: string;
|
|
2986
2943
|
/**
|
|
2987
|
-
*
|
|
2944
|
+
* 评估模板Id。格式“template-xxxxxxxx”
|
|
2988
2945
|
*/
|
|
2989
|
-
|
|
2946
|
+
TemplateId: string;
|
|
2947
|
+
/**
|
|
2948
|
+
* 偏移量。默认为0
|
|
2949
|
+
*/
|
|
2950
|
+
Offset?: number;
|
|
2951
|
+
/**
|
|
2952
|
+
* 结果集个数限制。默认为20,最大值为100
|
|
2953
|
+
*/
|
|
2954
|
+
Limit?: number;
|
|
2955
|
+
/**
|
|
2956
|
+
* 过滤项。
|
|
2957
|
+
支持模糊搜索:ItemId,ItemName
|
|
2958
|
+
支持过滤:
|
|
2959
|
+
Source:评估项来源,system / user
|
|
2960
|
+
ItemType:评估项类型,questionnaire / auto
|
|
2961
|
+
ItemSubType:评估项子类型
|
|
2962
|
+
Status:评估项启用状态,draft / launched
|
|
2963
|
+
*/
|
|
2964
|
+
Filters?: Array<DspaAssessmentFilter>;
|
|
2990
2965
|
}
|
|
2991
2966
|
/**
|
|
2992
|
-
*
|
|
2967
|
+
* 分类分级规则数量
|
|
2993
2968
|
*/
|
|
2994
|
-
export interface
|
|
2969
|
+
export interface RuleEffectItem {
|
|
2995
2970
|
/**
|
|
2996
|
-
*
|
|
2971
|
+
* 规则描述
|
|
2997
2972
|
*/
|
|
2998
|
-
|
|
2973
|
+
Name?: string;
|
|
2974
|
+
/**
|
|
2975
|
+
* 规则值
|
|
2976
|
+
*/
|
|
2977
|
+
Value?: number;
|
|
2999
2978
|
}
|
|
3000
2979
|
/**
|
|
3001
2980
|
* 分类分级任务RDB数据规则
|
|
@@ -3081,15 +3060,6 @@ export interface DescribeDSPARDBDataAssetByComplianceIdResponse {
|
|
|
3081
3060
|
*/
|
|
3082
3061
|
RequestId?: string;
|
|
3083
3062
|
}
|
|
3084
|
-
/**
|
|
3085
|
-
* CreateNewClassification返回参数结构体
|
|
3086
|
-
*/
|
|
3087
|
-
export interface CreateNewClassificationResponse {
|
|
3088
|
-
/**
|
|
3089
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3090
|
-
*/
|
|
3091
|
-
RequestId?: string;
|
|
3092
|
-
}
|
|
3093
3063
|
/**
|
|
3094
3064
|
* DescribeDSPADiscoveryTasks返回参数结构体
|
|
3095
3065
|
*/
|
|
@@ -3281,15 +3251,6 @@ export interface DescribeDSPADiscoveryRulesResponse {
|
|
|
3281
3251
|
*/
|
|
3282
3252
|
RequestId?: string;
|
|
3283
3253
|
}
|
|
3284
|
-
/**
|
|
3285
|
-
* ModifyLevelState返回参数结构体
|
|
3286
|
-
*/
|
|
3287
|
-
export interface ModifyLevelStateResponse {
|
|
3288
|
-
/**
|
|
3289
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3290
|
-
*/
|
|
3291
|
-
RequestId?: string;
|
|
3292
|
-
}
|
|
3293
3254
|
/**
|
|
3294
3255
|
* StopDSPADiscoveryTask请求参数结构体
|
|
3295
3256
|
*/
|
|
@@ -3720,15 +3681,6 @@ export interface DescribeDSPAAssessmentRisksResponse {
|
|
|
3720
3681
|
*/
|
|
3721
3682
|
RequestId?: string;
|
|
3722
3683
|
}
|
|
3723
|
-
/**
|
|
3724
|
-
* CreateClassificationRule返回参数结构体
|
|
3725
|
-
*/
|
|
3726
|
-
export interface CreateClassificationRuleResponse {
|
|
3727
|
-
/**
|
|
3728
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3729
|
-
*/
|
|
3730
|
-
RequestId?: string;
|
|
3731
|
-
}
|
|
3732
3684
|
/**
|
|
3733
3685
|
* 查询绑定的db信息
|
|
3734
3686
|
*/
|
|
@@ -3746,15 +3698,6 @@ export interface DbInfo {
|
|
|
3746
3698
|
*/
|
|
3747
3699
|
BindType?: string;
|
|
3748
3700
|
}
|
|
3749
|
-
/**
|
|
3750
|
-
* ModifyClassificationRule返回参数结构体
|
|
3751
|
-
*/
|
|
3752
|
-
export interface ModifyClassificationRuleResponse {
|
|
3753
|
-
/**
|
|
3754
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3755
|
-
*/
|
|
3756
|
-
RequestId?: string;
|
|
3757
|
-
}
|
|
3758
3701
|
/**
|
|
3759
3702
|
* CreateIdentifyRuleAnotherName返回参数结构体
|
|
3760
3703
|
*/
|
|
@@ -4226,15 +4169,6 @@ export interface DescribeDSPAAssessmentRiskLevelDetailRequest {
|
|
|
4226
4169
|
*/
|
|
4227
4170
|
RiskLevelId: number;
|
|
4228
4171
|
}
|
|
4229
|
-
/**
|
|
4230
|
-
* DescribeLeafClassification返回参数结构体
|
|
4231
|
-
*/
|
|
4232
|
-
export interface DescribeLeafClassificationResponse {
|
|
4233
|
-
/**
|
|
4234
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4235
|
-
*/
|
|
4236
|
-
RequestId?: string;
|
|
4237
|
-
}
|
|
4238
4172
|
/**
|
|
4239
4173
|
* DescribeDSPAAssessmentRiskLevelTrend请求参数结构体
|
|
4240
4174
|
*/
|
|
@@ -4613,15 +4547,6 @@ export interface DataRule {
|
|
|
4613
4547
|
*/
|
|
4614
4548
|
ExtendParameters?: Array<DatagovRuleExtendParameter>;
|
|
4615
4549
|
}
|
|
4616
|
-
/**
|
|
4617
|
-
* ModifyLevelName返回参数结构体
|
|
4618
|
-
*/
|
|
4619
|
-
export interface ModifyLevelNameResponse {
|
|
4620
|
-
/**
|
|
4621
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4622
|
-
*/
|
|
4623
|
-
RequestId?: string;
|
|
4624
|
-
}
|
|
4625
4550
|
/**
|
|
4626
4551
|
* EnableTrialVersion返回参数结构体
|
|
4627
4552
|
*/
|
|
@@ -4651,10 +4576,6 @@ export interface DSPAMetaType {
|
|
|
4651
4576
|
*/
|
|
4652
4577
|
SupportedAuthTypes?: Array<string>;
|
|
4653
4578
|
}
|
|
4654
|
-
/**
|
|
4655
|
-
* ModifyStandardInfo请求参数结构体
|
|
4656
|
-
*/
|
|
4657
|
-
export declare type ModifyStandardInfoRequest = null;
|
|
4658
4579
|
/**
|
|
4659
4580
|
* DescribeDSPAComplianceGroupDetail返回参数结构体
|
|
4660
4581
|
*/
|
|
@@ -4761,10 +4682,6 @@ export interface DspaTaskResult {
|
|
|
4761
4682
|
*/
|
|
4762
4683
|
MetaType?: string;
|
|
4763
4684
|
}
|
|
4764
|
-
/**
|
|
4765
|
-
* DescribeRuleList请求参数结构体
|
|
4766
|
-
*/
|
|
4767
|
-
export declare type DescribeRuleListRequest = null;
|
|
4768
4685
|
/**
|
|
4769
4686
|
* DescribeDSPADataSourceDbInfo请求参数结构体
|
|
4770
4687
|
*/
|
|
@@ -4782,10 +4699,6 @@ export interface DescribeDSPADataSourceDbInfoRequest {
|
|
|
4782
4699
|
*/
|
|
4783
4700
|
DataSourceType?: string;
|
|
4784
4701
|
}
|
|
4785
|
-
/**
|
|
4786
|
-
* CreateOrCopyStandard请求参数结构体
|
|
4787
|
-
*/
|
|
4788
|
-
export declare type CreateOrCopyStandardRequest = null;
|
|
4789
4702
|
/**
|
|
4790
4703
|
* 扫描任务结果,按照数据库级别展示
|
|
4791
4704
|
*/
|
|
@@ -5139,10 +5052,6 @@ export interface AssessmentTask {
|
|
|
5139
5052
|
*/
|
|
5140
5053
|
ProgressPercent: number;
|
|
5141
5054
|
}
|
|
5142
|
-
/**
|
|
5143
|
-
* DescribeClassificationInfo请求参数结构体
|
|
5144
|
-
*/
|
|
5145
|
-
export declare type DescribeClassificationInfoRequest = null;
|
|
5146
5055
|
/**
|
|
5147
5056
|
* DescribeDSPAESDataSample请求参数结构体
|
|
5148
5057
|
*/
|
|
@@ -5417,10 +5326,6 @@ export interface DescribeDSPAAssessmentRiskSideListRequest {
|
|
|
5417
5326
|
*/
|
|
5418
5327
|
TemplateId: number;
|
|
5419
5328
|
}
|
|
5420
|
-
/**
|
|
5421
|
-
* ModifyNewClassification请求参数结构体
|
|
5422
|
-
*/
|
|
5423
|
-
export declare type ModifyNewClassificationRequest = null;
|
|
5424
5329
|
/**
|
|
5425
5330
|
* DSPA用户资源元信息
|
|
5426
5331
|
*/
|
|
@@ -5838,15 +5743,6 @@ export interface AssessmentRiskItem {
|
|
|
5838
5743
|
*/
|
|
5839
5744
|
ReferTemplateList?: Array<TemplateInfo>;
|
|
5840
5745
|
}
|
|
5841
|
-
/**
|
|
5842
|
-
* ModifyNewClassification返回参数结构体
|
|
5843
|
-
*/
|
|
5844
|
-
export interface ModifyNewClassificationResponse {
|
|
5845
|
-
/**
|
|
5846
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5847
|
-
*/
|
|
5848
|
-
RequestId?: string;
|
|
5849
|
-
}
|
|
5850
5746
|
/**
|
|
5851
5747
|
* BindDSPAResourceDatabases请求参数结构体
|
|
5852
5748
|
*/
|
|
@@ -5938,10 +5834,6 @@ export interface GetUserQuotaInfoRequest {
|
|
|
5938
5834
|
*/
|
|
5939
5835
|
DspaId: string;
|
|
5940
5836
|
}
|
|
5941
|
-
/**
|
|
5942
|
-
* ModifyLevelState请求参数结构体
|
|
5943
|
-
*/
|
|
5944
|
-
export declare type ModifyLevelStateRequest = null;
|
|
5945
5837
|
/**
|
|
5946
5838
|
* ModifyDSPACOSTaskResult返回参数结构体
|
|
5947
5839
|
*/
|
|
@@ -6119,15 +6011,6 @@ export interface StartDSPADiscoveryTaskResponse {
|
|
|
6119
6011
|
*/
|
|
6120
6012
|
RequestId?: string;
|
|
6121
6013
|
}
|
|
6122
|
-
/**
|
|
6123
|
-
* CreateOrCopyStandard返回参数结构体
|
|
6124
|
-
*/
|
|
6125
|
-
export interface CreateOrCopyStandardResponse {
|
|
6126
|
-
/**
|
|
6127
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6128
|
-
*/
|
|
6129
|
-
RequestId?: string;
|
|
6130
|
-
}
|
|
6131
6014
|
/**
|
|
6132
6015
|
* DescribeDSPALevelGroups返回参数结构体
|
|
6133
6016
|
*/
|
|
@@ -6545,10 +6428,6 @@ export interface DescribeDSPAAssessmentRiskDealedTrendRequest {
|
|
|
6545
6428
|
*/
|
|
6546
6429
|
TemplateId?: string;
|
|
6547
6430
|
}
|
|
6548
|
-
/**
|
|
6549
|
-
* ModifyLevelInfo请求参数结构体
|
|
6550
|
-
*/
|
|
6551
|
-
export declare type ModifyLevelInfoRequest = null;
|
|
6552
6431
|
/**
|
|
6553
6432
|
* dsgc-资产梳理报表-数据源信息
|
|
6554
6433
|
*/
|
|
@@ -6970,35 +6849,17 @@ export interface VerifyDSPADiscoveryRuleResponse {
|
|
|
6970
6849
|
RequestId?: string;
|
|
6971
6850
|
}
|
|
6972
6851
|
/**
|
|
6973
|
-
*
|
|
6852
|
+
* DeleteDSPADiscoveryTaskResult请求参数结构体
|
|
6974
6853
|
*/
|
|
6975
|
-
export interface
|
|
6854
|
+
export interface DeleteDSPADiscoveryTaskResultRequest {
|
|
6976
6855
|
/**
|
|
6977
|
-
* DSPA实例
|
|
6856
|
+
* DSPA实例ID
|
|
6978
6857
|
*/
|
|
6979
6858
|
DspaId: string;
|
|
6980
6859
|
/**
|
|
6981
|
-
*
|
|
6982
|
-
*/
|
|
6983
|
-
TemplateId: string;
|
|
6984
|
-
/**
|
|
6985
|
-
* 偏移量。默认为0
|
|
6986
|
-
*/
|
|
6987
|
-
Offset?: number;
|
|
6988
|
-
/**
|
|
6989
|
-
* 结果集个数限制。默认为20,最大值为100
|
|
6990
|
-
*/
|
|
6991
|
-
Limit?: number;
|
|
6992
|
-
/**
|
|
6993
|
-
* 过滤项。
|
|
6994
|
-
支持模糊搜索:ItemId,ItemName
|
|
6995
|
-
支持过滤:
|
|
6996
|
-
Source:评估项来源,system / user
|
|
6997
|
-
ItemType:评估项类型,questionnaire / auto
|
|
6998
|
-
ItemSubType:评估项子类型
|
|
6999
|
-
Status:评估项启用状态,draft / launched
|
|
6860
|
+
* 扫描数据库结果ID
|
|
7000
6861
|
*/
|
|
7001
|
-
|
|
6862
|
+
DbResultId: number;
|
|
7002
6863
|
}
|
|
7003
6864
|
/**
|
|
7004
6865
|
* DescribeDSPAAssessmentRiskItemTop5返回参数结构体
|
|
@@ -7210,15 +7071,6 @@ export interface DescribeDSPADiscoveryTaskResultDetailRequest {
|
|
|
7210
7071
|
*/
|
|
7211
7072
|
CategoryIdList?: Array<number | bigint>;
|
|
7212
7073
|
}
|
|
7213
|
-
/**
|
|
7214
|
-
* DescribeClassificationInfo返回参数结构体
|
|
7215
|
-
*/
|
|
7216
|
-
export interface DescribeClassificationInfoResponse {
|
|
7217
|
-
/**
|
|
7218
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7219
|
-
*/
|
|
7220
|
-
RequestId?: string;
|
|
7221
|
-
}
|
|
7222
7074
|
/**
|
|
7223
7075
|
* DescribeDSPATaskResultDataSample请求参数结构体
|
|
7224
7076
|
*/
|
|
@@ -7563,19 +7415,6 @@ export interface ExportAssetDetailDataResponse {
|
|
|
7563
7415
|
*/
|
|
7564
7416
|
RequestId?: string;
|
|
7565
7417
|
}
|
|
7566
|
-
/**
|
|
7567
|
-
* 分类分级规则数量
|
|
7568
|
-
*/
|
|
7569
|
-
export interface RuleEffectItem {
|
|
7570
|
-
/**
|
|
7571
|
-
* 规则描述
|
|
7572
|
-
*/
|
|
7573
|
-
Name?: string;
|
|
7574
|
-
/**
|
|
7575
|
-
* 规则值
|
|
7576
|
-
*/
|
|
7577
|
-
Value?: number;
|
|
7578
|
-
}
|
|
7579
7418
|
/**
|
|
7580
7419
|
* 分类规则信息
|
|
7581
7420
|
*/
|
|
@@ -7785,10 +7624,6 @@ export interface DescribeDSPACategoryTreeWithRulesRequest {
|
|
|
7785
7624
|
*/
|
|
7786
7625
|
CategoryId?: number;
|
|
7787
7626
|
}
|
|
7788
|
-
/**
|
|
7789
|
-
* DescribeClassificationRuleCount请求参数结构体
|
|
7790
|
-
*/
|
|
7791
|
-
export declare type DescribeClassificationRuleCountRequest = null;
|
|
7792
7627
|
/**
|
|
7793
7628
|
* 数据库实例的DB绑定关系状态信息。
|
|
7794
7629
|
*/
|
|
@@ -7806,10 +7641,6 @@ export interface DbRelationStatusItem {
|
|
|
7806
7641
|
*/
|
|
7807
7642
|
ValidStatus?: string;
|
|
7808
7643
|
}
|
|
7809
|
-
/**
|
|
7810
|
-
* CreateNewClassification请求参数结构体
|
|
7811
|
-
*/
|
|
7812
|
-
export declare type CreateNewClassificationRequest = null;
|
|
7813
7644
|
/**
|
|
7814
7645
|
* 建议使用的安全产品
|
|
7815
7646
|
*/
|
|
@@ -8026,15 +7857,6 @@ export interface CreateDSPACategoryRelationRequest {
|
|
|
8026
7857
|
*/
|
|
8027
7858
|
ComplianceId: number;
|
|
8028
7859
|
}
|
|
8029
|
-
/**
|
|
8030
|
-
* ModifyMergeClassification返回参数结构体
|
|
8031
|
-
*/
|
|
8032
|
-
export interface ModifyMergeClassificationResponse {
|
|
8033
|
-
/**
|
|
8034
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8035
|
-
*/
|
|
8036
|
-
RequestId?: string;
|
|
8037
|
-
}
|
|
8038
7860
|
/**
|
|
8039
7861
|
* CreateAssetSortingReportTask返回参数结构体
|
|
8040
7862
|
*/
|
|
@@ -8438,15 +8260,6 @@ export interface DspaDiscoveryLevelDetail {
|
|
|
8438
8260
|
*/
|
|
8439
8261
|
LevelGroupId?: number;
|
|
8440
8262
|
}
|
|
8441
|
-
/**
|
|
8442
|
-
* ModifyClassificationRuleState返回参数结构体
|
|
8443
|
-
*/
|
|
8444
|
-
export interface ModifyClassificationRuleStateResponse {
|
|
8445
|
-
/**
|
|
8446
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8447
|
-
*/
|
|
8448
|
-
RequestId?: string;
|
|
8449
|
-
}
|
|
8450
8263
|
/**
|
|
8451
8264
|
* DescribeDSPAESDataAssetDetail请求参数结构体
|
|
8452
8265
|
*/
|
|
@@ -8850,10 +8663,6 @@ export interface DescribeDSPACOSDiscoveryTasksRequest {
|
|
|
8850
8663
|
*/
|
|
8851
8664
|
Limit?: number;
|
|
8852
8665
|
}
|
|
8853
|
-
/**
|
|
8854
|
-
* ModifyMergeClassification请求参数结构体
|
|
8855
|
-
*/
|
|
8856
|
-
export declare type ModifyMergeClassificationRequest = null;
|
|
8857
8666
|
/**
|
|
8858
8667
|
* DescribeDSPAAssessmentPendingRiskOverview返回参数结构体
|
|
8859
8668
|
*/
|
|
@@ -8921,10 +8730,6 @@ export interface AssetDBDetail {
|
|
|
8921
8730
|
*/
|
|
8922
8731
|
DistributionData?: Array<Note>;
|
|
8923
8732
|
}
|
|
8924
|
-
/**
|
|
8925
|
-
* ModifyClassificationRuleState请求参数结构体
|
|
8926
|
-
*/
|
|
8927
|
-
export declare type ModifyClassificationRuleStateRequest = null;
|
|
8928
8733
|
/**
|
|
8929
8734
|
* 风险趋势项
|
|
8930
8735
|
*/
|
|
@@ -632,6 +632,7 @@ export declare class Client extends AbstractClient {
|
|
|
632
632
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
633
633
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
634
634
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
635
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
635
636
|
*/
|
|
636
637
|
CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
|
|
637
638
|
/**
|
|
@@ -1069,6 +1070,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1069
1070
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1070
1071
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1071
1072
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1073
|
+
5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
1072
1074
|
*/
|
|
1073
1075
|
CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
|
|
1074
1076
|
/**
|
|
@@ -744,6 +744,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
744
744
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
745
745
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
746
746
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
747
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
747
748
|
*/
|
|
748
749
|
async CreateFlowSignUrl(req, cb) {
|
|
749
750
|
return this.request("CreateFlowSignUrl", req, cb);
|
|
@@ -1247,6 +1248,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1247
1248
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1248
1249
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1249
1250
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1251
|
+
5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
1250
1252
|
*/
|
|
1251
1253
|
async CreateBatchQuickSignUrl(req, cb) {
|
|
1252
1254
|
return this.request("CreateBatchQuickSignUrl", req, cb);
|
|
@@ -5620,7 +5620,7 @@ export interface FlowCreateApprover {
|
|
|
5620
5620
|
/**
|
|
5621
5621
|
* 签署意愿确认渠道,默认为WEIXINAPP:人脸识别
|
|
5622
5622
|
|
|
5623
|
-
注: <font color="red"
|
|
5623
|
+
注: <font color="red">不再使用</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`
|
|
5624
5624
|
*/
|
|
5625
5625
|
VerifyChannel?: Array<string>;
|
|
5626
5626
|
/**
|
|
@@ -5654,7 +5654,7 @@ export interface FlowCreateApprover {
|
|
|
5654
5654
|
*/
|
|
5655
5655
|
UserId?: string;
|
|
5656
5656
|
/**
|
|
5657
|
-
* <font color="red"
|
|
5657
|
+
* <font color="red">字段不再使用</font>,当前只支持true,默认为true
|
|
5658
5658
|
*/
|
|
5659
5659
|
Required?: boolean;
|
|
5660
5660
|
/**
|
|
@@ -5669,7 +5669,7 @@ export interface FlowCreateApprover {
|
|
|
5669
5669
|
*/
|
|
5670
5670
|
CustomApproverTag?: string;
|
|
5671
5671
|
/**
|
|
5672
|
-
*
|
|
5672
|
+
* <font color="red">不再使用</font >, 快速注册相关信息
|
|
5673
5673
|
*/
|
|
5674
5674
|
RegisterInfo?: RegisterInfo;
|
|
5675
5675
|
/**
|
|
@@ -683,6 +683,7 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
683
683
|
4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
684
684
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
685
685
|
6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
686
|
+
7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
686
687
|
*/
|
|
687
688
|
ChannelCreateBatchQuickSignUrl(req: ChannelCreateBatchQuickSignUrlRequest, cb?: (error: string, rep: ChannelCreateBatchQuickSignUrlResponse) => void): Promise<ChannelCreateBatchQuickSignUrlResponse>;
|
|
688
689
|
/**
|
|
@@ -851,6 +852,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
851
852
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
852
853
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
853
854
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
855
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
854
856
|
*/
|
|
855
857
|
ChannelCreateFlowSignUrl(req: ChannelCreateFlowSignUrlRequest, cb?: (error: string, rep: ChannelCreateFlowSignUrlResponse) => void): Promise<ChannelCreateFlowSignUrlResponse>;
|
|
856
858
|
/**
|
|
@@ -801,6 +801,7 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
801
801
|
4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
802
802
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
803
803
|
6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
804
|
+
7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
804
805
|
*/
|
|
805
806
|
async ChannelCreateBatchQuickSignUrl(req, cb) {
|
|
806
807
|
return this.request("ChannelCreateBatchQuickSignUrl", req, cb);
|
|
@@ -991,6 +992,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
991
992
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
992
993
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
993
994
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
995
|
+
4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
994
996
|
*/
|
|
995
997
|
async ChannelCreateFlowSignUrl(req, cb) {
|
|
996
998
|
return this.request("ChannelCreateFlowSignUrl", req, cb);
|
|
@@ -9,7 +9,6 @@ export { ame } from "./ame";
|
|
|
9
9
|
export { ams } from "./ams";
|
|
10
10
|
export { anicloud } from "./anicloud";
|
|
11
11
|
export { antiddos } from "./antiddos";
|
|
12
|
-
export { apcas } from "./apcas";
|
|
13
12
|
export { ape } from "./ape";
|
|
14
13
|
export { api } from "./api";
|
|
15
14
|
export { apigateway } from "./apigateway";
|
|
@@ -22,8 +22,6 @@ var anicloud_1 = require("./anicloud");
|
|
|
22
22
|
Object.defineProperty(exports, "anicloud", { enumerable: true, get: function () { return anicloud_1.anicloud; } });
|
|
23
23
|
var antiddos_1 = require("./antiddos");
|
|
24
24
|
Object.defineProperty(exports, "antiddos", { enumerable: true, get: function () { return antiddos_1.antiddos; } });
|
|
25
|
-
var apcas_1 = require("./apcas");
|
|
26
|
-
Object.defineProperty(exports, "apcas", { enumerable: true, get: function () { return apcas_1.apcas; } });
|
|
27
25
|
var ape_1 = require("./ape");
|
|
28
26
|
Object.defineProperty(exports, "ape", { enumerable: true, get: function () { return ape_1.ape; } });
|
|
29
27
|
var api_1 = require("./api");
|
|
@@ -3094,7 +3094,7 @@ export interface SaveDocRequest {
|
|
|
3094
3094
|
*/
|
|
3095
3095
|
IsRefer?: boolean;
|
|
3096
3096
|
/**
|
|
3097
|
-
* 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1
|
|
3097
|
+
* 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从腾讯云智能体开发平台页面下载excel模板
|
|
3098
3098
|
*/
|
|
3099
3099
|
Opt?: number;
|
|
3100
3100
|
/**
|
|
@@ -2235,11 +2235,11 @@ export interface MidQueryCondition {
|
|
|
2235
2235
|
*/
|
|
2236
2236
|
Key: string;
|
|
2237
2237
|
/**
|
|
2238
|
-
*
|
|
2238
|
+
* 操作符,支持=、in
|
|
2239
2239
|
*/
|
|
2240
2240
|
Operator: string;
|
|
2241
2241
|
/**
|
|
2242
|
-
* 维度值,当Op
|
|
2242
|
+
* 维度值,当Op是=时,只使用第一个元素
|
|
2243
2243
|
*/
|
|
2244
2244
|
Value: Array<string>;
|
|
2245
2245
|
}
|
|
@@ -270,6 +270,7 @@ export declare class Client extends AbstractClient {
|
|
|
270
270
|
* 发起图片处理,功能包括:
|
|
271
271
|
1. 格式转换;
|
|
272
272
|
2. 图像增强;
|
|
273
|
+
3. 图像擦除;
|
|
273
274
|
*/
|
|
274
275
|
ProcessImage(req: ProcessImageRequest, cb?: (error: string, rep: ProcessImageResponse) => void): Promise<ProcessImageResponse>;
|
|
275
276
|
/**
|