tencentcloud-sdk-ess 3.0.673 → 3.0.675
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/client.rb +2 -1
- data/lib/v20201111/models.rb +55 -14
- 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: f5af50656f68ad16797e4dc8d6f0f067ddbc0807
|
|
4
|
+
data.tar.gz: 308ddea5d0a67959005a4685cbd57521cc09d2da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c18f6aa94cb4f8350fa0b58f89b5c787d006cd1712cc5f5e6b10b6fcdd422bde88e84afffb141af0a9a649a4f10b1aecee505aa536b557e2970aca25344851f
|
|
7
|
+
data.tar.gz: 89cc9733593d03a90fcf27a97c11e16d6f1443ead19f3fcddf43cdd43eaf293dd5d9ae6c31ee162ac4e586f1412af12d1832dfc20a5653f3806c073549453c5e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.675
|
data/lib/v20201111/client.rb
CHANGED
|
@@ -1124,11 +1124,12 @@ module TencentCloud
|
|
|
1124
1124
|
end
|
|
1125
1125
|
|
|
1126
1126
|
# 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
1127
|
-
# 1.
|
|
1127
|
+
# 1. 企业自动签
|
|
1128
1128
|
# 2. 企业与港澳台居民签署合同
|
|
1129
1129
|
# 3. 使用手机号验证签署方身份
|
|
1130
1130
|
# 4. 骑缝章
|
|
1131
1131
|
# 5. 批量签署能力
|
|
1132
|
+
# 6. 拓宽签署方年龄限制
|
|
1132
1133
|
|
|
1133
1134
|
# @param request: Request instance for DescribeExtendedServiceAuthInfos.
|
|
1134
1135
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeExtendedServiceAuthInfosRequest`
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -209,10 +209,12 @@ module TencentCloud
|
|
|
209
209
|
|
|
210
210
|
# 注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`
|
|
211
211
|
# @type AddSignComponentsLimits: Array
|
|
212
|
+
# @param SignInstructionContent: 签署须知:支持传入富文本,最长字数:500个中文字符
|
|
213
|
+
# @type SignInstructionContent: String
|
|
212
214
|
|
|
213
|
-
attr_accessor :ApproverType, :ApproverName, :ApproverMobile, :OrganizationName, :SignComponents, :ApproverIdCardType, :ApproverIdCardNumber, :NotifyType, :ApproverRole, :ApproverRoleName, :VerifyChannel, :PreReadTime, :UserId, :ApproverSource, :CustomApproverTag, :ApproverOption, :ApproverVerifyTypes, :ApproverSignTypes, :ApproverNeedSignReview, :AddSignComponentsLimits
|
|
215
|
+
attr_accessor :ApproverType, :ApproverName, :ApproverMobile, :OrganizationName, :SignComponents, :ApproverIdCardType, :ApproverIdCardNumber, :NotifyType, :ApproverRole, :ApproverRoleName, :VerifyChannel, :PreReadTime, :UserId, :ApproverSource, :CustomApproverTag, :ApproverOption, :ApproverVerifyTypes, :ApproverSignTypes, :ApproverNeedSignReview, :AddSignComponentsLimits, :SignInstructionContent
|
|
214
216
|
|
|
215
|
-
def initialize(approvertype=nil, approvername=nil, approvermobile=nil, organizationname=nil, signcomponents=nil, approveridcardtype=nil, approveridcardnumber=nil, notifytype=nil, approverrole=nil, approverrolename=nil, verifychannel=nil, prereadtime=nil, userid=nil, approversource=nil, customapprovertag=nil, approveroption=nil, approververifytypes=nil, approversigntypes=nil, approverneedsignreview=nil, addsigncomponentslimits=nil)
|
|
217
|
+
def initialize(approvertype=nil, approvername=nil, approvermobile=nil, organizationname=nil, signcomponents=nil, approveridcardtype=nil, approveridcardnumber=nil, notifytype=nil, approverrole=nil, approverrolename=nil, verifychannel=nil, prereadtime=nil, userid=nil, approversource=nil, customapprovertag=nil, approveroption=nil, approververifytypes=nil, approversigntypes=nil, approverneedsignreview=nil, addsigncomponentslimits=nil, signinstructioncontent=nil)
|
|
216
218
|
@ApproverType = approvertype
|
|
217
219
|
@ApproverName = approvername
|
|
218
220
|
@ApproverMobile = approvermobile
|
|
@@ -233,6 +235,7 @@ module TencentCloud
|
|
|
233
235
|
@ApproverSignTypes = approversigntypes
|
|
234
236
|
@ApproverNeedSignReview = approverneedsignreview
|
|
235
237
|
@AddSignComponentsLimits = addsigncomponentslimits
|
|
238
|
+
@SignInstructionContent = signinstructioncontent
|
|
236
239
|
end
|
|
237
240
|
|
|
238
241
|
def deserialize(params)
|
|
@@ -273,6 +276,7 @@ module TencentCloud
|
|
|
273
276
|
@AddSignComponentsLimits << componentlimit_tmp
|
|
274
277
|
end
|
|
275
278
|
end
|
|
279
|
+
@SignInstructionContent = params['SignInstructionContent']
|
|
276
280
|
end
|
|
277
281
|
end
|
|
278
282
|
|
|
@@ -1596,16 +1600,30 @@ module TencentCloud
|
|
|
1596
1600
|
|
|
1597
1601
|
# CreateFlowApprovers返回参数结构体
|
|
1598
1602
|
class CreateFlowApproversResponse < TencentCloud::Common::AbstractModel
|
|
1603
|
+
# @param FillError: 批量补充签署人时,补充失败的报错说明
|
|
1604
|
+
|
|
1605
|
+
# 注:`目前仅补充动态签署人时会返回补充失败的原因`
|
|
1606
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1607
|
+
# @type FillError: Array
|
|
1599
1608
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1600
1609
|
# @type RequestId: String
|
|
1601
1610
|
|
|
1602
|
-
attr_accessor :RequestId
|
|
1611
|
+
attr_accessor :FillError, :RequestId
|
|
1603
1612
|
|
|
1604
|
-
def initialize(requestid=nil)
|
|
1613
|
+
def initialize(fillerror=nil, requestid=nil)
|
|
1614
|
+
@FillError = fillerror
|
|
1605
1615
|
@RequestId = requestid
|
|
1606
1616
|
end
|
|
1607
1617
|
|
|
1608
1618
|
def deserialize(params)
|
|
1619
|
+
unless params['FillError'].nil?
|
|
1620
|
+
@FillError = []
|
|
1621
|
+
params['FillError'].each do |i|
|
|
1622
|
+
fillerror_tmp = FillError.new
|
|
1623
|
+
fillerror_tmp.deserialize(i)
|
|
1624
|
+
@FillError << fillerror_tmp
|
|
1625
|
+
end
|
|
1626
|
+
end
|
|
1609
1627
|
@RequestId = params['RequestId']
|
|
1610
1628
|
end
|
|
1611
1629
|
end
|
|
@@ -4454,7 +4472,8 @@ module TencentCloud
|
|
|
4454
4472
|
# <li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
4455
4473
|
# <li>MOBILE_CHECK_APPROVER:使用手机号验证签署方身份</li>
|
|
4456
4474
|
# <li>PAGING_SEAL:骑缝章</li>
|
|
4457
|
-
# <li>BATCH_SIGN:批量签署</li
|
|
4475
|
+
# <li>BATCH_SIGN:批量签署</li>
|
|
4476
|
+
# <li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li></ul>
|
|
4458
4477
|
# @type ExtendServiceType: String
|
|
4459
4478
|
# @param Agent: 代理企业和员工的信息。
|
|
4460
4479
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -6019,6 +6038,28 @@ module TencentCloud
|
|
|
6019
6038
|
end
|
|
6020
6039
|
end
|
|
6021
6040
|
|
|
6041
|
+
# 批量补充签署人时,补充失败的报错说明
|
|
6042
|
+
class FillError < TencentCloud::Common::AbstractModel
|
|
6043
|
+
# @param RecipientId: 为签署方经办人在签署合同中的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。与入参中补充的签署人角色ID对应,批量补充部分失败返回对应的错误信息。
|
|
6044
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6045
|
+
# @type RecipientId: String
|
|
6046
|
+
# @param ErrMessage: 补充失败错误说明
|
|
6047
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6048
|
+
# @type ErrMessage: String
|
|
6049
|
+
|
|
6050
|
+
attr_accessor :RecipientId, :ErrMessage
|
|
6051
|
+
|
|
6052
|
+
def initialize(recipientid=nil, errmessage=nil)
|
|
6053
|
+
@RecipientId = recipientid
|
|
6054
|
+
@ErrMessage = errmessage
|
|
6055
|
+
end
|
|
6056
|
+
|
|
6057
|
+
def deserialize(params)
|
|
6058
|
+
@RecipientId = params['RecipientId']
|
|
6059
|
+
@ErrMessage = params['ErrMessage']
|
|
6060
|
+
end
|
|
6061
|
+
end
|
|
6062
|
+
|
|
6022
6063
|
# 文档内的填充控件返回结构体,返回控件的基本信息和填写内容值
|
|
6023
6064
|
class FilledComponent < TencentCloud::Common::AbstractModel
|
|
6024
6065
|
# @param ComponentId: 控件Id
|
|
@@ -6322,7 +6363,7 @@ module TencentCloud
|
|
|
6322
6363
|
# @type ApproverIdCardNumber: String
|
|
6323
6364
|
# @param RecipientId: 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
|
|
6324
6365
|
# 模板发起合同时,该参数为必填项。
|
|
6325
|
-
#
|
|
6366
|
+
# 文件发起合同时,该参数无需传值。
|
|
6326
6367
|
# 如果开发者后续用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。
|
|
6327
6368
|
# @type RecipientId: String
|
|
6328
6369
|
# @param VerifyChannel: 签署意愿确认渠道,默认为WEIXINAPP:人脸识别
|
|
@@ -6716,7 +6757,7 @@ module TencentCloud
|
|
|
6716
6757
|
|
|
6717
6758
|
# 当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
|
|
6718
6759
|
# ```
|
|
6719
|
-
#
|
|
6760
|
+
# FormField输入示例:
|
|
6720
6761
|
# {
|
|
6721
6762
|
# "ComponentId": "componentId1",
|
|
6722
6763
|
# "ComponentValue": "文本内容"
|
|
@@ -6724,7 +6765,7 @@ module TencentCloud
|
|
|
6724
6765
|
# ```
|
|
6725
6766
|
# 当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
|
|
6726
6767
|
# ```
|
|
6727
|
-
#
|
|
6768
|
+
# FormField输入示例:
|
|
6728
6769
|
# {
|
|
6729
6770
|
# "ComponentId": "componentId1",
|
|
6730
6771
|
# "ComponentValue": "多行文本内容"
|
|
@@ -6732,7 +6773,7 @@ module TencentCloud
|
|
|
6732
6773
|
# ```
|
|
6733
6774
|
# 当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
|
|
6734
6775
|
# ```
|
|
6735
|
-
#
|
|
6776
|
+
# FormField输入示例:
|
|
6736
6777
|
# {
|
|
6737
6778
|
# "ComponentId": "componentId1",
|
|
6738
6779
|
# "ComponentValue": "true"
|
|
@@ -6740,7 +6781,7 @@ module TencentCloud
|
|
|
6740
6781
|
# ```
|
|
6741
6782
|
# 当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
|
|
6742
6783
|
# ```
|
|
6743
|
-
#
|
|
6784
|
+
# FormField输入示例:
|
|
6744
6785
|
# {
|
|
6745
6786
|
# "ComponentId": "componentId1",
|
|
6746
6787
|
# "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
@@ -6748,7 +6789,7 @@ module TencentCloud
|
|
|
6748
6789
|
# ```
|
|
6749
6790
|
# 当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
|
|
6750
6791
|
# ```
|
|
6751
|
-
#
|
|
6792
|
+
# FormField输入示例:
|
|
6752
6793
|
# {
|
|
6753
6794
|
# "ComponentId": "componentId1",
|
|
6754
6795
|
# "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
|
|
@@ -6756,7 +6797,7 @@ module TencentCloud
|
|
|
6756
6797
|
# ```
|
|
6757
6798
|
# 当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
|
|
6758
6799
|
# ```
|
|
6759
|
-
#
|
|
6800
|
+
# FormField输入示例:
|
|
6760
6801
|
# {
|
|
6761
6802
|
# "ComponentId": "componentId1",
|
|
6762
6803
|
# "ComponentValue": "选择的内容"
|
|
@@ -6764,7 +6805,7 @@ module TencentCloud
|
|
|
6764
6805
|
# ```
|
|
6765
6806
|
# 当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
|
|
6766
6807
|
# ```
|
|
6767
|
-
#
|
|
6808
|
+
# FormField输入示例:
|
|
6768
6809
|
# {
|
|
6769
6810
|
# "ComponentId": "componentId1",
|
|
6770
6811
|
# "ComponentValue": "2023年01月01日"
|
|
@@ -6772,7 +6813,7 @@ module TencentCloud
|
|
|
6772
6813
|
# ```
|
|
6773
6814
|
# 当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
|
|
6774
6815
|
# ```
|
|
6775
|
-
#
|
|
6816
|
+
# FormField输入示例:
|
|
6776
6817
|
# {
|
|
6777
6818
|
# "ComponentId": "componentId1",
|
|
6778
6819
|
# "ComponentValue": "广东省深圳市福田区"
|
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.675
|
|
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-12 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/models.rb
|
|
38
36
|
- lib/v20201111/client.rb
|
|
37
|
+
- lib/v20201111/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-ess.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|