tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -93,10 +93,18 @@ class EssClient(AbstractClient):
|
|
|
93
93
|
注:
|
|
94
94
|
1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
|
|
95
95
|
|
|
96
|
-
2. 有对应合同撤销权限的人:
|
|
97
|
-

|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
|
|
100
|
+
- 发起人所在企业的**超管、法人**
|
|
101
|
+
- 合同的**发起人**<font color='red'>(并已经授予撤销我发起的合同权限)</font>
|
|
102
|
+
- 其它员工<font color='red'>(并已经授予撤销我发起的合同后)</font>:
|
|
103
|
+
- 撤销人与发起人<font color='red'>**不在**</font>同一个部门:<font color='red'>(确保已授予查询合同 - 企业全部合同权限)</font>
|
|
104
|
+
- 撤销人与发起人<font color='red'>**在**</font>用一个部门:<font color='red'>(确保授予查询合同 - 本部门全部合同权限 或 企业全部合同权限)</font>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
3. <font color='red'>**只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。**</font>
|
|
100
108
|
|
|
101
109
|
4. 撤销后可以看合同PDF内容的人员: 发起方的超管, 发起方自己,发起方撤销合同的操作人员,已经签署合同、已经填写合同、邀请填写已经补充信息的参与人员, 其他参与人员看不到合同的内容。
|
|
102
110
|
|
|
@@ -247,10 +255,18 @@ class EssClient(AbstractClient):
|
|
|
247
255
|
注:
|
|
248
256
|
1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
|
|
249
257
|
|
|
250
|
-
2. 有对应合同撤销权限的人:
|
|
251
|
-

|
|
260
|
+
|
|
252
261
|
|
|
253
|
-
|
|
262
|
+
- 发起人所在企业的**超管、法人**
|
|
263
|
+
- 合同的**发起人**<font color='red'>(并已经授予撤销我发起的合同权限)</font>
|
|
264
|
+
- 其它员工<font color='red'>(并已经授予撤销我发起的合同后)</font>:
|
|
265
|
+
- 撤销人与发起人<font color='red'>**不在**</font>同一个部门:<font color='red'>(确保已授予查询合同 - 企业全部合同权限)</font>
|
|
266
|
+
- 撤销人与发起人<font color='red'>**在**</font>用一个部门:<font color='red'>(确保授予查询合同 - 本部门全部合同权限 或 企业全部合同权限)</font>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
3. <font color='red'>**只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。**</font>
|
|
254
270
|
|
|
255
271
|
4. 撤销后可以看合同PDF内容的人员: 发起方的超管, 发起方自己,发起方撤销合同的操作人员,已经签署合同、已经填写合同、邀请填写已经补充信息的参与人员, 其他参与人员看不到合同的内容。
|
|
256
272
|
|
|
@@ -552,6 +568,33 @@ class EssClient(AbstractClient):
|
|
|
552
568
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
553
569
|
|
|
554
570
|
|
|
571
|
+
def CreateContractReviewChecklistWebUrl(self, request):
|
|
572
|
+
r"""此接口(CreateContractReviewChecklistWebUrl)用来创建新建审查要点清单web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
573
|
+
|
|
574
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
575
|
+
|
|
576
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
577
|
+
|
|
578
|
+
:param request: Request instance for CreateContractReviewChecklistWebUrl.
|
|
579
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateContractReviewChecklistWebUrlRequest`
|
|
580
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateContractReviewChecklistWebUrlResponse`
|
|
581
|
+
|
|
582
|
+
"""
|
|
583
|
+
try:
|
|
584
|
+
params = request._serialize()
|
|
585
|
+
headers = request.headers
|
|
586
|
+
body = self.call("CreateContractReviewChecklistWebUrl", params, headers=headers)
|
|
587
|
+
response = json.loads(body)
|
|
588
|
+
model = models.CreateContractReviewChecklistWebUrlResponse()
|
|
589
|
+
model._deserialize(response["Response"])
|
|
590
|
+
return model
|
|
591
|
+
except Exception as e:
|
|
592
|
+
if isinstance(e, TencentCloudSDKException):
|
|
593
|
+
raise
|
|
594
|
+
else:
|
|
595
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
596
|
+
|
|
597
|
+
|
|
555
598
|
def CreateContractReviewWebUrl(self, request):
|
|
556
599
|
r"""此接口(CreateContractReviewWebUrl)用来创建合同审查web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
557
600
|
|
|
@@ -2709,6 +2752,60 @@ class EssClient(AbstractClient):
|
|
|
2709
2752
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2710
2753
|
|
|
2711
2754
|
|
|
2755
|
+
def DescribeContractReviewChecklistWebUrl(self, request):
|
|
2756
|
+
r"""此接口(DescribeContractReviewChecklistWebUrl)用来创建查看审查要点清单web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2757
|
+
|
|
2758
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2759
|
+
|
|
2760
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2761
|
+
|
|
2762
|
+
:param request: Request instance for DescribeContractReviewChecklistWebUrl.
|
|
2763
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistWebUrlRequest`
|
|
2764
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistWebUrlResponse`
|
|
2765
|
+
|
|
2766
|
+
"""
|
|
2767
|
+
try:
|
|
2768
|
+
params = request._serialize()
|
|
2769
|
+
headers = request.headers
|
|
2770
|
+
body = self.call("DescribeContractReviewChecklistWebUrl", params, headers=headers)
|
|
2771
|
+
response = json.loads(body)
|
|
2772
|
+
model = models.DescribeContractReviewChecklistWebUrlResponse()
|
|
2773
|
+
model._deserialize(response["Response"])
|
|
2774
|
+
return model
|
|
2775
|
+
except Exception as e:
|
|
2776
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2777
|
+
raise
|
|
2778
|
+
else:
|
|
2779
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
def DescribeContractReviewChecklistsWebUrl(self, request):
|
|
2783
|
+
r"""此接口(DescribeContractReviewChecklistsWebUrl)用来创建审查要点清单列表web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2784
|
+
|
|
2785
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2786
|
+
|
|
2787
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2788
|
+
|
|
2789
|
+
:param request: Request instance for DescribeContractReviewChecklistsWebUrl.
|
|
2790
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistsWebUrlRequest`
|
|
2791
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewChecklistsWebUrlResponse`
|
|
2792
|
+
|
|
2793
|
+
"""
|
|
2794
|
+
try:
|
|
2795
|
+
params = request._serialize()
|
|
2796
|
+
headers = request.headers
|
|
2797
|
+
body = self.call("DescribeContractReviewChecklistsWebUrl", params, headers=headers)
|
|
2798
|
+
response = json.loads(body)
|
|
2799
|
+
model = models.DescribeContractReviewChecklistsWebUrlResponse()
|
|
2800
|
+
model._deserialize(response["Response"])
|
|
2801
|
+
return model
|
|
2802
|
+
except Exception as e:
|
|
2803
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2804
|
+
raise
|
|
2805
|
+
else:
|
|
2806
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2807
|
+
|
|
2808
|
+
|
|
2712
2809
|
def DescribeContractReviewTask(self, request):
|
|
2713
2810
|
r"""本接口(DescribeContractReviewTask)用于获取合同审查任务详情,包括任务的状态和识别出的风险信息。
|
|
2714
2811
|
|
|
@@ -2732,6 +2829,33 @@ class EssClient(AbstractClient):
|
|
|
2732
2829
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2733
2830
|
|
|
2734
2831
|
|
|
2832
|
+
def DescribeContractReviewTaskListWebUrl(self, request):
|
|
2833
|
+
r"""此接口(DescribeContractReviewTaskListWebUrl)用来创建合同审查记录列表web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2834
|
+
|
|
2835
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2836
|
+
|
|
2837
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2838
|
+
|
|
2839
|
+
:param request: Request instance for DescribeContractReviewTaskListWebUrl.
|
|
2840
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewTaskListWebUrlRequest`
|
|
2841
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewTaskListWebUrlResponse`
|
|
2842
|
+
|
|
2843
|
+
"""
|
|
2844
|
+
try:
|
|
2845
|
+
params = request._serialize()
|
|
2846
|
+
headers = request.headers
|
|
2847
|
+
body = self.call("DescribeContractReviewTaskListWebUrl", params, headers=headers)
|
|
2848
|
+
response = json.loads(body)
|
|
2849
|
+
model = models.DescribeContractReviewTaskListWebUrlResponse()
|
|
2850
|
+
model._deserialize(response["Response"])
|
|
2851
|
+
return model
|
|
2852
|
+
except Exception as e:
|
|
2853
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2854
|
+
raise
|
|
2855
|
+
else:
|
|
2856
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2857
|
+
|
|
2858
|
+
|
|
2735
2859
|
def DescribeContractReviewWebUrl(self, request):
|
|
2736
2860
|
r"""此接口(DescribeContractReviewWebUrl)用来创建合同审查web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2737
2861
|
|
|
@@ -3526,6 +3650,29 @@ class EssClient(AbstractClient):
|
|
|
3526
3650
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3527
3651
|
|
|
3528
3652
|
|
|
3653
|
+
def ExportContractReviewResult(self, request):
|
|
3654
|
+
r"""本接口(ExportContractReviewResult)用于导出和同审查结果。支持选择 1 “带风险批注文件”、 2 “审查结果&摘要(.xIsx)”
|
|
3655
|
+
|
|
3656
|
+
:param request: Request instance for ExportContractReviewResult.
|
|
3657
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.ExportContractReviewResultRequest`
|
|
3658
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.ExportContractReviewResultResponse`
|
|
3659
|
+
|
|
3660
|
+
"""
|
|
3661
|
+
try:
|
|
3662
|
+
params = request._serialize()
|
|
3663
|
+
headers = request.headers
|
|
3664
|
+
body = self.call("ExportContractReviewResult", params, headers=headers)
|
|
3665
|
+
response = json.loads(body)
|
|
3666
|
+
model = models.ExportContractReviewResultResponse()
|
|
3667
|
+
model._deserialize(response["Response"])
|
|
3668
|
+
return model
|
|
3669
|
+
except Exception as e:
|
|
3670
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3671
|
+
raise
|
|
3672
|
+
else:
|
|
3673
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3674
|
+
|
|
3675
|
+
|
|
3529
3676
|
def GetTaskResultApi(self, request):
|
|
3530
3677
|
r"""此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行资源文件的转换操作<br />
|
|
3531
3678
|
前提条件:已调用 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi" target="_blank">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />
|
|
@@ -87,10 +87,18 @@ class EssClient(AbstractClient):
|
|
|
87
87
|
注:
|
|
88
88
|
1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
|
|
89
89
|
|
|
90
|
-
2. 有对应合同撤销权限的人:
|
|
91
|
-

|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
|
|
94
|
+
- 发起人所在企业的**超管、法人**
|
|
95
|
+
- 合同的**发起人**<font color='red'>(并已经授予撤销我发起的合同权限)</font>
|
|
96
|
+
- 其它员工<font color='red'>(并已经授予撤销我发起的合同后)</font>:
|
|
97
|
+
- 撤销人与发起人<font color='red'>**不在**</font>同一个部门:<font color='red'>(确保已授予查询合同 - 企业全部合同权限)</font>
|
|
98
|
+
- 撤销人与发起人<font color='red'>**在**</font>用一个部门:<font color='red'>(确保授予查询合同 - 本部门全部合同权限 或 企业全部合同权限)</font>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
3. <font color='red'>**只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。**</font>
|
|
94
102
|
|
|
95
103
|
4. 撤销后可以看合同PDF内容的人员: 发起方的超管, 发起方自己,发起方撤销合同的操作人员,已经签署合同、已经填写合同、邀请填写已经补充信息的参与人员, 其他参与人员看不到合同的内容。
|
|
96
104
|
"""
|
|
@@ -216,10 +224,18 @@ class EssClient(AbstractClient):
|
|
|
216
224
|
注:
|
|
217
225
|
1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
|
|
218
226
|
|
|
219
|
-
2. 有对应合同撤销权限的人:
|
|
220
|
-

|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
- 发起人所在企业的**超管、法人**
|
|
232
|
+
- 合同的**发起人**<font color='red'>(并已经授予撤销我发起的合同权限)</font>
|
|
233
|
+
- 其它员工<font color='red'>(并已经授予撤销我发起的合同后)</font>:
|
|
234
|
+
- 撤销人与发起人<font color='red'>**不在**</font>同一个部门:<font color='red'>(确保已授予查询合同 - 企业全部合同权限)</font>
|
|
235
|
+
- 撤销人与发起人<font color='red'>**在**</font>用一个部门:<font color='red'>(确保授予查询合同 - 本部门全部合同权限 或 企业全部合同权限)</font>
|
|
236
|
+
|
|
221
237
|
|
|
222
|
-
3. <font color='red'
|
|
238
|
+
3. <font color='red'>**只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。**</font>
|
|
223
239
|
|
|
224
240
|
4. 撤销后可以看合同PDF内容的人员: 发起方的超管, 发起方自己,发起方撤销合同的操作人员,已经签署合同、已经填写合同、邀请填写已经补充信息的参与人员, 其他参与人员看不到合同的内容。
|
|
225
241
|
"""
|
|
@@ -466,6 +482,28 @@ class EssClient(AbstractClient):
|
|
|
466
482
|
|
|
467
483
|
return await self.call_and_deserialize(**kwargs)
|
|
468
484
|
|
|
485
|
+
async def CreateContractReviewChecklistWebUrl(
|
|
486
|
+
self,
|
|
487
|
+
request: models.CreateContractReviewChecklistWebUrlRequest,
|
|
488
|
+
opts: Dict = None,
|
|
489
|
+
) -> models.CreateContractReviewChecklistWebUrlResponse:
|
|
490
|
+
"""
|
|
491
|
+
此接口(CreateContractReviewChecklistWebUrl)用来创建新建审查要点清单web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
492
|
+
|
|
493
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
494
|
+
|
|
495
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
496
|
+
"""
|
|
497
|
+
|
|
498
|
+
kwargs = {}
|
|
499
|
+
kwargs["action"] = "CreateContractReviewChecklistWebUrl"
|
|
500
|
+
kwargs["params"] = request._serialize()
|
|
501
|
+
kwargs["resp_cls"] = models.CreateContractReviewChecklistWebUrlResponse
|
|
502
|
+
kwargs["headers"] = request.headers
|
|
503
|
+
kwargs["opts"] = opts or {}
|
|
504
|
+
|
|
505
|
+
return await self.call_and_deserialize(**kwargs)
|
|
506
|
+
|
|
469
507
|
async def CreateContractReviewWebUrl(
|
|
470
508
|
self,
|
|
471
509
|
request: models.CreateContractReviewWebUrlRequest,
|
|
@@ -2293,6 +2331,50 @@ class EssClient(AbstractClient):
|
|
|
2293
2331
|
|
|
2294
2332
|
return await self.call_and_deserialize(**kwargs)
|
|
2295
2333
|
|
|
2334
|
+
async def DescribeContractReviewChecklistWebUrl(
|
|
2335
|
+
self,
|
|
2336
|
+
request: models.DescribeContractReviewChecklistWebUrlRequest,
|
|
2337
|
+
opts: Dict = None,
|
|
2338
|
+
) -> models.DescribeContractReviewChecklistWebUrlResponse:
|
|
2339
|
+
"""
|
|
2340
|
+
此接口(DescribeContractReviewChecklistWebUrl)用来创建查看审查要点清单web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2341
|
+
|
|
2342
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2343
|
+
|
|
2344
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2345
|
+
"""
|
|
2346
|
+
|
|
2347
|
+
kwargs = {}
|
|
2348
|
+
kwargs["action"] = "DescribeContractReviewChecklistWebUrl"
|
|
2349
|
+
kwargs["params"] = request._serialize()
|
|
2350
|
+
kwargs["resp_cls"] = models.DescribeContractReviewChecklistWebUrlResponse
|
|
2351
|
+
kwargs["headers"] = request.headers
|
|
2352
|
+
kwargs["opts"] = opts or {}
|
|
2353
|
+
|
|
2354
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2355
|
+
|
|
2356
|
+
async def DescribeContractReviewChecklistsWebUrl(
|
|
2357
|
+
self,
|
|
2358
|
+
request: models.DescribeContractReviewChecklistsWebUrlRequest,
|
|
2359
|
+
opts: Dict = None,
|
|
2360
|
+
) -> models.DescribeContractReviewChecklistsWebUrlResponse:
|
|
2361
|
+
"""
|
|
2362
|
+
此接口(DescribeContractReviewChecklistsWebUrl)用来创建审查要点清单列表web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2363
|
+
|
|
2364
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2365
|
+
|
|
2366
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2367
|
+
"""
|
|
2368
|
+
|
|
2369
|
+
kwargs = {}
|
|
2370
|
+
kwargs["action"] = "DescribeContractReviewChecklistsWebUrl"
|
|
2371
|
+
kwargs["params"] = request._serialize()
|
|
2372
|
+
kwargs["resp_cls"] = models.DescribeContractReviewChecklistsWebUrlResponse
|
|
2373
|
+
kwargs["headers"] = request.headers
|
|
2374
|
+
kwargs["opts"] = opts or {}
|
|
2375
|
+
|
|
2376
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2377
|
+
|
|
2296
2378
|
async def DescribeContractReviewTask(
|
|
2297
2379
|
self,
|
|
2298
2380
|
request: models.DescribeContractReviewTaskRequest,
|
|
@@ -2311,6 +2393,28 @@ class EssClient(AbstractClient):
|
|
|
2311
2393
|
|
|
2312
2394
|
return await self.call_and_deserialize(**kwargs)
|
|
2313
2395
|
|
|
2396
|
+
async def DescribeContractReviewTaskListWebUrl(
|
|
2397
|
+
self,
|
|
2398
|
+
request: models.DescribeContractReviewTaskListWebUrlRequest,
|
|
2399
|
+
opts: Dict = None,
|
|
2400
|
+
) -> models.DescribeContractReviewTaskListWebUrlResponse:
|
|
2401
|
+
"""
|
|
2402
|
+
此接口(DescribeContractReviewTaskListWebUrl)用来创建合同审查记录列表web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2403
|
+
|
|
2404
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2405
|
+
|
|
2406
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2407
|
+
"""
|
|
2408
|
+
|
|
2409
|
+
kwargs = {}
|
|
2410
|
+
kwargs["action"] = "DescribeContractReviewTaskListWebUrl"
|
|
2411
|
+
kwargs["params"] = request._serialize()
|
|
2412
|
+
kwargs["resp_cls"] = models.DescribeContractReviewTaskListWebUrlResponse
|
|
2413
|
+
kwargs["headers"] = request.headers
|
|
2414
|
+
kwargs["opts"] = opts or {}
|
|
2415
|
+
|
|
2416
|
+
return await self.call_and_deserialize(**kwargs)
|
|
2417
|
+
|
|
2314
2418
|
async def DescribeContractReviewWebUrl(
|
|
2315
2419
|
self,
|
|
2316
2420
|
request: models.DescribeContractReviewWebUrlRequest,
|
|
@@ -2965,6 +3069,24 @@ class EssClient(AbstractClient):
|
|
|
2965
3069
|
|
|
2966
3070
|
return await self.call_and_deserialize(**kwargs)
|
|
2967
3071
|
|
|
3072
|
+
async def ExportContractReviewResult(
|
|
3073
|
+
self,
|
|
3074
|
+
request: models.ExportContractReviewResultRequest,
|
|
3075
|
+
opts: Dict = None,
|
|
3076
|
+
) -> models.ExportContractReviewResultResponse:
|
|
3077
|
+
"""
|
|
3078
|
+
本接口(ExportContractReviewResult)用于导出和同审查结果。支持选择 1 “带风险批注文件”、 2 “审查结果&摘要(.xIsx)”
|
|
3079
|
+
"""
|
|
3080
|
+
|
|
3081
|
+
kwargs = {}
|
|
3082
|
+
kwargs["action"] = "ExportContractReviewResult"
|
|
3083
|
+
kwargs["params"] = request._serialize()
|
|
3084
|
+
kwargs["resp_cls"] = models.ExportContractReviewResultResponse
|
|
3085
|
+
kwargs["headers"] = request.headers
|
|
3086
|
+
kwargs["opts"] = opts or {}
|
|
3087
|
+
|
|
3088
|
+
return await self.call_and_deserialize(**kwargs)
|
|
3089
|
+
|
|
2968
3090
|
async def GetTaskResultApi(
|
|
2969
3091
|
self,
|
|
2970
3092
|
request: models.GetTaskResultApiRequest,
|