tencentcloud-sdk-essbasic 3.0.1075 → 3.0.1078

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: b4ddb8c90699d0566565a149d0647d1211290115
4
- data.tar.gz: 66beacefe6a783c5890ed34808afee2a8e1ccda1
3
+ metadata.gz: 39349c3a44505b2c73fab37731e0e355e2acae7a
4
+ data.tar.gz: ce966705f0d560a7fe7522712ecbbcdfa84548fd
5
5
  SHA512:
6
- metadata.gz: d1fc99f67bd24cf8e495f269a32ca9674f9fe7b09dab308f91b7b3faaea70eafee8b71d6ce061cb5332755d46706df379bd1ba91e45d08d73ee2402f7ed03619
7
- data.tar.gz: d7d8c34771cb97ee2c01f98d30071b8be06487f9d7ad092b0f09ec76ed8c20a9bdbcdc3ae3ad158f22aff2ef8a10f5944ff285f373c1e9af39827a83ac7f868a
6
+ metadata.gz: a214017b0c56e4ac20f569a8273c84bfb7df8f33510bf28816aca10a8022981bbbc6213bccdb12c5b8034b3e8656738b9243de76b6058edff3f80bc109ef2cf6
7
+ data.tar.gz: 090a417b0ed3a2609f54b117abd71cb1c44840e3b08a2ccf66ff4708c05c43c831cc280149922cb4e637348dc70e4d5eb71c74dc76a2b0cf4c44166c0b9912ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1075
1
+ 3.0.1078
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20210526/client'
6
- require_relative 'v20210526/models'
7
-
8
5
  require_relative 'v20201222/client'
9
6
  require_relative 'v20201222/models'
10
7
 
8
+ require_relative 'v20210526/client'
9
+ require_relative 'v20210526/models'
10
+
11
11
  module TencentCloud
12
12
  module Essbasic
13
13
  end
@@ -3070,6 +3070,9 @@ module TencentCloud
3070
3070
  # ## 3. 停用模板 (OperateType=DISABLE)
3071
3071
  # 此操作是将已启用的模板停用,操作幂等,若模板已停用,接口不报错,停用后,无法通过此模板发起合同,已发起的合同不受影响。
3072
3072
 
3073
+ # ## 4. 复制模板 (OperateType=COPY)
3074
+ # 此操作将复制一个完全一样的模板,仅支持修改模板名称,若要修改其他模板内容,需到腾讯电子签控制台操作。
3075
+
3073
3076
  # @param request: Request instance for OperateTemplate.
3074
3077
  # @type request: :class:`Tencentcloud::essbasic::V20210526::OperateTemplateRequest`
3075
3078
  # @rtype: :class:`Tencentcloud::essbasic::V20210526::OperateTemplateResponse`
@@ -1296,10 +1296,12 @@ module TencentCloud
1296
1296
  # @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
1297
1297
  # 注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
1298
1298
  # @type CanBatchReject: Boolean
1299
+ # @param CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
1300
+ # @type CanSkipReadFlow: Boolean
1299
1301
 
1300
- attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :SignatureTypes, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
1302
+ attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :SignatureTypes, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv, :CanBatchReject, :CanSkipReadFlow
1301
1303
 
1302
- def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, signaturetypes=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil)
1304
+ def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, signaturetypes=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil, canskipreadflow=nil)
1303
1305
  @Agent = agent
1304
1306
  @Name = name
1305
1307
  @Mobile = mobile
@@ -1317,6 +1319,7 @@ module TencentCloud
1317
1319
  @AutoJumpBack = autojumpback
1318
1320
  @UrlUseEnv = urluseenv
1319
1321
  @CanBatchReject = canbatchreject
1322
+ @CanSkipReadFlow = canskipreadflow
1320
1323
  end
1321
1324
 
1322
1325
  def deserialize(params)
@@ -1346,6 +1349,7 @@ module TencentCloud
1346
1349
  @AutoJumpBack = params['AutoJumpBack']
1347
1350
  @UrlUseEnv = params['UrlUseEnv']
1348
1351
  @CanBatchReject = params['CanBatchReject']
1352
+ @CanSkipReadFlow = params['CanSkipReadFlow']
1349
1353
  end
1350
1354
  end
1351
1355
 
@@ -2852,7 +2856,7 @@ module TencentCloud
2852
2856
  # @type ResourceId: String
2853
2857
  # @param FlowOption: 合同流程配置信息,用于配置发起合同时定制化如是否允许修改,某些按钮的隐藏等逻辑
2854
2858
  # @type FlowOption: :class:`Tencentcloud::Essbasic.v20210526.models.CreateFlowOption`
2855
- # @param FlowApproverList: 合同签署人信息
2859
+ # @param FlowApproverList: 已废弃,请用FlowInfo.Approvers
2856
2860
  # @type FlowApproverList: Array
2857
2861
  # @param FlowId: 合同Id:用于通过一个已发起的合同快速生成一个发起流程web链接
2858
2862
  # 注: `该参数必须是一个待发起审核的合同id,并且还未审核通过`
@@ -2871,6 +2875,8 @@ module TencentCloud
2871
2875
 
2872
2876
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
2873
2877
  extend Gem::Deprecate
2878
+ deprecate :FlowApproverList, :none, 2025, 6
2879
+ deprecate :FlowApproverList=, :none, 2025, 6
2874
2880
  deprecate :NeedPreview, :none, 2025, 6
2875
2881
  deprecate :NeedPreview=, :none, 2025, 6
2876
2882
  deprecate :Organization, :none, 2025, 6
@@ -10986,6 +10992,7 @@ module TencentCloud
10986
10992
  # <li>DELETE: 删除</li>
10987
10993
  # <li>ENABLE: 启用</li>
10988
10994
  # <li>DISABLE: 停用</li>
10995
+ # <li>COPY: 复制新建</li>
10989
10996
  # </ul>
10990
10997
  # @type OperateType: String
10991
10998
 
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.1075
4
+ version: 3.0.1078
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-06-05 00:00:00.000000000 Z
11
+ date: 2025-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-essbasic.rb
37
- - lib/v20210526/client.rb
38
- - lib/v20210526/models.rb
39
37
  - lib/v20201222/client.rb
40
38
  - lib/v20201222/models.rb
39
+ - lib/v20210526/client.rb
40
+ - lib/v20210526/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: