tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1406.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
 - tccli/services/autoscaling/v20180419/api.json +1 -1
 - tccli/services/batch/v20170312/api.json +1 -1
 - tccli/services/cdb/v20170320/api.json +31 -21
 - tccli/services/cdn/v20180606/api.json +1 -1
 - tccli/services/cloudhsm/v20191112/api.json +10 -10
 - tccli/services/cls/v20201016/api.json +40 -31
 - tccli/services/cls/v20201016/examples.json +8 -2
 - tccli/services/ctem/v20231128/api.json +30 -0
 - tccli/services/dbbrain/v20210527/api.json +17 -7
 - tccli/services/dbbrain/v20210527/examples.json +1 -1
 - tccli/services/dts/v20211206/api.json +13 -3
 - tccli/services/emr/v20190103/api.json +9 -0
 - tccli/services/es/es_client.py +57 -4
 - tccli/services/es/v20250101/api.json +133 -0
 - tccli/services/es/v20250101/examples.json +8 -0
 - tccli/services/ess/ess_client.py +106 -0
 - tccli/services/ess/v20201111/api.json +345 -24
 - tccli/services/ess/v20201111/examples.json +25 -3
 - tccli/services/essbasic/v20210526/api.json +12 -3
 - tccli/services/essbasic/v20210526/examples.json +2 -2
 - tccli/services/gwlb/gwlb_client.py +53 -0
 - tccli/services/gwlb/v20240906/api.json +80 -0
 - tccli/services/gwlb/v20240906/examples.json +8 -0
 - tccli/services/hunyuan/v20230901/api.json +2 -2
 - tccli/services/ioa/ioa_client.py +220 -8
 - tccli/services/ioa/v20220601/api.json +559 -0
 - tccli/services/ioa/v20220601/examples.json +38 -0
 - tccli/services/iotexplorer/iotexplorer_client.py +220 -8
 - tccli/services/iotexplorer/v20190423/api.json +959 -12
 - tccli/services/iotexplorer/v20190423/examples.json +68 -0
 - tccli/services/lcic/v20220817/api.json +2 -2
 - tccli/services/lke/v20231130/api.json +1 -1
 - tccli/services/lke/v20231130/examples.json +2 -2
 - tccli/services/lkeap/v20240522/api.json +1 -1
 - tccli/services/lkeap/v20240522/examples.json +7 -1
 - tccli/services/monitor/monitor_client.py +53 -0
 - tccli/services/monitor/v20180724/api.json +248 -0
 - tccli/services/monitor/v20180724/examples.json +8 -0
 - tccli/services/mps/v20190612/api.json +140 -2
 - tccli/services/mqtt/v20240516/api.json +10 -0
 - tccli/services/mqtt/v20240516/examples.json +3 -9
 - tccli/services/nlp/v20190408/api.json +6 -6
 - tccli/services/oceanus/oceanus_client.py +110 -4
 - tccli/services/oceanus/v20190422/api.json +152 -8
 - tccli/services/oceanus/v20190422/examples.json +16 -0
 - tccli/services/privatedns/privatedns_client.py +641 -58
 - tccli/services/privatedns/v20201028/api.json +923 -12
 - tccli/services/privatedns/v20201028/examples.json +88 -0
 - tccli/services/redis/v20180412/api.json +1 -1
 - tccli/services/teo/v20220901/api.json +51 -51
 - tccli/services/tione/v20211111/api.json +1 -1
 - tccli/services/tke/v20180525/api.json +23 -14
 - tccli/services/tke/v20180525/examples.json +1 -1
 - tccli/services/trtc/v20190722/api.json +9 -9
 - tccli/services/trtc/v20190722/examples.json +1 -1
 - tccli/services/tse/v20201207/api.json +30 -1
 - tccli/services/vpc/v20170312/api.json +11 -2
 - tccli/services/wedata/v20210820/api.json +1281 -601
 - tccli/services/wedata/v20210820/examples.json +127 -157
 - tccli/services/wedata/v20250806/api.json +477 -15
 - tccli/services/wedata/v20250806/examples.json +38 -6
 - tccli/services/wedata/wedata_client.py +216 -4
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +68 -68
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -91,6 +91,13 @@ 
     | 
|
| 
       91 
91 
     | 
    
         
             
                  "output": "CreateBatchSignUrlResponse",
         
     | 
| 
       92 
92 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       93 
93 
     | 
    
         
             
                },
         
     | 
| 
      
 94 
     | 
    
         
            +
                "CreateContractComparisonTask": {
         
     | 
| 
      
 95 
     | 
    
         
            +
                  "document": "此接口(CreateContractComparisonTask)用于创建合同对比任务。\n适用场景:对比两份合同中字段(如:金额、日期、甲方名称等)的内容差异。",
         
     | 
| 
      
 96 
     | 
    
         
            +
                  "input": "CreateContractComparisonTaskRequest",
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "name": "创建合同对比任务",
         
     | 
| 
      
 98 
     | 
    
         
            +
                  "output": "CreateContractComparisonTaskResponse",
         
     | 
| 
      
 99 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 100 
     | 
    
         
            +
                },
         
     | 
| 
       94 
101 
     | 
    
         
             
                "CreateContractDiffTaskWebUrl": {
         
     | 
| 
       95 
102 
     | 
    
         
             
                  "document": "接口(CreateContractDiffTaskWebUrl)用于创建合同对比的可嵌入web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。\n注:本接口生成的web页面暂不支持<a href=\"https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig\" target=\"_blank\">设置本企业嵌入式页面主题配置</a>\n\n未跳过上传确认的嵌入页面长相如下:\n\n跳过上传确认的嵌入页面长相如下:\n",
         
     | 
| 
       96 
103 
     | 
    
         
             
                  "input": "CreateContractDiffTaskWebUrlRequest",
         
     | 
| 
         @@ -742,6 +749,13 @@ 
     | 
|
| 
       742 
749 
     | 
    
         
             
                  "output": "DisableUserAutoSignResponse",
         
     | 
| 
       743 
750 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       744 
751 
     | 
    
         
             
                },
         
     | 
| 
      
 752 
     | 
    
         
            +
                "ExportContractComparisonTask": {
         
     | 
| 
      
 753 
     | 
    
         
            +
                  "document": "本接口(ExportContractComparisonTask)用于导出指定的合同对比任务的结果文件。任务完成后,用户可根据不同的使用场景,选择导出可视化对比报告(PDF)或结构化差异明细(EXCEL)。",
         
     | 
| 
      
 754 
     | 
    
         
            +
                  "input": "ExportContractComparisonTaskRequest",
         
     | 
| 
      
 755 
     | 
    
         
            +
                  "name": "导出合同对比任务详情",
         
     | 
| 
      
 756 
     | 
    
         
            +
                  "output": "ExportContractComparisonTaskResponse",
         
     | 
| 
      
 757 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 758 
     | 
    
         
            +
                },
         
     | 
| 
       745 
759 
     | 
    
         
             
                "GetTaskResultApi": {
         
     | 
| 
       746 
760 
     | 
    
         
             
                  "document": "此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务接口</a>进行资源文件的转换操作<br />\n前提条件:已调用 <a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />\n\n适用场景:已创建一个文件转换任务,想查询该文件转换任务的状态,或获取转换后的文件资源Id。<br />\n注:\n1. `大文件转换所需的时间可能会比较长`\n2.  `本接口返回的文件资源ID就是PDF资源ID,可以直接用于【用PDF文件创建签署流程】接口发起合同。`",
         
     | 
| 
       747 
761 
     | 
    
         
             
                  "input": "GetTaskResultApiRequest",
         
     | 
| 
         @@ -885,7 +899,7 @@ 
     | 
|
| 
       885 
899 
     | 
    
         
             
                    {
         
     | 
| 
       886 
900 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       887 
901 
     | 
    
         
             
                      "document": "超管手机号,打码显示\n示例值:138****1569\n",
         
     | 
| 
       888 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 902 
     | 
    
         
            +
                      "example": "1888****888",
         
     | 
| 
       889 
903 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       890 
904 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       891 
905 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -2130,7 +2144,7 @@ 
     | 
|
| 
       2130 
2144 
     | 
    
         
             
                    {
         
     | 
| 
       2131 
2145 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2132 
2146 
     | 
    
         
             
                      "document": "被抄送方手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。\n请确认手机号所有方为此业务通知方。",
         
     | 
| 
       2133 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2147 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       2134 
2148 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2135 
2149 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       2136 
2150 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -2175,6 +2189,52 @@ 
     | 
|
| 
       2175 
2189 
     | 
    
         
             
                  ],
         
     | 
| 
       2176 
2190 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
       2177 
2191 
     | 
    
         
             
                },
         
     | 
| 
      
 2192 
     | 
    
         
            +
                "ComparisonDetail": {
         
     | 
| 
      
 2193 
     | 
    
         
            +
                  "document": "合同对比差异结果详情。",
         
     | 
| 
      
 2194 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 2195 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2196 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2197 
     | 
    
         
            +
                      "document": "对比前后差异类型,具体如下:\n<ul><li> **add**:新增</li>\n<li> **change**:变更</li>\n<li> **delete**:删除</li>\n</ul>",
         
     | 
| 
      
 2198 
     | 
    
         
            +
                      "example": "add",
         
     | 
| 
      
 2199 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2200 
     | 
    
         
            +
                      "name": "ComparisonType",
         
     | 
| 
      
 2201 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2202 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2203 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2204 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2205 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2206 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2207 
     | 
    
         
            +
                      "document": "对比内容类型,具体如下:\n<ul><li> **text**:文本</li>\n<li> **table**:表格</li>\n<li> **picture**:图片</li>\n</ul>",
         
     | 
| 
      
 2208 
     | 
    
         
            +
                      "example": "text",
         
     | 
| 
      
 2209 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2210 
     | 
    
         
            +
                      "name": "ContentType",
         
     | 
| 
      
 2211 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2212 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2213 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2214 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2215 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2216 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2217 
     | 
    
         
            +
                      "document": "原文文本。",
         
     | 
| 
      
 2218 
     | 
    
         
            +
                      "example": "******",
         
     | 
| 
      
 2219 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2220 
     | 
    
         
            +
                      "name": "OriginText",
         
     | 
| 
      
 2221 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2222 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2223 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2224 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2225 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2226 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2227 
     | 
    
         
            +
                      "document": "对比文本。",
         
     | 
| 
      
 2228 
     | 
    
         
            +
                      "example": "-----",
         
     | 
| 
      
 2229 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2230 
     | 
    
         
            +
                      "name": "DiffText",
         
     | 
| 
      
 2231 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2232 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2233 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2234 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2235 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2236 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 2237 
     | 
    
         
            +
                },
         
     | 
| 
       2178 
2238 
     | 
    
         
             
                "Component": {
         
     | 
| 
       2179 
2239 
     | 
    
         
             
                  "document": "此结构体 (Component) 用于描述控件属性。\n\n在通过文件发起合同时,对应的component有三种定位方式\n1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)\n2. 表单域(FIELD)定位方式\n3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找",
         
     | 
| 
       2180 
2240 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -2876,7 +2936,7 @@ 
     | 
|
| 
       2876 
2936 
     | 
    
         
             
                    {
         
     | 
| 
       2877 
2937 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2878 
2938 
     | 
    
         
             
                      "document": "组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。",
         
     | 
| 
       2879 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2939 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       2880 
2940 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2881 
2941 
     | 
    
         
             
                      "name": "AdminMobile",
         
     | 
| 
       2882 
2942 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -3133,7 +3193,7 @@ 
     | 
|
| 
       3133 
3193 
     | 
    
         
             
                    {
         
     | 
| 
       3134 
3194 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3135 
3195 
     | 
    
         
             
                      "document": "生成H5签署链接时,您可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:\n<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>\n<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>\n注:\n`不指定该值时,默认为签署方自行选择。`",
         
     | 
| 
       3136 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 3196 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
       3137 
3197 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       3138 
3198 
     | 
    
         
             
                      "name": "SignTypeSelector",
         
     | 
| 
       3139 
3199 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -3168,7 +3228,7 @@ 
     | 
|
| 
       3168 
3228 
     | 
    
         
             
                    },
         
     | 
| 
       3169 
3229 
     | 
    
         
             
                    {
         
     | 
| 
       3170 
3230 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3171 
     | 
    
         
            -
                      "document": "是否允许此链接中签署方批量拒签。\n <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n\n 
     | 
| 
      
 3231 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。\n <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n\n注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`\n",
         
     | 
| 
       3172 
3232 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       3173 
3233 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       3174 
3234 
     | 
    
         
             
                      "name": "CanBatchReject",
         
     | 
| 
         @@ -3340,7 +3400,7 @@ 
     | 
|
| 
       3340 
3400 
     | 
    
         
             
                    },
         
     | 
| 
       3341 
3401 
     | 
    
         
             
                    {
         
     | 
| 
       3342 
3402 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3343 
     | 
    
         
            -
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1.  
     | 
| 
      
 3403 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
         
     | 
| 
       3344 
3404 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       3345 
3405 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       3346 
3406 
     | 
    
         
             
                      "name": "CanBatchReject",
         
     | 
| 
         @@ -3401,6 +3461,98 @@ 
     | 
|
| 
       3401 
3461 
     | 
    
         
             
                  ],
         
     | 
| 
       3402 
3462 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       3403 
3463 
     | 
    
         
             
                },
         
     | 
| 
      
 3464 
     | 
    
         
            +
                "CreateContractComparisonTaskRequest": {
         
     | 
| 
      
 3465 
     | 
    
         
            +
                  "document": "CreateContractComparisonTask请求参数结构体",
         
     | 
| 
      
 3466 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 3467 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3468 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3469 
     | 
    
         
            +
                      "document": "执行合同审查任务的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
         
     | 
| 
      
 3470 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3471 
     | 
    
         
            +
                      "member": "UserInfo",
         
     | 
| 
      
 3472 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 3473 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3474 
     | 
    
         
            +
                      "type": "object"
         
     | 
| 
      
 3475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3477 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3478 
     | 
    
         
            +
                      "document": "原版文件ID,对比基准的旧版本文件唯一标识,通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles\" target=\"_blank\">UploadFiles</a>接口获取文件资源ID。",
         
     | 
| 
      
 3479 
     | 
    
         
            +
                      "example": "yD*******************Cj",
         
     | 
| 
      
 3480 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3481 
     | 
    
         
            +
                      "name": "OriginFileResourceId",
         
     | 
| 
      
 3482 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3483 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3484 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3485 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3486 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3487 
     | 
    
         
            +
                      "document": "新版文件ID,与旧版进行对比的新版本文件唯一标识,通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles\" target=\"_blank\">UploadFiles</a>接口获取文件资源ID。",
         
     | 
| 
      
 3488 
     | 
    
         
            +
                      "example": "yD*******************Ed",
         
     | 
| 
      
 3489 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3490 
     | 
    
         
            +
                      "name": "DiffFileResourceId",
         
     | 
| 
      
 3491 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3492 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3493 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3494 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3495 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3496 
     | 
    
         
            +
                      "document": "对比任务备注,长度不能超过50个字符。",
         
     | 
| 
      
 3497 
     | 
    
         
            +
                      "example": "这是一项对比任务",
         
     | 
| 
      
 3498 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3499 
     | 
    
         
            +
                      "name": "Comment",
         
     | 
| 
      
 3500 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3501 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3502 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3503 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3504 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3505 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。\n\n在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。",
         
     | 
| 
      
 3506 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3507 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3508 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3509 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3510 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3511 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3512 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3513 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3514 
     | 
    
         
            +
                      "document": "标签列表,用户自定义的键值对(Key-Value),可绑定到资源上,用于资源的分类、管理和访问控制。",
         
     | 
| 
      
 3515 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3516 
     | 
    
         
            +
                      "member": "Tag",
         
     | 
| 
      
 3517 
     | 
    
         
            +
                      "name": "Tags",
         
     | 
| 
      
 3518 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3519 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
      
 3520 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3521 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3522 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 3523 
     | 
    
         
            +
                },
         
     | 
| 
      
 3524 
     | 
    
         
            +
                "CreateContractComparisonTaskResponse": {
         
     | 
| 
      
 3525 
     | 
    
         
            +
                  "document": "CreateContractComparisonTask返回参数结构体",
         
     | 
| 
      
 3526 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 3527 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3528 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3529 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。",
         
     | 
| 
      
 3530 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3531 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3532 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3533 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3534 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3535 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3536 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3537 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3538 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3539 
     | 
    
         
            +
                      "document": "合同对比任务ID,可以调用接口<a href=\"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/DescribeContractComparisonTask\" target=\"_blank\">查询合同对比任务结果</a>查看对比任务的结果。",
         
     | 
| 
      
 3540 
     | 
    
         
            +
                      "example": "yD*******************Qi",
         
     | 
| 
      
 3541 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3542 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 3543 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3544 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3545 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3546 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3547 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3548 
     | 
    
         
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 3549 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3550 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 3551 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3552 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3553 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3554 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 3555 
     | 
    
         
            +
                },
         
     | 
| 
       3404 
3556 
     | 
    
         
             
                "CreateContractDiffTaskWebUrlRequest": {
         
     | 
| 
       3405 
3557 
     | 
    
         
             
                  "document": "CreateContractDiffTaskWebUrl请求参数结构体",
         
     | 
| 
       3406 
3558 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -3439,6 +3591,24 @@ 
     | 
|
| 
       3439 
3591 
     | 
    
         
             
                      "name": "DiffFileResourceId",
         
     | 
| 
       3440 
3592 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       3441 
3593 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 3594 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3595 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3596 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3597 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。\n\n在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。",
         
     | 
| 
      
 3598 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3599 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3600 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3601 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3602 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3603 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3604 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3605 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3606 
     | 
    
         
            +
                      "document": "标签列表,用户自定义的键值对(Key-Value),可绑定到资源上,用于资源的分类、管理和访问控制。",
         
     | 
| 
      
 3607 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3608 
     | 
    
         
            +
                      "member": "Tag",
         
     | 
| 
      
 3609 
     | 
    
         
            +
                      "name": "Tags",
         
     | 
| 
      
 3610 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3611 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
       3442 
3612 
     | 
    
         
             
                    }
         
     | 
| 
       3443 
3613 
     | 
    
         
             
                  ],
         
     | 
| 
       3444 
3614 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -3466,6 +3636,16 @@ 
     | 
|
| 
       3466 
3636 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3467 
3637 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3468 
3638 
     | 
    
         
             
                    },
         
     | 
| 
      
 3639 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3640 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3641 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。",
         
     | 
| 
      
 3642 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3643 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3644 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3645 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3646 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3647 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3648 
     | 
    
         
            +
                    },
         
     | 
| 
       3469 
3649 
     | 
    
         
             
                    {
         
     | 
| 
       3470 
3650 
     | 
    
         
             
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
       3471 
3651 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
         @@ -6881,7 +7061,7 @@ 
     | 
|
| 
       6881 
7061 
     | 
    
         
             
                    {
         
     | 
| 
       6882 
7062 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6883 
7063 
     | 
    
         
             
                      "document": "为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。\n您可以通过查询合同接口(DescribeFlowInfo)查询此参数。\n若传了此参数,则可以不传 UserId, Name, Mobile等参数",
         
     | 
| 
       6884 
     | 
    
         
            -
                      "example": "yDwcCUUgyg3tgmwcUEVzyNaupO7DiB3E",
         
     | 
| 
      
 7064 
     | 
    
         
            +
                      "example": "[\"yDwcCUUgyg3tgmwcUEVzyNaupO7DiB3E\"]",
         
     | 
| 
       6885 
7065 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6886 
7066 
     | 
    
         
             
                      "name": "RecipientIds",
         
     | 
| 
       6887 
7067 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6895,6 +7075,15 @@ 
     | 
|
| 
       6895 
7075 
     | 
    
         
             
                      "name": "FlowGroupId",
         
     | 
| 
       6896 
7076 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       6897 
7077 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 7078 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7079 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7080 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7081 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`",
         
     | 
| 
      
 7082 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
      
 7083 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 7084 
     | 
    
         
            +
                      "name": "CanBatchReject",
         
     | 
| 
      
 7085 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 7086 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       6898 
7087 
     | 
    
         
             
                    }
         
     | 
| 
       6899 
7088 
     | 
    
         
             
                  ],
         
     | 
| 
       6900 
7089 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -10070,6 +10259,15 @@ 
     | 
|
| 
       10070 
10259 
     | 
    
         
             
                      "name": "TaskId",
         
     | 
| 
       10071 
10260 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       10072 
10261 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 10262 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10263 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10264 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10265 
     | 
    
         
            +
                      "document": "是否返回详细的对比结果。为 true时,响应中将包含详细的对比信息,如相似度、文本差异具体内容等;为 false时,仅返回任务基本状态信息。\n注:`详细结果数据量可能较大,请按需开启。`",
         
     | 
| 
      
 10266 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 10267 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 10268 
     | 
    
         
            +
                      "name": "ShowDetail",
         
     | 
| 
      
 10269 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 10270 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       10073 
10271 
     | 
    
         
             
                    }
         
     | 
| 
       10074 
10272 
     | 
    
         
             
                  ],
         
     | 
| 
       10075 
10273 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -10197,6 +10395,16 @@ 
     | 
|
| 
       10197 
10395 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       10198 
10396 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       10199 
10397 
     | 
    
         
             
                    },
         
     | 
| 
      
 10398 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10399 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10400 
     | 
    
         
            +
                      "document": "对比差异详情,请求参数ShowDetail为true时返回。",
         
     | 
| 
      
 10401 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 10402 
     | 
    
         
            +
                      "member": "ComparisonDetail",
         
     | 
| 
      
 10403 
     | 
    
         
            +
                      "name": "ComparisonDetail",
         
     | 
| 
      
 10404 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10405 
     | 
    
         
            +
                      "type": "list",
         
     | 
| 
      
 10406 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10407 
     | 
    
         
            +
                    },
         
     | 
| 
       10200 
10408 
     | 
    
         
             
                    {
         
     | 
| 
       10201 
10409 
     | 
    
         
             
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
       10202 
10410 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
         @@ -11877,8 +12085,8 @@ 
     | 
|
| 
       11877 
12085 
     | 
    
         
             
                    },
         
     | 
| 
       11878 
12086 
     | 
    
         
             
                    {
         
     | 
| 
       11879 
12087 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11880 
     | 
    
         
            -
                      "document": "印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong> 
     | 
| 
       11881 
     | 
    
         
            -
                      "example": "OFFICIAL",
         
     | 
| 
      
 12088 
     | 
    
         
            +
                      "document": "印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>FINANCE</strong>:财务专用章;</li> <li><strong>PERSONNEL</strong>:人事专用章;</li><li><strong>INVOICE</strong>:发票专用章;</li><li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>",
         
     | 
| 
      
 12089 
     | 
    
         
            +
                      "example": "[\"OFFICIAL\"]",
         
     | 
| 
       11882 
12090 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11883 
12091 
     | 
    
         
             
                      "name": "SealTypes",
         
     | 
| 
       11884 
12092 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -11896,7 +12104,7 @@ 
     | 
|
| 
       11896 
12104 
     | 
    
         
             
                    {
         
     | 
| 
       11897 
12105 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11898 
12106 
     | 
    
         
             
                      "document": "需查询的印章状态列表。\n<ul>\n<li>空:(默认)仅查询启用状态的印章;</li>\n<li><strong>ALL</strong>:查询所有状态的印章;</li>\n<li><strong>CHECKING</strong>:查询待审核的印章;</li>\n<li><strong>SUCCESS</strong>:查询启用状态的印章;</li>\n<li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>\n<li><strong>DISABLE</strong>:查询已停用的印章;</li>\n<li><strong>STOPPED</strong>:查询已终止的印章;</li>\n<li><strong>VOID</strong>:查询已作废的印章;</li>\n<li><strong>INVALID</strong>:查询已失效的印章。</li>\n</ul>",
         
     | 
| 
       11899 
     | 
    
         
            -
                      "example": "ALL",
         
     | 
| 
      
 12107 
     | 
    
         
            +
                      "example": "[\"ALL\"]",
         
     | 
| 
       11900 
12108 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11901 
12109 
     | 
    
         
             
                      "name": "SealStatuses",
         
     | 
| 
       11902 
12110 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -12669,6 +12877,80 @@ 
     | 
|
| 
       12669 
12877 
     | 
    
         
             
                  ],
         
     | 
| 
       12670 
12878 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
       12671 
12879 
     | 
    
         
             
                },
         
     | 
| 
      
 12880 
     | 
    
         
            +
                "ExportContractComparisonTaskRequest": {
         
     | 
| 
      
 12881 
     | 
    
         
            +
                  "document": "ExportContractComparisonTask请求参数结构体",
         
     | 
| 
      
 12882 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 12883 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12884 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12885 
     | 
    
         
            +
                      "document": "执行合同审查任务的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
         
     | 
| 
      
 12886 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 12887 
     | 
    
         
            +
                      "member": "UserInfo",
         
     | 
| 
      
 12888 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 12889 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 12890 
     | 
    
         
            +
                      "type": "object"
         
     | 
| 
      
 12891 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12892 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12893 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12894 
     | 
    
         
            +
                      "document": "合同对比任务ID,该参数通过调用接口CreateContractComparisonTask获取。",
         
     | 
| 
      
 12895 
     | 
    
         
            +
                      "example": "yD*******************ob",
         
     | 
| 
      
 12896 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12897 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 12898 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 12899 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 12900 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12901 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12902 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12903 
     | 
    
         
            +
                      "document": "导出对比结果文件类型。\n类型如下:\n<ul>\n<li> **0**:【PDF】以新合同文件为基础,导出带有可视化对比点标注的PDF文件。</li>\n<li> **1**:【EXCEL】导出结构化的对比点明细表格,以列表形式罗列每一个差异点,包含改动位置、类型、标签及修改前后的完整内容。</li>\n</ul>",
         
     | 
| 
      
 12904 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 12905 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 12906 
     | 
    
         
            +
                      "name": "ExportType",
         
     | 
| 
      
 12907 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 12908 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
      
 12909 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12910 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12911 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12912 
     | 
    
         
            +
                      "document": "是否忽略,适用于PDF。\n<ul>\n<li> **true**:导出文件标注去掉忽略项。</li>\n<li> **false**:导出文件包含所有对比点。</li>\n</ul>",
         
     | 
| 
      
 12913 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 12914 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 12915 
     | 
    
         
            +
                      "name": "Ignore",
         
     | 
| 
      
 12916 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 12917 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 12918 
     | 
    
         
            +
                    }
         
     | 
| 
      
 12919 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 12920 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 12921 
     | 
    
         
            +
                },
         
     | 
| 
      
 12922 
     | 
    
         
            +
                "ExportContractComparisonTaskResponse": {
         
     | 
| 
      
 12923 
     | 
    
         
            +
                  "document": "ExportContractComparisonTask返回参数结构体",
         
     | 
| 
      
 12924 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 12925 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12926 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12927 
     | 
    
         
            +
                      "document": "对比任务详情下载链接。",
         
     | 
| 
      
 12928 
     | 
    
         
            +
                      "example": "https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.PDF",
         
     | 
| 
      
 12929 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12930 
     | 
    
         
            +
                      "name": "ResourceUrl",
         
     | 
| 
      
 12931 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12932 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 12933 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 12934 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12935 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12936 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12937 
     | 
    
         
            +
                      "document": "下载链接有效截止时间。",
         
     | 
| 
      
 12938 
     | 
    
         
            +
                      "example": "1760009219",
         
     | 
| 
      
 12939 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 12940 
     | 
    
         
            +
                      "name": "ExpireTime",
         
     | 
| 
      
 12941 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12942 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 12943 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 12944 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12945 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12946 
     | 
    
         
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 12947 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12948 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 12949 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 12950 
     | 
    
         
            +
                    }
         
     | 
| 
      
 12951 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 12952 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 12953 
     | 
    
         
            +
                },
         
     | 
| 
       12672 
12954 
     | 
    
         
             
                "ExtendAuthInfo": {
         
     | 
| 
       12673 
12955 
     | 
    
         
             
                  "document": "扩展服务开通和授权的详细信息",
         
     | 
| 
       12674 
12956 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -12807,7 +13089,7 @@ 
     | 
|
| 
       12807 
13089 
     | 
    
         
             
                    },
         
     | 
| 
       12808 
13090 
     | 
    
         
             
                    {
         
     | 
| 
       12809 
13091 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       12810 
     | 
    
         
            -
                      "document": "用于描述字段信息。\n\n注意:\n1 
     | 
| 
      
 13092 
     | 
    
         
            +
                      "document": "用于描述字段信息。\n\n注意:\n1、描述字段不能超过100个字符",
         
     | 
| 
       12811 
13093 
     | 
    
         
             
                      "example": "字段描述",
         
     | 
| 
       12812 
13094 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       12813 
13095 
     | 
    
         
             
                      "name": "Description",
         
     | 
| 
         @@ -12826,6 +13108,17 @@ 
     | 
|
| 
       12826 
13108 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       12827 
13109 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       12828 
13110 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 13111 
     | 
    
         
            +
                    },
         
     | 
| 
      
 13112 
     | 
    
         
            +
                    {
         
     | 
| 
      
 13113 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 13114 
     | 
    
         
            +
                      "document": "当字段类型`Type`为OPTION时为必输项,输入选项值",
         
     | 
| 
      
 13115 
     | 
    
         
            +
                      "example": "[\"选项值1\"]",
         
     | 
| 
      
 13116 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 13117 
     | 
    
         
            +
                      "name": "ChoiceList",
         
     | 
| 
      
 13118 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 13119 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 13120 
     | 
    
         
            +
                      "type": "list",
         
     | 
| 
      
 13121 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       12829 
13122 
     | 
    
         
             
                    }
         
     | 
| 
       12830 
13123 
     | 
    
         
             
                  ],
         
     | 
| 
       12831 
13124 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
         @@ -13445,7 +13738,7 @@ 
     | 
|
| 
       13445 
13738 
     | 
    
         
             
                    {
         
     | 
| 
       13446 
13739 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       13447 
13740 
     | 
    
         
             
                      "document": "模板配置中的参与方ID,与控件绑定",
         
     | 
| 
       13448 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13741 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
       13449 
13742 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13450 
13743 
     | 
    
         
             
                      "name": "ReceiptId",
         
     | 
| 
       13451 
13744 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -13465,7 +13758,7 @@ 
     | 
|
| 
       13465 
13758 
     | 
    
         
             
                    {
         
     | 
| 
       13466 
13759 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13467 
13760 
     | 
    
         
             
                      "document": "签署人手机号",
         
     | 
| 
       13468 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13761 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       13469 
13762 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13470 
13763 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       13471 
13764 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -13611,7 +13904,7 @@ 
     | 
|
| 
       13611 
13904 
     | 
    
         
             
                    {
         
     | 
| 
       13612 
13905 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13613 
13906 
     | 
    
         
             
                      "document": "签署人手机号。",
         
     | 
| 
       13614 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13907 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       13615 
13908 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13616 
13909 
     | 
    
         
             
                      "name": "ApproverMobile",
         
     | 
| 
       13617 
13910 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -16295,7 +16588,7 @@ 
     | 
|
| 
       16295 
16588 
     | 
    
         
             
                    {
         
     | 
| 
       16296 
16589 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16297 
16590 
     | 
    
         
             
                      "document": "组织机构企业统一社会信用代码。\n请确认该企业统一社会信用代码与企业营业执照中注册的统一社会信用代码一致。",
         
     | 
| 
       16298 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16591 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16299 
16592 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16300 
16593 
     | 
    
         
             
                      "name": "UniformSocialCreditCode",
         
     | 
| 
       16301 
16594 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16328,7 +16621,7 @@ 
     | 
|
| 
       16328 
16621 
     | 
    
         
             
                    {
         
     | 
| 
       16329 
16622 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16330 
16623 
     | 
    
         
             
                      "document": "组织机构法人的证件号码",
         
     | 
| 
       16331 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16624 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16332 
16625 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16333 
16626 
     | 
    
         
             
                      "name": "LegalIdCardNumber",
         
     | 
| 
       16334 
16627 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16350,7 +16643,7 @@ 
     | 
|
| 
       16350 
16643 
     | 
    
         
             
                    {
         
     | 
| 
       16351 
16644 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16352 
16645 
     | 
    
         
             
                      "document": "组织机构超管手机号。\n",
         
     | 
| 
       16353 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16646 
     | 
    
         
            +
                      "example": "1888****888",
         
     | 
| 
       16354 
16647 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16355 
16648 
     | 
    
         
             
                      "name": "AdminMobile",
         
     | 
| 
       16356 
16649 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16372,7 +16665,7 @@ 
     | 
|
| 
       16372 
16665 
     | 
    
         
             
                    {
         
     | 
| 
       16373 
16666 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16374 
16667 
     | 
    
         
             
                      "document": "组织机构超管证件号码\n",
         
     | 
| 
       16375 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16668 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16376 
16669 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16377 
16670 
     | 
    
         
             
                      "name": "AdminIdCardNumber",
         
     | 
| 
       16378 
16671 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16394,7 +16687,7 @@ 
     | 
|
| 
       16394 
16687 
     | 
    
         
             
                    {
         
     | 
| 
       16395 
16688 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16396 
16689 
     | 
    
         
             
                      "document": "原超管手机号",
         
     | 
| 
       16397 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16690 
     | 
    
         
            +
                      "example": "1510****000",
         
     | 
| 
       16398 
16691 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16399 
16692 
     | 
    
         
             
                      "name": "OldAdminMobile",
         
     | 
| 
       16400 
16693 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16416,7 +16709,7 @@ 
     | 
|
| 
       16416 
16709 
     | 
    
         
             
                    {
         
     | 
| 
       16417 
16710 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16418 
16711 
     | 
    
         
             
                      "document": "原超管证件号码",
         
     | 
| 
       16419 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16712 
     | 
    
         
            +
                      "example": "650000****0404000X",
         
     | 
| 
       16420 
16713 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16421 
16714 
     | 
    
         
             
                      "name": "OldAdminIdCardNumber",
         
     | 
| 
       16422 
16715 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -17435,7 +17728,7 @@ 
     | 
|
| 
       17435 
17728 
     | 
    
         
             
                    {
         
     | 
| 
       17436 
17729 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17437 
17730 
     | 
    
         
             
                      "document": "签署人手机号。",
         
     | 
| 
       17438 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17731 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       17439 
17732 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17440 
17733 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       17441 
17734 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -17444,7 +17737,7 @@ 
     | 
|
| 
       17444 
17737 
     | 
    
         
             
                    {
         
     | 
| 
       17445 
17738 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       17446 
17739 
     | 
    
         
             
                      "document": "要更换的原合同参与人RecipientId编号。(可通过接口<a href=\"https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo/\">DescribeFlowInfo</a>查询签署人的RecipientId编号)<br/>",
         
     | 
| 
       17447 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17740 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
       17448 
17741 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17449 
17742 
     | 
    
         
             
                      "name": "RelievedApproverReceiptId",
         
     | 
| 
       17450 
17743 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -17974,7 +18267,7 @@ 
     | 
|
| 
       17974 
18267 
     | 
    
         
             
                    {
         
     | 
| 
       17975 
18268 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17976 
18269 
     | 
    
         
             
                      "document": "用户手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。",
         
     | 
| 
       17977 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 18270 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       17978 
18271 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17979 
18272 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       17980 
18273 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -18377,7 +18670,7 @@ 
     | 
|
| 
       18377 
18670 
     | 
    
         
             
                    {
         
     | 
| 
       18378 
18671 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       18379 
18672 
     | 
    
         
             
                      "document": "传入的手机号,没有打码",
         
     | 
| 
       18380 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 18673 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       18381 
18674 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       18382 
18675 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       18383 
18676 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -18407,6 +18700,34 @@ 
     | 
|
| 
       18407 
18700 
     | 
    
         
             
                  ],
         
     | 
| 
       18408 
18701 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
       18409 
18702 
     | 
    
         
             
                },
         
     | 
| 
      
 18703 
     | 
    
         
            +
                "Tag": {
         
     | 
| 
      
 18704 
     | 
    
         
            +
                  "document": "标签",
         
     | 
| 
      
 18705 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 18706 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18707 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 18708 
     | 
    
         
            +
                      "document": "标签键,最大长度不超过50字符。",
         
     | 
| 
      
 18709 
     | 
    
         
            +
                      "example": "Key",
         
     | 
| 
      
 18710 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 18711 
     | 
    
         
            +
                      "name": "TagKey",
         
     | 
| 
      
 18712 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 18713 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 18714 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 18715 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 18716 
     | 
    
         
            +
                    },
         
     | 
| 
      
 18717 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18718 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 18719 
     | 
    
         
            +
                      "document": "标签值,最大长度不超过50字符。",
         
     | 
| 
      
 18720 
     | 
    
         
            +
                      "example": "Value",
         
     | 
| 
      
 18721 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 18722 
     | 
    
         
            +
                      "name": "TagValue",
         
     | 
| 
      
 18723 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 18724 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 18725 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 18726 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 18727 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18728 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 18729 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
      
 18730 
     | 
    
         
            +
                },
         
     | 
| 
       18410 
18731 
     | 
    
         
             
                "TemplateInfo": {
         
     | 
| 
       18411 
18732 
     | 
    
         
             
                  "document": "此结构体 (TemplateInfo) 用于描述模板的信息。\n\n> **模板组成** \n>\n>  一个模板通常会包含以下结构信息\n>- 模板基本信息\n>- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方\n>- 填写控件 Components\n>- 签署控件 SignComponents\n>- 生成模板的文件基础信息 FileInfos",
         
     | 
| 
       18412 
18733 
     | 
    
         
             
                  "members": [
         
     |