tencentcloud-sdk-nodejs 4.1.129 → 4.1.131

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 (35) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ess/v20201111/ess_client.js +6 -0
  3. package/es/services/ioa/v20220601/ioa_client.js +12 -0
  4. package/es/services/privatedns/v20201028/privatedns_client.js +35 -2
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +28 -14
  9. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -1
  10. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +6 -6
  11. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +12 -0
  12. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  13. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  14. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -2
  15. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
  16. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
  17. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +232 -67
  18. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +8 -2
  19. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +17 -1
  20. package/tencentcloud/services/ioa/v20220601/ioa_client.js +24 -0
  21. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +297 -14
  22. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +9 -1
  23. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  24. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +1 -1
  25. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  26. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +113 -47
  27. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -1
  28. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +47 -3
  29. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +69 -3
  30. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1026 -597
  31. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  32. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  33. package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
  34. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +894 -556
  35. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +4 -3
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.129";
1
+ export const sdkVersion = "4.1.131";
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
6
6
  async StartFlow(req, cb) {
7
7
  return this.request("StartFlow", req, cb);
8
8
  }
9
+ async CreateContractComparisonTask(req, cb) {
10
+ return this.request("CreateContractComparisonTask", req, cb);
11
+ }
9
12
  async DescribeFlowTemplates(req, cb) {
10
13
  return this.request("DescribeFlowTemplates", req, cb);
11
14
  }
@@ -201,6 +204,9 @@ export class Client extends AbstractClient {
201
204
  async CreateUserMobileChangeUrl(req, cb) {
202
205
  return this.request("CreateUserMobileChangeUrl", req, cb);
203
206
  }
207
+ async ExportContractComparisonTask(req, cb) {
208
+ return this.request("ExportContractComparisonTask", req, cb);
209
+ }
204
210
  async CreateBatchInformationExtractionTask(req, cb) {
205
211
  return this.request("CreateBatchInformationExtractionTask", req, cb);
206
212
  }
@@ -12,9 +12,15 @@ export class Client extends AbstractClient {
12
12
  async DescribeSoftwareInformation(req, cb) {
13
13
  return this.request("DescribeSoftwareInformation", req, cb);
14
14
  }
15
+ async CreateDLPFileDetectTask(req, cb) {
16
+ return this.request("CreateDLPFileDetectTask", req, cb);
17
+ }
15
18
  async CreateDeviceVirtualGroup(req, cb) {
16
19
  return this.request("CreateDeviceVirtualGroup", req, cb);
17
20
  }
21
+ async DescribeDLPFileDetectTaskResult(req, cb) {
22
+ return this.request("DescribeDLPFileDetectTaskResult", req, cb);
23
+ }
18
24
  async DescribeVirtualDevices(req, cb) {
19
25
  return this.request("DescribeVirtualDevices", req, cb);
20
26
  }
@@ -36,6 +42,9 @@ export class Client extends AbstractClient {
36
42
  async DescribeAggrSoftCategorySoftList(req, cb) {
37
43
  return this.request("DescribeAggrSoftCategorySoftList", req, cb);
38
44
  }
45
+ async DescribeDLPEdgeNodes(req, cb) {
46
+ return this.request("DescribeDLPEdgeNodes", req, cb);
47
+ }
39
48
  async DescribeAggrSoftDetail(req, cb) {
40
49
  return this.request("DescribeAggrSoftDetail", req, cb);
41
50
  }
@@ -57,6 +66,9 @@ export class Client extends AbstractClient {
57
66
  async DescribeLocalAccounts(req, cb) {
58
67
  return this.request("DescribeLocalAccounts", req, cb);
59
68
  }
69
+ async DescribeDLPEdgeNodeGroups(req, cb) {
70
+ return this.request("DescribeDLPEdgeNodeGroups", req, cb);
71
+ }
60
72
  async DescribeDevices(req, cb) {
61
73
  return this.request("DescribeDevices", req, cb);
62
74
  }
@@ -9,8 +9,11 @@ export class Client extends AbstractClient {
9
9
  async DescribePrivateZone(req, cb) {
10
10
  return this.request("DescribePrivateZone", req, cb);
11
11
  }
12
- async DescribePrivateZoneRecordList(req, cb) {
13
- return this.request("DescribePrivateZoneRecordList", req, cb);
12
+ async DeleteForwardRule(req, cb) {
13
+ return this.request("DeleteForwardRule", req, cb);
14
+ }
15
+ async DeleteEndPoint(req, cb) {
16
+ return this.request("DeleteEndPoint", req, cb);
14
17
  }
15
18
  async DescribeQuotaUsage(req, cb) {
16
19
  return this.request("DescribeQuotaUsage", req, cb);
@@ -27,9 +30,18 @@ export class Client extends AbstractClient {
27
30
  async DescribePrivateZoneList(req, cb) {
28
31
  return this.request("DescribePrivateZoneList", req, cb);
29
32
  }
33
+ async ModifyInboundEndpoint(req, cb) {
34
+ return this.request("ModifyInboundEndpoint", req, cb);
35
+ }
36
+ async DescribePrivateZoneRecordList(req, cb) {
37
+ return this.request("DescribePrivateZoneRecordList", req, cb);
38
+ }
30
39
  async AddSpecifyPrivateZoneVpc(req, cb) {
31
40
  return this.request("AddSpecifyPrivateZoneVpc", req, cb);
32
41
  }
42
+ async ModifyForwardRule(req, cb) {
43
+ return this.request("ModifyForwardRule", req, cb);
44
+ }
33
45
  async QueryAsyncBindVpcStatus(req, cb) {
34
46
  return this.request("QueryAsyncBindVpcStatus", req, cb);
35
47
  }
@@ -42,6 +54,9 @@ export class Client extends AbstractClient {
42
54
  async DeletePrivateDNSAccount(req, cb) {
43
55
  return this.request("DeletePrivateDNSAccount", req, cb);
44
56
  }
57
+ async CreateExtendEndpoint(req, cb) {
58
+ return this.request("CreateExtendEndpoint", req, cb);
59
+ }
45
60
  async SubscribePrivateZoneService(req, cb) {
46
61
  return this.request("SubscribePrivateZoneService", req, cb);
47
62
  }
@@ -60,21 +75,39 @@ export class Client extends AbstractClient {
60
75
  async DescribeRecord(req, cb) {
61
76
  return this.request("DescribeRecord", req, cb);
62
77
  }
78
+ async CreateInboundEndpoint(req, cb) {
79
+ return this.request("CreateInboundEndpoint", req, cb);
80
+ }
63
81
  async ModifyRecordsStatus(req, cb) {
64
82
  return this.request("ModifyRecordsStatus", req, cb);
65
83
  }
66
84
  async DeleteSpecifyPrivateZoneVpc(req, cb) {
67
85
  return this.request("DeleteSpecifyPrivateZoneVpc", req, cb);
68
86
  }
87
+ async CreateForwardRule(req, cb) {
88
+ return this.request("CreateForwardRule", req, cb);
89
+ }
69
90
  async DescribePrivateZoneService(req, cb) {
70
91
  return this.request("DescribePrivateZoneService", req, cb);
71
92
  }
93
+ async DescribeExtendEndpointList(req, cb) {
94
+ return this.request("DescribeExtendEndpointList", req, cb);
95
+ }
96
+ async DescribeForwardRuleList(req, cb) {
97
+ return this.request("DescribeForwardRuleList", req, cb);
98
+ }
99
+ async DescribeInboundEndpointList(req, cb) {
100
+ return this.request("DescribeInboundEndpointList", req, cb);
101
+ }
72
102
  async DeletePrivateZoneRecord(req, cb) {
73
103
  return this.request("DeletePrivateZoneRecord", req, cb);
74
104
  }
75
105
  async DescribeRequestData(req, cb) {
76
106
  return this.request("DescribeRequestData", req, cb);
77
107
  }
108
+ async DeleteInboundEndpoint(req, cb) {
109
+ return this.request("DeleteInboundEndpoint", req, cb);
110
+ }
78
111
  async DescribePrivateDNSAccountList(req, cb) {
79
112
  return this.request("DescribePrivateDNSAccountList", req, cb);
80
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.129",
3
+ "version": "4.1.131",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.129";
1
+ export declare const sdkVersion = "4.1.131";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.129";
4
+ exports.sdkVersion = "4.1.131";
@@ -178,11 +178,11 @@ export interface CdbZoneSellConf {
178
178
  */
179
179
  EngineType?: Array<string>;
180
180
  /**
181
- * 集群版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示
181
+ * 云盘版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示
182
182
  */
183
183
  CloudNativeClusterStatus?: number;
184
184
  /**
185
- * 集群版或者单节点基础型支持的磁盘类型。
185
+ * 云盘版或者单节点基础型支持的磁盘类型。
186
186
  */
187
187
  DiskTypeConf?: Array<DiskTypeConfigItem>;
188
188
  }
@@ -4125,7 +4125,7 @@ export interface DescribeDBInstanceConfigRequest {
4125
4125
  InstanceId: string;
4126
4126
  }
4127
4127
  /**
4128
- * 集群版实例节点信息
4128
+ * 云盘版实例节点信息
4129
4129
  */
4130
4130
  export interface ClusterNodeInfo {
4131
4131
  /**
@@ -4805,7 +4805,7 @@ export interface ModifyBackupConfigRequest {
4805
4805
  */
4806
4806
  export interface DiskTypeConfigItem {
4807
4807
  /**
4808
- * 磁盘对应的实例类型。仅支持单节点基础型和集群版。
4808
+ * 磁盘对应的实例类型。仅支持单节点(云盘)和云盘版。
4809
4809
  */
4810
4810
  DeviceType?: string;
4811
4811
  /**
@@ -5373,17 +5373,23 @@ export interface ModifyDBInstanceModesRequest {
5373
5373
  */
5374
5374
  export interface CdbSellType {
5375
5375
  /**
5376
- * 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。
5376
+ * 售卖实例名称。
5377
+ Z3:是高可用类型,对应规格中的 DeviceType,包含 UNIVERSAL,EXCLUSIVE。
5378
+ CVM:是基础版类型,对应规格中的 DeviceType 是 BASIC(已下线)。
5379
+ TKE:是基础版v2类型,对应规格中的 DeviceType 是 BASIC_V2。
5380
+ CLOUD_NATIVE_CLUSTER:表示云盘版标准型。
5381
+ CLOUD_NATIVE_CLUSTER_EXCLUSIVE:表示云盘版加强型。
5382
+ ECONOMICAL:表示经济型。
5377
5383
  */
5378
- TypeName: string;
5384
+ TypeName?: string;
5379
5385
  /**
5380
5386
  * 引擎版本号
5381
5387
  */
5382
- EngineVersion: Array<string>;
5388
+ EngineVersion?: Array<string>;
5383
5389
  /**
5384
5390
  * 售卖规格Id
5385
5391
  */
5386
- ConfigIds: Array<number | bigint>;
5392
+ ConfigIds?: Array<number | bigint>;
5387
5393
  }
5388
5394
  /**
5389
5395
  * 主实例信息
@@ -6242,7 +6248,7 @@ export interface ModifyInstanceTagRequest {
6242
6248
  DeleteTags?: Array<TagInfo>;
6243
6249
  }
6244
6250
  /**
6245
- * 一键迁移集群版只读实例信息
6251
+ * 一键迁移云盘版只读实例信息
6246
6252
  */
6247
6253
  export interface MigrateClusterRoInfo {
6248
6254
  /**
@@ -6270,7 +6276,7 @@ export interface MigrateClusterRoInfo {
6270
6276
  */
6271
6277
  Zone?: string;
6272
6278
  /**
6273
- * 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型集群版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型集群版实例。
6279
+ * 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 云盘版标准型实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 云盘版加强型实例。
6274
6280
  */
6275
6281
  DeviceType?: string;
6276
6282
  /**
@@ -6929,7 +6935,11 @@ export interface InstanceInfo {
6929
6935
  */
6930
6936
  MaxDelayTime?: number;
6931
6937
  /**
6932
- * 实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘
6938
+ * 实例磁盘类型,仅云盘版和单节点(云盘)实例才会返回有效值。
6939
+ 说明:
6940
+ 1. 若返回:"DiskType": "CLOUD_HSSD",则表示该实例磁盘类型为增强型 SSD 云硬盘。
6941
+ 2. 若返回:"DiskType": "CLOUD_SSD",则表示该实例磁盘类型为 SSD 云硬盘。
6942
+ 3. 若返回:"DiskType": "",且参数 DeviceType 值为 UNIVERSAL 或 EXCLUSIVE,则表示该实例采用的是本地 SSD 盘。
6933
6943
  */
6934
6944
  DiskType?: string;
6935
6945
  /**
@@ -6937,7 +6947,7 @@ export interface InstanceInfo {
6937
6947
  */
6938
6948
  ExpandCpu?: number;
6939
6949
  /**
6940
- * 实例集群版节点信息
6950
+ * 云盘版实例节点信息
6941
6951
  */
6942
6952
  ClusterInfo?: Array<ClusterInfo>;
6943
6953
  /**
@@ -6948,6 +6958,10 @@ export interface InstanceInfo {
6948
6958
  * 设备带宽,单位G。当DeviceClass不为空时此参数才有效。例:25-表示当前设备带宽为25G;10-表示当前设备带宽为10G。
6949
6959
  */
6950
6960
  DeviceBandwidth?: number;
6961
+ /**
6962
+ * 实例销毁保护状态,on表示开启保护,否则为关闭保护
6963
+ */
6964
+ DestroyProtect?: string;
6951
6965
  }
6952
6966
  /**
6953
6967
  * DescribeDefaultParams返回参数结构体
@@ -7910,7 +7924,7 @@ export interface DescribeSupportedPrivilegesResponse {
7910
7924
  RequestId?: string;
7911
7925
  }
7912
7926
  /**
7913
- * 迁移集群版校验结果
7927
+ * 迁移云盘版校验结果
7914
7928
  */
7915
7929
  export interface CheckMigrateResult {
7916
7930
  /**
@@ -9166,7 +9180,7 @@ export interface CreateCloneInstanceRequest {
9166
9180
  SpecifiedSubBackupId?: number;
9167
9181
  }
9168
9182
  /**
9169
- * 集群版节点信息
9183
+ * 云盘版节点信息
9170
9184
  */
9171
9185
  export interface ClusterInfo {
9172
9186
  /**
@@ -6932,7 +6932,12 @@ export interface IpFilter {
6932
6932
  */
6933
6933
  FilterRules?: Array<IpFilterPathRule>;
6934
6934
  /**
6935
- * IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
6935
+ * IP 黑白名单验证失败时返回的状态码。
6936
+ 注意:
6937
+ 请求拒绝时,平台默认响应514状态。
6938
+ 支持自定义为403,404,609状态码,空值时或自定义的不在范围内,均默认为514.
6939
+ 非514状态码将计入HTTPS计费统计,最终账单将按您的计费规则生成。
6940
+ 若您开启了自定义状态码,则默认您认同<a href="https://cloud.tencent.com/document/product/228/75563">HTTPS计费规则</a>。
6936
6941
  注意:此字段可能返回 null,表示取不到有效值。
6937
6942
  */
6938
6943
  ReturnCode?: number;
@@ -110,18 +110,18 @@ export interface InquiryPriceBuyVsmRequest {
110
110
  * 商品的时间单位,m表示月,y表示年
111
111
  */
112
112
  TimeUnit: string;
113
- /**
114
- * 货币类型,默认为CNY
115
- */
116
- Currency?: string;
117
113
  /**
118
114
  * 默认为CREATE,可选RENEW
119
115
  */
120
- Type?: string;
116
+ Type: string;
121
117
  /**
122
118
  * Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
123
119
  */
124
- HsmType?: string;
120
+ HsmType: string;
121
+ /**
122
+ * 货币类型,默认为CNY
123
+ */
124
+ Currency?: string;
125
125
  }
126
126
  /**
127
127
  * DescribeVpc返回参数结构体
@@ -553,6 +553,10 @@ export interface DisplayWechatOfficialAccount {
553
553
  * 描述
554
554
  */
555
555
  Description?: string;
556
+ /**
557
+ * 认证主体
558
+ */
559
+ RecordSubject?: string;
556
560
  }
557
561
  /**
558
562
  * 目录爆破详情
@@ -1677,6 +1681,14 @@ export interface DisplayWechatApplet {
1677
1681
  * 描述
1678
1682
  */
1679
1683
  Description?: string;
1684
+ /**
1685
+ * 认证主体
1686
+ */
1687
+ RecordSubject?: string;
1688
+ /**
1689
+ * 账号Appid
1690
+ */
1691
+ AccountAppid?: string;
1680
1692
  }
1681
1693
  /**
1682
1694
  * DescribeGithubs请求参数结构体
@@ -159,7 +159,7 @@ export declare class Client extends AbstractClient {
159
159
  */
160
160
  ModifySyncRateLimit(req: ModifySyncRateLimitRequest, cb?: (error: string, rep: ModifySyncRateLimitResponse) => void): Promise<ModifySyncRateLimitResponse>;
161
161
  /**
162
- * 启动一致性校验任务,启动之前需要先通过接口`CreateCompareTask` 创建一致性校验任务,启动后可通过接口`DescribeCompareTasks` 查询一致性校验任务列表来获得启动后的状态
162
+ * 启动一致性校验任务,启动之前需要先通过接口 [CreateCompareTask](https://cloud.tencent.com/document/product/571/82093) 创建一致性校验任务,启动后可通过接口 [DescribeCompareTasks](https://cloud.tencent.com/document/product/571/82088) 查询一致性校验任务列表来获得启动后的状态
163
163
  */
164
164
  StartCompare(req: StartCompareRequest, cb?: (error: string, rep: StartCompareResponse) => void): Promise<StartCompareResponse>;
165
165
  /**
@@ -253,7 +253,7 @@ class Client extends abstract_client_1.AbstractClient {
253
253
  return this.request("ModifySyncRateLimit", req, cb);
254
254
  }
255
255
  /**
256
- * 启动一致性校验任务,启动之前需要先通过接口`CreateCompareTask` 创建一致性校验任务,启动后可通过接口`DescribeCompareTasks` 查询一致性校验任务列表来获得启动后的状态
256
+ * 启动一致性校验任务,启动之前需要先通过接口 [CreateCompareTask](https://cloud.tencent.com/document/product/571/82093) 创建一致性校验任务,启动后可通过接口 [DescribeCompareTasks](https://cloud.tencent.com/document/product/571/82088) 查询一致性校验任务列表来获得启动后的状态
257
257
  */
258
258
  async StartCompare(req, cb) {
259
259
  return this.request("StartCompare", req, cb);
@@ -3669,11 +3669,13 @@ export interface ErrInfo {
3669
3669
  */
3670
3670
  export interface StartCompareRequest {
3671
3671
  /**
3672
- * 迁移任务 Id
3672
+ * 迁移任务 ID,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
3673
+
3673
3674
  */
3674
3675
  JobId: string;
3675
3676
  /**
3676
- * 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
3677
+ * 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
3678
+
3677
3679
  */
3678
3680
  CompareTaskId: string;
3679
3681
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeContractReviewWebUrlRequest, DescribeInformationExtractionTaskRequest, CreateDynamicFlowApproverRequest, DisableUserAutoSignRequest, UploadFilesRequest, OperateSealsResponse, CancelUserAutoSignEnableUrlResponse, CreateContractDiffTaskWebUrlResponse, VerifyDigitFileRequest, CreateFlowEvidenceReportRequest, CreateBatchSignUrlResponse, DescribeUserAutoSignStatusResponse, CreateFlowForwardsResponse, DescribeFlowEvidenceReportRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, ModifySingleSignOnEmployeesResponse, CreateWebThemeConfigResponse, DescribeFlowInfoRequest, ArchiveDynamicFlowResponse, DescribeSingleSignOnEmployeesRequest, CreateUserNameChangeUrlRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateBatchInformationExtractionTaskRequest, CreateFlowByFilesRequest, OperateSealsRequest, DescribeFileUrlsResponse, DescribeOrganizationSealsResponse, ModifyIntegrationRoleRequest, DescribeUserVerifyStatusRequest, VerifyPdfRequest, CreateEmployeeChangeUrlRequest, DescribeSingleSignOnEmployeesResponse, CreateUserAutoSignEnableUrlRequest, CreateBatchOrganizationRegistrationTasksRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreatePrepareFlowResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, CreateSealResponse, DescribeIntegrationRolesResponse, DescribeBillUsageDetailResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateOrganizationInfoChangeUrlRequest, DescribePersonCertificateResponse, DescribeFileCounterSignResultRequest, CreateContractDiffTaskWebUrlRequest, DescribeContractReviewTaskRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, ModifyExtendedServiceRequest, CreateContractReviewWebUrlResponse, DisableUserAutoSignResponse, DescribeFileUrlsRequest, CreateMiniAppPrepareFlowResponse, CreateConvertTaskApiRequest, OperateTemplateRequest, CreateBatchQuickSignUrlResponse, DeleteSingleSignOnEmployeesResponse, CreateUserMobileChangeUrlResponse, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateBatchContractReviewTaskRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchInitOrganizationUrlRequest, DeleteOrganizationAuthorizationsResponse, CreateFlowForwardsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeOrganizationAuthStatusResponse, DescribeBatchOrganizationRegistrationTasksRequest, CreateSealPolicyResponse, CreateSchemeUrlResponse, CreateFlowSignUrlResponse, RenewAutoSignLicenseResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, VerifyDigitFileResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeBillUsageResponse, ModifyIntegrationDepartmentRequest, CreateOrganizationBatchSignUrlResponse, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateOrganizationBatchSignUrlRequest, DeleteIntegrationDepartmentRequest, DescribeFileCounterSignResultResponse, CreateBatchSignUrlRequest, CreateBatchInformationExtractionTaskResponse, DescribeContractComparisonTaskRequest, DescribeFlowBriefsRequest, CreateFlowGroupSignReviewRequest, DescribeContractComparisonTaskResponse, CreateModifyAdminAuthorizationUrlResponse, CreateOrganizationInfoChangeUrlResponse, CreateFlowResponse, CreateUserNameChangeUrlResponse, ModifySingleSignOnEmployeesRequest, DeleteSingleSignOnEmployeesRequest, CancelMultiFlowSignQRCodeResponse, DescribeUserFlowTypeResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, ModifyApplicationCallbackInfoResponse, CreateUserVerifyUrlRequest, CreateIntegrationEmployeesRequest, DescribeContractDiffTaskWebUrlResponse, CreateLegalSealQrCodeRequest, CreateOrganizationAuthUrlRequest, CreateIntegrationRoleRequest, DescribeIntegrationRolesRequest, CreateFlowGroupSignReviewResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, CreateIntegrationUserRolesResponse, CreateEmbedWebUrlResponse, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationSubOrganizationActiveRecordResponse, CreatePersonAuthCertificateImageResponse, DescribeIntegrationEmployeesResponse, ModifyFlowDeadlineResponse, CreateBatchCancelFlowUrlResponse, CreateUserAutoSignEnableUrlResponse, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ModifyIntegrationRoleResponse, CreateSingleSignOnEmployeesResponse, CreateFlowEvidenceReportResponse, OperateTemplateResponse, CreateOrganizationGroupInvitationLinkResponse, DeleteIntegrationRoleUsersResponse, CreateFlowGroupByFilesRequest, CreatePreparedPersonalEsignResponse, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateFlowSignReviewResponse, RenewAutoSignLicenseRequest, CreateWebThemeConfigRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateUserVerifyUrlResponse, GetTaskResultApiResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, ModifyExtendedServiceResponse, CreateSealPolicyRequest, DescribeContractReviewTaskResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, UpdateIntegrationEmployeesRequest, CreateFlowGroupByTemplatesRequest, CreateBatchContractReviewTaskResponse, DescribeSignFaceVideoRequest, DescribeOrganizationSealsRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DeleteExtendedServiceAuthInfosRequest, DescribeFlowInfoResponse, DescribeUserAutoSignStatusRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, DescribeExtendedServiceAuthInfosResponse, UpdateIntegrationEmployeesResponse, ModifyPartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosRequest, CreatePrepareFlowGroupResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateOrganizationAuthFileResponse, StartFlowResponse, DescribeContractReviewWebUrlResponse, DescribeFlowComponentsResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, CreateContractReviewWebUrlRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateSingleSignOnEmployeesRequest, DescribeBillUsageDetailRequest, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeInformationExtractionTaskResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, CreatePreparedPersonalEsignRequest, CreateMiniAppPrepareFlowRequest, CreateIntegrationDepartmentRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, CreateFlowGroupByFilesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateModifyAdminAuthorizationUrlRequest, DeleteOrganizationAuthorizationsRequest, CancelUserAutoSignEnableUrlRequest, DescribeUserVerifyStatusResponse, DescribeBillUsageRequest, ModifyApplicationCallbackInfoRequest, DescribeContractDiffTaskWebUrlRequest, StartFlowRequest, DeleteIntegrationEmployeesResponse, CreateFlowRemindsRequest, DescribeSignFaceVideoResponse, VerifyPdfResponse, DescribeBatchOrganizationRegistrationUrlsResponse, DescribeUserFlowTypeRequest, DescribeOrganizationGroupOrganizationsResponse } from "./ess_models";
3
+ import { CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeContractReviewWebUrlRequest, DescribeInformationExtractionTaskRequest, CreateDynamicFlowApproverRequest, DisableUserAutoSignRequest, UploadFilesRequest, OperateSealsResponse, CancelUserAutoSignEnableUrlResponse, CreateContractDiffTaskWebUrlResponse, VerifyDigitFileRequest, CreateFlowEvidenceReportRequest, CreateBatchSignUrlResponse, DescribeUserAutoSignStatusResponse, CreateFlowForwardsResponse, DescribeFlowEvidenceReportRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, ModifySingleSignOnEmployeesResponse, CreateWebThemeConfigResponse, DescribeFlowInfoRequest, ArchiveDynamicFlowResponse, DescribeSingleSignOnEmployeesRequest, CreateUserNameChangeUrlRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateBatchInformationExtractionTaskRequest, CreateFlowByFilesRequest, OperateSealsRequest, DescribeFileUrlsResponse, DescribeOrganizationSealsResponse, ModifyIntegrationRoleRequest, DescribeUserVerifyStatusRequest, VerifyPdfRequest, CreateEmployeeChangeUrlRequest, DescribeSingleSignOnEmployeesResponse, CreateUserAutoSignEnableUrlRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateContractComparisonTaskRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreatePrepareFlowResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, CreateSealResponse, DescribeIntegrationRolesResponse, DescribeBillUsageDetailResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateOrganizationInfoChangeUrlRequest, DescribePersonCertificateResponse, DescribeFileCounterSignResultRequest, CreateContractDiffTaskWebUrlRequest, DescribeContractReviewTaskRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, ModifyExtendedServiceRequest, CreateContractReviewWebUrlResponse, DisableUserAutoSignResponse, CreateContractComparisonTaskResponse, DescribeFileUrlsRequest, CreateMiniAppPrepareFlowResponse, CreateConvertTaskApiRequest, OperateTemplateRequest, CreateBatchQuickSignUrlResponse, DeleteSingleSignOnEmployeesResponse, CreateUserMobileChangeUrlResponse, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateBatchContractReviewTaskRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchInitOrganizationUrlRequest, DeleteOrganizationAuthorizationsResponse, CreateFlowForwardsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeOrganizationAuthStatusResponse, DescribeBatchOrganizationRegistrationTasksRequest, CreateSealPolicyResponse, CreateSchemeUrlResponse, CreateFlowSignUrlResponse, RenewAutoSignLicenseResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, VerifyDigitFileResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeBillUsageResponse, ModifyIntegrationDepartmentRequest, CreateOrganizationBatchSignUrlResponse, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateOrganizationBatchSignUrlRequest, DeleteIntegrationDepartmentRequest, DescribeFileCounterSignResultResponse, CreateBatchSignUrlRequest, CreateBatchInformationExtractionTaskResponse, DescribeContractComparisonTaskRequest, DescribeFlowBriefsRequest, CreateFlowGroupSignReviewRequest, ExportContractComparisonTaskResponse, DescribeContractComparisonTaskResponse, CreateModifyAdminAuthorizationUrlResponse, CreateOrganizationInfoChangeUrlResponse, CreateFlowResponse, CreateUserNameChangeUrlResponse, ModifySingleSignOnEmployeesRequest, DeleteSingleSignOnEmployeesRequest, CancelMultiFlowSignQRCodeResponse, DescribeUserFlowTypeResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, ModifyApplicationCallbackInfoResponse, CreateUserVerifyUrlRequest, CreateIntegrationEmployeesRequest, DescribeContractDiffTaskWebUrlResponse, CreateLegalSealQrCodeRequest, CreateOrganizationAuthUrlRequest, CreateIntegrationRoleRequest, DescribeIntegrationRolesRequest, CreateFlowGroupSignReviewResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, CreateIntegrationUserRolesResponse, CreateEmbedWebUrlResponse, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationSubOrganizationActiveRecordResponse, CreatePersonAuthCertificateImageResponse, DescribeIntegrationEmployeesResponse, ModifyFlowDeadlineResponse, CreateBatchCancelFlowUrlResponse, CreateUserAutoSignEnableUrlResponse, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ModifyIntegrationRoleResponse, CreateSingleSignOnEmployeesResponse, CreateFlowEvidenceReportResponse, OperateTemplateResponse, CreateOrganizationGroupInvitationLinkResponse, DeleteIntegrationRoleUsersResponse, CreateFlowGroupByFilesRequest, CreatePreparedPersonalEsignResponse, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateFlowSignReviewResponse, RenewAutoSignLicenseRequest, CreateWebThemeConfigRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateUserVerifyUrlResponse, GetTaskResultApiResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, ModifyExtendedServiceResponse, CreateSealPolicyRequest, DescribeContractReviewTaskResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, UpdateIntegrationEmployeesRequest, CreateFlowGroupByTemplatesRequest, CreateBatchContractReviewTaskResponse, DescribeSignFaceVideoRequest, DescribeOrganizationSealsRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DeleteExtendedServiceAuthInfosRequest, DescribeFlowInfoResponse, DescribeUserAutoSignStatusRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, DescribeExtendedServiceAuthInfosResponse, UpdateIntegrationEmployeesResponse, ModifyPartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosRequest, CreatePrepareFlowGroupResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateOrganizationAuthFileResponse, StartFlowResponse, DescribeContractReviewWebUrlResponse, DescribeFlowComponentsResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, CreateContractReviewWebUrlRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateSingleSignOnEmployeesRequest, DescribeBillUsageDetailRequest, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeInformationExtractionTaskResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, CreatePreparedPersonalEsignRequest, CreateMiniAppPrepareFlowRequest, CreateIntegrationDepartmentRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, CreateFlowGroupByFilesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateModifyAdminAuthorizationUrlRequest, DeleteOrganizationAuthorizationsRequest, CancelUserAutoSignEnableUrlRequest, DescribeUserVerifyStatusResponse, DescribeBillUsageRequest, ModifyApplicationCallbackInfoRequest, DescribeContractDiffTaskWebUrlRequest, StartFlowRequest, DeleteIntegrationEmployeesResponse, CreateFlowRemindsRequest, DescribeSignFaceVideoResponse, VerifyPdfResponse, DescribeBatchOrganizationRegistrationUrlsResponse, ExportContractComparisonTaskRequest, DescribeUserFlowTypeRequest, DescribeOrganizationGroupOrganizationsResponse } from "./ess_models";
4
4
  /**
5
5
  * ess client
6
6
  * @class
@@ -21,6 +21,11 @@ export declare class Client extends AbstractClient {
21
21
  3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
22
22
  */
23
23
  StartFlow(req: StartFlowRequest, cb?: (error: string, rep: StartFlowResponse) => void): Promise<StartFlowResponse>;
24
+ /**
25
+ * 此接口(CreateContractComparisonTask)用于创建合同对比任务。
26
+ 适用场景:对比两份合同中字段(如:金额、日期、甲方名称等)的内容差异。
27
+ */
28
+ CreateContractComparisonTask(req: CreateContractComparisonTaskRequest, cb?: (error: string, rep: CreateContractComparisonTaskResponse) => void): Promise<CreateContractComparisonTaskResponse>;
24
29
  /**
25
30
  * 此接口(DescribeFlowTemplates)用于查询本企业模板列表信息。
26
31
 
@@ -803,6 +808,10 @@ export declare class Client extends AbstractClient {
803
808
  该接口支持员工和个人端手机号的变更。
804
809
  */
805
810
  CreateUserMobileChangeUrl(req: CreateUserMobileChangeUrlRequest, cb?: (error: string, rep: CreateUserMobileChangeUrlResponse) => void): Promise<CreateUserMobileChangeUrlResponse>;
811
+ /**
812
+ * 本接口(ExportContractComparisonTask)用于导出指定的合同对比任务的结果文件。任务完成后,用户可根据不同的使用场景,选择导出可视化对比报告(PDF)或结构化差异明细(EXCEL)。
813
+ */
814
+ ExportContractComparisonTask(req: ExportContractComparisonTaskRequest, cb?: (error: string, rep: ExportContractComparisonTaskResponse) => void): Promise<ExportContractComparisonTaskResponse>;
806
815
  /**
807
816
  * 此接口(CreateBatchInformationExtractionTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。<br/>
808
817
 
@@ -43,6 +43,13 @@ class Client extends abstract_client_1.AbstractClient {
43
43
  async StartFlow(req, cb) {
44
44
  return this.request("StartFlow", req, cb);
45
45
  }
46
+ /**
47
+ * 此接口(CreateContractComparisonTask)用于创建合同对比任务。
48
+ 适用场景:对比两份合同中字段(如:金额、日期、甲方名称等)的内容差异。
49
+ */
50
+ async CreateContractComparisonTask(req, cb) {
51
+ return this.request("CreateContractComparisonTask", req, cb);
52
+ }
46
53
  /**
47
54
  * 此接口(DescribeFlowTemplates)用于查询本企业模板列表信息。
48
55
 
@@ -955,6 +962,12 @@ class Client extends abstract_client_1.AbstractClient {
955
962
  async CreateUserMobileChangeUrl(req, cb) {
956
963
  return this.request("CreateUserMobileChangeUrl", req, cb);
957
964
  }
965
+ /**
966
+ * 本接口(ExportContractComparisonTask)用于导出指定的合同对比任务的结果文件。任务完成后,用户可根据不同的使用场景,选择导出可视化对比报告(PDF)或结构化差异明细(EXCEL)。
967
+ */
968
+ async ExportContractComparisonTask(req, cb) {
969
+ return this.request("ExportContractComparisonTask", req, cb);
970
+ }
958
971
  /**
959
972
  * 此接口(CreateBatchInformationExtractionTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。<br/>
960
973