tencentcloud-sdk-ess 3.0.455 → 3.0.456
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/v20201111/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdb387d92f49062d7d8379a49809ac882c7b61b9
|
|
4
|
+
data.tar.gz: b259a9e53c942c4a6cf5b0bf605443a1e6c4a757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23f9b478b7af4fdd8c4f92e8bfb49fe0dc7b0bc58b52f938df3603e3c85730358ea34a82c9a7d68cd8a037e72b30d0ce19de6db899e0066dc36f7e56d17cf36b
|
|
7
|
+
data.tar.gz: 0bc22a27b09363aad40f8bedd37eb7d6cb50baca66cd862f3673789295def118f78d154be0cd594b3a3562ca6fec5b6807108ddb0159a57070f957104b979667
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.456
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -768,10 +768,12 @@ module TencentCloud
|
|
|
768
768
|
# @type ApproverVerifyType: String
|
|
769
769
|
# @param FlowDescription: 签署流程描述,最大长度1000个字符
|
|
770
770
|
# @type FlowDescription: String
|
|
771
|
+
# @param SignBeanTag: 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
|
|
772
|
+
# @type SignBeanTag: Integer
|
|
771
773
|
|
|
772
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType, :FlowDescription
|
|
774
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType, :FlowDescription, :SignBeanTag
|
|
773
775
|
|
|
774
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil, approververifytype=nil, flowdescription=nil)
|
|
776
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil)
|
|
775
777
|
@Operator = operator
|
|
776
778
|
@FlowName = flowname
|
|
777
779
|
@Approvers = approvers
|
|
@@ -789,6 +791,7 @@ module TencentCloud
|
|
|
789
791
|
@Agent = agent
|
|
790
792
|
@ApproverVerifyType = approververifytype
|
|
791
793
|
@FlowDescription = flowdescription
|
|
794
|
+
@SignBeanTag = signbeantag
|
|
792
795
|
end
|
|
793
796
|
|
|
794
797
|
def deserialize(params)
|
|
@@ -836,6 +839,7 @@ module TencentCloud
|
|
|
836
839
|
end
|
|
837
840
|
@ApproverVerifyType = params['ApproverVerifyType']
|
|
838
841
|
@FlowDescription = params['FlowDescription']
|
|
842
|
+
@SignBeanTag = params['SignBeanTag']
|
|
839
843
|
end
|
|
840
844
|
end
|
|
841
845
|
|
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.
|
|
4
|
+
version: 3.0.456
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|