tencentcloud-sdk-faceid 3.0.875 → 3.0.877

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: f35b697a8ff945242026148c344f0cb4c9e53646
4
- data.tar.gz: 12418ba8bc4f65225f44d8ee63ed8b9ca4ff2f1b
3
+ metadata.gz: 92d4dbb924f7072ba1c709013018a088044f74b7
4
+ data.tar.gz: cfe339bf312d30ac2c4e84b2205c37a0cd518f0a
5
5
  SHA512:
6
- metadata.gz: 702d741eb66a56881a96f8e1ab8f058e436f72431e289446751007253c23059c24592b6da7de908e7e130976126722b526d3d2a584bfe0ed4035f10c19d8ec5a
7
- data.tar.gz: fa2f05f76bbe6ff84ca23d04ed28ee5be83a9f5f81d3569a7251341efe4e87478a01047f1fe600a7339b5a427a71628274b913256844d0a8cb38a86a1b23892a
6
+ metadata.gz: 2e5453d12cacf6876a0ca98d1f45ea0841930037c90fb818042774e5bc1d6ef7c547402a6b3806fff007c72062ef8a8032d66188bef36bfe7b74cf5a7ddd0fb2
7
+ data.tar.gz: 21aa42ac286aefa684b9ae6ffc3cd50b02f38688772f82db1516b61ab9eed20ccf1f41ab607c09a31a0f53699aaa96d04da09bef1ed8dafc684d686d9403b53d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.875
1
+ 3.0.877
@@ -1351,7 +1351,7 @@ module TencentCloud
1351
1351
  # @param EncryptList: 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段
1352
1352
  # 注意:此字段可能返回 null,表示取不到有效值。
1353
1353
  # @type EncryptList: Array
1354
- # @param CiphertextBlob: 有加密需求的用户,接入传入kms的CiphertextBlob,关于数据加密可查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
1354
+ # @param CiphertextBlob: 加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
1355
1355
  # 注意:此字段可能返回 null,表示取不到有效值。
1356
1356
  # @type CiphertextBlob: String
1357
1357
  # @param Iv: 有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。
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.875
4
+ version: 3.0.877
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-07-29 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common