tencentcloud-sdk-essbasic 3.0.680 → 3.0.682

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/v20210526/models.rb +14 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bbdfeec2f5d1dc72b0192b2f0ecc3cc9fcc5996
4
- data.tar.gz: 8fd260b485b275a73616f631601c5f3126684de3
3
+ metadata.gz: ca015d516ccb9bbd41d8adb152c8e716e5086e59
4
+ data.tar.gz: 66bbf0e964b45f54f2f75001ec76f970e3b68918
5
5
  SHA512:
6
- metadata.gz: 69524c740f2a24a54811b6bec221e29fdc04a262006bdbc47ed842abe82cf0ce0f2f199926dbbd2998b59b10a490f71b8f0013fef38f904ed774bf36e32e43cc
7
- data.tar.gz: c553b902eb96c4fc6adfbde02e9ae634c7b1d07d00a450dd879b79ae87171a1ee9638fabcaa7110383a5de972aec6a51978bb808002ca13fd5e9a0d1cf76ec79
6
+ metadata.gz: 5efc2318277a187e629d13e1f55254031ba809115600d17f01d620176aeceb6078c4247dca264de204775c954035bcc476a25444f98d8b0fc128fac3a9c8c52a
7
+ data.tar.gz: 5a2b7fc92f329643fd82729510275ac494df4f674e4034cf70c177a8e92a8166748f33e15a6ac1e448d6bea410649733d7d174b3846cb1bd224a00dc7cdd42bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.682
@@ -123,17 +123,28 @@ module TencentCloud
123
123
  # <ul><li> **1** : ( 动态签署人(可发起合同后再补充签署人信息)</li>
124
124
  # </ul>
125
125
  # @type FillType: Integer
126
+ # @param FlowReadLimit: 签署人阅读合同限制参数
127
+ # <br/>取值:
128
+ # <ul>
129
+ # <li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>
130
+ # <li> LimitReadTime,阅读合同仅限制阅读时长</li>
131
+ # <li> LimitBottom,阅读合同仅限制必须阅读到底</li>
132
+ # <li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>
133
+ # </ul>
134
+ # @type FlowReadLimit: String
126
135
 
127
- attr_accessor :HideOneKeySign, :FillType
136
+ attr_accessor :HideOneKeySign, :FillType, :FlowReadLimit
128
137
 
129
- def initialize(hideonekeysign=nil, filltype=nil)
138
+ def initialize(hideonekeysign=nil, filltype=nil, flowreadlimit=nil)
130
139
  @HideOneKeySign = hideonekeysign
131
140
  @FillType = filltype
141
+ @FlowReadLimit = flowreadlimit
132
142
  end
133
143
 
134
144
  def deserialize(params)
135
145
  @HideOneKeySign = params['HideOneKeySign']
136
146
  @FillType = params['FillType']
147
+ @FlowReadLimit = params['FlowReadLimit']
137
148
  end
138
149
  end
139
150
 
@@ -3676,7 +3687,7 @@ module TencentCloud
3676
3687
 
3677
3688
  # ComponentType为SIGN_SEAL类型时,支持以下参数:
3678
3689
  # 1.PageRanges:PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)
3679
- # 参数样例: "ComponentExtra":"{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"
3690
+ # 参数样例: "ComponentExtra":"{"PageRanges":[{"BeginPage":1,"EndPage":-1}]}"
3680
3691
  # @type ComponentExtra: String
3681
3692
  # @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
3682
3693
  # TEXT - 文本内容
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.680
4
+ version: 3.0.682
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/v20201222/client.rb
37
+ - lib/v20201222/models.rb
36
38
  - lib/tencentcloud-sdk-essbasic.rb
37
39
  - lib/v20210526/client.rb
38
40
  - lib/v20210526/models.rb
39
- - lib/v20201222/client.rb
40
- - lib/v20201222/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: