tencentcloud-sdk-python-faceid 3.1.48__tar.gz → 3.1.50__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/setup.py +1 -1
  3. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/v20180301/models.py +10 -10
  5. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_faceid-3.1.50/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_faceid-3.1.48/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/README.rst +0 -0
  9. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
  15. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_faceid-3.1.48 → tencentcloud_sdk_python_faceid-3.1.50}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.48
3
+ Version: 3.1.50
4
4
  Summary: Tencent Cloud Faceid 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.48
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
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-faceid',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.48,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.50,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Faceid SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.48'
17
+ __version__ = '3.1.50'
@@ -3750,19 +3750,19 @@ class Encryption(AbstractModel):
3750
3750
 
3751
3751
  def __init__(self):
3752
3752
  r"""
3753
- :param _EncryptList: 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段
3753
+ :param _EncryptList: <p>在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段</p>
3754
3754
  注意:此字段可能返回 null,表示取不到有效值。
3755
3755
  :type EncryptList: list of str
3756
- :param _CiphertextBlob: 加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
3756
+ :param _CiphertextBlob: <p>加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://www.tencentcloud.com/document/product/1061/77849">数据加密</a> 文档。</p>
3757
3757
  注意:此字段可能返回 null,表示取不到有效值。
3758
3758
  :type CiphertextBlob: str
3759
- :param _Iv: 有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。
3759
+ :param _Iv: <p>有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。</p>
3760
3760
  注意:此字段可能返回 null,表示取不到有效值。
3761
3761
  :type Iv: str
3762
- :param _Algorithm: 加密使用的算法(支持'AES-256-CBC'、'SM4-GCM'),不传默认为'AES-256-CBC'
3762
+ :param _Algorithm: <p>加密使用的算法(支持&#39;AES-256-CBC&#39;、&#39;SM4-GCM&#39;),不传默认为&#39;AES-256-CBC&#39;</p>
3763
3763
  注意:此字段可能返回 null,表示取不到有效值。
3764
3764
  :type Algorithm: str
3765
- :param _TagList: SM4-GCM算法生成的消息摘要(校验消息完整性时使用)
3765
+ :param _TagList: <p>SM4-GCM算法生成的消息摘要(校验消息完整性时使用)</p>
3766
3766
  注意:此字段可能返回 null,表示取不到有效值。
3767
3767
  :type TagList: list of str
3768
3768
  """
@@ -3774,7 +3774,7 @@ class Encryption(AbstractModel):
3774
3774
 
3775
3775
  @property
3776
3776
  def EncryptList(self):
3777
- r"""在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段
3777
+ r"""<p>在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段</p>
3778
3778
  注意:此字段可能返回 null,表示取不到有效值。
3779
3779
  :rtype: list of str
3780
3780
  """
@@ -3786,7 +3786,7 @@ class Encryption(AbstractModel):
3786
3786
 
3787
3787
  @property
3788
3788
  def CiphertextBlob(self):
3789
- r"""加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
3789
+ r"""<p>加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://www.tencentcloud.com/document/product/1061/77849">数据加密</a> 文档。</p>
3790
3790
  注意:此字段可能返回 null,表示取不到有效值。
3791
3791
  :rtype: str
3792
3792
  """
@@ -3798,7 +3798,7 @@ class Encryption(AbstractModel):
3798
3798
 
3799
3799
  @property
3800
3800
  def Iv(self):
3801
- r"""有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。
3801
+ r"""<p>有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。</p>
3802
3802
  注意:此字段可能返回 null,表示取不到有效值。
3803
3803
  :rtype: str
3804
3804
  """
@@ -3810,7 +3810,7 @@ class Encryption(AbstractModel):
3810
3810
 
3811
3811
  @property
3812
3812
  def Algorithm(self):
3813
- r"""加密使用的算法(支持'AES-256-CBC'、'SM4-GCM'),不传默认为'AES-256-CBC'
3813
+ r"""<p>加密使用的算法(支持&#39;AES-256-CBC&#39;、&#39;SM4-GCM&#39;),不传默认为&#39;AES-256-CBC&#39;</p>
3814
3814
  注意:此字段可能返回 null,表示取不到有效值。
3815
3815
  :rtype: str
3816
3816
  """
@@ -3822,7 +3822,7 @@ class Encryption(AbstractModel):
3822
3822
 
3823
3823
  @property
3824
3824
  def TagList(self):
3825
- r"""SM4-GCM算法生成的消息摘要(校验消息完整性时使用)
3825
+ r"""<p>SM4-GCM算法生成的消息摘要(校验消息完整性时使用)</p>
3826
3826
  注意:此字段可能返回 null,表示取不到有效值。
3827
3827
  :rtype: list of str
3828
3828
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.1.48
3
+ Version: 3.1.50
4
4
  Summary: Tencent Cloud Faceid 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.48
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.50
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.48