tencentcloud-sdk-ess 3.0.1088 → 3.0.1089

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +15 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 823d0f12df970ea1bb6d349b2682fb047d54e5b3
4
- data.tar.gz: e44fd8a6c3e9d51d98480d472ed14a7e9f9c1815
3
+ metadata.gz: e64a519b5ed649a5cb3ab2f6aaa05848c9cf2f81
4
+ data.tar.gz: 420deb667ba609dccdee545f02ce497d4e077b11
5
5
  SHA512:
6
- metadata.gz: e157b919a723cec88cc93032fafad3fe9678dab47b4031b9be4c8be97dd174ab0798af0de73d6f1b41484cdc729c8eece9a19763e4b1c55c85f423cf179e2e0f
7
- data.tar.gz: b8ff4640f93181065ce76208ef0eba9b93ace8f14cdb0d8ab81663da4b70f116411c899c0f9c2938f658d9f4cd4bcce0fdc1698304b3eeeea66d55a9d4b2d0a6
6
+ metadata.gz: d7248fafe62ab353418504afc79074003eddaef82650b5e9fb7d655041962b434e39eb2f979424e42218c8c721318f527af14036163625590cb0a528bf4f1189
7
+ data.tar.gz: bcf8e62aaf8f4f82a06e89eea77f7cf10628508a2f47c74d1306b892aecbce4eb0d913cadad01bf890d84c7421564996d72003ebe0f8cac32349e7879143aa32
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1088
1
+ 3.0.1089
@@ -13193,12 +13193,12 @@ module TencentCloud
13193
13193
 
13194
13194
  # 发起流程快速注册相关信息
13195
13195
  class RegisterInfo < TencentCloud::Common::AbstractModel
13196
- # @param LegalName: 法人姓名
13196
+ # @param LegalName: <font color="red">字段不再使用</font>,法人姓名
13197
13197
  # @type LegalName: String
13198
13198
  # @param Uscc: 社会统一信用代码
13199
13199
  # 注意:此字段可能返回 null,表示取不到有效值。
13200
13200
  # @type Uscc: String
13201
- # @param UnifiedSocialCreditCode: 社会统一信用代码
13201
+ # @param UnifiedSocialCreditCode: <font color="red">字段不再使用</font>,社会统一信用代码
13202
13202
  # @type UnifiedSocialCreditCode: String
13203
13203
  # @param AuthorizationTypes: 指定企业认证的授权方式 支持多选:
13204
13204
 
@@ -13207,17 +13207,27 @@ module TencentCloud
13207
13207
  # <li><strong>5</strong>: 授权书+对公打款方式</li>
13208
13208
  # </ul>
13209
13209
  # @type AuthorizationTypes: Array
13210
+ # @param AuthorizationType: 指定企业认证的授权方式 支持多选:
13211
+
13212
+ # <ul>
13213
+ # <li><strong>2</strong>: 法人授权方式</li>
13214
+ # <li><strong>5</strong>: 授权书+对公打款方式</li>
13215
+ # </ul>
13216
+ # @type AuthorizationType: Integer
13210
13217
 
13211
- attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :AuthorizationTypes
13218
+ attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :AuthorizationTypes, :AuthorizationType
13212
13219
  extend Gem::Deprecate
13213
13220
  deprecate :Uscc, :none, 2025, 6
13214
13221
  deprecate :Uscc=, :none, 2025, 6
13222
+ deprecate :AuthorizationTypes, :none, 2025, 6
13223
+ deprecate :AuthorizationTypes=, :none, 2025, 6
13215
13224
 
13216
- def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, authorizationtypes=nil)
13225
+ def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, authorizationtypes=nil, authorizationtype=nil)
13217
13226
  @LegalName = legalname
13218
13227
  @Uscc = uscc
13219
13228
  @UnifiedSocialCreditCode = unifiedsocialcreditcode
13220
13229
  @AuthorizationTypes = authorizationtypes
13230
+ @AuthorizationType = authorizationtype
13221
13231
  end
13222
13232
 
13223
13233
  def deserialize(params)
@@ -13225,6 +13235,7 @@ module TencentCloud
13225
13235
  @Uscc = params['Uscc']
13226
13236
  @UnifiedSocialCreditCode = params['UnifiedSocialCreditCode']
13227
13237
  @AuthorizationTypes = params['AuthorizationTypes']
13238
+ @AuthorizationType = params['AuthorizationType']
13228
13239
  end
13229
13240
  end
13230
13241
 
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.1088
4
+ version: 3.0.1089
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-06-24 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common