tencentcloud-sdk-ess 3.0.449 → 3.0.451

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +20 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ccad46407aee91e6d9c436778a09dff0d1b4cf1
4
- data.tar.gz: 51d3b7fa933ebf51a59793246e1dcca0f954c4c1
3
+ metadata.gz: 939b8f88731c4f0490dcf955ad3db7dd0e99bca9
4
+ data.tar.gz: 00ae1bd973065ad5f7c1a3f45670539783f8d956
5
5
  SHA512:
6
- metadata.gz: 13957a3a5bf1e49a75a15dafed23fad470a63753e6e66103439a0c72fc7859a96136618c67ea238e0614344eed4f2f91010e5c12b8814738f8c23023de331573
7
- data.tar.gz: 1c3eaf240887336d289db9931154e9c10cf9f03fbc27f912d35156e6694cd8caf83bfbc6b82a985092d310b183aeb299bd8d5b3783662ccd5cfa3b6d8168714a
6
+ metadata.gz: d1ec78e091108c06833a711d3d626b1947baf0b5a5878aecf3917131b6d3f717bea0aec80092f0b0159b5167c6596b18285ea2639bf6df536628918061dda538
7
+ data.tar.gz: 677b74af0a093dac8cdf215a6be7a38b1aba546668e3691bc84c28b57024c7724a1bd15715fa4346ccd7126b663311521309b05bc7fa19b2ef5bbe440e8dc606
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.449
1
+ 3.0.451
@@ -573,22 +573,25 @@ module TencentCloud
573
573
  # @param NeedPreview: 是否需要生成预览文件 默认不生成;
574
574
  # 预览链接有效期300秒;
575
575
  # @type NeedPreview: Boolean
576
- # @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
577
- # @type ClientToken: String
576
+ # @param PreviewType: 预览链接类型 默认:0-文件流, 1- H5链接 注意:此参数在NeedPreview 为true 时有效,
577
+ # @type PreviewType: Integer
578
578
  # @param Agent: 应用相关信息
579
579
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
580
+ # @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
581
+ # @type ClientToken: String
580
582
 
581
- attr_accessor :Operator, :FlowId, :TemplateId, :FileNames, :FormFields, :NeedPreview, :ClientToken, :Agent
583
+ attr_accessor :Operator, :FlowId, :TemplateId, :FileNames, :FormFields, :NeedPreview, :PreviewType, :Agent, :ClientToken
582
584
 
583
- def initialize(operator=nil, flowid=nil, templateid=nil, filenames=nil, formfields=nil, needpreview=nil, clienttoken=nil, agent=nil)
585
+ def initialize(operator=nil, flowid=nil, templateid=nil, filenames=nil, formfields=nil, needpreview=nil, previewtype=nil, agent=nil, clienttoken=nil)
584
586
  @Operator = operator
585
587
  @FlowId = flowid
586
588
  @TemplateId = templateid
587
589
  @FileNames = filenames
588
590
  @FormFields = formfields
589
591
  @NeedPreview = needpreview
590
- @ClientToken = clienttoken
592
+ @PreviewType = previewtype
591
593
  @Agent = agent
594
+ @ClientToken = clienttoken
592
595
  end
593
596
 
594
597
  def deserialize(params)
@@ -608,11 +611,12 @@ module TencentCloud
608
611
  end
609
612
  end
610
613
  @NeedPreview = params['NeedPreview']
611
- @ClientToken = params['ClientToken']
614
+ @PreviewType = params['PreviewType']
612
615
  unless params['Agent'].nil?
613
616
  @Agent = Agent.new
614
617
  @Agent.deserialize(params['Agent'])
615
618
  end
619
+ @ClientToken = params['ClientToken']
616
620
  end
617
621
  end
618
622
 
@@ -713,8 +717,8 @@ module TencentCloud
713
717
 
714
718
  # 注:如果使用“预览模式”,出参会返回合同预览链接 PreviewUrl,不会正式发起合同,且出参不会返回签署流程编号 FlowId;如果使用“非预览”,则会正常返回签署流程编号 FlowId,不会生成合同预览链接 PreviewUrl。
715
719
  # @type NeedPreview: Boolean
716
- # @param FlowDescription: 签署流程描述,最大长度1000个字符
717
- # @type FlowDescription: String
720
+ # @param PreviewType: 预览链接类型 默认:0-文件流, 1- H5链接 注意:此参数在NeedPreview 为true 时有效,
721
+ # @type PreviewType: Integer
718
722
  # @param Deadline: 签署流程的签署截止时间。
719
723
  # 值为unix时间戳,精确到秒,不传默认为当前时间一年后
720
724
  # @type Deadline: Integer
@@ -739,10 +743,12 @@ module TencentCloud
739
743
  # MobileCheck:手机号验证
740
744
  # 参数说明:可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。
741
745
  # @type ApproverVerifyType: String
746
+ # @param FlowDescription: 签署流程描述,最大长度1000个字符
747
+ # @type FlowDescription: String
742
748
 
743
- attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :FlowDescription, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType
749
+ attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :Agent, :ApproverVerifyType, :FlowDescription
744
750
 
745
- def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, flowdescription=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, agent=nil, approververifytype=nil)
751
+ 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)
746
752
  @Operator = operator
747
753
  @FlowName = flowname
748
754
  @Approvers = approvers
@@ -751,7 +757,7 @@ module TencentCloud
751
757
  @Components = components
752
758
  @CcInfos = ccinfos
753
759
  @NeedPreview = needpreview
754
- @FlowDescription = flowdescription
760
+ @PreviewType = previewtype
755
761
  @Deadline = deadline
756
762
  @Unordered = unordered
757
763
  @CustomShowMap = customshowmap
@@ -759,6 +765,7 @@ module TencentCloud
759
765
  @UserData = userdata
760
766
  @Agent = agent
761
767
  @ApproverVerifyType = approververifytype
768
+ @FlowDescription = flowdescription
762
769
  end
763
770
 
764
771
  def deserialize(params)
@@ -794,7 +801,7 @@ module TencentCloud
794
801
  end
795
802
  end
796
803
  @NeedPreview = params['NeedPreview']
797
- @FlowDescription = params['FlowDescription']
804
+ @PreviewType = params['PreviewType']
798
805
  @Deadline = params['Deadline']
799
806
  @Unordered = params['Unordered']
800
807
  @CustomShowMap = params['CustomShowMap']
@@ -805,6 +812,7 @@ module TencentCloud
805
812
  @Agent.deserialize(params['Agent'])
806
813
  end
807
814
  @ApproverVerifyType = params['ApproverVerifyType']
815
+ @FlowDescription = params['FlowDescription']
808
816
  end
809
817
  end
810
818
 
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.449
4
+ version: 3.0.451
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 00:00:00.000000000 Z
11
+ date: 2022-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common