tencentcloud-sdk-nodejs-faceid 4.1.203 → 4.1.204

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-faceid",
3
- "version": "4.1.203",
3
+ "version": "4.1.204",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -292,12 +292,11 @@ export interface RuleIdConfig {
292
292
  */
293
293
  export interface MobileStatusRequest {
294
294
  /**
295
- * 手机号码。
295
+ * <p>手机号码。</p>
296
296
  */
297
297
  Mobile: string;
298
298
  /**
299
- * 敏感数据加密信息。
300
- - 对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
299
+ * <p>敏感数据加密信息。</p><ul><li>对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。</li></ul>
301
300
  */
302
301
  Encryption?: Encryption;
303
302
  }
@@ -731,29 +730,15 @@ export interface BankCard2EVerificationResponse {
731
730
  */
732
731
  export interface MobileStatusResponse {
733
732
  /**
734
- * 认证结果码,收费情况如下。
735
- - 收费结果码:
736
- 0:成功。
737
-
738
- - 不收费结果码:
739
- -1:未查询到结果。
740
- -2:手机号格式不正确。
741
- -3:验证中心服务繁忙。
742
- -4:认证次数超过当日限制,请次日重试。
733
+ * <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>0:成功。</p></li><li><p>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。</p></li></ul>
743
734
  */
744
735
  Result?: string;
745
736
  /**
746
- * 业务结果描述。
737
+ * <p>业务结果描述。</p>
747
738
  */
748
739
  Description?: string;
749
740
  /**
750
- * 状态码。
751
- - 取值范围:
752
- 0:正常。
753
- 1:停机。
754
- 2:销号。
755
- 4:不在网。
756
- 99:未知状态。
741
+ * <p>状态码。- 取值范围:0:正常。1:停机。2:销号。4:不在网。5:在网但不可用 。99:未知状态。</p>
757
742
  */
758
743
  StatusCode?: number;
759
744
  /**