tencentcloud-sdk-essbasic 3.0.1020 → 3.0.1022
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 +61 -11
- 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: 84dbbf12f931404466bcfb03e69f4e880452eee9
|
4
|
+
data.tar.gz: cebae614c71bc3a0936fd27f56f46fc61bb45322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59894f149ec0cdb0b7ff1b9f37c8b850e702ab5fe293f43942cb07bef98b4f2e924e078439fe24e792c139952c00bfb3451b74ece48f528830b722a2fbd30096
|
7
|
+
data.tar.gz: bb85b52fdd8ffcd19f05ff432214f14df68c254bc6905b81e62d0d256598121aea05aeb8fa35287888dbb9c95b17b5813d0d2b61b16f751179b30c20122f5da9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20210526/models.rb
CHANGED
@@ -466,7 +466,7 @@ module TencentCloud
|
|
466
466
|
# @type NeedCreateReview: Boolean
|
467
467
|
# @param Components: 填写控件:文件发起使用
|
468
468
|
# @type Components: Array
|
469
|
-
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
469
|
+
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
470
470
|
# @type FlowDisplayType: Integer
|
471
471
|
|
472
472
|
attr_accessor :FlowName, :Deadline, :FlowType, :FlowDescription, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos, :NeedCreateReview, :Components, :FlowDisplayType
|
@@ -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,12 @@ 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
|
+
# @type CanBatchReject: Boolean
|
1252
1258
|
|
1253
|
-
attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv
|
1259
|
+
attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv, :CanBatchReject
|
1254
1260
|
|
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)
|
1261
|
+
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
1262
|
@Agent = agent
|
1257
1263
|
@Name = name
|
1258
1264
|
@Mobile = mobile
|
@@ -1268,6 +1274,7 @@ module TencentCloud
|
|
1268
1274
|
@OrganizationOpenId = organizationopenid
|
1269
1275
|
@AutoJumpBack = autojumpback
|
1270
1276
|
@UrlUseEnv = urluseenv
|
1277
|
+
@CanBatchReject = canbatchreject
|
1271
1278
|
end
|
1272
1279
|
|
1273
1280
|
def deserialize(params)
|
@@ -1295,6 +1302,7 @@ module TencentCloud
|
|
1295
1302
|
@OrganizationOpenId = params['OrganizationOpenId']
|
1296
1303
|
@AutoJumpBack = params['AutoJumpBack']
|
1297
1304
|
@UrlUseEnv = params['UrlUseEnv']
|
1305
|
+
@CanBatchReject = params['CanBatchReject']
|
1298
1306
|
end
|
1299
1307
|
end
|
1300
1308
|
|
@@ -2734,8 +2742,13 @@ module TencentCloud
|
|
2734
2742
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
2735
2743
|
# @param Operator: 操作人(用户)信息,不用传
|
2736
2744
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
2745
|
+
# @param SignComponentConfig: <font color="red">此参数已经废弃,请使用 CreateFlowOption 里面的 SignComponentConfig</font>
|
2746
|
+
# 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
2747
|
+
|
2748
|
+
# - 签署控件 是否默认展示日期.
|
2749
|
+
# @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
|
2737
2750
|
|
2738
|
-
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2751
|
+
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
|
2739
2752
|
extend Gem::Deprecate
|
2740
2753
|
deprecate :NeedPreview, :none, 2025, 3
|
2741
2754
|
deprecate :NeedPreview=, :none, 2025, 3
|
@@ -2743,8 +2756,10 @@ module TencentCloud
|
|
2743
2756
|
deprecate :Organization=, :none, 2025, 3
|
2744
2757
|
deprecate :Operator, :none, 2025, 3
|
2745
2758
|
deprecate :Operator=, :none, 2025, 3
|
2759
|
+
deprecate :SignComponentConfig, :none, 2025, 3
|
2760
|
+
deprecate :SignComponentConfig=, :none, 2025, 3
|
2746
2761
|
|
2747
|
-
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2762
|
+
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
|
2748
2763
|
@ResourceType = resourcetype
|
2749
2764
|
@FlowInfo = flowinfo
|
2750
2765
|
@Agent = agent
|
@@ -2755,6 +2770,7 @@ module TencentCloud
|
|
2755
2770
|
@NeedPreview = needpreview
|
2756
2771
|
@Organization = organization
|
2757
2772
|
@Operator = operator
|
2773
|
+
@SignComponentConfig = signcomponentconfig
|
2758
2774
|
end
|
2759
2775
|
|
2760
2776
|
def deserialize(params)
|
@@ -2790,6 +2806,10 @@ module TencentCloud
|
|
2790
2806
|
@Operator = UserInfo.new
|
2791
2807
|
@Operator.deserialize(params['Operator'])
|
2792
2808
|
end
|
2809
|
+
unless params['SignComponentConfig'].nil?
|
2810
|
+
@SignComponentConfig = SignComponentConfig.new
|
2811
|
+
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
2812
|
+
end
|
2793
2813
|
end
|
2794
2814
|
end
|
2795
2815
|
|
@@ -6464,10 +6484,13 @@ module TencentCloud
|
|
6464
6484
|
# **true**:跳过
|
6465
6485
|
# **false**:(默认)不跳过,需要传ResourceId
|
6466
6486
|
# @type SkipUploadFile: Boolean
|
6487
|
+
# @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
6488
|
+
# - 签署控件 是否默认展示日期.
|
6489
|
+
# @type SignComponentConfig: :class:`Tencentcloud::Essbasic.v20210526.models.SignComponentConfig`
|
6467
6490
|
|
6468
|
-
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile
|
6491
|
+
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig
|
6469
6492
|
|
6470
|
-
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil)
|
6493
|
+
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil)
|
6471
6494
|
@CanEditFlow = caneditflow
|
6472
6495
|
@HideShowFlowName = hideshowflowname
|
6473
6496
|
@HideShowFlowType = hideshowflowtype
|
@@ -6476,6 +6499,7 @@ module TencentCloud
|
|
6476
6499
|
@CustomCreateFlowDescription = customcreateflowdescription
|
6477
6500
|
@ForbidEditFillComponent = forbideditfillcomponent
|
6478
6501
|
@SkipUploadFile = skipuploadfile
|
6502
|
+
@SignComponentConfig = signcomponentconfig
|
6479
6503
|
end
|
6480
6504
|
|
6481
6505
|
def deserialize(params)
|
@@ -6487,6 +6511,10 @@ module TencentCloud
|
|
6487
6511
|
@CustomCreateFlowDescription = params['CustomCreateFlowDescription']
|
6488
6512
|
@ForbidEditFillComponent = params['ForbidEditFillComponent']
|
6489
6513
|
@SkipUploadFile = params['SkipUploadFile']
|
6514
|
+
unless params['SignComponentConfig'].nil?
|
6515
|
+
@SignComponentConfig = SignComponentConfig.new
|
6516
|
+
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
6517
|
+
end
|
6490
6518
|
end
|
6491
6519
|
end
|
6492
6520
|
|
@@ -9234,7 +9262,7 @@ module TencentCloud
|
|
9234
9262
|
# @type CustomShowMap: String
|
9235
9263
|
# @param NeedSignReview: 本企业(发起方企业)是否需要签署审批
|
9236
9264
|
# @type NeedSignReview: Boolean
|
9237
|
-
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
9265
|
+
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
9238
9266
|
# @type FlowDisplayType: Integer
|
9239
9267
|
|
9240
9268
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
@@ -9499,7 +9527,7 @@ module TencentCloud
|
|
9499
9527
|
# <ul><li> **E_PRESCRIPTION_AUTO_SIGN**:电子处方单(医疗自动签) </li><li> **OTHER** : 通用场景</li></ul>
|
9500
9528
|
# 注: `个人自动签名场景是白名单功能,使用前请与对接的客户经理联系沟通。`
|
9501
9529
|
# @type AutoSignScene: String
|
9502
|
-
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
9530
|
+
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
9503
9531
|
# @type FlowDisplayType: Integer
|
9504
9532
|
|
9505
9533
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
@@ -11352,6 +11380,28 @@ module TencentCloud
|
|
11352
11380
|
end
|
11353
11381
|
end
|
11354
11382
|
|
11383
|
+
# 签署控件的配置信息,用在嵌入式发起的页面配置,包括
|
11384
|
+
|
11385
|
+
# - 签署控件 是否默认展示日期.
|
11386
|
+
class SignComponentConfig < TencentCloud::Common::AbstractModel
|
11387
|
+
# @param HideDate: 签署控件默认属性配置,是否默认展示签署日期, 在页面中可以进行修改。
|
11388
|
+
|
11389
|
+
# - false 展示签署日期(默认)
|
11390
|
+
# - true 不展示签署日期
|
11391
|
+
# 。
|
11392
|
+
# @type HideDate: Boolean
|
11393
|
+
|
11394
|
+
attr_accessor :HideDate
|
11395
|
+
|
11396
|
+
def initialize(hidedate=nil)
|
11397
|
+
@HideDate = hidedate
|
11398
|
+
end
|
11399
|
+
|
11400
|
+
def deserialize(params)
|
11401
|
+
@HideDate = params['HideDate']
|
11402
|
+
end
|
11403
|
+
end
|
11404
|
+
|
11355
11405
|
# 签署二维码的基本信息,用于创建二维码,用户可扫描该二维码进行签署操作。
|
11356
11406
|
class SignQrCode < TencentCloud::Common::AbstractModel
|
11357
11407
|
# @param QrCodeId: 二维码ID,为32位字符串。
|
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.1022
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|