tencentcloud-sdk-nodejs-ess 4.1.78 → 4.1.80

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.78",
3
+ "version": "4.1.80",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -635,7 +635,7 @@ export interface DescribeInformationExtractionTaskRequest {
635
635
  */
636
636
  Agent?: Agent;
637
637
  /**
638
- * 批量创建合同智能提取任务接口返回的合同智能提取任务ID
638
+ * 合同智能提取任务ID,该参数通过调用接口[批量创建合同智能提取任务接口](https://qian.tencent.com/developers/companyApis/%E5%90%88%E5%90%8C%E6%99%BA%E8%83%BD%E7%9B%B8%E5%85%B3%E6%8E%A5%E5%8F%A3/CreateBatchInformationExtractionTask)获取。
639
639
  */
640
640
  TaskId?: string;
641
641
  }