tencentcloud-sdk-ess 3.0.681 → 3.0.683
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +18 -6
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbb3164fcc558ca9b3cf1deb197347b9c6c48f70
|
4
|
+
data.tar.gz: 1f04217c94753037eb6ab25e55180cb6202b9a42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 532bc721596a39294573e91a689a5d3fa96354c6a44c8ecfc90c375ed2cf8f9cb85d529a684cca0fc09e4a791312562c3a64e130358d62fde089f5f3b6b67152
|
7
|
+
data.tar.gz: fcad08796045b9baecfcfbbf7e1fd545f2cecda7a6f5c1e26ffd884b99584376a7906e695a8a9a132d2786c4a1c6150baf0c89129a17dd3b7f04d01ca98ce8e3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.683
|
data/lib/v20201111/models.rb
CHANGED
@@ -782,7 +782,14 @@ module TencentCloud
|
|
782
782
|
end
|
783
783
|
end
|
784
784
|
|
785
|
-
#
|
785
|
+
# 此结构体 (Component) 用于描述控件属性。
|
786
|
+
|
787
|
+
# 在通过文件发起合同时,对应的component有三种定位方式
|
788
|
+
# 1. 绝对定位方式
|
789
|
+
# 2. 表单域(FIELD)定位方式
|
790
|
+
# 3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找
|
791
|
+
# 可以参考官网说明
|
792
|
+
# https://cloud.tencent.com/document/product/1323/78346#component-.E4.B8.89.E7.A7.8D.E5.AE.9A.E4.BD.8D.E6.96.B9.E5.BC.8F.E8.AF.B4.E6.98.8E
|
786
793
|
class Component < TencentCloud::Common::AbstractModel
|
787
794
|
# @param ComponentType: 如果是Component填写控件类型,则可选的字段为:
|
788
795
|
# TEXT - 普通文本控件,输入文本字符串;
|
@@ -947,9 +954,10 @@ module TencentCloud
|
|
947
954
|
# 学历控件:
|
948
955
|
# 同单行文本控件约束,填写选择值中的字符串
|
949
956
|
# @type ComponentValue: String
|
950
|
-
# @param GenerateMode:
|
951
|
-
#
|
952
|
-
#
|
957
|
+
# @param GenerateMode: 控件生成的方式:
|
958
|
+
# NORMAL - 普通控件
|
959
|
+
# FIELD - 表单域
|
960
|
+
# KEYWORD - 关键字(设置关键字时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找)
|
953
961
|
# @type GenerateMode: String
|
954
962
|
# @param ComponentDateFontSize: 日期签署控件的字号,默认为 12
|
955
963
|
# @type ComponentDateFontSize: Integer
|
@@ -4956,8 +4964,10 @@ module TencentCloud
|
|
4956
4964
|
# @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
|
4957
4965
|
# @param GenerateSource: 暂未开放
|
4958
4966
|
# @type GenerateSource: Integer
|
4967
|
+
# @param WithPreviewUrl: 是否获取模板预览链接
|
4968
|
+
# @type WithPreviewUrl: Boolean
|
4959
4969
|
|
4960
|
-
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource
|
4970
|
+
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
4961
4971
|
extend Gem::Deprecate
|
4962
4972
|
deprecate :IsChannel, :none, 2023, 10
|
4963
4973
|
deprecate :IsChannel=, :none, 2023, 10
|
@@ -4966,7 +4976,7 @@ module TencentCloud
|
|
4966
4976
|
deprecate :GenerateSource, :none, 2023, 10
|
4967
4977
|
deprecate :GenerateSource=, :none, 2023, 10
|
4968
4978
|
|
4969
|
-
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil)
|
4979
|
+
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
4970
4980
|
@Operator = operator
|
4971
4981
|
@Agent = agent
|
4972
4982
|
@ContentType = contenttype
|
@@ -4977,6 +4987,7 @@ module TencentCloud
|
|
4977
4987
|
@IsChannel = ischannel
|
4978
4988
|
@Organization = organization
|
4979
4989
|
@GenerateSource = generatesource
|
4990
|
+
@WithPreviewUrl = withpreviewurl
|
4980
4991
|
end
|
4981
4992
|
|
4982
4993
|
def deserialize(params)
|
@@ -5006,6 +5017,7 @@ module TencentCloud
|
|
5006
5017
|
@Organization.deserialize(params['Organization'])
|
5007
5018
|
end
|
5008
5019
|
@GenerateSource = params['GenerateSource']
|
5020
|
+
@WithPreviewUrl = params['WithPreviewUrl']
|
5009
5021
|
end
|
5010
5022
|
end
|
5011
5023
|
|
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.
|
4
|
+
version: 3.0.683
|
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-
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-ess.rb
|
37
|
-
- lib/v20201111/client.rb
|
38
36
|
- lib/v20201111/models.rb
|
37
|
+
- lib/v20201111/client.rb
|
38
|
+
- lib/tencentcloud-sdk-ess.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|