tencentcloud-sdk-ess 3.0.674 → 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 +16 -11
- 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
|
|
|
@@ -4468,7 +4472,8 @@ module TencentCloud
|
|
|
4468
4472
|
# <li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
4469
4473
|
# <li>MOBILE_CHECK_APPROVER:使用手机号验证签署方身份</li>
|
|
4470
4474
|
# <li>PAGING_SEAL:骑缝章</li>
|
|
4471
|
-
# <li>BATCH_SIGN:批量签署</li
|
|
4475
|
+
# <li>BATCH_SIGN:批量签署</li>
|
|
4476
|
+
# <li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li></ul>
|
|
4472
4477
|
# @type ExtendServiceType: String
|
|
4473
4478
|
# @param Agent: 代理企业和员工的信息。
|
|
4474
4479
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -6752,7 +6757,7 @@ module TencentCloud
|
|
|
6752
6757
|
|
|
6753
6758
|
# 当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
|
|
6754
6759
|
# ```
|
|
6755
|
-
#
|
|
6760
|
+
# FormField输入示例:
|
|
6756
6761
|
# {
|
|
6757
6762
|
# "ComponentId": "componentId1",
|
|
6758
6763
|
# "ComponentValue": "文本内容"
|
|
@@ -6760,7 +6765,7 @@ module TencentCloud
|
|
|
6760
6765
|
# ```
|
|
6761
6766
|
# 当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
|
|
6762
6767
|
# ```
|
|
6763
|
-
#
|
|
6768
|
+
# FormField输入示例:
|
|
6764
6769
|
# {
|
|
6765
6770
|
# "ComponentId": "componentId1",
|
|
6766
6771
|
# "ComponentValue": "多行文本内容"
|
|
@@ -6768,7 +6773,7 @@ module TencentCloud
|
|
|
6768
6773
|
# ```
|
|
6769
6774
|
# 当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
|
|
6770
6775
|
# ```
|
|
6771
|
-
#
|
|
6776
|
+
# FormField输入示例:
|
|
6772
6777
|
# {
|
|
6773
6778
|
# "ComponentId": "componentId1",
|
|
6774
6779
|
# "ComponentValue": "true"
|
|
@@ -6776,7 +6781,7 @@ module TencentCloud
|
|
|
6776
6781
|
# ```
|
|
6777
6782
|
# 当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
|
|
6778
6783
|
# ```
|
|
6779
|
-
#
|
|
6784
|
+
# FormField输入示例:
|
|
6780
6785
|
# {
|
|
6781
6786
|
# "ComponentId": "componentId1",
|
|
6782
6787
|
# "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
@@ -6784,7 +6789,7 @@ module TencentCloud
|
|
|
6784
6789
|
# ```
|
|
6785
6790
|
# 当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
|
|
6786
6791
|
# ```
|
|
6787
|
-
#
|
|
6792
|
+
# FormField输入示例:
|
|
6788
6793
|
# {
|
|
6789
6794
|
# "ComponentId": "componentId1",
|
|
6790
6795
|
# "ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
|
|
@@ -6792,7 +6797,7 @@ module TencentCloud
|
|
|
6792
6797
|
# ```
|
|
6793
6798
|
# 当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
|
|
6794
6799
|
# ```
|
|
6795
|
-
#
|
|
6800
|
+
# FormField输入示例:
|
|
6796
6801
|
# {
|
|
6797
6802
|
# "ComponentId": "componentId1",
|
|
6798
6803
|
# "ComponentValue": "选择的内容"
|
|
@@ -6800,7 +6805,7 @@ module TencentCloud
|
|
|
6800
6805
|
# ```
|
|
6801
6806
|
# 当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
|
|
6802
6807
|
# ```
|
|
6803
|
-
#
|
|
6808
|
+
# FormField输入示例:
|
|
6804
6809
|
# {
|
|
6805
6810
|
# "ComponentId": "componentId1",
|
|
6806
6811
|
# "ComponentValue": "2023年01月01日"
|
|
@@ -6808,7 +6813,7 @@ module TencentCloud
|
|
|
6808
6813
|
# ```
|
|
6809
6814
|
# 当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
|
|
6810
6815
|
# ```
|
|
6811
|
-
#
|
|
6816
|
+
# FormField输入示例:
|
|
6812
6817
|
# {
|
|
6813
6818
|
# "ComponentId": "componentId1",
|
|
6814
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:
|