tencentcloud-sdk-nodejs-ess 4.1.203 → 4.1.205
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
|
@@ -3595,15 +3595,15 @@ export interface CreateDraftContractByPromptsTaskRequest {
|
|
|
3595
3595
|
*/
|
|
3596
3596
|
Operator: UserInfo;
|
|
3597
3597
|
/**
|
|
3598
|
-
*
|
|
3598
|
+
* 起草要求,范围要求 5-1000 字
|
|
3599
3599
|
*/
|
|
3600
3600
|
Requirement: string;
|
|
3601
3601
|
/**
|
|
3602
|
-
* 参考模板文件资源id(PDF/Word
|
|
3602
|
+
* 参考模板文件资源id(PDF/Word格式),大小不超过1M,通过[上传文件](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口来获取。
|
|
3603
3603
|
*/
|
|
3604
3604
|
ReferenceTemplateId?: string;
|
|
3605
3605
|
/**
|
|
3606
|
-
* 相关规定文件资源id列表(PDF/Word
|
|
3606
|
+
* 相关规定文件资源id列表(PDF/Word格式),最多3个文件,每个大小不超过1M,通过[上传文件](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口来获取。
|
|
3607
3607
|
*/
|
|
3608
3608
|
RequirementFileIds?: Array<string>;
|
|
3609
3609
|
/**
|
|
@@ -5811,6 +5811,10 @@ export interface DescribeDraftContractByPromptsTaskResponse {
|
|
|
5811
5811
|
* 生成的合同文件资源id
|
|
5812
5812
|
*/
|
|
5813
5813
|
ResourceId?: string;
|
|
5814
|
+
/**
|
|
5815
|
+
* 生成的合同文件下载链接,有效期2小时
|
|
5816
|
+
*/
|
|
5817
|
+
ContractUrl?: string;
|
|
5814
5818
|
/**
|
|
5815
5819
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5816
5820
|
*/
|