tencentcloud-sdk-ess 3.0.1021 → 3.0.1022

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +32 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b8a21f5102788057ac2de35adc3537105a8b79b
4
- data.tar.gz: da369786bed998888d3dc17c1fea7439a2a0e56d
3
+ metadata.gz: d1ea682c9e11c6a6e77ecd2b6048ed5058ec75e9
4
+ data.tar.gz: 79a0615a2eb4dfa89aae1b936d9a27b4a05a46a9
5
5
  SHA512:
6
- metadata.gz: a7dd8224a4717d3532ff8f8b62d0c0a1628395456e2603f1d466b737ed6b3275fe3e9e53d65e8f8259e0cc9bbd6883731d3b93f3f1b937c534d1c286ed9be0cf
7
- data.tar.gz: 2d6557af0a1d7466f8147a942858e34205a63a678c57b5f12fef9a4882fab8ea9efcbc25a9c1ae5486f104c58f2928618c674aea5f8be890ee68f4ad6517fbca
6
+ metadata.gz: 5da52a87701415fe251b454c7ab397e467bd70945438a8e37b8538e9ace901df42e8c2d2d37a55a7b9165989fe36407efc123134926be713cf181887dcaccef6
7
+ data.tar.gz: 199265984de6b04b7ab91131d9ddb9d0b85eba4bdb0dd2734ff534a38ef1d6d442cf740051431a31b94bd2f1fd873fa186fbd6c5049fc6d83be6a9600486eedb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1021
1
+ 3.0.1022
@@ -1919,10 +1919,15 @@ module TencentCloud
1919
1919
 
1920
1920
  # 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
1921
1921
  # @type CacheApproverInfo: Boolean
1922
+ # @param CanBatchReject: 是否允许此链接中签署方批量拒签。
1923
+ # <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
1922
1924
 
1923
- attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo
1925
+ # 注:`合同组暂不支持批量拒签功能。`
1926
+ # @type CanBatchReject: Boolean
1924
1927
 
1925
- def initialize(flowapproverinfo=nil, agent=nil, operator=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil)
1928
+ attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject
1929
+
1930
+ def initialize(flowapproverinfo=nil, agent=nil, operator=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil)
1926
1931
  @FlowApproverInfo = flowapproverinfo
1927
1932
  @Agent = agent
1928
1933
  @Operator = operator
@@ -1935,6 +1940,7 @@ module TencentCloud
1935
1940
  @FlowBatchUrlInfo = flowbatchurlinfo
1936
1941
  @Intention = intention
1937
1942
  @CacheApproverInfo = cacheapproverinfo
1943
+ @CanBatchReject = canbatchreject
1938
1944
  end
1939
1945
 
1940
1946
  def deserialize(params)
@@ -1965,6 +1971,7 @@ module TencentCloud
1965
1971
  @Intention.deserialize(params['Intention'])
1966
1972
  end
1967
1973
  @CacheApproverInfo = params['CacheApproverInfo']
1974
+ @CanBatchReject = params['CanBatchReject']
1968
1975
  end
1969
1976
  end
1970
1977
 
@@ -2061,10 +2068,12 @@ module TencentCloud
2061
2068
 
2062
2069
  # 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
2063
2070
  # @type UrlUseEnv: String
2071
+ # @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`
2072
+ # @type CanBatchReject: Boolean
2064
2073
 
2065
- attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack, :UrlUseEnv
2074
+ attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
2066
2075
 
2067
- def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, autojumpback=nil, urluseenv=nil)
2076
+ def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil)
2068
2077
  @Operator = operator
2069
2078
  @Name = name
2070
2079
  @Mobile = mobile
@@ -2078,6 +2087,7 @@ module TencentCloud
2078
2087
  @FlowBatchUrlInfo = flowbatchurlinfo
2079
2088
  @AutoJumpBack = autojumpback
2080
2089
  @UrlUseEnv = urluseenv
2090
+ @CanBatchReject = canbatchreject
2081
2091
  end
2082
2092
 
2083
2093
  def deserialize(params)
@@ -2103,6 +2113,7 @@ module TencentCloud
2103
2113
  end
2104
2114
  @AutoJumpBack = params['AutoJumpBack']
2105
2115
  @UrlUseEnv = params['UrlUseEnv']
2116
+ @CanBatchReject = params['CanBatchReject']
2106
2117
  end
2107
2118
  end
2108
2119
 
@@ -3668,10 +3679,13 @@ module TencentCloud
3668
3679
  # @type ShowComponentTypes: Array
3669
3680
  # @param ResultPageConfig: 发起流程的可嵌入页面结果页配置
3670
3681
  # @type ResultPageConfig: Array
3682
+ # @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
3683
+ # - 签署控件 是否默认展示日期.
3684
+ # @type SignComponentConfig: :class:`Tencentcloud::Ess.v20201111.models.SignComponentConfig`
3671
3685
 
3672
- attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig
3686
+ attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig
3673
3687
 
3674
- def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil)
3688
+ def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil)
3675
3689
  @CanEditFlow = caneditflow
3676
3690
  @CanEditFormField = caneditformfield
3677
3691
  @HideShowFlowName = hideshowflowname
@@ -3686,6 +3700,7 @@ module TencentCloud
3686
3700
  @HideComponentTypes = hidecomponenttypes
3687
3701
  @ShowComponentTypes = showcomponenttypes
3688
3702
  @ResultPageConfig = resultpageconfig
3703
+ @SignComponentConfig = signcomponentconfig
3689
3704
  end
3690
3705
 
3691
3706
  def deserialize(params)
@@ -3710,6 +3725,10 @@ module TencentCloud
3710
3725
  @ResultPageConfig << createresultpageconfig_tmp
3711
3726
  end
3712
3727
  end
3728
+ unless params['SignComponentConfig'].nil?
3729
+ @SignComponentConfig = SignComponentConfig.new
3730
+ @SignComponentConfig.deserialize(params['SignComponentConfig'])
3731
+ end
3713
3732
  end
3714
3733
  end
3715
3734
 
@@ -5373,14 +5392,19 @@ module TencentCloud
5373
5392
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
5374
5393
  # @param InitiatorComponents: 模板或者合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
5375
5394
  # @type InitiatorComponents: Array
5376
- # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
5395
+ # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
5377
5396
  # @type FlowDisplayType: Integer
5378
- # @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
5397
+ # @param SignComponentConfig: <font color="red">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
5398
+ # 签署控件的配置信息,用在嵌入式发起的页面配置,
5399
+ # 包括
5379
5400
 
5380
5401
  # - 签署控件 是否默认展示日期.
5381
5402
  # @type SignComponentConfig: :class:`Tencentcloud::Ess.v20201111.models.SignComponentConfig`
5382
5403
 
5383
5404
  attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
5405
+ extend Gem::Deprecate
5406
+ deprecate :SignComponentConfig, :none, 2025, 3
5407
+ deprecate :SignComponentConfig=, :none, 2025, 3
5384
5408
 
5385
5409
  def initialize(operator=nil, resourceid=nil, flowname=nil, resourcetype=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil, components=nil, flowoption=nil, needsignreview=nil, needcreatereview=nil, userdata=nil, ccinfos=nil, flowid=nil, agent=nil, initiatorcomponents=nil, flowdisplaytype=nil, signcomponentconfig=nil)
5386
5410
  @Operator = operator
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.1021
4
+ version: 3.0.1022
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-17 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common