tencentcloud-sdk-essbasic 3.0.1021 → 3.0.1023
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/v20210526/models.rb +27 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d90232aaa46d009ea213faba41fb4507f5d4aa82
|
4
|
+
data.tar.gz: be5af3cce285e2c7d8b2cd9743fb36b3869b5e75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c624f2c1dd95361e6fa4b97deb4ea3ae4d3c63b0f644812eefefd8ff4802020ce15ca811be47365448239ea44a34457c596fdf0ee9d24a4fc1ab06d0924bc112
|
7
|
+
data.tar.gz: bb6a0fcdb5884a6e6484de00c2b3cce6a6305ff77eccfb914d3e191f83ecd1ef538db3c36ddd87d73a4ff38244b45f63cf262f28c429758470bb056135c738c7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1023
|
data/lib/v20210526/models.rb
CHANGED
@@ -1094,10 +1094,12 @@ module TencentCloud
|
|
1094
1094
|
|
1095
1095
|
# 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
|
1096
1096
|
# @type CacheApproverInfo: Boolean
|
1097
|
+
# @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`
|
1098
|
+
# @type CanBatchReject: Boolean
|
1097
1099
|
|
1098
|
-
attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo
|
1100
|
+
attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject
|
1099
1101
|
|
1100
|
-
def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil)
|
1102
|
+
def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil)
|
1101
1103
|
@FlowApproverInfo = flowapproverinfo
|
1102
1104
|
@Agent = agent
|
1103
1105
|
@FlowIds = flowids
|
@@ -1109,6 +1111,7 @@ module TencentCloud
|
|
1109
1111
|
@FlowBatchUrlInfo = flowbatchurlinfo
|
1110
1112
|
@Intention = intention
|
1111
1113
|
@CacheApproverInfo = cacheapproverinfo
|
1114
|
+
@CanBatchReject = canbatchreject
|
1112
1115
|
end
|
1113
1116
|
|
1114
1117
|
def deserialize(params)
|
@@ -1135,6 +1138,7 @@ module TencentCloud
|
|
1135
1138
|
@Intention.deserialize(params['Intention'])
|
1136
1139
|
end
|
1137
1140
|
@CacheApproverInfo = params['CacheApproverInfo']
|
1141
|
+
@CanBatchReject = params['CanBatchReject']
|
1138
1142
|
end
|
1139
1143
|
end
|
1140
1144
|
|
@@ -1249,10 +1253,13 @@ module TencentCloud
|
|
1249
1253
|
|
1250
1254
|
# 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
|
1251
1255
|
# @type UrlUseEnv: String
|
1256
|
+
# @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>
|
1257
|
+
# 注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`
|
1258
|
+
# @type CanBatchReject: Boolean
|
1252
1259
|
|
1253
|
-
attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv
|
1260
|
+
attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
|
1254
1261
|
|
1255
|
-
def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil)
|
1262
|
+
def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil, canbatchreject=nil)
|
1256
1263
|
@Agent = agent
|
1257
1264
|
@Name = name
|
1258
1265
|
@Mobile = mobile
|
@@ -1268,6 +1275,7 @@ module TencentCloud
|
|
1268
1275
|
@OrganizationOpenId = organizationopenid
|
1269
1276
|
@AutoJumpBack = autojumpback
|
1270
1277
|
@UrlUseEnv = urluseenv
|
1278
|
+
@CanBatchReject = canbatchreject
|
1271
1279
|
end
|
1272
1280
|
|
1273
1281
|
def deserialize(params)
|
@@ -1295,6 +1303,7 @@ module TencentCloud
|
|
1295
1303
|
@OrganizationOpenId = params['OrganizationOpenId']
|
1296
1304
|
@AutoJumpBack = params['AutoJumpBack']
|
1297
1305
|
@UrlUseEnv = params['UrlUseEnv']
|
1306
|
+
@CanBatchReject = params['CanBatchReject']
|
1298
1307
|
end
|
1299
1308
|
end
|
1300
1309
|
|
@@ -2734,7 +2743,8 @@ module TencentCloud
|
|
2734
2743
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
2735
2744
|
# @param Operator: 操作人(用户)信息,不用传
|
2736
2745
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2737
|
-
# @param SignComponentConfig:
|
2746
|
+
# @param SignComponentConfig: <font color="red">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
|
2747
|
+
# 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
2738
2748
|
|
2739
2749
|
# - 签署控件 是否默认展示日期.
|
2740
2750
|
# @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
|
@@ -2747,6 +2757,8 @@ module TencentCloud
|
|
2747
2757
|
deprecate :Organization=, :none, 2025, 3
|
2748
2758
|
deprecate :Operator, :none, 2025, 3
|
2749
2759
|
deprecate :Operator=, :none, 2025, 3
|
2760
|
+
deprecate :SignComponentConfig, :none, 2025, 3
|
2761
|
+
deprecate :SignComponentConfig=, :none, 2025, 3
|
2750
2762
|
|
2751
2763
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
|
2752
2764
|
@ResourceType = resourcetype
|
@@ -6473,10 +6485,13 @@ module TencentCloud
|
|
6473
6485
|
# **true**:跳过
|
6474
6486
|
# **false**:(默认)不跳过,需要传ResourceId
|
6475
6487
|
# @type SkipUploadFile: Boolean
|
6488
|
+
# @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
6489
|
+
# - 签署控件 是否默认展示日期.
|
6490
|
+
# @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
|
6476
6491
|
|
6477
|
-
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile
|
6492
|
+
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig
|
6478
6493
|
|
6479
|
-
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil)
|
6494
|
+
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil)
|
6480
6495
|
@CanEditFlow = caneditflow
|
6481
6496
|
@HideShowFlowName = hideshowflowname
|
6482
6497
|
@HideShowFlowType = hideshowflowtype
|
@@ -6485,6 +6500,7 @@ module TencentCloud
|
|
6485
6500
|
@CustomCreateFlowDescription = customcreateflowdescription
|
6486
6501
|
@ForbidEditFillComponent = forbideditfillcomponent
|
6487
6502
|
@SkipUploadFile = skipuploadfile
|
6503
|
+
@SignComponentConfig = signcomponentconfig
|
6488
6504
|
end
|
6489
6505
|
|
6490
6506
|
def deserialize(params)
|
@@ -6496,6 +6512,10 @@ module TencentCloud
|
|
6496
6512
|
@CustomCreateFlowDescription = params['CustomCreateFlowDescription']
|
6497
6513
|
@ForbidEditFillComponent = params['ForbidEditFillComponent']
|
6498
6514
|
@SkipUploadFile = params['SkipUploadFile']
|
6515
|
+
unless params['SignComponentConfig'].nil?
|
6516
|
+
@SignComponentConfig = SignComponentConfig.new
|
6517
|
+
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
6518
|
+
end
|
6499
6519
|
end
|
6500
6520
|
end
|
6501
6521
|
|
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.
|
4
|
+
version: 3.0.1023
|
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-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|