tencentcloud-sdk-python-ess 3.1.63__tar.gz → 3.1.64__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.63 → tencentcloud_sdk_python_ess-3.1.64}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/v20201111/models.py +35 -2
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.64/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.63/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.63 → tencentcloud_sdk_python_ess-3.1.64}/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.64
|
|
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.64
|
|
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.64,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -42200,7 +42200,7 @@ class RegisterInfoOption(AbstractModel):
|
|
|
42200
42200
|
def __init__(self):
|
|
42201
42201
|
r"""
|
|
42202
42202
|
:param _LegalNameSame: 是否允许编辑企业注册时的法人姓名。
|
|
42203
|
-
<br/>true
|
|
42203
|
+
<br/>true:不允许编辑<br/>false:允许编辑(默认值)<br/>
|
|
42204
42204
|
|
|
42205
42205
|
注意:
|
|
42206
42206
|
RegisterInfo 中的LegalName值不为空的时候,才可设置为不可编辑。
|
|
@@ -42223,15 +42223,25 @@ RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置
|
|
|
42223
42223
|
注意:
|
|
42224
42224
|
RegisterInfo 中的OrganizationIdCardType值不为空的时候,才可设置为不可编辑。
|
|
42225
42225
|
:type OrganizationIdCardTypeSame: bool
|
|
42226
|
+
:param _UnifiedSocialCreditCodeSame: 是否允许编辑企业注册时统一社会信用代码。
|
|
42227
|
+
<br/>true:不允许编辑。
|
|
42228
|
+
<br/>false:允许编辑(默认值)。
|
|
42229
|
+
<br/>
|
|
42230
|
+
|
|
42231
|
+
|
|
42232
|
+
注意:
|
|
42233
|
+
RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置为不可编辑。
|
|
42234
|
+
:type UnifiedSocialCreditCodeSame: bool
|
|
42226
42235
|
"""
|
|
42227
42236
|
self._LegalNameSame = None
|
|
42228
42237
|
self._UnifiedSocialCreditCodeCNameSame = None
|
|
42229
42238
|
self._OrganizationIdCardTypeSame = None
|
|
42239
|
+
self._UnifiedSocialCreditCodeSame = None
|
|
42230
42240
|
|
|
42231
42241
|
@property
|
|
42232
42242
|
def LegalNameSame(self):
|
|
42233
42243
|
r"""是否允许编辑企业注册时的法人姓名。
|
|
42234
|
-
<br/>true
|
|
42244
|
+
<br/>true:不允许编辑<br/>false:允许编辑(默认值)<br/>
|
|
42235
42245
|
|
|
42236
42246
|
注意:
|
|
42237
42247
|
RegisterInfo 中的LegalName值不为空的时候,才可设置为不可编辑。
|
|
@@ -42245,6 +42255,8 @@ RegisterInfo 中的LegalName值不为空的时候,才可设置为不可编辑
|
|
|
42245
42255
|
|
|
42246
42256
|
@property
|
|
42247
42257
|
def UnifiedSocialCreditCodeCNameSame(self):
|
|
42258
|
+
warnings.warn("parameter `UnifiedSocialCreditCodeCNameSame` is deprecated", DeprecationWarning)
|
|
42259
|
+
|
|
42248
42260
|
r"""是否允许编辑企业注册时统一社会信用代码。
|
|
42249
42261
|
<br/>true:不允许编辑。
|
|
42250
42262
|
<br/>false:允许编辑(默认值)。
|
|
@@ -42260,6 +42272,8 @@ RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置
|
|
|
42260
42272
|
|
|
42261
42273
|
@UnifiedSocialCreditCodeCNameSame.setter
|
|
42262
42274
|
def UnifiedSocialCreditCodeCNameSame(self, UnifiedSocialCreditCodeCNameSame):
|
|
42275
|
+
warnings.warn("parameter `UnifiedSocialCreditCodeCNameSame` is deprecated", DeprecationWarning)
|
|
42276
|
+
|
|
42263
42277
|
self._UnifiedSocialCreditCodeCNameSame = UnifiedSocialCreditCodeCNameSame
|
|
42264
42278
|
|
|
42265
42279
|
@property
|
|
@@ -42279,11 +42293,30 @@ RegisterInfo 中的OrganizationIdCardType值不为空的时候,才可设置为
|
|
|
42279
42293
|
def OrganizationIdCardTypeSame(self, OrganizationIdCardTypeSame):
|
|
42280
42294
|
self._OrganizationIdCardTypeSame = OrganizationIdCardTypeSame
|
|
42281
42295
|
|
|
42296
|
+
@property
|
|
42297
|
+
def UnifiedSocialCreditCodeSame(self):
|
|
42298
|
+
r"""是否允许编辑企业注册时统一社会信用代码。
|
|
42299
|
+
<br/>true:不允许编辑。
|
|
42300
|
+
<br/>false:允许编辑(默认值)。
|
|
42301
|
+
<br/>
|
|
42302
|
+
|
|
42303
|
+
|
|
42304
|
+
注意:
|
|
42305
|
+
RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置为不可编辑。
|
|
42306
|
+
:rtype: bool
|
|
42307
|
+
"""
|
|
42308
|
+
return self._UnifiedSocialCreditCodeSame
|
|
42309
|
+
|
|
42310
|
+
@UnifiedSocialCreditCodeSame.setter
|
|
42311
|
+
def UnifiedSocialCreditCodeSame(self, UnifiedSocialCreditCodeSame):
|
|
42312
|
+
self._UnifiedSocialCreditCodeSame = UnifiedSocialCreditCodeSame
|
|
42313
|
+
|
|
42282
42314
|
|
|
42283
42315
|
def _deserialize(self, params):
|
|
42284
42316
|
self._LegalNameSame = params.get("LegalNameSame")
|
|
42285
42317
|
self._UnifiedSocialCreditCodeCNameSame = params.get("UnifiedSocialCreditCodeCNameSame")
|
|
42286
42318
|
self._OrganizationIdCardTypeSame = params.get("OrganizationIdCardTypeSame")
|
|
42319
|
+
self._UnifiedSocialCreditCodeSame = params.get("UnifiedSocialCreditCodeSame")
|
|
42287
42320
|
memeber_set = set(params.keys())
|
|
42288
42321
|
for name, value in vars(self).items():
|
|
42289
42322
|
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.64
|
|
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.64
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
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
|