tencentcloud-sdk-ess 3.0.586 → 3.0.587

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: cf082cc9a4690d1c5e5c65ab94140dd18342b24e
4
- data.tar.gz: c32bc680797a19fc8c1f8726e7a080bd19f99ad8
3
+ metadata.gz: 63aa3af266797914806c43cef269b41b5435a3b4
4
+ data.tar.gz: 92e1dd6c4697bc4d8b79d9d7508f90b6ef88df65
5
5
  SHA512:
6
- metadata.gz: 7bbd76f51a5dcee1c468ccb191dada4752a2f9945d6b3e1710dca0a70e7e583e86e4dfaccf4062fa0e9e83ec0adcc7309f10c49f1bb461cba1e4ffc1793ae6ed
7
- data.tar.gz: 7b21b3fd59ba71ad33189413cc0b4cba19374c3dc62501d216edf7f80f43e135313b99c646f424f16d3e8eb34bad365e5fee0134316ecd29ed041656d9bf265e
6
+ metadata.gz: ab7a518a93447c17a52d77f5e8af8bab06f41737001f86bdcf4205820d96d75f4f4e9302a8468721fe79b691557e860b7cd3a44d9e2879a313dd85af98e31643
7
+ data.tar.gz: b3c737e504cc2ec7abdf0278c250b5fdf368b9ef501de9ade987c93fe57e27f0208bc4edfb13242eb30ee59eedf477410a311d343596c9dc62d6a05779b3e041
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.586
1
+ 3.0.587
@@ -3857,10 +3857,14 @@ module TencentCloud
3857
3857
  # @type ApproverOption: :class:`Tencentcloud::Ess.v20201111.models.ApproverOption`
3858
3858
  # @param JumpUrl: 签署完前端跳转的url,暂未使用
3859
3859
  # @type JumpUrl: String
3860
+ # @param SignId: 签署ID
3861
+ # - 发起流程时系统自动补充
3862
+ # - 创建签署链接时,可以通过查询详情接口获得签署人的SignId,然后可传入此值为该签署人创建签署链接,无需再传姓名、手机号、证件号等其他信息
3863
+ # @type SignId: String
3860
3864
 
3861
- attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl
3865
+ attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId
3862
3866
 
3863
- def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil)
3867
+ def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil)
3864
3868
  @ApproverType = approvertype
3865
3869
  @OrganizationName = organizationname
3866
3870
  @ApproverName = approvername
@@ -3879,6 +3883,7 @@ module TencentCloud
3879
3883
  @RegisterInfo = registerinfo
3880
3884
  @ApproverOption = approveroption
3881
3885
  @JumpUrl = jumpurl
3886
+ @SignId = signid
3882
3887
  end
3883
3888
 
3884
3889
  def deserialize(params)
@@ -3906,6 +3911,7 @@ module TencentCloud
3906
3911
  @ApproverOption.deserialize(params['ApproverOption'])
3907
3912
  end
3908
3913
  @JumpUrl = params['JumpUrl']
3914
+ @SignId = params['SignId']
3909
3915
  end
3910
3916
  end
3911
3917
 
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.586
4
+ version: 3.0.587
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-07 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common