tencentcloud-sdk-ess 3.0.1093 → 3.0.1097

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: e77266f1a8d4296c449d9ae13335041b537092a8
4
- data.tar.gz: 10ebae345ae47f32d9577ff108ffea43089be71e
3
+ metadata.gz: 82cc5f93f6a21ff686f95d75abe8784f41174364
4
+ data.tar.gz: fe84403739a863528ab5bff1df348aeabffee218
5
5
  SHA512:
6
- metadata.gz: 0f79792082110986903a5bfc82f7ef13fc56832a6de54381a827660e38fd7502be2e6b8d6a71ebff4fac943e3556d097dec8c739ef0b1d2a03e518e14f51bc85
7
- data.tar.gz: b29108e827c51863bc5d1c00aa0a654c433fd580e240a8b5a56eaa2620341598b5dc4917d22df8bcf60cc907c4850643535713c58073461487ce52d957a0dacb
6
+ metadata.gz: 23e334644d20f304c625cf20a2be9bd6c9815f65b2281aaf7b135b3fd1f9f0c9b532589edd35baf84ea5f1ec61c851253841d98623296a844224d8e75d23f640
7
+ data.tar.gz: f0c76a907fc38ac0035d6383db7710038f64fe5b23ce24d1a7d08a05b70efaccf20a893d60624b4c93daeeecdd0660ae852261fa347de9ef63f8b7e3d105ffb0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1093
1
+ 3.0.1097
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -5125,10 +5125,14 @@ module TencentCloud
5125
5125
  # 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
5126
5126
  # 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
5127
5127
  # @type PowerOfAttorneys: Array
5128
+ # @param UserData: 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 4096长度。
5128
5129
 
5129
- attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint, :Initialization, :PowerOfAttorneys
5130
+ # 在. 企业引导企业实名认证后回调中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/company/callback_types_staffs" target="_blank">回调通知</a>模块。
5131
+ # @type UserData: String
5132
+
5133
+ attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint, :Initialization, :PowerOfAttorneys, :UserData
5130
5134
 
5131
- def initialize(operator=nil, authorizationtypes=nil, organizationname=nil, uniformsocialcreditcode=nil, legalname=nil, autojumpurl=nil, organizationaddress=nil, adminname=nil, adminmobile=nil, adminidcardnumber=nil, adminidcardtype=nil, uniformsocialcreditcodesame=nil, legalnamesame=nil, adminnamesame=nil, adminidcardnumbersame=nil, adminmobilesame=nil, organizationnamesame=nil, businesslicense=nil, endpoint=nil, initialization=nil, powerofattorneys=nil)
5135
+ def initialize(operator=nil, authorizationtypes=nil, organizationname=nil, uniformsocialcreditcode=nil, legalname=nil, autojumpurl=nil, organizationaddress=nil, adminname=nil, adminmobile=nil, adminidcardnumber=nil, adminidcardtype=nil, uniformsocialcreditcodesame=nil, legalnamesame=nil, adminnamesame=nil, adminidcardnumbersame=nil, adminmobilesame=nil, organizationnamesame=nil, businesslicense=nil, endpoint=nil, initialization=nil, powerofattorneys=nil, userdata=nil)
5132
5136
  @Operator = operator
5133
5137
  @AuthorizationTypes = authorizationtypes
5134
5138
  @OrganizationName = organizationname
@@ -5150,6 +5154,7 @@ module TencentCloud
5150
5154
  @Endpoint = endpoint
5151
5155
  @Initialization = initialization
5152
5156
  @PowerOfAttorneys = powerofattorneys
5157
+ @UserData = userdata
5153
5158
  end
5154
5159
 
5155
5160
  def deserialize(params)
@@ -5177,6 +5182,7 @@ module TencentCloud
5177
5182
  @Endpoint = params['Endpoint']
5178
5183
  @Initialization = params['Initialization']
5179
5184
  @PowerOfAttorneys = params['PowerOfAttorneys']
5185
+ @UserData = params['UserData']
5180
5186
  end
5181
5187
  end
5182
5188
 
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.1093
4
+ version: 3.0.1097
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-03 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common