tencentcloud-sdk-ess 3.0.821 → 3.0.822

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3d23d4b6dd581d1c438b66499dab1107b961b21
4
- data.tar.gz: fff60bab6251827d525c59e4ba3de047ae4487dd
3
+ metadata.gz: 2d8a35735aa1cbddc25699cacf8bad16906cb7d6
4
+ data.tar.gz: aaaed26e48b21d3da53dc9f6e7efd30ca47ad65b
5
5
  SHA512:
6
- metadata.gz: 8d137a39c89612afe3700a26a9e0588b0df76a527a7a24b99fe43480a2060603199dd8fc17a1b1db177ddaa2c6c93280fb7bb435c0d8f183b05f69f8ea5eb3e7
7
- data.tar.gz: f2632eed3417670165164a5f96a1c73d08d436cde49c837b702b6f2a634e2a93618817ca519f5d7da49eeb8bc65f24e7e7cf3625eda7d5acae03919c808ea1d1
6
+ metadata.gz: 422bf945f4a94ee3c8c0fd175b30198c57d6ee34887a1fe79b9274f687df74aaf65ebb39567e0aade78dbafbcd2896ce2e20757138c5bf657c9311d67a10612c
7
+ data.tar.gz: 6e19f38f5ecaa4776aaf2cadf38791a54cce1b47b5ff63f37a2f6494b34b42711ceb6af159f22999e35ca7988cdc37c6b4901dea40baffd4a6825165f6b33740
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.821
1
+ 3.0.822
@@ -5136,10 +5136,12 @@ module TencentCloud
5136
5136
  # 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
5137
5137
  # 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
5138
5138
  # @type AutoJumpBack: Boolean
5139
+ # @param UserData: 在用户完成实名认证后,其自定义数据将通过[企业引导个人实名认证后回调](https://qian.tencent.com/developers/company/callback_types_staffs/#%E5%8D%81%E4%BA%8C-%E4%BC%81%E4%B8%9A%E5%BC%95%E5%AF%BC%E4%B8%AA%E4%BA%BA%E5%AE%9E%E5%90%8D%E8%AE%A4%E8%AF%81%E5%90%8E%E5%9B%9E%E8%B0%83)返回,以便用户确认其个人数据信息。请注意,自定义数据的字符长度上限为1000,且必须采用base64编码格式。
5140
+ # @type UserData: String
5139
5141
 
5140
- attr_accessor :Operator, :Name, :IdCardNumber, :IdCardType, :Mobile, :Endpoint, :AutoJumpBack
5142
+ attr_accessor :Operator, :Name, :IdCardNumber, :IdCardType, :Mobile, :Endpoint, :AutoJumpBack, :UserData
5141
5143
 
5142
- def initialize(operator=nil, name=nil, idcardnumber=nil, idcardtype=nil, mobile=nil, endpoint=nil, autojumpback=nil)
5144
+ def initialize(operator=nil, name=nil, idcardnumber=nil, idcardtype=nil, mobile=nil, endpoint=nil, autojumpback=nil, userdata=nil)
5143
5145
  @Operator = operator
5144
5146
  @Name = name
5145
5147
  @IdCardNumber = idcardnumber
@@ -5147,6 +5149,7 @@ module TencentCloud
5147
5149
  @Mobile = mobile
5148
5150
  @Endpoint = endpoint
5149
5151
  @AutoJumpBack = autojumpback
5152
+ @UserData = userdata
5150
5153
  end
5151
5154
 
5152
5155
  def deserialize(params)
@@ -5160,6 +5163,7 @@ module TencentCloud
5160
5163
  @Mobile = params['Mobile']
5161
5164
  @Endpoint = params['Endpoint']
5162
5165
  @AutoJumpBack = params['AutoJumpBack']
5166
+ @UserData = params['UserData']
5163
5167
  end
5164
5168
  end
5165
5169
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.821
4
+ version: 3.0.822
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-05-14 00:00:00.000000000 Z
11
+ date: 2024-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common