tencentcloud-sdk-ess 3.0.1156 → 3.0.1160

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 +47 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73453811a0313cd0ec3c399c22bc0e5ec3d22d03
4
- data.tar.gz: af9959a3a1573900bd9bce8b4f3ef5f4f4fdcc37
3
+ metadata.gz: 01959469ddeddfc1ed0e6df19e3f19e5f96f6cb4
4
+ data.tar.gz: c45b2c34f3eab649ea93df60c5f39c1a4b194536
5
5
  SHA512:
6
- metadata.gz: d7f7988ebdb8610d40d9f85ead949759a5c5c7e2412a8de4e8976bb4902aababa79a03c3e629c39f37c031fef8a2879fd678a9fd51042e1958c5b1727025bbdf
7
- data.tar.gz: 436ba991e12461925a4188990108b762ae25a106c6b0809bdb618c710f6140a8b4cbf283ae5381317d87b172e7f023e3abc6f9240d1b921c31f0d588786c4e26
6
+ metadata.gz: f5e9e43dd48ecb32f26d13f70ed37468ed06de731de64e0b9def65669b01564dcf723dbd721e6c244e2ceb6569c19e2cfadb9947a8ff04e45efdeeb8ac0c0d31
7
+ data.tar.gz: 61071540777ea842e54d94ee34a9bdb630c57d716937fa4cb96d230caf1399c2497d8e5aefe1782c28c85019623a9f559665a924c31e920fe0c39ebb752f649b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1156
1
+ 3.0.1160
@@ -5652,7 +5652,8 @@ module TencentCloud
5652
5652
  # @type UniformSocialCreditCode: String
5653
5653
  # @param LegalName: 企业法人的姓名
5654
5654
  # @type LegalName: String
5655
- # @param AutoJumpUrl: 认证完成跳回的链接,最长500个字符
5655
+ # @param AutoJumpUrl: <font color="red">即将废弃</font>,入参请使用JumpEvents。
5656
+ # 认证完成跳回的链接,最长500个字符。
5656
5657
  # @type AutoJumpUrl: String
5657
5658
  # @param OrganizationAddress: 营业执照企业地址
5658
5659
  # @type OrganizationAddress: String
@@ -5730,10 +5731,17 @@ module TencentCloud
5730
5731
 
5731
5732
  # p.s. 仅在对公打款不为空时有效
5732
5733
  # @type BankAccountNumberSame: Boolean
5734
+ # @param JumpEvents: 跳转事件,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
5735
+ # p.s.
5736
+ # Endpoint如果是APP 类型,请传递JumpUrl为<font color="red">"true" </font>
5737
+ # 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5
5738
+
5739
+ # p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
5740
+ # @type JumpEvents: Array
5733
5741
 
5734
- attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint, :Initialization, :PowerOfAttorneys, :UserData, :BankAccountNumber, :BankAccountNumberSame
5742
+ attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint, :Initialization, :PowerOfAttorneys, :UserData, :BankAccountNumber, :BankAccountNumberSame, :JumpEvents
5735
5743
 
5736
- 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, bankaccountnumber=nil, bankaccountnumbersame=nil)
5744
+ 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, bankaccountnumber=nil, bankaccountnumbersame=nil, jumpevents=nil)
5737
5745
  @Operator = operator
5738
5746
  @AuthorizationTypes = authorizationtypes
5739
5747
  @OrganizationName = organizationname
@@ -5758,6 +5766,7 @@ module TencentCloud
5758
5766
  @UserData = userdata
5759
5767
  @BankAccountNumber = bankaccountnumber
5760
5768
  @BankAccountNumberSame = bankaccountnumbersame
5769
+ @JumpEvents = jumpevents
5761
5770
  end
5762
5771
 
5763
5772
  def deserialize(params)
@@ -5788,6 +5797,14 @@ module TencentCloud
5788
5797
  @UserData = params['UserData']
5789
5798
  @BankAccountNumber = params['BankAccountNumber']
5790
5799
  @BankAccountNumberSame = params['BankAccountNumberSame']
5800
+ unless params['JumpEvents'].nil?
5801
+ @JumpEvents = []
5802
+ params['JumpEvents'].each do |i|
5803
+ jumpevent_tmp = JumpEvent.new
5804
+ jumpevent_tmp.deserialize(i)
5805
+ @JumpEvents << jumpevent_tmp
5806
+ end
5807
+ end
5791
5808
  end
5792
5809
  end
5793
5810
 
@@ -13532,6 +13549,33 @@ module TencentCloud
13532
13549
  end
13533
13550
  end
13534
13551
 
13552
+ # 跳转事件的结构体,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
13553
+ class JumpEvent < TencentCloud::Common::AbstractModel
13554
+ # @param JumpEventType: 跳转事件枚举,
13555
+ # * 1 - 企业收录。
13556
+ # * 2 - 超管授权书审核。
13557
+ # * 3 - 认证完成。
13558
+ # @type JumpEventType: Integer
13559
+ # @param JumpUrl: 为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。
13560
+ # Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
13561
+ # 如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/company/openqianh5/)
13562
+
13563
+ # p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
13564
+ # @type JumpUrl: String
13565
+
13566
+ attr_accessor :JumpEventType, :JumpUrl
13567
+
13568
+ def initialize(jumpeventtype=nil, jumpurl=nil)
13569
+ @JumpEventType = jumpeventtype
13570
+ @JumpUrl = jumpurl
13571
+ end
13572
+
13573
+ def deserialize(params)
13574
+ @JumpEventType = params['JumpEventType']
13575
+ @JumpUrl = params['JumpUrl']
13576
+ end
13577
+ end
13578
+
13535
13579
  # 创建流程的签署方信息
13536
13580
  class MiniAppCreateApproverInfo < TencentCloud::Common::AbstractModel
13537
13581
  # @param ApproverType: 在指定签署方时,可以选择企业B端或个人C端等不同的参与者类型,可选类型如下:
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.1156
4
+ version: 3.0.1160
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-10-19 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ess.rb
37
36
  - lib/v20201111/models.rb
38
37
  - lib/v20201111/client.rb
38
+ - lib/tencentcloud-sdk-ess.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: