tencentcloud-sdk-python-ess 3.1.65__tar.gz → 3.1.67__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.65 → tencentcloud_sdk_python_ess-3.1.67}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/v20201111/models.py +2 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.67/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.65/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/v20201111/ess_client.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.65 → tencentcloud_sdk_python_ess-3.1.67}/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.67
|
|
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.67
|
|
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.67,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -27800,6 +27800,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
|
|
|
27800
27800
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
27801
27801
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
27802
27802
|
:param _Limit: 指定分页每页返回的数据条数,单页最大支持 20。
|
|
27803
|
+
如果没有传递, 则为默认值20。
|
|
27803
27804
|
:type Limit: int
|
|
27804
27805
|
:param _Agent: 代理企业和员工的信息。
|
|
27805
27806
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -27839,6 +27840,7 @@ class DescribeIntegrationEmployeesRequest(AbstractModel):
|
|
|
27839
27840
|
@property
|
|
27840
27841
|
def Limit(self):
|
|
27841
27842
|
r"""指定分页每页返回的数据条数,单页最大支持 20。
|
|
27843
|
+
如果没有传递, 则为默认值20。
|
|
27842
27844
|
:rtype: int
|
|
27843
27845
|
"""
|
|
27844
27846
|
return self._Limit
|
|
@@ -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.67
|
|
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.67
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.67
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.65
|
|
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
|