tencentcloud-sdk-python-ess 3.1.9__tar.gz → 3.1.14__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.9 → tencentcloud_sdk_python_ess-3.1.14}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/v20201111/models.py +72 -4
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.14/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.9/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.9 → tencentcloud_sdk_python_ess-3.1.14}/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.14
|
|
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.14
|
|
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.14,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -8545,7 +8545,6 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
|
|
|
8545
8545
|

|
|
8546
8546
|
:type HintText: str
|
|
8547
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
8548
|
:type UserData: str
|
|
8550
8549
|
"""
|
|
8551
8550
|
self._Operator = None
|
|
@@ -8591,7 +8590,6 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
|
|
|
8591
8590
|
@property
|
|
8592
8591
|
def UserData(self):
|
|
8593
8592
|
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
8593
|
:rtype: str
|
|
8596
8594
|
"""
|
|
8597
8595
|
return self._UserData
|
|
@@ -10346,12 +10344,30 @@ class CreateFlowGroupByFilesRequest(AbstractModel):
|
|
|
10346
10344
|
<li>是否通知其他签署方</li>
|
|
10347
10345
|
</ul>
|
|
10348
10346
|
:type FlowGroupOptions: :class:`tencentcloud.ess.v20201111.models.FlowGroupOptions`
|
|
10347
|
+
:param _UserFlowType: 用户自定义合同类型。
|
|
10348
|
+
|
|
10349
|
+
自定义合同类型配置的地方如链接图所示。[点击查看自定义合同类型管理的位置](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)
|
|
10350
|
+
|
|
10351
|
+
注意:
|
|
10352
|
+
如果传递了自定义合同类型,则每一个子合同设置的自定义合同类型将会失效,已最外层定义的为准。
|
|
10353
|
+
例如:
|
|
10354
|
+
这份合同组有三个子合同,设置合同类型为<font color="blue">人事/劳务</font>
|
|
10355
|
+
第一份子合同设置的合同自定义合同类型是<font color="blue">采购</font>
|
|
10356
|
+
第二份和第三份子合同设置的合同自定义合同类型是<font color="blue">人事/劳务</font>
|
|
10357
|
+
但最终这个合同组的合同类型是<font color="blue">人事/劳务</font>
|
|
10358
|
+
|
|
10359
|
+
|
|
10360
|
+
|
|
10361
|
+
|
|
10362
|
+
|
|
10363
|
+
:type UserFlowType: :class:`tencentcloud.ess.v20201111.models.UserFlowType`
|
|
10349
10364
|
"""
|
|
10350
10365
|
self._Operator = None
|
|
10351
10366
|
self._FlowGroupName = None
|
|
10352
10367
|
self._FlowGroupInfos = None
|
|
10353
10368
|
self._Agent = None
|
|
10354
10369
|
self._FlowGroupOptions = None
|
|
10370
|
+
self._UserFlowType = None
|
|
10355
10371
|
|
|
10356
10372
|
@property
|
|
10357
10373
|
def Operator(self):
|
|
@@ -10415,6 +10431,32 @@ class CreateFlowGroupByFilesRequest(AbstractModel):
|
|
|
10415
10431
|
def FlowGroupOptions(self, FlowGroupOptions):
|
|
10416
10432
|
self._FlowGroupOptions = FlowGroupOptions
|
|
10417
10433
|
|
|
10434
|
+
@property
|
|
10435
|
+
def UserFlowType(self):
|
|
10436
|
+
r"""用户自定义合同类型。
|
|
10437
|
+
|
|
10438
|
+
自定义合同类型配置的地方如链接图所示。[点击查看自定义合同类型管理的位置](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)
|
|
10439
|
+
|
|
10440
|
+
注意:
|
|
10441
|
+
如果传递了自定义合同类型,则每一个子合同设置的自定义合同类型将会失效,已最外层定义的为准。
|
|
10442
|
+
例如:
|
|
10443
|
+
这份合同组有三个子合同,设置合同类型为<font color="blue">人事/劳务</font>
|
|
10444
|
+
第一份子合同设置的合同自定义合同类型是<font color="blue">采购</font>
|
|
10445
|
+
第二份和第三份子合同设置的合同自定义合同类型是<font color="blue">人事/劳务</font>
|
|
10446
|
+
但最终这个合同组的合同类型是<font color="blue">人事/劳务</font>
|
|
10447
|
+
|
|
10448
|
+
|
|
10449
|
+
|
|
10450
|
+
|
|
10451
|
+
|
|
10452
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserFlowType`
|
|
10453
|
+
"""
|
|
10454
|
+
return self._UserFlowType
|
|
10455
|
+
|
|
10456
|
+
@UserFlowType.setter
|
|
10457
|
+
def UserFlowType(self, UserFlowType):
|
|
10458
|
+
self._UserFlowType = UserFlowType
|
|
10459
|
+
|
|
10418
10460
|
|
|
10419
10461
|
def _deserialize(self, params):
|
|
10420
10462
|
if params.get("Operator") is not None:
|
|
@@ -10433,6 +10475,9 @@ class CreateFlowGroupByFilesRequest(AbstractModel):
|
|
|
10433
10475
|
if params.get("FlowGroupOptions") is not None:
|
|
10434
10476
|
self._FlowGroupOptions = FlowGroupOptions()
|
|
10435
10477
|
self._FlowGroupOptions._deserialize(params.get("FlowGroupOptions"))
|
|
10478
|
+
if params.get("UserFlowType") is not None:
|
|
10479
|
+
self._UserFlowType = UserFlowType()
|
|
10480
|
+
self._UserFlowType._deserialize(params.get("UserFlowType"))
|
|
10436
10481
|
memeber_set = set(params.keys())
|
|
10437
10482
|
for name, value in vars(self).items():
|
|
10438
10483
|
property_name = name[1:]
|
|
@@ -10545,12 +10590,18 @@ class CreateFlowGroupByTemplatesRequest(AbstractModel):
|
|
|
10545
10590
|
<li>是否通知其他签署方</li>
|
|
10546
10591
|
</ul>
|
|
10547
10592
|
:type FlowGroupOptions: :class:`tencentcloud.ess.v20201111.models.FlowGroupOptions`
|
|
10593
|
+
:param _UserFlowType: 用户自定义合同类型。
|
|
10594
|
+
自定义合同类型配置的地方如链接图所示。[点击查看自定义合同类型管理的位置](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)
|
|
10595
|
+
|
|
10596
|
+
注意: 如果传递了自定义合同类型,则每一个子合同对应模板上面的自定义合同类型将会失效,已最外层定义的为准。 例如: 这份合同组有三个子合同,设置合同类型为<font color="blue">人事/劳务</font> 第一份子合同选择的模板的合同自定义合同类型是<font color="blue">采购</font> 第二份和第三份子合同选择的模板的合同自定义合同类型是<font color="blue">人事/劳务</font> 但最终这个合同组的合同类型是<font color="blue">人事/劳务</font>
|
|
10597
|
+
:type UserFlowType: :class:`tencentcloud.ess.v20201111.models.UserFlowType`
|
|
10548
10598
|
"""
|
|
10549
10599
|
self._Operator = None
|
|
10550
10600
|
self._FlowGroupName = None
|
|
10551
10601
|
self._FlowGroupInfos = None
|
|
10552
10602
|
self._Agent = None
|
|
10553
10603
|
self._FlowGroupOptions = None
|
|
10604
|
+
self._UserFlowType = None
|
|
10554
10605
|
|
|
10555
10606
|
@property
|
|
10556
10607
|
def Operator(self):
|
|
@@ -10614,6 +10665,20 @@ class CreateFlowGroupByTemplatesRequest(AbstractModel):
|
|
|
10614
10665
|
def FlowGroupOptions(self, FlowGroupOptions):
|
|
10615
10666
|
self._FlowGroupOptions = FlowGroupOptions
|
|
10616
10667
|
|
|
10668
|
+
@property
|
|
10669
|
+
def UserFlowType(self):
|
|
10670
|
+
r"""用户自定义合同类型。
|
|
10671
|
+
自定义合同类型配置的地方如链接图所示。[点击查看自定义合同类型管理的位置](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)
|
|
10672
|
+
|
|
10673
|
+
注意: 如果传递了自定义合同类型,则每一个子合同对应模板上面的自定义合同类型将会失效,已最外层定义的为准。 例如: 这份合同组有三个子合同,设置合同类型为<font color="blue">人事/劳务</font> 第一份子合同选择的模板的合同自定义合同类型是<font color="blue">采购</font> 第二份和第三份子合同选择的模板的合同自定义合同类型是<font color="blue">人事/劳务</font> 但最终这个合同组的合同类型是<font color="blue">人事/劳务</font>
|
|
10674
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserFlowType`
|
|
10675
|
+
"""
|
|
10676
|
+
return self._UserFlowType
|
|
10677
|
+
|
|
10678
|
+
@UserFlowType.setter
|
|
10679
|
+
def UserFlowType(self, UserFlowType):
|
|
10680
|
+
self._UserFlowType = UserFlowType
|
|
10681
|
+
|
|
10617
10682
|
|
|
10618
10683
|
def _deserialize(self, params):
|
|
10619
10684
|
if params.get("Operator") is not None:
|
|
@@ -10632,6 +10697,9 @@ class CreateFlowGroupByTemplatesRequest(AbstractModel):
|
|
|
10632
10697
|
if params.get("FlowGroupOptions") is not None:
|
|
10633
10698
|
self._FlowGroupOptions = FlowGroupOptions()
|
|
10634
10699
|
self._FlowGroupOptions._deserialize(params.get("FlowGroupOptions"))
|
|
10700
|
+
if params.get("UserFlowType") is not None:
|
|
10701
|
+
self._UserFlowType = UserFlowType()
|
|
10702
|
+
self._UserFlowType._deserialize(params.get("UserFlowType"))
|
|
10635
10703
|
memeber_set = set(params.keys())
|
|
10636
10704
|
for name, value in vars(self).items():
|
|
10637
10705
|
property_name = name[1:]
|
|
@@ -11648,7 +11716,7 @@ class CreateFlowRequest(AbstractModel):
|
|
|
11648
11716
|
|
|
11649
11717
|
到达提醒时间后,腾讯电子签会短信通知发起方企业合同提醒,可用于处理合同到期事务,如合同续签等事宜。
|
|
11650
11718
|
:type RemindedOn: int
|
|
11651
|
-
:param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64
|
|
11719
|
+
:param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64格式编码,支持的最大数据大小为 20480长度。
|
|
11652
11720
|
|
|
11653
11721
|
在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
|
|
11654
11722
|
:type UserData: str
|
|
@@ -11830,7 +11898,7 @@ class CreateFlowRequest(AbstractModel):
|
|
|
11830
11898
|
|
|
11831
11899
|
@property
|
|
11832
11900
|
def UserData(self):
|
|
11833
|
-
r"""调用方自定义的个性化字段(可自定义此名称),并以base64
|
|
11901
|
+
r"""调用方自定义的个性化字段(可自定义此名称),并以base64格式编码,支持的最大数据大小为 20480长度。
|
|
11834
11902
|
|
|
11835
11903
|
在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_v2" target="_blank">回调通知</a>模块。
|
|
11836
11904
|
:rtype: str
|
|
@@ -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.14
|
|
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.14
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.14
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.9
|
|
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
|