tencentcloud-sdk-nodejs-ess 4.1.91 → 4.1.92
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/package.json
CHANGED
|
@@ -392,7 +392,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
392
392
|
|
|
393
393
|
注:
|
|
394
394
|
1. PDF格式限制大小为10M以下
|
|
395
|
-
2. 仅支持5
|
|
395
|
+
2. 仅支持5份PDF文件批量发起(一份PDF对应一个审查任务)
|
|
396
396
|
*/
|
|
397
397
|
CreateBatchContractReviewTask(req: CreateBatchContractReviewTaskRequest, cb?: (error: string, rep: CreateBatchContractReviewTaskResponse) => void): Promise<CreateBatchContractReviewTaskResponse>;
|
|
398
398
|
/**
|
|
@@ -754,7 +754,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
754
754
|
|
|
755
755
|
注:
|
|
756
756
|
1. PDF格式限制大小为10M以下
|
|
757
|
-
2. 仅支持5个PDF
|
|
757
|
+
2. 仅支持5个PDF文件批量发起(一份PDF对应一个合同提取任务)
|
|
758
758
|
*/
|
|
759
759
|
CreateBatchInformationExtractionTask(req: CreateBatchInformationExtractionTaskRequest, cb?: (error: string, rep: CreateBatchInformationExtractionTaskResponse) => void): Promise<CreateBatchInformationExtractionTaskResponse>;
|
|
760
760
|
/**
|
|
@@ -1108,7 +1108,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1108
1108
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1109
1109
|
|
|
1110
1110
|
注意:
|
|
1111
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1111
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!企业认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到授权书是否审核失败的结果。
|
|
1112
1112
|
*/
|
|
1113
1113
|
CreateModifyAdminAuthorizationUrl(req: CreateModifyAdminAuthorizationUrlRequest, cb?: (error: string, rep: CreateModifyAdminAuthorizationUrlResponse) => void): Promise<CreateModifyAdminAuthorizationUrlResponse>;
|
|
1114
1114
|
/**
|
|
@@ -476,7 +476,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
476
476
|
|
|
477
477
|
注:
|
|
478
478
|
1. PDF格式限制大小为10M以下
|
|
479
|
-
2. 仅支持5
|
|
479
|
+
2. 仅支持5份PDF文件批量发起(一份PDF对应一个审查任务)
|
|
480
480
|
*/
|
|
481
481
|
async CreateBatchContractReviewTask(req, cb) {
|
|
482
482
|
return this.request("CreateBatchContractReviewTask", req, cb);
|
|
@@ -900,7 +900,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
900
900
|
|
|
901
901
|
注:
|
|
902
902
|
1. PDF格式限制大小为10M以下
|
|
903
|
-
2. 仅支持5个PDF
|
|
903
|
+
2. 仅支持5个PDF文件批量发起(一份PDF对应一个合同提取任务)
|
|
904
904
|
*/
|
|
905
905
|
async CreateBatchInformationExtractionTask(req, cb) {
|
|
906
906
|
return this.request("CreateBatchInformationExtractionTask", req, cb);
|
|
@@ -1304,7 +1304,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1304
1304
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1305
1305
|
|
|
1306
1306
|
注意:
|
|
1307
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1307
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!企业认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到授权书是否审核失败的结果。
|
|
1308
1308
|
*/
|
|
1309
1309
|
async CreateModifyAdminAuthorizationUrl(req, cb) {
|
|
1310
1310
|
return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
|
|
@@ -1045,7 +1045,9 @@ export interface CreateBatchInformationExtractionTaskRequest {
|
|
|
1045
1045
|
*/
|
|
1046
1046
|
Operator: UserInfo;
|
|
1047
1047
|
/**
|
|
1048
|
-
* 合同智能提取的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。
|
|
1048
|
+
* 合同智能提取的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。
|
|
1049
|
+
|
|
1050
|
+
注: `目前,此接口仅支持5个文件发起。每个文件限制在10M以下`
|
|
1049
1051
|
*/
|
|
1050
1052
|
ResourceIds: Array<string>;
|
|
1051
1053
|
/**
|
|
@@ -8016,7 +8018,7 @@ export interface DescribeContractReviewTaskResponse {
|
|
|
8016
8018
|
<li>**2** - 合同审查任务排队中</li>
|
|
8017
8019
|
<li>**3** - 合同审查任务执行中</li>
|
|
8018
8020
|
<li>**4** - 合同审查任务执行成功</li>
|
|
8019
|
-
<li>**
|
|
8021
|
+
<li>**5** - 合同审查任务执行失败</li>
|
|
8020
8022
|
</ul>
|
|
8021
8023
|
*/
|
|
8022
8024
|
Status?: number;
|