tencentcloud-sdk-nodejs 4.0.1027 → 4.0.1029

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 (73) hide show
  1. package/README.md +21 -23
  2. package/package.json +1 -1
  3. package/src/common/sdk_version.ts +1 -1
  4. package/src/services/antiddos/v20200309/antiddos_models.ts +3 -3
  5. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  6. package/src/services/cdn/v20180606/cdn_models.ts +5 -5
  7. package/src/services/cls/v20201016/cls_models.ts +1 -1
  8. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  9. package/src/services/emr/v20190103/emr_models.ts +5 -1
  10. package/src/services/ess/v20201111/ess_client.ts +46 -5
  11. package/src/services/ess/v20201111/ess_models.ts +270 -104
  12. package/src/services/gme/v20180711/gme_models.ts +20 -18
  13. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -8
  14. package/src/services/lcic/v20220817/lcic_client.ts +22 -2
  15. package/src/services/lcic/v20220817/lcic_models.ts +0 -12
  16. package/src/services/lighthouse/v20200324/lighthouse_models.ts +0 -5
  17. package/src/services/lkeap/v20240522/lkeap_client.ts +10 -9
  18. package/src/services/lkeap/v20240522/lkeap_models.ts +200 -9
  19. package/src/services/mongodb/v20190725/mongodb_client.ts +14 -1
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +52 -4
  21. package/src/services/mps/v20190612/mps_models.ts +16 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +14 -2
  23. package/src/services/redis/v20180412/redis_models.ts +0 -20
  24. package/src/services/rum/v20210622/rum_models.ts +5 -1
  25. package/src/services/smop/v20201203/smop_models.ts +0 -17
  26. package/src/services/ssl/v20191205/ssl_models.ts +17 -11
  27. package/src/services/teo/v20220901/teo_models.ts +1 -2
  28. package/src/services/tke/v20180525/tke_models.ts +8 -0
  29. package/src/services/vms/v20200902/vms_models.ts +4 -5
  30. package/src/services/vpc/v20170312/vpc_client.ts +182 -32
  31. package/src/services/vpc/v20170312/vpc_models.ts +595 -90
  32. package/src/services/waf/v20180125/waf_models.ts +8 -0
  33. package/src/services/wedata/v20210820/wedata_client.ts +14 -1
  34. package/src/services/wedata/v20210820/wedata_models.ts +99 -6
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +3 -3
  38. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  39. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  40. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  41. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -1
  43. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -1
  44. package/tencentcloud/services/ess/v20201111/ess_client.js +22 -0
  45. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +263 -104
  46. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +20 -18
  47. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -8
  48. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +21 -1
  49. package/tencentcloud/services/lcic/v20220817/lcic_client.js +21 -1
  50. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +0 -12
  51. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +0 -5
  52. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +10 -9
  53. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +2 -1
  54. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +200 -9
  55. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  57. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +49 -4
  58. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +16 -0
  59. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -2
  60. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +0 -20
  61. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
  62. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +0 -17
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -11
  64. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -2
  65. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
  66. package/tencentcloud/services/vms/v20200902/vms_models.d.ts +4 -5
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +59 -9
  68. package/tencentcloud/services/vpc/v20170312/vpc_client.js +85 -11
  69. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +567 -90
  70. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -0
  71. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  72. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  73. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +96 -6
@@ -6803,6 +6803,14 @@ export interface InstanceInfo {
6803
6803
  * 实例延期释放标识
6804
6804
  */
6805
6805
  FreeDelayFlag?: number
6806
+ /**
6807
+ * 最近3天最大qps
6808
+ */
6809
+ Last3MaxQPS?: number
6810
+ /**
6811
+ * 最近3天最大带宽
6812
+ */
6813
+ Last3MaxBandwidth?: number
6806
6814
  }
6807
6815
 
6808
6816
  /**
@@ -44,6 +44,7 @@ import {
44
44
  BatchTaskOperateNew,
45
45
  DescribeRuleDimStatRequest,
46
46
  DescribeRuleTemplatesResponse,
47
+ DeleteDsFolderResponse,
47
48
  CreateIntegrationNodeResponse,
48
49
  TaskInnerInfo,
49
50
  GetCosTokenResponse,
@@ -79,6 +80,7 @@ import {
79
80
  ThresholdValue,
80
81
  DescribeFunctionKindsRequest,
81
82
  DescribeFunctionKindsResponse,
83
+ DescribeInstanceDetailInfoResponse,
82
84
  DescribeTemplateDimCountRequest,
83
85
  ModifyIntegrationTaskResponse,
84
86
  DescribeDataSourceListRequest,
@@ -142,7 +144,7 @@ import {
142
144
  AgentStatus,
143
145
  DescribeInstanceLogDetailRequest,
144
146
  BatchSuspendIntegrationTasksRequest,
145
- DeleteDsFolderResponse,
147
+ CreateAndDDLSupport,
146
148
  DescribeDrInstancePageResponse,
147
149
  MoveTasksToFolderRequest,
148
150
  OrderFields,
@@ -723,6 +725,7 @@ import {
723
725
  OpsTaskCanvasDto,
724
726
  DescribeRuleTemplatesRequest,
725
727
  DescribeDataCheckStatResponse,
728
+ DescribeInstanceDetailInfoRequest,
726
729
  DescribeIntegrationStatisticsInstanceTrendRequest,
727
730
  DescribeDsFolderTreeResponse,
728
731
  PathNodeDsVO,
@@ -2163,6 +2166,16 @@ export class Client extends AbstractClient {
2163
2166
  return this.request("RegisterEventListener", req, cb)
2164
2167
  }
2165
2168
 
2169
+ /**
2170
+ * 实例详情页,返回某个实例所有生命周期信息
2171
+ */
2172
+ async DescribeInstanceDetailInfo(
2173
+ req: DescribeInstanceDetailInfoRequest,
2174
+ cb?: (error: string, rep: DescribeInstanceDetailInfoResponse) => void
2175
+ ): Promise<DescribeInstanceDetailInfoResponse> {
2176
+ return this.request("DescribeInstanceDetailInfo", req, cb)
2177
+ }
2178
+
2166
2179
  /**
2167
2180
  * 获取值班表列表
2168
2181
  */
@@ -897,6 +897,20 @@ export interface DescribeRuleTemplatesResponse {
897
897
  RequestId?: string
898
898
  }
899
899
 
900
+ /**
901
+ * DeleteDsFolder返回参数结构体
902
+ */
903
+ export interface DeleteDsFolderResponse {
904
+ /**
905
+ * true代表删除成功,false代表删除失败
906
+ */
907
+ Data?: boolean
908
+ /**
909
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
910
+ */
911
+ RequestId?: string
912
+ }
913
+
900
914
  /**
901
915
  * CreateIntegrationNode返回参数结构体
902
916
  */
@@ -2236,6 +2250,20 @@ export interface DescribeFunctionKindsResponse {
2236
2250
  RequestId?: string
2237
2251
  }
2238
2252
 
2253
+ /**
2254
+ * DescribeInstanceDetailInfo返回参数结构体
2255
+ */
2256
+ export interface DescribeInstanceDetailInfoResponse {
2257
+ /**
2258
+ * 生命周期结果
2259
+ */
2260
+ Data?: Array<InstanceLifeCycleOpsDto>
2261
+ /**
2262
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2263
+ */
2264
+ RequestId?: string
2265
+ }
2266
+
2239
2267
  /**
2240
2268
  * DescribeTemplateDimCount请求参数结构体
2241
2269
  */
@@ -4590,17 +4618,19 @@ export interface BatchSuspendIntegrationTasksRequest {
4590
4618
  }
4591
4619
 
4592
4620
  /**
4593
- * DeleteDsFolder返回参数结构体
4621
+ * 是否支持creat 或ddl
4594
4622
  */
4595
- export interface DeleteDsFolderResponse {
4623
+ export interface CreateAndDDLSupport {
4596
4624
  /**
4597
- * true代表删除成功,false代表删除失败
4625
+ * 是否支持select
4626
+ 注意:此字段可能返回 null,表示取不到有效值。
4598
4627
  */
4599
- Data?: boolean
4628
+ SupportSelect?: boolean
4600
4629
  /**
4601
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4630
+ * 是否支持ddl
4631
+ 注意:此字段可能返回 null,表示取不到有效值。
4602
4632
  */
4603
- RequestId?: string
4633
+ SupportDdl?: boolean
4604
4634
  }
4605
4635
 
4606
4636
  /**
@@ -6013,6 +6043,16 @@ export interface DatabaseMeta {
6013
6043
  注意:此字段可能返回 null,表示取不到有效值。
6014
6044
  */
6015
6045
  ClusterName?: string
6046
+ /**
6047
+ * 库下表的最新更新时间
6048
+ 注意:此字段可能返回 null,表示取不到有效值。
6049
+ */
6050
+ ModifiedTimeByTables?: number
6051
+ /**
6052
+ * 库下表的最新访问时间
6053
+ 注意:此字段可能返回 null,表示取不到有效值。
6054
+ */
6055
+ LastAccessTimeByTables?: number
6016
6056
  }
6017
6057
 
6018
6058
  /**
@@ -16595,6 +16635,21 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
16595
16635
  注意:此字段可能返回 null,表示取不到有效值。
16596
16636
  */
16597
16637
  HasBizPermission?: boolean
16638
+ /**
16639
+ * 引擎侧创建人
16640
+ 注意:此字段可能返回 null,表示取不到有效值。
16641
+ */
16642
+ OwnerByEngine?: string
16643
+ /**
16644
+ * 用户无映射账户,请先完成账户映射后再来申请。
16645
+ 注意:此字段可能返回 null,表示取不到有效值。
16646
+ */
16647
+ ErrorTips?: string
16648
+ /**
16649
+ * 是否支持select or ddl
16650
+ 注意:此字段可能返回 null,表示取不到有效值。
16651
+ */
16652
+ IfSupportCreateAndDDL?: CreateAndDDLSupport
16598
16653
  }
16599
16654
 
16600
16655
  /**
@@ -22863,6 +22918,44 @@ export interface DescribeDataCheckStatResponse {
22863
22918
  RequestId?: string
22864
22919
  }
22865
22920
 
22921
+ /**
22922
+ * DescribeInstanceDetailInfo请求参数结构体
22923
+ */
22924
+ export interface DescribeInstanceDetailInfoRequest {
22925
+ /**
22926
+ * 任务ID
22927
+ */
22928
+ TaskId: string
22929
+ /**
22930
+ * 实例数据时间
22931
+ */
22932
+ CurRunDate: string
22933
+ /**
22934
+ * 项目id
22935
+ */
22936
+ ProjectId?: string
22937
+ /**
22938
+ * 实例的第几次执行
22939
+ */
22940
+ LifeRound?: number
22941
+ /**
22942
+ * 生命周期查询起始index
22943
+ */
22944
+ LifeRoundStartIndex?: number
22945
+ /**
22946
+ * 生命周期查询批次数量
22947
+ */
22948
+ LifeRoundSize?: number
22949
+ /**
22950
+ * 生命周期总数,可省略
22951
+ */
22952
+ TotalLifeRound?: string
22953
+ /**
22954
+ * 动态加载日志标识
22955
+ */
22956
+ Dynamic?: boolean
22957
+ }
22958
+
22866
22959
  /**
22867
22960
  * DescribeIntegrationStatisticsInstanceTrend请求参数结构体
22868
22961
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.1027";
1
+ export declare const sdkVersion = "4.0.1029";
@@ -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.0.1027";
4
+ exports.sdkVersion = "4.0.1029";
@@ -297,7 +297,7 @@ export interface CreateBoundIPRequest {
297
297
  */
298
298
  CopyPolicy?: string;
299
299
  /**
300
- * 如果该资源实例为域名化资产则,该参数必填
300
+ * 如果该资源实例为域名化资产以及跨地域绑定则,该参数必填
301
301
  */
302
302
  FilterRegion?: string;
303
303
  }
@@ -2283,11 +2283,11 @@ export interface SuccessCode {
2283
2283
  /**
2284
2284
  * 描述
2285
2285
  */
2286
- Message: string;
2286
+ Message?: string;
2287
2287
  /**
2288
2288
  * 成功/错误码
2289
2289
  */
2290
- Code: string;
2290
+ Code?: string;
2291
2291
  }
2292
2292
  /**
2293
2293
  * AssociateDDoSEipAddress返回参数结构体
@@ -3088,7 +3088,7 @@ export interface TelCdrInfo {
3088
3088
  电话呼出 210 notInService 不在服务区
3089
3089
 
3090
3090
  电话呼入&呼出 211 clientError 客户端错误
3091
-
3091
+ 电话呼出 212 carrierBlocked 运营商拦截
3092
3092
  */
3093
3093
  EndStatus?: number;
3094
3094
  /**
@@ -3185,7 +3185,7 @@ export interface TelCdrInfo {
3185
3185
  电话呼出 210 notInService 不在服务区
3186
3186
 
3187
3187
  电话呼入&呼出 211 clientError 客户端错误
3188
-
3188
+ 电话呼出 212 carrierBlocked 运营商拦截
3189
3189
  */
3190
3190
  EndStatusString?: string;
3191
3191
  /**
@@ -2106,7 +2106,7 @@ export interface AwsPrivateAccess {
2106
2106
  */
2107
2107
  AccessKey?: string;
2108
2108
  /**
2109
- * 密钥。
2109
+ * 密钥,字段为脱敏返回。
2110
2110
  注意:此字段可能返回 null,表示取不到有效值。
2111
2111
  */
2112
2112
  SecretKey?: string;
@@ -3637,7 +3637,7 @@ export interface QnPrivateAccess {
3637
3637
  */
3638
3638
  AccessKey?: string;
3639
3639
  /**
3640
- * 密钥
3640
+ * 密钥,字段为脱敏返回。
3641
3641
  */
3642
3642
  SecretKey?: string;
3643
3643
  }
@@ -5016,7 +5016,7 @@ export interface OthersPrivateAccess {
5016
5016
  */
5017
5017
  AccessKey?: string;
5018
5018
  /**
5019
- * 密钥。
5019
+ * 密钥,字段位脱敏返回。
5020
5020
  注意:此字段可能返回 null,表示取不到有效值。
5021
5021
  */
5022
5022
  SecretKey?: string;
@@ -7256,7 +7256,7 @@ export interface OssPrivateAccess {
7256
7256
  */
7257
7257
  AccessKey?: string;
7258
7258
  /**
7259
- * 密钥。
7259
+ * 密钥,字段为脱敏返回。
7260
7260
  注意:此字段可能返回 null,表示取不到有效值。
7261
7261
  */
7262
7262
  SecretKey?: string;
@@ -9920,7 +9920,7 @@ export interface HwPrivateAccess {
9920
9920
  */
9921
9921
  AccessKey?: string;
9922
9922
  /**
9923
- * 密钥
9923
+ * 密钥,字段为脱敏返回。
9924
9924
  注意:此字段可能返回 null,表示取不到有效值。
9925
9925
  */
9926
9926
  SecretKey?: string;
@@ -6131,7 +6131,7 @@ export interface NoticeReceiver {
6131
6131
  /**
6132
6132
  * 接收者。
6133
6133
  当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
6134
- 当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
6134
+ 当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/34589)
6135
6135
  */
6136
6136
  ReceiverIds: Array<number | bigint>;
6137
6137
  /**
@@ -4846,6 +4846,10 @@ export interface ResetInstanceRequest {
4846
4846
  * ImportImage返回参数结构体
4847
4847
  */
4848
4848
  export interface ImportImageResponse {
4849
+ /**
4850
+ * 镜像 ID
4851
+ */
4852
+ ImageId?: string;
4849
4853
  /**
4850
4854
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4851
4855
  */
@@ -1308,7 +1308,7 @@ export interface ModifyPodNumRequest {
1308
1308
  PodNum: number;
1309
1309
  }
1310
1310
  /**
1311
- * Serverless HBase 实例信息
1311
+ * Serverless HBase实例信息
1312
1312
  */
1313
1313
  export interface SLInstanceInfo {
1314
1314
  /**
@@ -1323,6 +1323,10 @@ export interface SLInstanceInfo {
1323
1323
  * 状态描述
1324
1324
  */
1325
1325
  StatusDesc?: string;
1326
+ /**
1327
+ * 健康状态
1328
+ */
1329
+ HealthStatus?: string;
1326
1330
  /**
1327
1331
  * 实例名称
1328
1332
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, ModifyApplicationCallbackInfoRequest, DescribeUserAutoSignStatusRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
3
+ import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, DeleteSealPoliciesRequest, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, ModifyApplicationCallbackInfoRequest, CreateFileCounterSignResponse, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
4
4
  /**
5
5
  * ess client
6
6
  * @class
@@ -230,6 +230,10 @@ export declare class Client extends AbstractClient {
230
230
  ### 4.合同组暂不支持抄送功能
231
231
  */
232
232
  CreateFlowGroupByTemplates(req: CreateFlowGroupByTemplatesRequest, cb?: (error: string, rep: CreateFlowGroupByTemplatesResponse) => void): Promise<CreateFlowGroupByTemplatesResponse>;
233
+ /**
234
+ * 对加签后的文件进行数字签名验证,判断数字签名是否有效。
235
+ */
236
+ VerifyDigitFile(req: VerifyDigitFileRequest, cb?: (error: string, rep: VerifyDigitFileResponse) => void): Promise<VerifyDigitFileResponse>;
233
237
  /**
234
238
  * 创建一个用于他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权操作。
235
239
 
@@ -1166,6 +1170,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1166
1170
  <svg id="SvgjsSvg1006" width="262" height="229" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"><defs id="SvgjsDefs1007"><pattern patternUnits="userSpaceOnUse" id="pattern_mark_0" width="300" height="300"><text x="150" y="100" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><pattern patternUnits="userSpaceOnUse" id="pattern_mark_1" width="300" height="300"><text x="150" y="200" fill="rgba(229,229,229,0.8)" font-size="18" transform="rotate(-45, 150, 150)" style="dominant-baseline: middle; text-anchor: middle;"></text></pattern><marker id="SvgjsMarker1021" markerWidth="12" markerHeight="8" refX="9" refY="4" viewBox="0 0 12 8" orient="auto" markerUnits="userSpaceOnUse" stroke-dasharray="0,0"><path id="SvgjsPath1022" d="M0,0 L12,4 L0,8 L0,0" fill="#323232" stroke="#323232" stroke-width="1"></path></marker></defs><rect id="svgbackgroundid" width="262" height="229" fill="transparent"></rect><rect id="SvgjsRect1009" width="262" height="229" fill="url(#pattern_mark_0)"></rect><rect id="SvgjsRect1010" width="262" height="229" fill="url(#pattern_mark_1)"></rect><g id="SvgjsG1011" transform="translate(31.75,25)"><path id="SvgjsPath1012" d="M 0 0L 198 0L 198 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1013"><text id="SvgjsText1014" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="178px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1015" dy="16" x="99"><tspan id="SvgjsTspan1016" style="text-decoration:;fill: rgb(28, 30, 33);">CreateFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1017" dy="16" x="99"><tspan id="SvgjsTspan1018" style="text-decoration:;fill: rgb(51, 51, 51);">提交申请出证报告任务</tspan></tspan></text></g></g><g id="SvgjsG1019"><path id="SvgjsPath1020" d="M130.75 84.5L130.75 114.5L130.75 114.5L130.75 143.2" stroke="#323232" stroke-width="1" fill="none" marker-end="url(#SvgjsMarker1021)"></path></g><g id="SvgjsG1023" transform="translate(25,145)"><path id="SvgjsPath1024" d="M 0 0L 211.5 0L 211.5 59L 0 59Z" stroke="rgba(86,146,48,1)" stroke-width="1" fill-opacity="1" fill="#e7ebed"></path><g id="SvgjsG1025"><text id="SvgjsText1026" font-family="微软雅黑" text-anchor="middle" font-size="13px" width="192px" fill="#323232" font-weight="400" align="middle" lineHeight="125%" anchor="middle" family="微软雅黑" size="13px" weight="400" font-style="" opacity="1" y="10.375" transform="rotate(0)"><tspan id="SvgjsTspan1027" dy="16" x="106"><tspan id="SvgjsTspan1028" style="text-decoration:;fill: rgb(28, 30, 33);">DescribeFlowEvidenceReport</tspan></tspan><tspan id="SvgjsTspan1029" dy="16" x="106"><tspan id="SvgjsTspan1030" style="text-decoration:;fill: rgb(51, 51, 51);">获取出证报告任务执行结果</tspan></tspan></text></g></g></svg>
1167
1171
  */
1168
1172
  DescribeFlowEvidenceReport(req: DescribeFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void): Promise<DescribeFlowEvidenceReportResponse>;
1173
+ /**
1174
+ * 文件CA加签任务结果查询接口,用于查询 CreateFileCounterSign接口 发起的异步加签任务。
1175
+
1176
+ 注意:`此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。`
1177
+ */
1178
+ DescribeFileCounterSignResult(req: DescribeFileCounterSignResultRequest, cb?: (error: string, rep: DescribeFileCounterSignResultResponse) => void): Promise<DescribeFileCounterSignResultResponse>;
1169
1179
  /**
1170
1180
  * 此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行资源文件的转换操作<br />
1171
1181
  前提条件:已调用 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />
@@ -1251,6 +1261,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1251
1261
  </ul>
1252
1262
  */
1253
1263
  DescribeThirdPartyAuthCode(req: DescribeThirdPartyAuthCodeRequest, cb?: (error: string, rep: DescribeThirdPartyAuthCodeResponse) => void): Promise<DescribeThirdPartyAuthCodeResponse>;
1264
+ /**
1265
+ * 此接口用于发起数字文件CA加签操作。可以使用同步或者异步模式进行。
1266
+
1267
+ **注意: 1. 文件类型暂时仅支持PDF类型文件。2. 此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。**
1268
+ */
1269
+ CreateFileCounterSign(req: CreateFileCounterSignRequest, cb?: (error: string, rep: CreateFileCounterSignResponse) => void): Promise<CreateFileCounterSignResponse>;
1254
1270
  /**
1255
1271
  * 查询企业印章列表。
1256
1272
 
@@ -276,6 +276,12 @@ class Client extends abstract_client_1.AbstractClient {
276
276
  async CreateFlowGroupByTemplates(req, cb) {
277
277
  return this.request("CreateFlowGroupByTemplates", req, cb);
278
278
  }
279
+ /**
280
+ * 对加签后的文件进行数字签名验证,判断数字签名是否有效。
281
+ */
282
+ async VerifyDigitFile(req, cb) {
283
+ return this.request("VerifyDigitFile", req, cb);
284
+ }
279
285
  /**
280
286
  * 创建一个用于他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权操作。
281
287
 
@@ -1362,6 +1368,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1362
1368
  async DescribeFlowEvidenceReport(req, cb) {
1363
1369
  return this.request("DescribeFlowEvidenceReport", req, cb);
1364
1370
  }
1371
+ /**
1372
+ * 文件CA加签任务结果查询接口,用于查询 CreateFileCounterSign接口 发起的异步加签任务。
1373
+
1374
+ 注意:`此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。`
1375
+ */
1376
+ async DescribeFileCounterSignResult(req, cb) {
1377
+ return this.request("DescribeFileCounterSignResult", req, cb);
1378
+ }
1365
1379
  /**
1366
1380
  * 此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行资源文件的转换操作<br />
1367
1381
  前提条件:已调用 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />
@@ -1457,6 +1471,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1457
1471
  async DescribeThirdPartyAuthCode(req, cb) {
1458
1472
  return this.request("DescribeThirdPartyAuthCode", req, cb);
1459
1473
  }
1474
+ /**
1475
+ * 此接口用于发起数字文件CA加签操作。可以使用同步或者异步模式进行。
1476
+
1477
+ **注意: 1. 文件类型暂时仅支持PDF类型文件。2. 此接口为『数字文件CA加签服务』白名单功能,使用前请联系对接的客户经理沟通。**
1478
+ */
1479
+ async CreateFileCounterSign(req, cb) {
1480
+ return this.request("CreateFileCounterSign", req, cb);
1481
+ }
1460
1482
  /**
1461
1483
  * 查询企业印章列表。
1462
1484