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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baad49bfd8f5caab857c47b7247e34fed4ae1efe
4
- data.tar.gz: 5c987699bcf44b36f7ef700733656dd4a58f9b0d
3
+ metadata.gz: cdb387d92f49062d7d8379a49809ac882c7b61b9
4
+ data.tar.gz: b259a9e53c942c4a6cf5b0bf605443a1e6c4a757
5
5
  SHA512:
6
- metadata.gz: e79f238694feb60c80dcc26b2b00bad8e47ea33fff885768c3ad623dbcb9c142270fd7c9efe51d365bcaf36e7ede2f41ce2c2e609a11a625850749bf355deb1e
7
- data.tar.gz: 28b0fa7e93c9a75ab664f69a6e61d6ee5d0bc74291a112f62de4f93c5e31bdb73ccd23e5611767282a3d91ef747d246012e3791c35b4bc1d236a7fb3f10bbc52
6
+ metadata.gz: 23f9b478b7af4fdd8c4f92e8bfb49fe0dc7b0bc58b52f938df3603e3c85730358ea34a82c9a7d68cd8a037e72b30d0ce19de6db899e0066dc36f7e56d17cf36b
7
+ data.tar.gz: 0bc22a27b09363aad40f8bedd37eb7d6cb50baca66cd862f3673789295def118f78d154be0cd594b3a3562ca6fec5b6807108ddb0159a57070f957104b979667
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.455
1
+ 3.0.456
@@ -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.455
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-21 00:00:00.000000000 Z
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