tencentcloud-sdk-python-ess 3.1.46__tar.gz → 3.1.47__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.46 → tencentcloud_sdk_python_ess-3.1.47}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/v20201111/ess_client.py +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/v20201111/ess_client_async.py +2 -2
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/v20201111/models.py +10 -4
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.47/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.46/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.46 → tencentcloud_sdk_python_ess-3.1.47}/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.47
|
|
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.47
|
|
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.47,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -1404,10 +1404,10 @@ class EssClient(AbstractClient):
|
|
|
1404
1404
|
|
|
1405
1405
|
**注意**
|
|
1406
1406
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
1407
|
-
2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
|
1407
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1408
1408
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1409
1409
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1410
|
-
4. H5
|
|
1410
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1411
1411
|
|
|
1412
1412
|
:param request: Request instance for CreateFlowSignUrl.
|
|
1413
1413
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowSignUrlRequest`
|
|
@@ -1218,10 +1218,10 @@ class EssClient(AbstractClient):
|
|
|
1218
1218
|
|
|
1219
1219
|
**注意**
|
|
1220
1220
|
1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
1221
|
-
2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
|
1221
|
+
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1222
1222
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1223
1223
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1224
|
-
4. H5
|
|
1224
|
+
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1225
1225
|
"""
|
|
1226
1226
|
|
|
1227
1227
|
kwargs = {}
|
|
@@ -27427,9 +27427,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27427
27427
|
:param _Operator: 执行本接口操作的员工信息,userId必填。
|
|
27428
27428
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
|
27429
27429
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
27430
|
-
:param _Limit:
|
|
27430
|
+
:param _Limit: 指定分页每页返回的数据条数,单页最大支持 200。
|
|
27431
27431
|
:type Limit: int
|
|
27432
|
-
:param _Offset:
|
|
27432
|
+
:param _Offset: 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
27433
27433
|
:type Offset: int
|
|
27434
27434
|
:param _Name: 查询成员企业的企业名,模糊匹配
|
|
27435
27435
|
:type Name: str
|
|
@@ -27444,6 +27444,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27444
27444
|
:param _Export: 是否导出当前成员企业数据
|
|
27445
27445
|
<ul><li> **false**:不导出(默认值)</li>
|
|
27446
27446
|
<li> **true**:导出</li></ul>
|
|
27447
|
+
|
|
27448
|
+
p.s.
|
|
27449
|
+
若传入此参数, LImit参数将无效,导出的为全量数据。
|
|
27447
27450
|
:type Export: bool
|
|
27448
27451
|
:param _Id: 成员企业机构 ID,32 位字符串,在PC控制台 集团管理可获取
|
|
27449
27452
|
:type Id: str
|
|
@@ -27470,7 +27473,7 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27470
27473
|
|
|
27471
27474
|
@property
|
|
27472
27475
|
def Limit(self):
|
|
27473
|
-
r"""
|
|
27476
|
+
r"""指定分页每页返回的数据条数,单页最大支持 200。
|
|
27474
27477
|
:rtype: int
|
|
27475
27478
|
"""
|
|
27476
27479
|
return self._Limit
|
|
@@ -27481,7 +27484,7 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27481
27484
|
|
|
27482
27485
|
@property
|
|
27483
27486
|
def Offset(self):
|
|
27484
|
-
r"""
|
|
27487
|
+
r"""偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
27485
27488
|
:rtype: int
|
|
27486
27489
|
"""
|
|
27487
27490
|
return self._Offset
|
|
@@ -27527,6 +27530,9 @@ class DescribeOrganizationGroupOrganizationsRequest(AbstractModel):
|
|
|
27527
27530
|
r"""是否导出当前成员企业数据
|
|
27528
27531
|
<ul><li> **false**:不导出(默认值)</li>
|
|
27529
27532
|
<li> **true**:导出</li></ul>
|
|
27533
|
+
|
|
27534
|
+
p.s.
|
|
27535
|
+
若传入此参数, LImit参数将无效,导出的为全量数据。
|
|
27530
27536
|
:rtype: bool
|
|
27531
27537
|
"""
|
|
27532
27538
|
return self._Export
|
|
@@ -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.47
|
|
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.47
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.47
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.46
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|