tencentcloud-sdk-faceid 1.0.210 → 1.0.214

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: a8d57dac43bbc8f203135bf36c992b1b8b369cfc
4
- data.tar.gz: 8ffeba70898e558db0bfc25bcc74c2e0b3e4a9ac
3
+ metadata.gz: 90e384e88188782c37361248aef11ce507c9a401
4
+ data.tar.gz: 246554262441564c4e3cb50b0c4d9b231c81b93c
5
5
  SHA512:
6
- metadata.gz: e14b9626c74a573641a8abac2c7588b1586e32dd88aaff365edbe013ff5f0d17dbe0e8da189979b1500825c5095d3b1fdc2edf18b484d2772358078b7d46750b
7
- data.tar.gz: 0843c865f730660b86ce4ea5fcd02879133ad4fc0cc7757839d78b898e74f0baf58b5d361c9df297d3dbb8171c1d8ed4002e8dcc7d9771b769cfad773e0740a4
6
+ metadata.gz: b161c84c2292ed333cf3098b688fbf4badbe8d8ded5762c8d1a08bcf6be9fee8ac2a0d4bea86589b6afb05f707b6b30ba5eb850cfba90a77333171393c8c4bcf
7
+ data.tar.gz: e9375d987c01a95fc43a33fe4ddf66baa2e62b6226dac3a1e05fe0550425058ac5f28795e7d81786e594257a80b6697c917f88daa2761c785d4d04ddf9a1741b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.210
1
+ 1.0.214
@@ -2466,11 +2466,11 @@ module TencentCloud
2466
2466
  # @type Name: String
2467
2467
  # @param Phone: 手机号
2468
2468
  # @type Phone: String
2469
- # @param CiphertextBlob: 有加密需求的用户,接入传入kms的CiphertextBlob,关于数据加密可查阅 <a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
2469
+ # @param CiphertextBlob: 有加密需求的用户,传入kms的CiphertextBlob,关于数据加密可查阅 <a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
2470
2470
  # @type CiphertextBlob: String
2471
- # @param EncryptList: 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个
2471
+ # @param EncryptList: 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的IdCard,Name,Phone中的一个或多个。
2472
2472
  # @type EncryptList: Array
2473
- # @param Iv: 有加密需求的用户,传入CBC加密的初试向量
2473
+ # @param Iv: 有加密需求的用户,传入CBC加密的初始向量。
2474
2474
  # @type Iv: String
2475
2475
 
2476
2476
  attr_accessor :IdCard, :Name, :Phone, :CiphertextBlob, :EncryptList, :Iv
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: 1.0.210
4
+ version: 1.0.214
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-25 00:00:00.000000000 Z
11
+ date: 2021-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common