tencentcloud-sdk-essbasic 3.0.610 → 3.0.612
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +38 -8
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a097cdf72dabe9d3b4f311797f72d0619a2a9fca
|
4
|
+
data.tar.gz: 1c08feba2d78f368c984df3a062814af44a51787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf64ebe5419f172f92d44bf1c49550918b6f175b0304b8cccff76663fd2c39f99f22b0b6c986cd7435109d1899259c4dbcf2dacf95249f7dfd6c8c58186f0619
|
7
|
+
data.tar.gz: e14eacd6b125d0644c9dca47cb362b465c48658dd932d5d03ed6480bd555c516495891ac8bcaf59ff65bbae9e15b685857a13ce1722a12f87d47dd7c76f9ed85
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.612
|
data/lib/v20210526/models.rb
CHANGED
@@ -2786,15 +2786,35 @@ module TencentCloud
|
|
2786
2786
|
class CreateFlowOption < TencentCloud::Common::AbstractModel
|
2787
2787
|
# @param CanEditFlow: 是否允许修改合同信息,true-是,false-否
|
2788
2788
|
# @type CanEditFlow: Boolean
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
|
2789
|
+
# @param HideShowFlowName: 是否允许发起合同弹窗隐藏合同名称
|
2790
|
+
# @type HideShowFlowName: Boolean
|
2791
|
+
# @param HideShowFlowType: 是否允许发起合同弹窗隐藏合同类型
|
2792
|
+
# @type HideShowFlowType: Boolean
|
2793
|
+
# @param HideShowDeadline: 是否允许发起合同弹窗隐藏合同到期时间
|
2794
|
+
# @type HideShowDeadline: Boolean
|
2795
|
+
# @param CanSkipAddApprover: 是否允许发起合同步骤跳过指定签署方步骤
|
2796
|
+
# @type CanSkipAddApprover: Boolean
|
2797
|
+
# @param CustomCreateFlowDescription: 定制化发起合同页合同描述信息
|
2798
|
+
# @type CustomCreateFlowDescription: String
|
2799
|
+
|
2800
|
+
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription
|
2801
|
+
|
2802
|
+
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil)
|
2793
2803
|
@CanEditFlow = caneditflow
|
2804
|
+
@HideShowFlowName = hideshowflowname
|
2805
|
+
@HideShowFlowType = hideshowflowtype
|
2806
|
+
@HideShowDeadline = hideshowdeadline
|
2807
|
+
@CanSkipAddApprover = canskipaddapprover
|
2808
|
+
@CustomCreateFlowDescription = customcreateflowdescription
|
2794
2809
|
end
|
2795
2810
|
|
2796
2811
|
def deserialize(params)
|
2797
2812
|
@CanEditFlow = params['CanEditFlow']
|
2813
|
+
@HideShowFlowName = params['HideShowFlowName']
|
2814
|
+
@HideShowFlowType = params['HideShowFlowType']
|
2815
|
+
@HideShowDeadline = params['HideShowDeadline']
|
2816
|
+
@CanSkipAddApprover = params['CanSkipAddApprover']
|
2817
|
+
@CustomCreateFlowDescription = params['CustomCreateFlowDescription']
|
2798
2818
|
end
|
2799
2819
|
end
|
2800
2820
|
|
@@ -3812,13 +3832,16 @@ module TencentCloud
|
|
3812
3832
|
# - 发起流程时系统自动补充
|
3813
3833
|
# - 创建签署链接时,可以通过查询详情接口获得签署人的SignId,然后可传入此值为该签署人创建签署链接,无需再传姓名、手机号、证件号等其他信息
|
3814
3834
|
# @type SignId: String
|
3835
|
+
# @param NotifyType: SMS: 短信; NONE: 不发信息
|
3836
|
+
# 默认为SMS(该字段对子客无效)
|
3837
|
+
# @type NotifyType: String
|
3815
3838
|
|
3816
|
-
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId
|
3839
|
+
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType
|
3817
3840
|
extend Gem::Deprecate
|
3818
3841
|
deprecate :CallbackUrl, :none, 2023, 7
|
3819
3842
|
deprecate :CallbackUrl=, :none, 2023, 7
|
3820
3843
|
|
3821
|
-
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil)
|
3844
|
+
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil)
|
3822
3845
|
@Name = name
|
3823
3846
|
@IdCardType = idcardtype
|
3824
3847
|
@IdCardNumber = idcardnumber
|
@@ -3840,6 +3863,7 @@ module TencentCloud
|
|
3840
3863
|
@ApproverVerifyTypes = approververifytypes
|
3841
3864
|
@ApproverSignTypes = approversigntypes
|
3842
3865
|
@SignId = signid
|
3866
|
+
@NotifyType = notifytype
|
3843
3867
|
end
|
3844
3868
|
|
3845
3869
|
def deserialize(params)
|
@@ -3874,6 +3898,7 @@ module TencentCloud
|
|
3874
3898
|
@ApproverVerifyTypes = params['ApproverVerifyTypes']
|
3875
3899
|
@ApproverSignTypes = params['ApproverSignTypes']
|
3876
3900
|
@SignId = params['SignId']
|
3901
|
+
@NotifyType = params['NotifyType']
|
3877
3902
|
end
|
3878
3903
|
end
|
3879
3904
|
|
@@ -4314,19 +4339,24 @@ module TencentCloud
|
|
4314
4339
|
# @param ComponentName: 控件的名字,跟ComponentId二选一,不能全为空
|
4315
4340
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4316
4341
|
# @type ComponentName: String
|
4342
|
+
# @param LockComponentValue: 是否锁定模版控件值,锁定后无法修改(用于嵌入式发起合同)
|
4343
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4344
|
+
# @type LockComponentValue: Boolean
|
4317
4345
|
|
4318
|
-
attr_accessor :ComponentValue, :ComponentId, :ComponentName
|
4346
|
+
attr_accessor :ComponentValue, :ComponentId, :ComponentName, :LockComponentValue
|
4319
4347
|
|
4320
|
-
def initialize(componentvalue=nil, componentid=nil, componentname=nil)
|
4348
|
+
def initialize(componentvalue=nil, componentid=nil, componentname=nil, lockcomponentvalue=nil)
|
4321
4349
|
@ComponentValue = componentvalue
|
4322
4350
|
@ComponentId = componentid
|
4323
4351
|
@ComponentName = componentname
|
4352
|
+
@LockComponentValue = lockcomponentvalue
|
4324
4353
|
end
|
4325
4354
|
|
4326
4355
|
def deserialize(params)
|
4327
4356
|
@ComponentValue = params['ComponentValue']
|
4328
4357
|
@ComponentId = params['ComponentId']
|
4329
4358
|
@ComponentName = params['ComponentName']
|
4359
|
+
@LockComponentValue = params['LockComponentValue']
|
4330
4360
|
end
|
4331
4361
|
end
|
4332
4362
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.612
|
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-07-
|
11
|
+
date: 2023-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20201222/client.rb
|
37
|
-
- lib/v20201222/models.rb
|
38
36
|
- lib/tencentcloud-sdk-essbasic.rb
|
39
|
-
- lib/v20210526/client.rb
|
40
37
|
- lib/v20210526/models.rb
|
38
|
+
- lib/v20210526/client.rb
|
39
|
+
- lib/v20201222/models.rb
|
40
|
+
- lib/v20201222/client.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|