tencentcloud-sdk-python-faceid 3.0.1157__tar.gz → 3.0.1164__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-faceid might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/setup.py +1 -1
  3. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/faceid/v20180301/models.py +5 -4
  5. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-faceid-3.0.1164/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-faceid-3.0.1157/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/README.rst +0 -0
  9. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/faceid/__init__.py +0 -0
  11. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/faceid/v20180301/__init__.py +0 -0
  12. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
  14. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-faceid-3.0.1157 → tencentcloud-sdk-python-faceid-3.0.1164}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.0.1157
3
+ Version: 3.0.1164
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
@@ -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.0.1157"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1164"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Faceid SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1157'
17
+ __version__ = '3.0.1164'
@@ -2680,8 +2680,9 @@ class EncryptedPhoneVerificationRequest(AbstractModel):
2680
2680
  :param _EncryptionMode: 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
2681
2681
 
2682
2682
  0:明文,不加密
2683
- 1: 使用MD5加密
2684
- 2: 使用SHA256
2683
+ 1:使用MD5加密
2684
+ 2:使用SHA256
2685
+ 3:使用SM3加密
2685
2686
  :type EncryptionMode: str
2686
2687
  """
2687
2688
  self._IdCard = None
@@ -3676,7 +3677,7 @@ class GetEidTokenConfig(AbstractModel):
3676
3677
  :type IntentionQuestions: list of IntentionQuestion
3677
3678
  :param _IntentionActions: 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
3678
3679
  :type IntentionActions: list of IntentionActionConfig
3679
- :param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
3680
+ :param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
3680
3681
  :type IntentionRecognition: bool
3681
3682
  :param _IsSupportHMTResidentPermitOCR: 是否支持港澳台居住证识别
3682
3683
  :type IsSupportHMTResidentPermitOCR: bool
@@ -7861,7 +7862,7 @@ class RuleIdConfig(AbstractModel):
7861
7862
 
7862
7863
  def __init__(self):
7863
7864
  r"""
7864
- :param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
7865
+ :param _IntentionRecognition: 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认开启。
7865
7866
  :type IntentionRecognition: bool
7866
7867
  :param _IntentionType: 意愿核身类型,默认为0:
7867
7868
  0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-faceid
3
- Version: 3.0.1157
3
+ Version: 3.0.1164
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1164
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1157