tencentcloud-sdk-python-essbasic 3.1.8__tar.gz → 3.1.10__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.8 → tencentcloud_sdk_python_essbasic-3.1.10}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/setup.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20210526/models.py +15 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud_sdk_python_essbasic.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_essbasic-3.1.10/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_essbasic-3.1.8/tencentcloud_sdk_python_essbasic.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/README.rst +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/setup.cfg +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20201222/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20201222/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20201222/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20201222/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20201222/models.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20210526/__init__.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20210526/errorcodes.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20210526/essbasic_client.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud/essbasic/v20210526/essbasic_client_async.py +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud_sdk_python_essbasic.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud_sdk_python_essbasic.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/tencentcloud_sdk_python_essbasic.egg-info/top_level.txt +0 -0
|
@@ -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.10
|
|
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.10
|
|
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-essbasic',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.10,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Essbasic SDK for Python',
|
|
@@ -15978,9 +15978,12 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
|
|
|
15978
15978
|
|
|
15979
15979
|

|
|
15980
15980
|
:type HintText: str
|
|
15981
|
+
:param _UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%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>模块。
|
|
15982
|
+
:type UserData: str
|
|
15981
15983
|
"""
|
|
15982
15984
|
self._Agent = None
|
|
15983
15985
|
self._HintText = None
|
|
15986
|
+
self._UserData = None
|
|
15984
15987
|
|
|
15985
15988
|
@property
|
|
15986
15989
|
def Agent(self):
|
|
@@ -16006,12 +16009,24 @@ class CreateEmployeeQualificationSealQrCodeRequest(AbstractModel):
|
|
|
16006
16009
|
def HintText(self, HintText):
|
|
16007
16010
|
self._HintText = HintText
|
|
16008
16011
|
|
|
16012
|
+
@property
|
|
16013
|
+
def UserData(self):
|
|
16014
|
+
r"""调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%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>模块。
|
|
16015
|
+
:rtype: str
|
|
16016
|
+
"""
|
|
16017
|
+
return self._UserData
|
|
16018
|
+
|
|
16019
|
+
@UserData.setter
|
|
16020
|
+
def UserData(self, UserData):
|
|
16021
|
+
self._UserData = UserData
|
|
16022
|
+
|
|
16009
16023
|
|
|
16010
16024
|
def _deserialize(self, params):
|
|
16011
16025
|
if params.get("Agent") is not None:
|
|
16012
16026
|
self._Agent = Agent()
|
|
16013
16027
|
self._Agent._deserialize(params.get("Agent"))
|
|
16014
16028
|
self._HintText = params.get("HintText")
|
|
16029
|
+
self._UserData = params.get("UserData")
|
|
16015
16030
|
memeber_set = set(params.keys())
|
|
16016
16031
|
for name, value in vars(self).items():
|
|
16017
16032
|
property_name = name[1:]
|
|
@@ -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.10
|
|
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.10
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_essbasic-3.1.10/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.10
|
tencentcloud_sdk_python_essbasic-3.1.8/tencentcloud_sdk_python_essbasic.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
{tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_essbasic-3.1.8 → tencentcloud_sdk_python_essbasic-3.1.10}/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
|