tencentcloud-sdk-python-ess 3.1.28__tar.gz → 3.1.32__tar.gz
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.
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/v20201111/ess_client.py +153 -6
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/v20201111/models.py +572 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.32/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.28/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.28 → tencentcloud_sdk_python_ess-3.1.32}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.32
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.32
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ess',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.32,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -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
|
-
|
|
96
|
+
2. 有对应合同撤销权限的人:
|
|
97
|
+
<img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
|
|
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
|
-
|
|
258
|
+
2. 有对应合同撤销权限的人:
|
|
259
|
+
<img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
|
|
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
|
-
|
|
90
|
+
2. 有对应合同撤销权限的人:
|
|
91
|
+
<img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
|
|
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
|
-
|
|
227
|
+
2. 有对应合同撤销权限的人:
|
|
228
|
+
<img src=https://qcloudimg.tencent-cloud.cn/raw/37ac3b4ee65fb2ce6fba45ef7e192a65.png width = "300" height = "200" />
|
|
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,
|
|
@@ -4323,6 +4323,42 @@ class ComponentLimit(AbstractModel):
|
|
|
4323
4323
|
|
|
4324
4324
|
|
|
4325
4325
|
|
|
4326
|
+
class ContractReviewChecklistWebUrlOption(AbstractModel):
|
|
4327
|
+
r"""合同审查清单个性化参数,用于控制页面的展示内容
|
|
4328
|
+
|
|
4329
|
+
"""
|
|
4330
|
+
|
|
4331
|
+
def __init__(self):
|
|
4332
|
+
r"""
|
|
4333
|
+
:param _DisableCreateChecklist: 禁用新建清单功能。默认 false,设置为 true 会隐藏界面的新建按钮。
|
|
4334
|
+
:type DisableCreateChecklist: bool
|
|
4335
|
+
"""
|
|
4336
|
+
self._DisableCreateChecklist = None
|
|
4337
|
+
|
|
4338
|
+
@property
|
|
4339
|
+
def DisableCreateChecklist(self):
|
|
4340
|
+
r"""禁用新建清单功能。默认 false,设置为 true 会隐藏界面的新建按钮。
|
|
4341
|
+
:rtype: bool
|
|
4342
|
+
"""
|
|
4343
|
+
return self._DisableCreateChecklist
|
|
4344
|
+
|
|
4345
|
+
@DisableCreateChecklist.setter
|
|
4346
|
+
def DisableCreateChecklist(self, DisableCreateChecklist):
|
|
4347
|
+
self._DisableCreateChecklist = DisableCreateChecklist
|
|
4348
|
+
|
|
4349
|
+
|
|
4350
|
+
def _deserialize(self, params):
|
|
4351
|
+
self._DisableCreateChecklist = params.get("DisableCreateChecklist")
|
|
4352
|
+
memeber_set = set(params.keys())
|
|
4353
|
+
for name, value in vars(self).items():
|
|
4354
|
+
property_name = name[1:]
|
|
4355
|
+
if property_name in memeber_set:
|
|
4356
|
+
memeber_set.remove(property_name)
|
|
4357
|
+
if len(memeber_set) > 0:
|
|
4358
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4359
|
+
|
|
4360
|
+
|
|
4361
|
+
|
|
4326
4362
|
class ContractReviewWebUrlOption(AbstractModel):
|
|
4327
4363
|
r"""合同审查个性化参数,用于控制页面的展示内容
|
|
4328
4364
|
|
|
@@ -5521,6 +5557,7 @@ class CreateBatchInitOrganizationUrlRequest(AbstractModel):
|
|
|
5521
5557
|
<li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
|
5522
5558
|
<li>OPEN_AUTO_SIGN :开通企业自动签署</li>
|
|
5523
5559
|
<li>PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签</li>
|
|
5560
|
+
<li>CHANGE_SUB_ORGANIZATION_ADMIN_AUTH :变更子企业超管授权(**授权后,主企业可变更子企业超管,此功能需联系客户经理开通白名单使用**)</li>
|
|
5524
5561
|
</ul>
|
|
5525
5562
|
:type OperateTypes: list of str
|
|
5526
5563
|
:param _OrganizationIds: 批量操作的企业Id列表,最大支持50个
|
|
@@ -5533,12 +5570,15 @@ class CreateBatchInitOrganizationUrlRequest(AbstractModel):
|
|
|
5533
5570
|
|
|
5534
5571
|

|
|
5535
5572
|
:type AuthorizedOrganizationId: str
|
|
5573
|
+
:param _ChangeAdminAuthAutoSign: 初始化操作类型里含有CHANGE_SUB_ORGANIZATION_ADMIN_AUTH(变更子企业超管授权)操作类型时,授权协议中主企业的签署方是否使用自动签(需操作人有自动签授权)
|
|
5574
|
+
:type ChangeAdminAuthAutoSign: bool
|
|
5536
5575
|
"""
|
|
5537
5576
|
self._Operator = None
|
|
5538
5577
|
self._OperateTypes = None
|
|
5539
5578
|
self._OrganizationIds = None
|
|
5540
5579
|
self._Agent = None
|
|
5541
5580
|
self._AuthorizedOrganizationId = None
|
|
5581
|
+
self._ChangeAdminAuthAutoSign = None
|
|
5542
5582
|
|
|
5543
5583
|
@property
|
|
5544
5584
|
def Operator(self):
|
|
@@ -5560,6 +5600,7 @@ class CreateBatchInitOrganizationUrlRequest(AbstractModel):
|
|
|
5560
5600
|
<li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
|
5561
5601
|
<li>OPEN_AUTO_SIGN :开通企业自动签署</li>
|
|
5562
5602
|
<li>PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签</li>
|
|
5603
|
+
<li>CHANGE_SUB_ORGANIZATION_ADMIN_AUTH :变更子企业超管授权(**授权后,主企业可变更子企业超管,此功能需联系客户经理开通白名单使用**)</li>
|
|
5563
5604
|
</ul>
|
|
5564
5605
|
:rtype: list of str
|
|
5565
5606
|
"""
|
|
@@ -5606,6 +5647,17 @@ class CreateBatchInitOrganizationUrlRequest(AbstractModel):
|
|
|
5606
5647
|
def AuthorizedOrganizationId(self, AuthorizedOrganizationId):
|
|
5607
5648
|
self._AuthorizedOrganizationId = AuthorizedOrganizationId
|
|
5608
5649
|
|
|
5650
|
+
@property
|
|
5651
|
+
def ChangeAdminAuthAutoSign(self):
|
|
5652
|
+
r"""初始化操作类型里含有CHANGE_SUB_ORGANIZATION_ADMIN_AUTH(变更子企业超管授权)操作类型时,授权协议中主企业的签署方是否使用自动签(需操作人有自动签授权)
|
|
5653
|
+
:rtype: bool
|
|
5654
|
+
"""
|
|
5655
|
+
return self._ChangeAdminAuthAutoSign
|
|
5656
|
+
|
|
5657
|
+
@ChangeAdminAuthAutoSign.setter
|
|
5658
|
+
def ChangeAdminAuthAutoSign(self, ChangeAdminAuthAutoSign):
|
|
5659
|
+
self._ChangeAdminAuthAutoSign = ChangeAdminAuthAutoSign
|
|
5660
|
+
|
|
5609
5661
|
|
|
5610
5662
|
def _deserialize(self, params):
|
|
5611
5663
|
if params.get("Operator") is not None:
|
|
@@ -5617,6 +5669,7 @@ class CreateBatchInitOrganizationUrlRequest(AbstractModel):
|
|
|
5617
5669
|
self._Agent = Agent()
|
|
5618
5670
|
self._Agent._deserialize(params.get("Agent"))
|
|
5619
5671
|
self._AuthorizedOrganizationId = params.get("AuthorizedOrganizationId")
|
|
5672
|
+
self._ChangeAdminAuthAutoSign = params.get("ChangeAdminAuthAutoSign")
|
|
5620
5673
|
memeber_set = set(params.keys())
|
|
5621
5674
|
for name, value in vars(self).items():
|
|
5622
5675
|
property_name = name[1:]
|
|
@@ -7421,6 +7474,91 @@ class CreateContractDiffTaskWebUrlResponse(AbstractModel):
|
|
|
7421
7474
|
self._RequestId = params.get("RequestId")
|
|
7422
7475
|
|
|
7423
7476
|
|
|
7477
|
+
class CreateContractReviewChecklistWebUrlRequest(AbstractModel):
|
|
7478
|
+
r"""CreateContractReviewChecklistWebUrl请求参数结构体
|
|
7479
|
+
|
|
7480
|
+
"""
|
|
7481
|
+
|
|
7482
|
+
def __init__(self):
|
|
7483
|
+
r"""
|
|
7484
|
+
:param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
7485
|
+
|
|
7486
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
7487
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
7488
|
+
"""
|
|
7489
|
+
self._Operator = None
|
|
7490
|
+
|
|
7491
|
+
@property
|
|
7492
|
+
def Operator(self):
|
|
7493
|
+
r"""执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
7494
|
+
|
|
7495
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
7496
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
7497
|
+
"""
|
|
7498
|
+
return self._Operator
|
|
7499
|
+
|
|
7500
|
+
@Operator.setter
|
|
7501
|
+
def Operator(self, Operator):
|
|
7502
|
+
self._Operator = Operator
|
|
7503
|
+
|
|
7504
|
+
|
|
7505
|
+
def _deserialize(self, params):
|
|
7506
|
+
if params.get("Operator") is not None:
|
|
7507
|
+
self._Operator = UserInfo()
|
|
7508
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
7509
|
+
memeber_set = set(params.keys())
|
|
7510
|
+
for name, value in vars(self).items():
|
|
7511
|
+
property_name = name[1:]
|
|
7512
|
+
if property_name in memeber_set:
|
|
7513
|
+
memeber_set.remove(property_name)
|
|
7514
|
+
if len(memeber_set) > 0:
|
|
7515
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
7516
|
+
|
|
7517
|
+
|
|
7518
|
+
|
|
7519
|
+
class CreateContractReviewChecklistWebUrlResponse(AbstractModel):
|
|
7520
|
+
r"""CreateContractReviewChecklistWebUrl返回参数结构体
|
|
7521
|
+
|
|
7522
|
+
"""
|
|
7523
|
+
|
|
7524
|
+
def __init__(self):
|
|
7525
|
+
r"""
|
|
7526
|
+
:param _WebUrl: 嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
7527
|
+
:type WebUrl: str
|
|
7528
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7529
|
+
:type RequestId: str
|
|
7530
|
+
"""
|
|
7531
|
+
self._WebUrl = None
|
|
7532
|
+
self._RequestId = None
|
|
7533
|
+
|
|
7534
|
+
@property
|
|
7535
|
+
def WebUrl(self):
|
|
7536
|
+
r"""嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
7537
|
+
:rtype: str
|
|
7538
|
+
"""
|
|
7539
|
+
return self._WebUrl
|
|
7540
|
+
|
|
7541
|
+
@WebUrl.setter
|
|
7542
|
+
def WebUrl(self, WebUrl):
|
|
7543
|
+
self._WebUrl = WebUrl
|
|
7544
|
+
|
|
7545
|
+
@property
|
|
7546
|
+
def RequestId(self):
|
|
7547
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7548
|
+
:rtype: str
|
|
7549
|
+
"""
|
|
7550
|
+
return self._RequestId
|
|
7551
|
+
|
|
7552
|
+
@RequestId.setter
|
|
7553
|
+
def RequestId(self, RequestId):
|
|
7554
|
+
self._RequestId = RequestId
|
|
7555
|
+
|
|
7556
|
+
|
|
7557
|
+
def _deserialize(self, params):
|
|
7558
|
+
self._WebUrl = params.get("WebUrl")
|
|
7559
|
+
self._RequestId = params.get("RequestId")
|
|
7560
|
+
|
|
7561
|
+
|
|
7424
7562
|
class CreateContractReviewWebUrlRequest(AbstractModel):
|
|
7425
7563
|
r"""CreateContractReviewWebUrl请求参数结构体
|
|
7426
7564
|
|
|
@@ -23044,6 +23182,308 @@ class DescribeContractDiffTaskWebUrlResponse(AbstractModel):
|
|
|
23044
23182
|
self._RequestId = params.get("RequestId")
|
|
23045
23183
|
|
|
23046
23184
|
|
|
23185
|
+
class DescribeContractReviewChecklistWebUrlRequest(AbstractModel):
|
|
23186
|
+
r"""DescribeContractReviewChecklistWebUrl请求参数结构体
|
|
23187
|
+
|
|
23188
|
+
"""
|
|
23189
|
+
|
|
23190
|
+
def __init__(self):
|
|
23191
|
+
r"""
|
|
23192
|
+
:param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23193
|
+
|
|
23194
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23195
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23196
|
+
:param _Id: 清单 id
|
|
23197
|
+
:type Id: str
|
|
23198
|
+
"""
|
|
23199
|
+
self._Operator = None
|
|
23200
|
+
self._Id = None
|
|
23201
|
+
|
|
23202
|
+
@property
|
|
23203
|
+
def Operator(self):
|
|
23204
|
+
r"""执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23205
|
+
|
|
23206
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23207
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23208
|
+
"""
|
|
23209
|
+
return self._Operator
|
|
23210
|
+
|
|
23211
|
+
@Operator.setter
|
|
23212
|
+
def Operator(self, Operator):
|
|
23213
|
+
self._Operator = Operator
|
|
23214
|
+
|
|
23215
|
+
@property
|
|
23216
|
+
def Id(self):
|
|
23217
|
+
r"""清单 id
|
|
23218
|
+
:rtype: str
|
|
23219
|
+
"""
|
|
23220
|
+
return self._Id
|
|
23221
|
+
|
|
23222
|
+
@Id.setter
|
|
23223
|
+
def Id(self, Id):
|
|
23224
|
+
self._Id = Id
|
|
23225
|
+
|
|
23226
|
+
|
|
23227
|
+
def _deserialize(self, params):
|
|
23228
|
+
if params.get("Operator") is not None:
|
|
23229
|
+
self._Operator = UserInfo()
|
|
23230
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
23231
|
+
self._Id = params.get("Id")
|
|
23232
|
+
memeber_set = set(params.keys())
|
|
23233
|
+
for name, value in vars(self).items():
|
|
23234
|
+
property_name = name[1:]
|
|
23235
|
+
if property_name in memeber_set:
|
|
23236
|
+
memeber_set.remove(property_name)
|
|
23237
|
+
if len(memeber_set) > 0:
|
|
23238
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23239
|
+
|
|
23240
|
+
|
|
23241
|
+
|
|
23242
|
+
class DescribeContractReviewChecklistWebUrlResponse(AbstractModel):
|
|
23243
|
+
r"""DescribeContractReviewChecklistWebUrl返回参数结构体
|
|
23244
|
+
|
|
23245
|
+
"""
|
|
23246
|
+
|
|
23247
|
+
def __init__(self):
|
|
23248
|
+
r"""
|
|
23249
|
+
:param _WebUrl: 嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23250
|
+
:type WebUrl: str
|
|
23251
|
+
:param _Id: 清单 id
|
|
23252
|
+
:type Id: str
|
|
23253
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23254
|
+
:type RequestId: str
|
|
23255
|
+
"""
|
|
23256
|
+
self._WebUrl = None
|
|
23257
|
+
self._Id = None
|
|
23258
|
+
self._RequestId = None
|
|
23259
|
+
|
|
23260
|
+
@property
|
|
23261
|
+
def WebUrl(self):
|
|
23262
|
+
r"""嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23263
|
+
:rtype: str
|
|
23264
|
+
"""
|
|
23265
|
+
return self._WebUrl
|
|
23266
|
+
|
|
23267
|
+
@WebUrl.setter
|
|
23268
|
+
def WebUrl(self, WebUrl):
|
|
23269
|
+
self._WebUrl = WebUrl
|
|
23270
|
+
|
|
23271
|
+
@property
|
|
23272
|
+
def Id(self):
|
|
23273
|
+
r"""清单 id
|
|
23274
|
+
:rtype: str
|
|
23275
|
+
"""
|
|
23276
|
+
return self._Id
|
|
23277
|
+
|
|
23278
|
+
@Id.setter
|
|
23279
|
+
def Id(self, Id):
|
|
23280
|
+
self._Id = Id
|
|
23281
|
+
|
|
23282
|
+
@property
|
|
23283
|
+
def RequestId(self):
|
|
23284
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23285
|
+
:rtype: str
|
|
23286
|
+
"""
|
|
23287
|
+
return self._RequestId
|
|
23288
|
+
|
|
23289
|
+
@RequestId.setter
|
|
23290
|
+
def RequestId(self, RequestId):
|
|
23291
|
+
self._RequestId = RequestId
|
|
23292
|
+
|
|
23293
|
+
|
|
23294
|
+
def _deserialize(self, params):
|
|
23295
|
+
self._WebUrl = params.get("WebUrl")
|
|
23296
|
+
self._Id = params.get("Id")
|
|
23297
|
+
self._RequestId = params.get("RequestId")
|
|
23298
|
+
|
|
23299
|
+
|
|
23300
|
+
class DescribeContractReviewChecklistsWebUrlRequest(AbstractModel):
|
|
23301
|
+
r"""DescribeContractReviewChecklistsWebUrl请求参数结构体
|
|
23302
|
+
|
|
23303
|
+
"""
|
|
23304
|
+
|
|
23305
|
+
def __init__(self):
|
|
23306
|
+
r"""
|
|
23307
|
+
:param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23308
|
+
|
|
23309
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23310
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23311
|
+
:param _Option: 合同审查清单个性化参数
|
|
23312
|
+
:type Option: :class:`tencentcloud.ess.v20201111.models.ContractReviewChecklistWebUrlOption`
|
|
23313
|
+
"""
|
|
23314
|
+
self._Operator = None
|
|
23315
|
+
self._Option = None
|
|
23316
|
+
|
|
23317
|
+
@property
|
|
23318
|
+
def Operator(self):
|
|
23319
|
+
r"""执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23320
|
+
|
|
23321
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23322
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23323
|
+
"""
|
|
23324
|
+
return self._Operator
|
|
23325
|
+
|
|
23326
|
+
@Operator.setter
|
|
23327
|
+
def Operator(self, Operator):
|
|
23328
|
+
self._Operator = Operator
|
|
23329
|
+
|
|
23330
|
+
@property
|
|
23331
|
+
def Option(self):
|
|
23332
|
+
r"""合同审查清单个性化参数
|
|
23333
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.ContractReviewChecklistWebUrlOption`
|
|
23334
|
+
"""
|
|
23335
|
+
return self._Option
|
|
23336
|
+
|
|
23337
|
+
@Option.setter
|
|
23338
|
+
def Option(self, Option):
|
|
23339
|
+
self._Option = Option
|
|
23340
|
+
|
|
23341
|
+
|
|
23342
|
+
def _deserialize(self, params):
|
|
23343
|
+
if params.get("Operator") is not None:
|
|
23344
|
+
self._Operator = UserInfo()
|
|
23345
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
23346
|
+
if params.get("Option") is not None:
|
|
23347
|
+
self._Option = ContractReviewChecklistWebUrlOption()
|
|
23348
|
+
self._Option._deserialize(params.get("Option"))
|
|
23349
|
+
memeber_set = set(params.keys())
|
|
23350
|
+
for name, value in vars(self).items():
|
|
23351
|
+
property_name = name[1:]
|
|
23352
|
+
if property_name in memeber_set:
|
|
23353
|
+
memeber_set.remove(property_name)
|
|
23354
|
+
if len(memeber_set) > 0:
|
|
23355
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23356
|
+
|
|
23357
|
+
|
|
23358
|
+
|
|
23359
|
+
class DescribeContractReviewChecklistsWebUrlResponse(AbstractModel):
|
|
23360
|
+
r"""DescribeContractReviewChecklistsWebUrl返回参数结构体
|
|
23361
|
+
|
|
23362
|
+
"""
|
|
23363
|
+
|
|
23364
|
+
def __init__(self):
|
|
23365
|
+
r"""
|
|
23366
|
+
:param _WebUrl: 嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23367
|
+
:type WebUrl: str
|
|
23368
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23369
|
+
:type RequestId: str
|
|
23370
|
+
"""
|
|
23371
|
+
self._WebUrl = None
|
|
23372
|
+
self._RequestId = None
|
|
23373
|
+
|
|
23374
|
+
@property
|
|
23375
|
+
def WebUrl(self):
|
|
23376
|
+
r"""嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23377
|
+
:rtype: str
|
|
23378
|
+
"""
|
|
23379
|
+
return self._WebUrl
|
|
23380
|
+
|
|
23381
|
+
@WebUrl.setter
|
|
23382
|
+
def WebUrl(self, WebUrl):
|
|
23383
|
+
self._WebUrl = WebUrl
|
|
23384
|
+
|
|
23385
|
+
@property
|
|
23386
|
+
def RequestId(self):
|
|
23387
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23388
|
+
:rtype: str
|
|
23389
|
+
"""
|
|
23390
|
+
return self._RequestId
|
|
23391
|
+
|
|
23392
|
+
@RequestId.setter
|
|
23393
|
+
def RequestId(self, RequestId):
|
|
23394
|
+
self._RequestId = RequestId
|
|
23395
|
+
|
|
23396
|
+
|
|
23397
|
+
def _deserialize(self, params):
|
|
23398
|
+
self._WebUrl = params.get("WebUrl")
|
|
23399
|
+
self._RequestId = params.get("RequestId")
|
|
23400
|
+
|
|
23401
|
+
|
|
23402
|
+
class DescribeContractReviewTaskListWebUrlRequest(AbstractModel):
|
|
23403
|
+
r"""DescribeContractReviewTaskListWebUrl请求参数结构体
|
|
23404
|
+
|
|
23405
|
+
"""
|
|
23406
|
+
|
|
23407
|
+
def __init__(self):
|
|
23408
|
+
r"""
|
|
23409
|
+
:param _Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23410
|
+
|
|
23411
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23412
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23413
|
+
"""
|
|
23414
|
+
self._Operator = None
|
|
23415
|
+
|
|
23416
|
+
@property
|
|
23417
|
+
def Operator(self):
|
|
23418
|
+
r"""执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
|
23419
|
+
|
|
23420
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
23421
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
23422
|
+
"""
|
|
23423
|
+
return self._Operator
|
|
23424
|
+
|
|
23425
|
+
@Operator.setter
|
|
23426
|
+
def Operator(self, Operator):
|
|
23427
|
+
self._Operator = Operator
|
|
23428
|
+
|
|
23429
|
+
|
|
23430
|
+
def _deserialize(self, params):
|
|
23431
|
+
if params.get("Operator") is not None:
|
|
23432
|
+
self._Operator = UserInfo()
|
|
23433
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
23434
|
+
memeber_set = set(params.keys())
|
|
23435
|
+
for name, value in vars(self).items():
|
|
23436
|
+
property_name = name[1:]
|
|
23437
|
+
if property_name in memeber_set:
|
|
23438
|
+
memeber_set.remove(property_name)
|
|
23439
|
+
if len(memeber_set) > 0:
|
|
23440
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
23441
|
+
|
|
23442
|
+
|
|
23443
|
+
|
|
23444
|
+
class DescribeContractReviewTaskListWebUrlResponse(AbstractModel):
|
|
23445
|
+
r"""DescribeContractReviewTaskListWebUrl返回参数结构体
|
|
23446
|
+
|
|
23447
|
+
"""
|
|
23448
|
+
|
|
23449
|
+
def __init__(self):
|
|
23450
|
+
r"""
|
|
23451
|
+
:param _WebUrl: 嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23452
|
+
:type WebUrl: str
|
|
23453
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23454
|
+
:type RequestId: str
|
|
23455
|
+
"""
|
|
23456
|
+
self._WebUrl = None
|
|
23457
|
+
self._RequestId = None
|
|
23458
|
+
|
|
23459
|
+
@property
|
|
23460
|
+
def WebUrl(self):
|
|
23461
|
+
r"""嵌入式web页面链接。注意:`链接有效期为5分钟,且链接仅能使用一次。`
|
|
23462
|
+
:rtype: str
|
|
23463
|
+
"""
|
|
23464
|
+
return self._WebUrl
|
|
23465
|
+
|
|
23466
|
+
@WebUrl.setter
|
|
23467
|
+
def WebUrl(self, WebUrl):
|
|
23468
|
+
self._WebUrl = WebUrl
|
|
23469
|
+
|
|
23470
|
+
@property
|
|
23471
|
+
def RequestId(self):
|
|
23472
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23473
|
+
:rtype: str
|
|
23474
|
+
"""
|
|
23475
|
+
return self._RequestId
|
|
23476
|
+
|
|
23477
|
+
@RequestId.setter
|
|
23478
|
+
def RequestId(self, RequestId):
|
|
23479
|
+
self._RequestId = RequestId
|
|
23480
|
+
|
|
23481
|
+
|
|
23482
|
+
def _deserialize(self, params):
|
|
23483
|
+
self._WebUrl = params.get("WebUrl")
|
|
23484
|
+
self._RequestId = params.get("RequestId")
|
|
23485
|
+
|
|
23486
|
+
|
|
23047
23487
|
class DescribeContractReviewTaskRequest(AbstractModel):
|
|
23048
23488
|
r"""DescribeContractReviewTask请求参数结构体
|
|
23049
23489
|
|
|
@@ -28672,6 +29112,138 @@ class ExportContractComparisonTaskResponse(AbstractModel):
|
|
|
28672
29112
|
self._RequestId = params.get("RequestId")
|
|
28673
29113
|
|
|
28674
29114
|
|
|
29115
|
+
class ExportContractReviewResultRequest(AbstractModel):
|
|
29116
|
+
r"""ExportContractReviewResult请求参数结构体
|
|
29117
|
+
|
|
29118
|
+
"""
|
|
29119
|
+
|
|
29120
|
+
def __init__(self):
|
|
29121
|
+
r"""
|
|
29122
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
29123
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
29124
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
29125
|
+
:param _TaskId: 合同审查任务ID
|
|
29126
|
+
:type TaskId: str
|
|
29127
|
+
:param _FileType: 导出文件类型。1 = 带风险批注文件; 2 = 审查结果&摘要(.xIsx)
|
|
29128
|
+
:type FileType: int
|
|
29129
|
+
:param _Agent: 代理企业和员工的信息。
|
|
29130
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
29131
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
29132
|
+
"""
|
|
29133
|
+
self._Operator = None
|
|
29134
|
+
self._TaskId = None
|
|
29135
|
+
self._FileType = None
|
|
29136
|
+
self._Agent = None
|
|
29137
|
+
|
|
29138
|
+
@property
|
|
29139
|
+
def Operator(self):
|
|
29140
|
+
r"""执行本接口操作的员工信息。
|
|
29141
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
29142
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
29143
|
+
"""
|
|
29144
|
+
return self._Operator
|
|
29145
|
+
|
|
29146
|
+
@Operator.setter
|
|
29147
|
+
def Operator(self, Operator):
|
|
29148
|
+
self._Operator = Operator
|
|
29149
|
+
|
|
29150
|
+
@property
|
|
29151
|
+
def TaskId(self):
|
|
29152
|
+
r"""合同审查任务ID
|
|
29153
|
+
:rtype: str
|
|
29154
|
+
"""
|
|
29155
|
+
return self._TaskId
|
|
29156
|
+
|
|
29157
|
+
@TaskId.setter
|
|
29158
|
+
def TaskId(self, TaskId):
|
|
29159
|
+
self._TaskId = TaskId
|
|
29160
|
+
|
|
29161
|
+
@property
|
|
29162
|
+
def FileType(self):
|
|
29163
|
+
r"""导出文件类型。1 = 带风险批注文件; 2 = 审查结果&摘要(.xIsx)
|
|
29164
|
+
:rtype: int
|
|
29165
|
+
"""
|
|
29166
|
+
return self._FileType
|
|
29167
|
+
|
|
29168
|
+
@FileType.setter
|
|
29169
|
+
def FileType(self, FileType):
|
|
29170
|
+
self._FileType = FileType
|
|
29171
|
+
|
|
29172
|
+
@property
|
|
29173
|
+
def Agent(self):
|
|
29174
|
+
r"""代理企业和员工的信息。
|
|
29175
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
29176
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
29177
|
+
"""
|
|
29178
|
+
return self._Agent
|
|
29179
|
+
|
|
29180
|
+
@Agent.setter
|
|
29181
|
+
def Agent(self, Agent):
|
|
29182
|
+
self._Agent = Agent
|
|
29183
|
+
|
|
29184
|
+
|
|
29185
|
+
def _deserialize(self, params):
|
|
29186
|
+
if params.get("Operator") is not None:
|
|
29187
|
+
self._Operator = UserInfo()
|
|
29188
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
29189
|
+
self._TaskId = params.get("TaskId")
|
|
29190
|
+
self._FileType = params.get("FileType")
|
|
29191
|
+
if params.get("Agent") is not None:
|
|
29192
|
+
self._Agent = Agent()
|
|
29193
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
29194
|
+
memeber_set = set(params.keys())
|
|
29195
|
+
for name, value in vars(self).items():
|
|
29196
|
+
property_name = name[1:]
|
|
29197
|
+
if property_name in memeber_set:
|
|
29198
|
+
memeber_set.remove(property_name)
|
|
29199
|
+
if len(memeber_set) > 0:
|
|
29200
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
29201
|
+
|
|
29202
|
+
|
|
29203
|
+
|
|
29204
|
+
class ExportContractReviewResultResponse(AbstractModel):
|
|
29205
|
+
r"""ExportContractReviewResult返回参数结构体
|
|
29206
|
+
|
|
29207
|
+
"""
|
|
29208
|
+
|
|
29209
|
+
def __init__(self):
|
|
29210
|
+
r"""
|
|
29211
|
+
:param _Url: 文件下载链接
|
|
29212
|
+
:type Url: str
|
|
29213
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
29214
|
+
:type RequestId: str
|
|
29215
|
+
"""
|
|
29216
|
+
self._Url = None
|
|
29217
|
+
self._RequestId = None
|
|
29218
|
+
|
|
29219
|
+
@property
|
|
29220
|
+
def Url(self):
|
|
29221
|
+
r"""文件下载链接
|
|
29222
|
+
:rtype: str
|
|
29223
|
+
"""
|
|
29224
|
+
return self._Url
|
|
29225
|
+
|
|
29226
|
+
@Url.setter
|
|
29227
|
+
def Url(self, Url):
|
|
29228
|
+
self._Url = Url
|
|
29229
|
+
|
|
29230
|
+
@property
|
|
29231
|
+
def RequestId(self):
|
|
29232
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
29233
|
+
:rtype: str
|
|
29234
|
+
"""
|
|
29235
|
+
return self._RequestId
|
|
29236
|
+
|
|
29237
|
+
@RequestId.setter
|
|
29238
|
+
def RequestId(self, RequestId):
|
|
29239
|
+
self._RequestId = RequestId
|
|
29240
|
+
|
|
29241
|
+
|
|
29242
|
+
def _deserialize(self, params):
|
|
29243
|
+
self._Url = params.get("Url")
|
|
29244
|
+
self._RequestId = params.get("RequestId")
|
|
29245
|
+
|
|
29246
|
+
|
|
28675
29247
|
class ExtendAuthInfo(AbstractModel):
|
|
28676
29248
|
r"""扩展服务开通和授权的详细信息
|
|
28677
29249
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.32
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.32
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.32
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.28
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|