tencentcloud-sdk-python-essbasic 3.1.22__tar.gz → 3.1.28__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_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/setup.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20210526/models.py +85 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud_sdk_python_essbasic.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_essbasic-3.1.28/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_essbasic-3.1.22/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/README.rst +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/setup.cfg +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20201222/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20201222/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20201222/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20201222/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20201222/models.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20210526/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20210526/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20210526/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud/essbasic/v20210526/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud_sdk_python_essbasic.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud_sdk_python_essbasic.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/tencentcloud_sdk_python_essbasic.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-essbasic
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.28
|
|
4
4
|
Summary: Tencent Cloud Essbasic 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.28
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-essbasic',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.28,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Essbasic SDK for Python',
|
|
@@ -6530,6 +6530,10 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
|
|
|
6530
6530
|
:type FlowGroupId: str
|
|
6531
6531
|
:param _CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`
|
|
6532
6532
|
:type CanBatchReject: bool
|
|
6533
|
+
:param _DynamicSignOption: 动态签署方领取链接配置。
|
|
6534
|
+
:type DynamicSignOption: :class:`tencentcloud.essbasic.v20210526.models.DynamicSignOption`
|
|
6535
|
+
:param _RecipientIds: 为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。 注:生成动态签署方领取时此参数必传。
|
|
6536
|
+
:type RecipientIds: list of str
|
|
6533
6537
|
"""
|
|
6534
6538
|
self._Agent = None
|
|
6535
6539
|
self._FlowIds = None
|
|
@@ -6538,6 +6542,8 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
|
|
|
6538
6542
|
self._Mobile = None
|
|
6539
6543
|
self._FlowGroupId = None
|
|
6540
6544
|
self._CanBatchReject = None
|
|
6545
|
+
self._DynamicSignOption = None
|
|
6546
|
+
self._RecipientIds = None
|
|
6541
6547
|
|
|
6542
6548
|
@property
|
|
6543
6549
|
def Agent(self):
|
|
@@ -6624,6 +6630,28 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
|
|
|
6624
6630
|
def CanBatchReject(self, CanBatchReject):
|
|
6625
6631
|
self._CanBatchReject = CanBatchReject
|
|
6626
6632
|
|
|
6633
|
+
@property
|
|
6634
|
+
def DynamicSignOption(self):
|
|
6635
|
+
r"""动态签署方领取链接配置。
|
|
6636
|
+
:rtype: :class:`tencentcloud.essbasic.v20210526.models.DynamicSignOption`
|
|
6637
|
+
"""
|
|
6638
|
+
return self._DynamicSignOption
|
|
6639
|
+
|
|
6640
|
+
@DynamicSignOption.setter
|
|
6641
|
+
def DynamicSignOption(self, DynamicSignOption):
|
|
6642
|
+
self._DynamicSignOption = DynamicSignOption
|
|
6643
|
+
|
|
6644
|
+
@property
|
|
6645
|
+
def RecipientIds(self):
|
|
6646
|
+
r"""为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。 注:生成动态签署方领取时此参数必传。
|
|
6647
|
+
:rtype: list of str
|
|
6648
|
+
"""
|
|
6649
|
+
return self._RecipientIds
|
|
6650
|
+
|
|
6651
|
+
@RecipientIds.setter
|
|
6652
|
+
def RecipientIds(self, RecipientIds):
|
|
6653
|
+
self._RecipientIds = RecipientIds
|
|
6654
|
+
|
|
6627
6655
|
|
|
6628
6656
|
def _deserialize(self, params):
|
|
6629
6657
|
if params.get("Agent") is not None:
|
|
@@ -6635,6 +6663,10 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
|
|
|
6635
6663
|
self._Mobile = params.get("Mobile")
|
|
6636
6664
|
self._FlowGroupId = params.get("FlowGroupId")
|
|
6637
6665
|
self._CanBatchReject = params.get("CanBatchReject")
|
|
6666
|
+
if params.get("DynamicSignOption") is not None:
|
|
6667
|
+
self._DynamicSignOption = DynamicSignOption()
|
|
6668
|
+
self._DynamicSignOption._deserialize(params.get("DynamicSignOption"))
|
|
6669
|
+
self._RecipientIds = params.get("RecipientIds")
|
|
6638
6670
|
memeber_set = set(params.keys())
|
|
6639
6671
|
for name, value in vars(self).items():
|
|
6640
6672
|
property_name = name[1:]
|
|
@@ -22115,6 +22147,57 @@ class DynamicFlowResult(AbstractModel):
|
|
|
22115
22147
|
|
|
22116
22148
|
|
|
22117
22149
|
|
|
22150
|
+
class DynamicSignOption(AbstractModel):
|
|
22151
|
+
r"""动态签署领取链接配置,当全部签署方均为动态签署方时生效。
|
|
22152
|
+
|
|
22153
|
+
"""
|
|
22154
|
+
|
|
22155
|
+
def __init__(self):
|
|
22156
|
+
r"""
|
|
22157
|
+
:param _DynamicReceiveType: 多份合同批量签署时,动态签署领取要求:<ul><li><b>0(默认值)</b>: 可以领取部分合同进入签署。</li><li><b>1 </b>: 必须全部领取进入签署,生成链接的所有合同必须相同经办人完成合同的领取签署。</li></ul>
|
|
22158
|
+
:type DynamicReceiveType: int
|
|
22159
|
+
:param _OrganizationOpenId: 动态签署方时,预设的企业OpenId,预设企业OpenId后,只允许对应的企业员工进行领取签署。
|
|
22160
|
+
:type OrganizationOpenId: str
|
|
22161
|
+
"""
|
|
22162
|
+
self._DynamicReceiveType = None
|
|
22163
|
+
self._OrganizationOpenId = None
|
|
22164
|
+
|
|
22165
|
+
@property
|
|
22166
|
+
def DynamicReceiveType(self):
|
|
22167
|
+
r"""多份合同批量签署时,动态签署领取要求:<ul><li><b>0(默认值)</b>: 可以领取部分合同进入签署。</li><li><b>1 </b>: 必须全部领取进入签署,生成链接的所有合同必须相同经办人完成合同的领取签署。</li></ul>
|
|
22168
|
+
:rtype: int
|
|
22169
|
+
"""
|
|
22170
|
+
return self._DynamicReceiveType
|
|
22171
|
+
|
|
22172
|
+
@DynamicReceiveType.setter
|
|
22173
|
+
def DynamicReceiveType(self, DynamicReceiveType):
|
|
22174
|
+
self._DynamicReceiveType = DynamicReceiveType
|
|
22175
|
+
|
|
22176
|
+
@property
|
|
22177
|
+
def OrganizationOpenId(self):
|
|
22178
|
+
r"""动态签署方时,预设的企业OpenId,预设企业OpenId后,只允许对应的企业员工进行领取签署。
|
|
22179
|
+
:rtype: str
|
|
22180
|
+
"""
|
|
22181
|
+
return self._OrganizationOpenId
|
|
22182
|
+
|
|
22183
|
+
@OrganizationOpenId.setter
|
|
22184
|
+
def OrganizationOpenId(self, OrganizationOpenId):
|
|
22185
|
+
self._OrganizationOpenId = OrganizationOpenId
|
|
22186
|
+
|
|
22187
|
+
|
|
22188
|
+
def _deserialize(self, params):
|
|
22189
|
+
self._DynamicReceiveType = params.get("DynamicReceiveType")
|
|
22190
|
+
self._OrganizationOpenId = params.get("OrganizationOpenId")
|
|
22191
|
+
memeber_set = set(params.keys())
|
|
22192
|
+
for name, value in vars(self).items():
|
|
22193
|
+
property_name = name[1:]
|
|
22194
|
+
if property_name in memeber_set:
|
|
22195
|
+
memeber_set.remove(property_name)
|
|
22196
|
+
if len(memeber_set) > 0:
|
|
22197
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
22198
|
+
|
|
22199
|
+
|
|
22200
|
+
|
|
22118
22201
|
class EmbedUrlOption(AbstractModel):
|
|
22119
22202
|
r"""创建嵌入式页面url个性化参数
|
|
22120
22203
|
|
|
@@ -24142,6 +24225,7 @@ class FlowDetailInfo(AbstractModel):
|
|
|
24142
24225
|
<li> **ALL** :合同签署完成</li>
|
|
24143
24226
|
<li> **DEADLINE** :合同流签(合同过期)</li>
|
|
24144
24227
|
<li> **CANCEL** :合同撤回</li>
|
|
24228
|
+
<li> **INVALID** : 已失效(签署期间有签署人改名等原因导致)</li>
|
|
24145
24229
|
<li> **RELIEVED** :解除协议(已解除)</li></ul>
|
|
24146
24230
|
|
|
24147
24231
|
:type FlowStatus: str
|
|
@@ -24227,6 +24311,7 @@ class FlowDetailInfo(AbstractModel):
|
|
|
24227
24311
|
<li> **ALL** :合同签署完成</li>
|
|
24228
24312
|
<li> **DEADLINE** :合同流签(合同过期)</li>
|
|
24229
24313
|
<li> **CANCEL** :合同撤回</li>
|
|
24314
|
+
<li> **INVALID** : 已失效(签署期间有签署人改名等原因导致)</li>
|
|
24230
24315
|
<li> **RELIEVED** :解除协议(已解除)</li></ul>
|
|
24231
24316
|
|
|
24232
24317
|
:rtype: str
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-essbasic
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.28
|
|
4
4
|
Summary: Tencent Cloud Essbasic 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.28
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_essbasic-3.1.28/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.28
|
tencentcloud_sdk_python_essbasic-3.1.22/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.22
|
{tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_essbasic-3.1.22 → tencentcloud_sdk_python_essbasic-3.1.28}/setup.cfg
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|