tencentcloud-sdk-python-faceid 3.0.1143__tar.gz → 3.0.1144__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-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/faceid/v20180301/models.py +5 -11
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1144/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1143/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/setup.py
RENAMED
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1144"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7727,18 +7727,12 @@ class PhoneVerificationResponse(AbstractModel):
|
|
|
7727
7727
|
取值范围为["","移动","电信","联通"]
|
|
7728
7728
|
:type Isp: str
|
|
7729
7729
|
:param _ResultDetail: 业务结果详细信息。(当VerifyMode配置"详版",且Result为"-4: 三要素信息不一致"时返回)
|
|
7730
|
-
|
|
7731
7730
|
枚举值:
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
手机号码与姓名和身份证号均不一致;
|
|
7738
|
-
|
|
7739
|
-
姓名和身份证号不一致;
|
|
7740
|
-
|
|
7741
|
-
其他不一致。
|
|
7731
|
+
PhoneIdCardMismatch:手机号码与姓名一致,与身份证号不一致;
|
|
7732
|
+
PhoneNameMismatch:手机号码身份证号一致,与姓名不一致;
|
|
7733
|
+
PhoneNameIdCardMismatch:手机号码与姓名和身份证号均不一致;
|
|
7734
|
+
NameIdCardMismatch:姓名和身份证号不一致;
|
|
7735
|
+
OtherMismatch:其他不一致;
|
|
7742
7736
|
:type ResultDetail: str
|
|
7743
7737
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7744
7738
|
:type RequestId: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1144
|
tencentcloud-sdk-python-faceid-3.0.1143/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1143
|
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1143 → tencentcloud-sdk-python-faceid-3.0.1144}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|