tencentcloud-sdk-faceid 3.0.786 → 3.0.788

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d63b195a8ab4b8a2619070c252a077400c85c4d5
4
- data.tar.gz: e90214c9ced30843b82f3eabb3347bfd3fd01b3f
3
+ metadata.gz: ef4ace3511f590fa8cadbb9f56cc664989f8c729
4
+ data.tar.gz: 43db31b26c6a5f099d34476ecc066c844bac192e
5
5
  SHA512:
6
- metadata.gz: 0f21b1a3517ef7a0ba6e42ceb9a6cac19840dc25773fe3b1463c00ab398ee2034ba78e5839506fbb654f71e97c569cb653ea4b22936d3fd913560e9a73689e98
7
- data.tar.gz: 8c697e93226b1f8de1b2b57d69f706cdedbad31b57762eb126f87d25b81027b1dcf69b9246cd4ea0dec2d07856af91664074cd270f8cd6749604bc692d6de70a
6
+ metadata.gz: 339e6d893e17bf1c29997386b6ed90b240c5dc26ff697099b350fa99f349208e57be434d562333572b518d29611e0a642c0f43557dbacc4fb4255737f100b3ae
7
+ data.tar.gz: 81c64809ec597db09d6e8e4d7e03f5c6a9910c2ecbd6e8b9e513df152b747d204191d8a246315a4549fb69b920648d1864bea6b5d4bb99b1b36a05696afc8e6a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.786
1
+ 3.0.788
@@ -769,10 +769,11 @@ module TencentCloud
769
769
  # @type RuleId: String
770
770
  # @param TerminalType: 本接口不需要传递此参数。
771
771
  # @type TerminalType: String
772
- # @param IdCard: 身份标识(未使用OCR服务时,必须传入)。
772
+ # @param IdCard: 身份标识(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
773
773
  # 规则:a-z,A-Z,0-9组合。最长长度32位。
774
774
  # @type IdCard: String
775
- # @param Name: 姓名。(未使用OCR服务时,必须传入)最长长度32位。中文请使用UTF-8编码。
775
+ # @param Name: 姓名。(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
776
+ # 最长长度32位。中文请使用UTF-8编码。
776
777
  # @type Name: String
777
778
  # @param RedirectUrl: 认证结束后重定向的回调链接地址。最长长度1024位。
778
779
  # @type RedirectUrl: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-faceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.786
4
+ version: 3.0.788
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-19 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common