tencentcloud-sdk-ess 3.0.1077 → 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: b4a4b1dea6bb2998610ca1fef032ffec15d89ca3
4
- data.tar.gz: 3f0825deda122e9d13aadebd05b3c05293cbbe76
3
+ metadata.gz: d9de9fb8fd18d58af6aa929d3bfa158c7514ceb6
4
+ data.tar.gz: d60c7cddd0d07dfe0e2e77085c2a4e709d42d2d7
5
5
  SHA512:
6
- metadata.gz: e3c40b12dac94176a0886ebb18cefb82c4b0ddf13c9fc9b2d1470955a4999f46454d034f827e402ad1a9ed4a76a930d491bc58322d1491b8bd2a7b9c7ff87b17
7
- data.tar.gz: 4568c19c7898543e3a032b495defd4808558cc43c520e549e58a0d00e6ae770183a7c77d4f83124e84e5d1747aa7f8305901a974d110ad76c76636888210d0a4
6
+ metadata.gz: 2eb9c4346c499e9699b2693ecaa5f2f61e7faafd5778305f0874efac984704cd23aa916899fba015136636b1db1050699d85f9a7f875f677800af665c3f8965c
7
+ data.tar.gz: d7e0cfa0def891a6e85ffb91e5a4099bc8ad4ba78531699d497d61f52f12a8bfb1e744233e1a34236b04ae5e26a05d9a4c9500fc14e70cfcc28f2d9db3f1640e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1077
1
+ 3.0.1078
@@ -2102,10 +2102,12 @@ module TencentCloud
2102
2102
  # @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
2103
2103
  # 注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
2104
2104
  # @type CanBatchReject: Boolean
2105
+ # @param CanSkipReadFlow: 是否允许此链接中签署方批量确认已读文件。 <ul><li>false (默认): 批量确认已读文件。</li> <li>true : 允许批量确认已读文件。</li></ul>注:`1. 此功能为白名单功能,使用前请联系对应客户经理进行开通。2. 使用此功能时,FlowIds参数必传。3. 对于企业签署方,如果有签名控件,则会使用用户首次选择的签名类型签署所有含有签名控件的合同。`
2106
+ # @type CanSkipReadFlow: Boolean
2105
2107
 
2106
- attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :SignatureTypes, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
2108
+ attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :SignatureTypes, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack, :UrlUseEnv, :CanBatchReject, :CanSkipReadFlow
2107
2109
 
2108
- def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, signaturetypes=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil)
2110
+ def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, signaturetypes=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil, canskipreadflow=nil)
2109
2111
  @Operator = operator
2110
2112
  @Name = name
2111
2113
  @Mobile = mobile
@@ -2121,6 +2123,7 @@ module TencentCloud
2121
2123
  @AutoJumpBack = autojumpback
2122
2124
  @UrlUseEnv = urluseenv
2123
2125
  @CanBatchReject = canbatchreject
2126
+ @CanSkipReadFlow = canskipreadflow
2124
2127
  end
2125
2128
 
2126
2129
  def deserialize(params)
@@ -2148,6 +2151,7 @@ module TencentCloud
2148
2151
  @AutoJumpBack = params['AutoJumpBack']
2149
2152
  @UrlUseEnv = params['UrlUseEnv']
2150
2153
  @CanBatchReject = params['CanBatchReject']
2154
+ @CanSkipReadFlow = params['CanSkipReadFlow']
2151
2155
  end
2152
2156
  end
2153
2157
 
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.1077
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-09 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