tencentcloud-sdk-python-ess 3.1.114__tar.gz → 3.1.116__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.114 → tencentcloud_sdk_python_ess-3.1.116}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/v20201111/models.py +15 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.116/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.114/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.114 → tencentcloud_sdk_python_ess-3.1.116}/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.116
|
|
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.116
|
|
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.116,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -16246,6 +16246,8 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
|
|
|
16246
16246
|
:type OrganizationIdCardTypeSame: bool
|
|
16247
16247
|
:param _AuthorizationMethod: <p>指定企业认证的授权方式 支持多选:</p><ul><li><strong>1</strong>: 上传营业执照</li><li><strong>2</strong>: 腾讯云快速认证</li><li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li></ul><p>注意:<br>1.如果没有指定,则默认是1,仅有上传营业执照。<br>2.H5 仅支持上传营业执照。</p>
|
|
16248
16248
|
:type AuthorizationMethod: list of int non-negative
|
|
16249
|
+
:param _HideBizLicense: <p>企业认证页面隐藏上传营业执照<br><img src="https://qcloudimg.tencent-cloud.cn/raw/cf827ce0e2043d8cc85e0735c9cfa3fc.png" alt="image"><br><img src="https://qcloudimg.tencent-cloud.cn/raw/f908cabe71238c78ee8fafc70888a344.png" alt="image"></p>
|
|
16250
|
+
:type HideBizLicense: bool
|
|
16249
16251
|
"""
|
|
16250
16252
|
self._Operator = None
|
|
16251
16253
|
self._AuthorizationTypes = None
|
|
@@ -16275,6 +16277,7 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
|
|
|
16275
16277
|
self._OrganizationIdCardType = None
|
|
16276
16278
|
self._OrganizationIdCardTypeSame = None
|
|
16277
16279
|
self._AuthorizationMethod = None
|
|
16280
|
+
self._HideBizLicense = None
|
|
16278
16281
|
|
|
16279
16282
|
@property
|
|
16280
16283
|
def Operator(self):
|
|
@@ -16584,6 +16587,17 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
|
|
|
16584
16587
|
def AuthorizationMethod(self, AuthorizationMethod):
|
|
16585
16588
|
self._AuthorizationMethod = AuthorizationMethod
|
|
16586
16589
|
|
|
16590
|
+
@property
|
|
16591
|
+
def HideBizLicense(self):
|
|
16592
|
+
r"""<p>企业认证页面隐藏上传营业执照<br><img src="https://qcloudimg.tencent-cloud.cn/raw/cf827ce0e2043d8cc85e0735c9cfa3fc.png" alt="image"><br><img src="https://qcloudimg.tencent-cloud.cn/raw/f908cabe71238c78ee8fafc70888a344.png" alt="image"></p>
|
|
16593
|
+
:rtype: bool
|
|
16594
|
+
"""
|
|
16595
|
+
return self._HideBizLicense
|
|
16596
|
+
|
|
16597
|
+
@HideBizLicense.setter
|
|
16598
|
+
def HideBizLicense(self, HideBizLicense):
|
|
16599
|
+
self._HideBizLicense = HideBizLicense
|
|
16600
|
+
|
|
16587
16601
|
|
|
16588
16602
|
def _deserialize(self, params):
|
|
16589
16603
|
if params.get("Operator") is not None:
|
|
@@ -16621,6 +16635,7 @@ class CreateOrganizationAuthUrlRequest(AbstractModel):
|
|
|
16621
16635
|
self._OrganizationIdCardType = params.get("OrganizationIdCardType")
|
|
16622
16636
|
self._OrganizationIdCardTypeSame = params.get("OrganizationIdCardTypeSame")
|
|
16623
16637
|
self._AuthorizationMethod = params.get("AuthorizationMethod")
|
|
16638
|
+
self._HideBizLicense = params.get("HideBizLicense")
|
|
16624
16639
|
memeber_set = set(params.keys())
|
|
16625
16640
|
for name, value in vars(self).items():
|
|
16626
16641
|
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.116
|
|
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.116
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.116
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.114
|
|
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
|