tencentcloud-sdk-python-ess 3.1.7__tar.gz → 3.1.9__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/v20201111/models.py +36 -4
  5. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ess-3.1.9/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ess-3.1.7/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/v20201111/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/v20201111/ess_client.py +0 -0
  14. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ess-3.1.7 → tencentcloud_sdk_python_ess-3.1.9}/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.7
3
+ Version: 3.1.9
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.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.9
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.7,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.9,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ess SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.7'
17
+ __version__ = '3.1.9'
@@ -6118,6 +6118,8 @@ class CreateBatchQuickSignUrlRequest(AbstractModel):
6118
6118
  :type CanBatchReject: bool
6119
6119
  :param _PresetApproverInfo: 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
6120
6120
  :type PresetApproverInfo: :class:`tencentcloud.ess.v20201111.models.PresetApproverInfo`
6121
+ :param _CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 若批量签署的合同中第一份待签署合同所选择的印章或者签名无法完全覆盖后续合同要求,或者当前签署人没有指定印章使用权限,则无法使用此功能,会自动退化为逐份确认。`
6122
+ :type CanSkipReadFlow: bool
6121
6123
  """
6122
6124
  self._FlowApproverInfo = None
6123
6125
  self._Agent = None
@@ -6134,6 +6136,7 @@ class CreateBatchQuickSignUrlRequest(AbstractModel):
6134
6136
  self._CacheApproverInfo = None
6135
6137
  self._CanBatchReject = None
6136
6138
  self._PresetApproverInfo = None
6139
+ self._CanSkipReadFlow = None
6137
6140
 
6138
6141
  @property
6139
6142
  def FlowApproverInfo(self):
@@ -6345,6 +6348,17 @@ class CreateBatchQuickSignUrlRequest(AbstractModel):
6345
6348
  def PresetApproverInfo(self, PresetApproverInfo):
6346
6349
  self._PresetApproverInfo = PresetApproverInfo
6347
6350
 
6351
+ @property
6352
+ def CanSkipReadFlow(self):
6353
+ r"""是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 不允许批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 若批量签署的合同中第一份待签署合同所选择的印章或者签名无法完全覆盖后续合同要求,或者当前签署人没有指定印章使用权限,则无法使用此功能,会自动退化为逐份确认。`
6354
+ :rtype: bool
6355
+ """
6356
+ return self._CanSkipReadFlow
6357
+
6358
+ @CanSkipReadFlow.setter
6359
+ def CanSkipReadFlow(self, CanSkipReadFlow):
6360
+ self._CanSkipReadFlow = CanSkipReadFlow
6361
+
6348
6362
 
6349
6363
  def _deserialize(self, params):
6350
6364
  if params.get("FlowApproverInfo") is not None:
@@ -6374,6 +6388,7 @@ class CreateBatchQuickSignUrlRequest(AbstractModel):
6374
6388
  if params.get("PresetApproverInfo") is not None:
6375
6389
  self._PresetApproverInfo = PresetApproverInfo()
6376
6390
  self._PresetApproverInfo._deserialize(params.get("PresetApproverInfo"))
6391
+ self._CanSkipReadFlow = params.get("CanSkipReadFlow")
6377
6392
  memeber_set = set(params.keys())
6378
6393
  for name, value in vars(self).items():
6379
6394
  property_name = name[1:]
@@ -8529,10 +8544,14 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
8529
8544
 
8530
8545
  ![image](https://qcloudimg.tencent-cloud.cn/raw/8436ffd78c20605e6b133ff4bc4d2ac7.png)
8531
8546
  :type HintText: str
8547
+ :param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_seals#%E4%BA%8C-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
8548
+ 示例值:QmFzZTYOIEJhc2U2NCA=
8549
+ :type UserData: str
8532
8550
  """
8533
8551
  self._Operator = None
8534
8552
  self._Agent = None
8535
8553
  self._HintText = None
8554
+ self._UserData = None
8536
8555
 
8537
8556
  @property
8538
8557
  def Operator(self):
@@ -8569,6 +8588,18 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
8569
8588
  def HintText(self, HintText):
8570
8589
  self._HintText = HintText
8571
8590
 
8591
+ @property
8592
+ def UserData(self):
8593
+ r"""调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_seals#%E4%BA%8C-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
8594
+ 示例值:QmFzZTYOIEJhc2U2NCA=
8595
+ :rtype: str
8596
+ """
8597
+ return self._UserData
8598
+
8599
+ @UserData.setter
8600
+ def UserData(self, UserData):
8601
+ self._UserData = UserData
8602
+
8572
8603
 
8573
8604
  def _deserialize(self, params):
8574
8605
  if params.get("Operator") is not None:
@@ -8578,6 +8609,7 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
8578
8609
  self._Agent = Agent()
8579
8610
  self._Agent._deserialize(params.get("Agent"))
8580
8611
  self._HintText = params.get("HintText")
8612
+ self._UserData = params.get("UserData")
8581
8613
  memeber_set = set(params.keys())
8582
8614
  for name, value in vars(self).items():
8583
8615
  property_name = name[1:]
@@ -36920,7 +36952,7 @@ class OutputRisk(AbstractModel):
36920
36952
  :type RiskName: str
36921
36953
  :param _RiskDescription: 风险描述
36922
36954
  :type RiskDescription: str
36923
- :param _RiskLevel: 风险等级。
36955
+ :param _RiskLevel: 风险等级别名。
36924
36956
 
36925
36957
  等级描述如下:
36926
36958
  <ul>
@@ -36938,7 +36970,7 @@ class OutputRisk(AbstractModel):
36938
36970
  :type Positions: list of PositionInfo
36939
36971
  :param _RiskBasis: 审查依据
36940
36972
  :type RiskBasis: str
36941
- :param _RiskLevelId: 风险等级id
36973
+ :param _RiskLevelId: 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
36942
36974
  :type RiskLevelId: int
36943
36975
  """
36944
36976
  self._RiskId = None
@@ -36987,7 +37019,7 @@ class OutputRisk(AbstractModel):
36987
37019
 
36988
37020
  @property
36989
37021
  def RiskLevel(self):
36990
- r"""风险等级。
37022
+ r"""风险等级别名。
36991
37023
 
36992
37024
  等级描述如下:
36993
37025
  <ul>
@@ -37059,7 +37091,7 @@ class OutputRisk(AbstractModel):
37059
37091
 
37060
37092
  @property
37061
37093
  def RiskLevelId(self):
37062
- r"""风险等级id
37094
+ r"""风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
37063
37095
  :rtype: int
37064
37096
  """
37065
37097
  return self._RiskLevelId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.1.7
3
+ Version: 3.1.9
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.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.9
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.9
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.7