tencentcloud-sdk-python-ess 3.1.41__tar.gz → 3.1.44__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.41 → tencentcloud_sdk_python_ess-3.1.44}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/models.py +74 -31
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.44/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.41/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.41 → tencentcloud_sdk_python_ess-3.1.44}/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.44
|
|
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.44
|
|
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.44,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -3494,7 +3494,8 @@ class Component(AbstractModel):
|
|
|
3494
3494
|
<li> <b>SELECTOR</b> : 选择器控件,ComponentValue填写选择的字符串内容;</li>
|
|
3495
3495
|
<li> <b>DATE</b> : 日期控件;默认是格式化为xxxx年xx月xx日字符串;</li>
|
|
3496
3496
|
<li> <b>WATERMARK</b> : 水印控件;只能分配给发起方,必须设置ComponentExtra;</li>
|
|
3497
|
-
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li
|
|
3497
|
+
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li>
|
|
3498
|
+
<li> <b>VIRTUAL_COMBINATION</b> : 虚拟控件,内部特定控件(CHECK_BOX),本身不填充任何文字内容</li></ul>
|
|
3498
3499
|
|
|
3499
3500
|
**如果是SignComponent签署控件类型,
|
|
3500
3501
|
需要根据签署人的类型可选的字段为**
|
|
@@ -3663,13 +3664,13 @@ class Component(AbstractModel):
|
|
|
3663
3664
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
|
3664
3665
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
|
3665
3666
|
|
|
3666
|
-
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
3667
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION或者VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
3667
3668
|
<ul>
|
|
3668
3669
|
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
3669
3670
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
|
3670
3671
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
3671
3672
|
ChildrenComponent结构体定义:
|
|
3672
|
-
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td
|
|
3673
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语<tr> <td>ComponentValue</td> <td>string</td> <td>子控件值(签署方不可设置)</td> </tr> </td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
|
3673
3674
|
<b>参数样例</b>:
|
|
3674
3675
|
|
|
3675
3676
|
输入:
|
|
@@ -3813,7 +3814,8 @@ ChildrenComponent结构体定义:
|
|
|
3813
3814
|
<li> <b>SELECTOR</b> : 选择器控件,ComponentValue填写选择的字符串内容;</li>
|
|
3814
3815
|
<li> <b>DATE</b> : 日期控件;默认是格式化为xxxx年xx月xx日字符串;</li>
|
|
3815
3816
|
<li> <b>WATERMARK</b> : 水印控件;只能分配给发起方,必须设置ComponentExtra;</li>
|
|
3816
|
-
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li
|
|
3817
|
+
<li> <b>DISTRICT</b> : 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;</li>
|
|
3818
|
+
<li> <b>VIRTUAL_COMBINATION</b> : 虚拟控件,内部特定控件(CHECK_BOX),本身不填充任何文字内容</li></ul>
|
|
3817
3819
|
|
|
3818
3820
|
**如果是SignComponent签署控件类型,
|
|
3819
3821
|
需要根据签署人的类型可选的字段为**
|
|
@@ -4090,13 +4092,13 @@ ChildrenComponent结构体定义:
|
|
|
4090
4092
|
场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
|
4091
4093
|
<b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
|
4092
4094
|
|
|
4093
|
-
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
4095
|
+
<font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION或者VIRTUAL_COMBINATION时</font>,支持以下参数:
|
|
4094
4096
|
<ul>
|
|
4095
4097
|
<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
4096
4098
|
<b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
|
4097
4099
|
<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
|
4098
4100
|
ChildrenComponent结构体定义:
|
|
4099
|
-
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td
|
|
4101
|
+
<table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语<tr> <td>ComponentValue</td> <td>string</td> <td>子控件值(签署方不可设置)</td> </tr> </td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
|
|
4100
4102
|
<b>参数样例</b>:
|
|
4101
4103
|
|
|
4102
4104
|
输入:
|
|
@@ -9764,14 +9766,14 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
9764
9766
|
|
|
9765
9767
|
该名称还将用于合同签署完成后文件下载的默认文件名称。
|
|
9766
9768
|
:type FlowName: str
|
|
9767
|
-
:param _Approvers: 合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
9768
|
-
|
|
9769
|
-
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
9770
|
-
:type Approvers: list of ApproverInfo
|
|
9771
9769
|
:param _FileIds: 本合同流程需包含的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。
|
|
9772
9770
|
|
|
9773
9771
|
注: `目前,此接口仅支持单个文件发起。`
|
|
9774
9772
|
:type FileIds: list of str
|
|
9773
|
+
:param _Approvers: 合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
9774
|
+
|
|
9775
|
+
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
9776
|
+
:type Approvers: list of ApproverInfo
|
|
9775
9777
|
:param _FlowDescription: 合同流程描述信息(可自定义此描述),最大长度1000个字符。
|
|
9776
9778
|
:type FlowDescription: str
|
|
9777
9779
|
:param _FlowType: 合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。
|
|
@@ -9869,15 +9871,13 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
9869
9871
|
:type NeedSignReview: bool
|
|
9870
9872
|
:param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
|
9871
9873
|
:type FlowDisplayType: int
|
|
9872
|
-
:param _OpenDynamicSignFlow:
|
|
9873
|
-
<ul><li> **true**:开启动态签署合同,可在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li>
|
|
9874
|
-
<li> **false**:不开启动态签署合同。</li></ul>
|
|
9874
|
+
:param _OpenDynamicSignFlow: 是否开启动态签署合同:<ul><li> **true**:开启动态签署合同,可在发起时可以不传签署人,在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li><li> **false**:不开启动态签署合同。</li></ul>
|
|
9875
9875
|
:type OpenDynamicSignFlow: bool
|
|
9876
9876
|
"""
|
|
9877
9877
|
self._Operator = None
|
|
9878
9878
|
self._FlowName = None
|
|
9879
|
-
self._Approvers = None
|
|
9880
9879
|
self._FileIds = None
|
|
9880
|
+
self._Approvers = None
|
|
9881
9881
|
self._FlowDescription = None
|
|
9882
9882
|
self._FlowType = None
|
|
9883
9883
|
self._Components = None
|
|
@@ -9925,19 +9925,6 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
9925
9925
|
def FlowName(self, FlowName):
|
|
9926
9926
|
self._FlowName = FlowName
|
|
9927
9927
|
|
|
9928
|
-
@property
|
|
9929
|
-
def Approvers(self):
|
|
9930
|
-
r"""合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
9931
|
-
|
|
9932
|
-
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
9933
|
-
:rtype: list of ApproverInfo
|
|
9934
|
-
"""
|
|
9935
|
-
return self._Approvers
|
|
9936
|
-
|
|
9937
|
-
@Approvers.setter
|
|
9938
|
-
def Approvers(self, Approvers):
|
|
9939
|
-
self._Approvers = Approvers
|
|
9940
|
-
|
|
9941
9928
|
@property
|
|
9942
9929
|
def FileIds(self):
|
|
9943
9930
|
r"""本合同流程需包含的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。
|
|
@@ -9951,6 +9938,19 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
9951
9938
|
def FileIds(self, FileIds):
|
|
9952
9939
|
self._FileIds = FileIds
|
|
9953
9940
|
|
|
9941
|
+
@property
|
|
9942
|
+
def Approvers(self):
|
|
9943
|
+
r"""合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息,具体定义可以参考开发者中心的ApproverInfo结构体。
|
|
9944
|
+
|
|
9945
|
+
如果合同流程是有序签署,Approvers列表中参与人的顺序就是默认的签署顺序,请确保列表中参与人的顺序符合实际签署顺序。
|
|
9946
|
+
:rtype: list of ApproverInfo
|
|
9947
|
+
"""
|
|
9948
|
+
return self._Approvers
|
|
9949
|
+
|
|
9950
|
+
@Approvers.setter
|
|
9951
|
+
def Approvers(self, Approvers):
|
|
9952
|
+
self._Approvers = Approvers
|
|
9953
|
+
|
|
9954
9954
|
@property
|
|
9955
9955
|
def FlowDescription(self):
|
|
9956
9956
|
r"""合同流程描述信息(可自定义此描述),最大长度1000个字符。
|
|
@@ -10212,9 +10212,7 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
10212
10212
|
|
|
10213
10213
|
@property
|
|
10214
10214
|
def OpenDynamicSignFlow(self):
|
|
10215
|
-
r"""
|
|
10216
|
-
<ul><li> **true**:开启动态签署合同,可在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li>
|
|
10217
|
-
<li> **false**:不开启动态签署合同。</li></ul>
|
|
10215
|
+
r"""是否开启动态签署合同:<ul><li> **true**:开启动态签署合同,可在发起时可以不传签署人,在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li><li> **false**:不开启动态签署合同。</li></ul>
|
|
10218
10216
|
:rtype: bool
|
|
10219
10217
|
"""
|
|
10220
10218
|
return self._OpenDynamicSignFlow
|
|
@@ -10229,13 +10227,13 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
10229
10227
|
self._Operator = UserInfo()
|
|
10230
10228
|
self._Operator._deserialize(params.get("Operator"))
|
|
10231
10229
|
self._FlowName = params.get("FlowName")
|
|
10230
|
+
self._FileIds = params.get("FileIds")
|
|
10232
10231
|
if params.get("Approvers") is not None:
|
|
10233
10232
|
self._Approvers = []
|
|
10234
10233
|
for item in params.get("Approvers"):
|
|
10235
10234
|
obj = ApproverInfo()
|
|
10236
10235
|
obj._deserialize(item)
|
|
10237
10236
|
self._Approvers.append(obj)
|
|
10238
|
-
self._FileIds = params.get("FileIds")
|
|
10239
10237
|
self._FlowDescription = params.get("FlowDescription")
|
|
10240
10238
|
self._FlowType = params.get("FlowType")
|
|
10241
10239
|
if params.get("Components") is not None:
|
|
@@ -39217,6 +39215,10 @@ class OutputRisk(AbstractModel):
|
|
|
39217
39215
|
:type Content: str
|
|
39218
39216
|
:param _Positions: 审查出的PDF段落位置信息
|
|
39219
39217
|
:type Positions: list of PositionInfo
|
|
39218
|
+
:param _IsMark: 是否已修订
|
|
39219
|
+
:type IsMark: bool
|
|
39220
|
+
:param _IsIgnore: 是否已忽略
|
|
39221
|
+
:type IsIgnore: bool
|
|
39220
39222
|
:param _RiskBasis: 审查依据
|
|
39221
39223
|
:type RiskBasis: str
|
|
39222
39224
|
:param _RiskLevelId: 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
|
|
@@ -39231,6 +39233,8 @@ class OutputRisk(AbstractModel):
|
|
|
39231
39233
|
:type CreatorId: str
|
|
39232
39234
|
:param _CreatedOn: 创建时间
|
|
39233
39235
|
:type CreatedOn: int
|
|
39236
|
+
:param _RiskLevelAliasName: 风险等级别名
|
|
39237
|
+
:type RiskLevelAliasName: str
|
|
39234
39238
|
"""
|
|
39235
39239
|
self._RiskId = None
|
|
39236
39240
|
self._RiskName = None
|
|
@@ -39240,6 +39244,8 @@ class OutputRisk(AbstractModel):
|
|
|
39240
39244
|
self._RiskPresentation = None
|
|
39241
39245
|
self._Content = None
|
|
39242
39246
|
self._Positions = None
|
|
39247
|
+
self._IsMark = None
|
|
39248
|
+
self._IsIgnore = None
|
|
39243
39249
|
self._RiskBasis = None
|
|
39244
39250
|
self._RiskLevelId = None
|
|
39245
39251
|
self._RiskLabels = None
|
|
@@ -39247,6 +39253,7 @@ class OutputRisk(AbstractModel):
|
|
|
39247
39253
|
self._Creator = None
|
|
39248
39254
|
self._CreatorId = None
|
|
39249
39255
|
self._CreatedOn = None
|
|
39256
|
+
self._RiskLevelAliasName = None
|
|
39250
39257
|
|
|
39251
39258
|
@property
|
|
39252
39259
|
def RiskId(self):
|
|
@@ -39342,6 +39349,28 @@ class OutputRisk(AbstractModel):
|
|
|
39342
39349
|
def Positions(self, Positions):
|
|
39343
39350
|
self._Positions = Positions
|
|
39344
39351
|
|
|
39352
|
+
@property
|
|
39353
|
+
def IsMark(self):
|
|
39354
|
+
r"""是否已修订
|
|
39355
|
+
:rtype: bool
|
|
39356
|
+
"""
|
|
39357
|
+
return self._IsMark
|
|
39358
|
+
|
|
39359
|
+
@IsMark.setter
|
|
39360
|
+
def IsMark(self, IsMark):
|
|
39361
|
+
self._IsMark = IsMark
|
|
39362
|
+
|
|
39363
|
+
@property
|
|
39364
|
+
def IsIgnore(self):
|
|
39365
|
+
r"""是否已忽略
|
|
39366
|
+
:rtype: bool
|
|
39367
|
+
"""
|
|
39368
|
+
return self._IsIgnore
|
|
39369
|
+
|
|
39370
|
+
@IsIgnore.setter
|
|
39371
|
+
def IsIgnore(self, IsIgnore):
|
|
39372
|
+
self._IsIgnore = IsIgnore
|
|
39373
|
+
|
|
39345
39374
|
@property
|
|
39346
39375
|
def RiskBasis(self):
|
|
39347
39376
|
r"""审查依据
|
|
@@ -39419,6 +39448,17 @@ class OutputRisk(AbstractModel):
|
|
|
39419
39448
|
def CreatedOn(self, CreatedOn):
|
|
39420
39449
|
self._CreatedOn = CreatedOn
|
|
39421
39450
|
|
|
39451
|
+
@property
|
|
39452
|
+
def RiskLevelAliasName(self):
|
|
39453
|
+
r"""风险等级别名
|
|
39454
|
+
:rtype: str
|
|
39455
|
+
"""
|
|
39456
|
+
return self._RiskLevelAliasName
|
|
39457
|
+
|
|
39458
|
+
@RiskLevelAliasName.setter
|
|
39459
|
+
def RiskLevelAliasName(self, RiskLevelAliasName):
|
|
39460
|
+
self._RiskLevelAliasName = RiskLevelAliasName
|
|
39461
|
+
|
|
39422
39462
|
|
|
39423
39463
|
def _deserialize(self, params):
|
|
39424
39464
|
self._RiskId = params.get("RiskId")
|
|
@@ -39434,6 +39474,8 @@ class OutputRisk(AbstractModel):
|
|
|
39434
39474
|
obj = PositionInfo()
|
|
39435
39475
|
obj._deserialize(item)
|
|
39436
39476
|
self._Positions.append(obj)
|
|
39477
|
+
self._IsMark = params.get("IsMark")
|
|
39478
|
+
self._IsIgnore = params.get("IsIgnore")
|
|
39437
39479
|
self._RiskBasis = params.get("RiskBasis")
|
|
39438
39480
|
self._RiskLevelId = params.get("RiskLevelId")
|
|
39439
39481
|
self._RiskLabels = params.get("RiskLabels")
|
|
@@ -39441,6 +39483,7 @@ class OutputRisk(AbstractModel):
|
|
|
39441
39483
|
self._Creator = params.get("Creator")
|
|
39442
39484
|
self._CreatorId = params.get("CreatorId")
|
|
39443
39485
|
self._CreatedOn = params.get("CreatedOn")
|
|
39486
|
+
self._RiskLevelAliasName = params.get("RiskLevelAliasName")
|
|
39444
39487
|
memeber_set = set(params.keys())
|
|
39445
39488
|
for name, value in vars(self).items():
|
|
39446
39489
|
property_name = name[1:]
|
|
@@ -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.44
|
|
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.44
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.44
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|