tencentcloud-sdk-essbasic 3.0.1157 → 3.0.1161
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/tencentcloud-sdk-essbasic.rb +3 -3
- data/lib/v20210526/models.rb +252 -157
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf31d098b86136929c97e2e3efe03f51aeffebf0
|
|
4
|
+
data.tar.gz: ccddf1dc0acb3de91b211616e1c7123ccea47319
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a610eb201905fc9ce8639b1d4b3eb238f150e6744843877d0e931222d22c48b2262759602213fdf3c9e2c3ee7cc1b3ab607ab0a944bdb202234cf1fbca70740
|
|
7
|
+
data.tar.gz: e357b919defb859b3c7b9f2c85cadaf28ec7c085dae0208a34e45a35e9e14414385a425706ce7a8745ef7bb9df4685f31e5e670efb4cb7adc614bfc253c9a88f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1161
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20201222/client'
|
|
6
|
-
require_relative 'v20201222/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20210526/client'
|
|
9
6
|
require_relative 'v20210526/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20201222/client'
|
|
9
|
+
require_relative 'v20201222/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Essbasic
|
|
13
13
|
end
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -37,8 +37,8 @@ module TencentCloud
|
|
|
37
37
|
|
|
38
38
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
|
39
39
|
extend Gem::Deprecate
|
|
40
|
-
deprecate :ProxyOrganizationId, :none, 2025,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2025,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2025, 11
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2025, 11
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -399,8 +399,8 @@ module TencentCloud
|
|
|
399
399
|
|
|
400
400
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
401
401
|
extend Gem::Deprecate
|
|
402
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
403
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
402
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
403
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
404
404
|
|
|
405
405
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
406
406
|
@UserInfo = userinfo
|
|
@@ -703,8 +703,8 @@ module TencentCloud
|
|
|
703
703
|
|
|
704
704
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
705
705
|
extend Gem::Deprecate
|
|
706
|
-
deprecate :Operator, :none, 2025,
|
|
707
|
-
deprecate :Operator=, :none, 2025,
|
|
706
|
+
deprecate :Operator, :none, 2025, 11
|
|
707
|
+
deprecate :Operator=, :none, 2025, 11
|
|
708
708
|
|
|
709
709
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
710
710
|
@Agent = agent
|
|
@@ -875,8 +875,8 @@ module TencentCloud
|
|
|
875
875
|
|
|
876
876
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
877
877
|
extend Gem::Deprecate
|
|
878
|
-
deprecate :Operator, :none, 2025,
|
|
879
|
-
deprecate :Operator=, :none, 2025,
|
|
878
|
+
deprecate :Operator, :none, 2025, 11
|
|
879
|
+
deprecate :Operator=, :none, 2025, 11
|
|
880
880
|
|
|
881
881
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
882
882
|
@FlowId = flowid
|
|
@@ -936,8 +936,8 @@ module TencentCloud
|
|
|
936
936
|
|
|
937
937
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
938
938
|
extend Gem::Deprecate
|
|
939
|
-
deprecate :Operator, :none, 2025,
|
|
940
|
-
deprecate :Operator=, :none, 2025,
|
|
939
|
+
deprecate :Operator, :none, 2025, 11
|
|
940
|
+
deprecate :Operator=, :none, 2025, 11
|
|
941
941
|
|
|
942
942
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
943
943
|
@Agent = agent
|
|
@@ -1047,8 +1047,8 @@ module TencentCloud
|
|
|
1047
1047
|
|
|
1048
1048
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1049
1049
|
extend Gem::Deprecate
|
|
1050
|
-
deprecate :Operator, :none, 2025,
|
|
1051
|
-
deprecate :Operator=, :none, 2025,
|
|
1050
|
+
deprecate :Operator, :none, 2025, 11
|
|
1051
|
+
deprecate :Operator=, :none, 2025, 11
|
|
1052
1052
|
|
|
1053
1053
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1054
1054
|
@Agent = agent
|
|
@@ -1159,6 +1159,8 @@ module TencentCloud
|
|
|
1159
1159
|
# @type FlowBatchUrlInfo: :class:`Tencentcloud::Essbasic.v20210526.models.FlowBatchUrlInfo`
|
|
1160
1160
|
# @param Intention: <b>只有在生成H5签署链接的情形下</b>( 如调用<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl" target="_blank">获取H5签署链接</a>、<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl" target="_blank">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。 注意: 1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。 3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
|
1161
1161
|
# @type Intention: :class:`Tencentcloud::Essbasic.v20210526.models.Intention`
|
|
1162
|
+
# @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
|
|
1163
|
+
# @type VideoVerifyTimesLimit: Integer
|
|
1162
1164
|
# @param CacheApproverInfo: 缓存签署人信息。在H5签署链接动态领取场景,首次填写后,选择缓存签署人信息,在下次签署人点击领取链接时,会自动将个人信息(姓名、身份证号、手机号)填入,否则需要每次手动填写。
|
|
1163
1165
|
|
|
1164
1166
|
# 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
|
|
@@ -1168,9 +1170,9 @@ module TencentCloud
|
|
|
1168
1170
|
# @param PresetApproverInfo: 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
|
|
1169
1171
|
# @type PresetApproverInfo: :class:`Tencentcloud::Essbasic.v20210526.models.PresetApproverInfo`
|
|
1170
1172
|
|
|
1171
|
-
attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
|
|
1173
|
+
attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :VideoVerifyTimesLimit, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
|
|
1172
1174
|
|
|
1173
|
-
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, presetapproverinfo=nil)
|
|
1175
|
+
def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, videoverifytimeslimit=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
|
|
1174
1176
|
@FlowApproverInfo = flowapproverinfo
|
|
1175
1177
|
@Agent = agent
|
|
1176
1178
|
@FlowIds = flowids
|
|
@@ -1181,6 +1183,7 @@ module TencentCloud
|
|
|
1181
1183
|
@SignTypeSelector = signtypeselector
|
|
1182
1184
|
@FlowBatchUrlInfo = flowbatchurlinfo
|
|
1183
1185
|
@Intention = intention
|
|
1186
|
+
@VideoVerifyTimesLimit = videoverifytimeslimit
|
|
1184
1187
|
@CacheApproverInfo = cacheapproverinfo
|
|
1185
1188
|
@CanBatchReject = canbatchreject
|
|
1186
1189
|
@PresetApproverInfo = presetapproverinfo
|
|
@@ -1209,6 +1212,7 @@ module TencentCloud
|
|
|
1209
1212
|
@Intention = Intention.new
|
|
1210
1213
|
@Intention.deserialize(params['Intention'])
|
|
1211
1214
|
end
|
|
1215
|
+
@VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
|
|
1212
1216
|
@CacheApproverInfo = params['CacheApproverInfo']
|
|
1213
1217
|
@CanBatchReject = params['CanBatchReject']
|
|
1214
1218
|
unless params['PresetApproverInfo'].nil?
|
|
@@ -1458,8 +1462,8 @@ module TencentCloud
|
|
|
1458
1462
|
|
|
1459
1463
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1460
1464
|
extend Gem::Deprecate
|
|
1461
|
-
deprecate :Operator, :none, 2025,
|
|
1462
|
-
deprecate :Operator=, :none, 2025,
|
|
1465
|
+
deprecate :Operator, :none, 2025, 11
|
|
1466
|
+
deprecate :Operator=, :none, 2025, 11
|
|
1463
1467
|
|
|
1464
1468
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1465
1469
|
@Agent = agent
|
|
@@ -1536,10 +1540,10 @@ module TencentCloud
|
|
|
1536
1540
|
|
|
1537
1541
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1538
1542
|
extend Gem::Deprecate
|
|
1539
|
-
deprecate :Operator, :none, 2025,
|
|
1540
|
-
deprecate :Operator=, :none, 2025,
|
|
1541
|
-
deprecate :Organization, :none, 2025,
|
|
1542
|
-
deprecate :Organization=, :none, 2025,
|
|
1543
|
+
deprecate :Operator, :none, 2025, 11
|
|
1544
|
+
deprecate :Operator=, :none, 2025, 11
|
|
1545
|
+
deprecate :Organization, :none, 2025, 11
|
|
1546
|
+
deprecate :Organization=, :none, 2025, 11
|
|
1543
1547
|
|
|
1544
1548
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1545
1549
|
@Agent = agent
|
|
@@ -1707,8 +1711,8 @@ module TencentCloud
|
|
|
1707
1711
|
|
|
1708
1712
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
|
1709
1713
|
extend Gem::Deprecate
|
|
1710
|
-
deprecate :Operator, :none, 2025,
|
|
1711
|
-
deprecate :Operator=, :none, 2025,
|
|
1714
|
+
deprecate :Operator, :none, 2025, 11
|
|
1715
|
+
deprecate :Operator=, :none, 2025, 11
|
|
1712
1716
|
|
|
1713
1717
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
|
1714
1718
|
@Agent = agent
|
|
@@ -1973,12 +1977,12 @@ module TencentCloud
|
|
|
1973
1977
|
|
|
1974
1978
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
|
|
1975
1979
|
extend Gem::Deprecate
|
|
1976
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
1977
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
1978
|
-
deprecate :Operator, :none, 2025,
|
|
1979
|
-
deprecate :Operator=, :none, 2025,
|
|
1980
|
-
deprecate :OpenDynamicFlow, :none, 2025,
|
|
1981
|
-
deprecate :OpenDynamicFlow=, :none, 2025,
|
|
1980
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
1981
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
1982
|
+
deprecate :Operator, :none, 2025, 11
|
|
1983
|
+
deprecate :Operator=, :none, 2025, 11
|
|
1984
|
+
deprecate :OpenDynamicFlow, :none, 2025, 11
|
|
1985
|
+
deprecate :OpenDynamicFlow=, :none, 2025, 11
|
|
1982
1986
|
|
|
1983
1987
|
def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil, flowdisplaytype=nil, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
|
|
1984
1988
|
@Agent = agent
|
|
@@ -2132,8 +2136,8 @@ module TencentCloud
|
|
|
2132
2136
|
|
|
2133
2137
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
2134
2138
|
extend Gem::Deprecate
|
|
2135
|
-
deprecate :Operator, :none, 2025,
|
|
2136
|
-
deprecate :Operator=, :none, 2025,
|
|
2139
|
+
deprecate :Operator, :none, 2025, 11
|
|
2140
|
+
deprecate :Operator=, :none, 2025, 11
|
|
2137
2141
|
|
|
2138
2142
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
2139
2143
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2467,6 +2471,8 @@ module TencentCloud
|
|
|
2467
2471
|
# `1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|
|
2468
2472
|
# `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
|
|
2469
2473
|
# @type FlowApproverInfos: Array
|
|
2474
|
+
# @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
|
|
2475
|
+
# @type VideoVerifyTimesLimit: Integer
|
|
2470
2476
|
# @param Operator: 用户信息,暂未开放
|
|
2471
2477
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
2472
2478
|
# @param Organization: 机构信息,暂未开放
|
|
@@ -2481,17 +2487,18 @@ module TencentCloud
|
|
|
2481
2487
|
# `2. 如需生成发起方预览链接,则签署方信息传空,即FlowApproverInfos传空或者不传。`
|
|
2482
2488
|
# @type UrlType: Integer
|
|
2483
2489
|
|
|
2484
|
-
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2490
|
+
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :VideoVerifyTimesLimit, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2485
2491
|
extend Gem::Deprecate
|
|
2486
|
-
deprecate :Operator, :none, 2025,
|
|
2487
|
-
deprecate :Operator=, :none, 2025,
|
|
2488
|
-
deprecate :Organization, :none, 2025,
|
|
2489
|
-
deprecate :Organization=, :none, 2025,
|
|
2492
|
+
deprecate :Operator, :none, 2025, 11
|
|
2493
|
+
deprecate :Operator=, :none, 2025, 11
|
|
2494
|
+
deprecate :Organization, :none, 2025, 11
|
|
2495
|
+
deprecate :Organization=, :none, 2025, 11
|
|
2490
2496
|
|
|
2491
|
-
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2497
|
+
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2492
2498
|
@Agent = agent
|
|
2493
2499
|
@FlowId = flowid
|
|
2494
2500
|
@FlowApproverInfos = flowapproverinfos
|
|
2501
|
+
@VideoVerifyTimesLimit = videoverifytimeslimit
|
|
2495
2502
|
@Operator = operator
|
|
2496
2503
|
@Organization = organization
|
|
2497
2504
|
@JumpUrl = jumpurl
|
|
@@ -2512,6 +2519,7 @@ module TencentCloud
|
|
|
2512
2519
|
@FlowApproverInfos << flowapproverinfo_tmp
|
|
2513
2520
|
end
|
|
2514
2521
|
end
|
|
2522
|
+
@VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
|
|
2515
2523
|
unless params['Operator'].nil?
|
|
2516
2524
|
@Operator = UserInfo.new
|
|
2517
2525
|
@Operator.deserialize(params['Operator'])
|
|
@@ -2597,14 +2605,14 @@ module TencentCloud
|
|
|
2597
2605
|
|
|
2598
2606
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
|
2599
2607
|
extend Gem::Deprecate
|
|
2600
|
-
deprecate :QrEffectiveDay, :none, 2025,
|
|
2601
|
-
deprecate :QrEffectiveDay=, :none, 2025,
|
|
2602
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
2603
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
2604
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
|
2605
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
|
2606
|
-
deprecate :Operator, :none, 2025,
|
|
2607
|
-
deprecate :Operator=, :none, 2025,
|
|
2608
|
+
deprecate :QrEffectiveDay, :none, 2025, 11
|
|
2609
|
+
deprecate :QrEffectiveDay=, :none, 2025, 11
|
|
2610
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
2611
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
2612
|
+
deprecate :ApproverRestrictions, :none, 2025, 11
|
|
2613
|
+
deprecate :ApproverRestrictions=, :none, 2025, 11
|
|
2614
|
+
deprecate :Operator, :none, 2025, 11
|
|
2615
|
+
deprecate :Operator=, :none, 2025, 11
|
|
2608
2616
|
|
|
2609
2617
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil, qrcodename=nil, qrcodeexpiredon=nil)
|
|
2610
2618
|
@Agent = agent
|
|
@@ -2939,16 +2947,16 @@ module TencentCloud
|
|
|
2939
2947
|
|
|
2940
2948
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
|
|
2941
2949
|
extend Gem::Deprecate
|
|
2942
|
-
deprecate :FlowApproverList, :none, 2025,
|
|
2943
|
-
deprecate :FlowApproverList=, :none, 2025,
|
|
2944
|
-
deprecate :NeedPreview, :none, 2025,
|
|
2945
|
-
deprecate :NeedPreview=, :none, 2025,
|
|
2946
|
-
deprecate :Organization, :none, 2025,
|
|
2947
|
-
deprecate :Organization=, :none, 2025,
|
|
2948
|
-
deprecate :Operator, :none, 2025,
|
|
2949
|
-
deprecate :Operator=, :none, 2025,
|
|
2950
|
-
deprecate :SignComponentConfig, :none, 2025,
|
|
2951
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
|
2950
|
+
deprecate :FlowApproverList, :none, 2025, 11
|
|
2951
|
+
deprecate :FlowApproverList=, :none, 2025, 11
|
|
2952
|
+
deprecate :NeedPreview, :none, 2025, 11
|
|
2953
|
+
deprecate :NeedPreview=, :none, 2025, 11
|
|
2954
|
+
deprecate :Organization, :none, 2025, 11
|
|
2955
|
+
deprecate :Organization=, :none, 2025, 11
|
|
2956
|
+
deprecate :Operator, :none, 2025, 11
|
|
2957
|
+
deprecate :Operator=, :none, 2025, 11
|
|
2958
|
+
deprecate :SignComponentConfig, :none, 2025, 11
|
|
2959
|
+
deprecate :SignComponentConfig=, :none, 2025, 11
|
|
2952
2960
|
|
|
2953
2961
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
|
|
2954
2962
|
@ResourceType = resourcetype
|
|
@@ -3177,12 +3185,12 @@ module TencentCloud
|
|
|
3177
3185
|
|
|
3178
3186
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
3179
3187
|
extend Gem::Deprecate
|
|
3180
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
3181
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
3182
|
-
deprecate :Organization, :none, 2025,
|
|
3183
|
-
deprecate :Organization=, :none, 2025,
|
|
3184
|
-
deprecate :Operator, :none, 2025,
|
|
3185
|
-
deprecate :Operator=, :none, 2025,
|
|
3188
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
3189
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
3190
|
+
deprecate :Organization, :none, 2025, 11
|
|
3191
|
+
deprecate :Organization=, :none, 2025, 11
|
|
3192
|
+
deprecate :Operator, :none, 2025, 11
|
|
3193
|
+
deprecate :Operator=, :none, 2025, 11
|
|
3186
3194
|
|
|
3187
3195
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
3188
3196
|
@Agent = agent
|
|
@@ -3345,10 +3353,10 @@ module TencentCloud
|
|
|
3345
3353
|
|
|
3346
3354
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization, :Options
|
|
3347
3355
|
extend Gem::Deprecate
|
|
3348
|
-
deprecate :Operator, :none, 2025,
|
|
3349
|
-
deprecate :Operator=, :none, 2025,
|
|
3350
|
-
deprecate :Organization, :none, 2025,
|
|
3351
|
-
deprecate :Organization=, :none, 2025,
|
|
3356
|
+
deprecate :Operator, :none, 2025, 11
|
|
3357
|
+
deprecate :Operator=, :none, 2025, 11
|
|
3358
|
+
deprecate :Organization, :none, 2025, 11
|
|
3359
|
+
deprecate :Organization=, :none, 2025, 11
|
|
3352
3360
|
|
|
3353
3361
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil, options=nil)
|
|
3354
3362
|
@Agent = agent
|
|
@@ -3627,8 +3635,8 @@ module TencentCloud
|
|
|
3627
3635
|
|
|
3628
3636
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3629
3637
|
extend Gem::Deprecate
|
|
3630
|
-
deprecate :Operator, :none, 2025,
|
|
3631
|
-
deprecate :Operator=, :none, 2025,
|
|
3638
|
+
deprecate :Operator, :none, 2025, 11
|
|
3639
|
+
deprecate :Operator=, :none, 2025, 11
|
|
3632
3640
|
|
|
3633
3641
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3634
3642
|
@Agent = agent
|
|
@@ -3793,8 +3801,8 @@ module TencentCloud
|
|
|
3793
3801
|
|
|
3794
3802
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3795
3803
|
extend Gem::Deprecate
|
|
3796
|
-
deprecate :Operator, :none, 2025,
|
|
3797
|
-
deprecate :Operator=, :none, 2025,
|
|
3804
|
+
deprecate :Operator, :none, 2025, 11
|
|
3805
|
+
deprecate :Operator=, :none, 2025, 11
|
|
3798
3806
|
|
|
3799
3807
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3800
3808
|
@Agent = agent
|
|
@@ -3856,10 +3864,10 @@ module TencentCloud
|
|
|
3856
3864
|
|
|
3857
3865
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3858
3866
|
extend Gem::Deprecate
|
|
3859
|
-
deprecate :Organization, :none, 2025,
|
|
3860
|
-
deprecate :Organization=, :none, 2025,
|
|
3861
|
-
deprecate :Operator, :none, 2025,
|
|
3862
|
-
deprecate :Operator=, :none, 2025,
|
|
3867
|
+
deprecate :Organization, :none, 2025, 11
|
|
3868
|
+
deprecate :Organization=, :none, 2025, 11
|
|
3869
|
+
deprecate :Operator, :none, 2025, 11
|
|
3870
|
+
deprecate :Operator=, :none, 2025, 11
|
|
3863
3871
|
|
|
3864
3872
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3865
3873
|
@Agent = agent
|
|
@@ -4088,8 +4096,8 @@ module TencentCloud
|
|
|
4088
4096
|
|
|
4089
4097
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
4090
4098
|
extend Gem::Deprecate
|
|
4091
|
-
deprecate :Operator, :none, 2025,
|
|
4092
|
-
deprecate :Operator=, :none, 2025,
|
|
4099
|
+
deprecate :Operator, :none, 2025, 11
|
|
4100
|
+
deprecate :Operator=, :none, 2025, 11
|
|
4093
4101
|
|
|
4094
4102
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
4095
4103
|
@Agent = agent
|
|
@@ -4343,8 +4351,8 @@ module TencentCloud
|
|
|
4343
4351
|
|
|
4344
4352
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
4345
4353
|
extend Gem::Deprecate
|
|
4346
|
-
deprecate :Operator, :none, 2025,
|
|
4347
|
-
deprecate :Operator=, :none, 2025,
|
|
4354
|
+
deprecate :Operator, :none, 2025, 11
|
|
4355
|
+
deprecate :Operator=, :none, 2025, 11
|
|
4348
4356
|
|
|
4349
4357
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
4350
4358
|
@Agent = agent
|
|
@@ -4645,10 +4653,10 @@ module TencentCloud
|
|
|
4645
4653
|
|
|
4646
4654
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
4647
4655
|
extend Gem::Deprecate
|
|
4648
|
-
deprecate :Operator, :none, 2025,
|
|
4649
|
-
deprecate :Operator=, :none, 2025,
|
|
4650
|
-
deprecate :Organization, :none, 2025,
|
|
4651
|
-
deprecate :Organization=, :none, 2025,
|
|
4656
|
+
deprecate :Operator, :none, 2025, 11
|
|
4657
|
+
deprecate :Operator=, :none, 2025, 11
|
|
4658
|
+
deprecate :Organization, :none, 2025, 11
|
|
4659
|
+
deprecate :Organization=, :none, 2025, 11
|
|
4652
4660
|
|
|
4653
4661
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
4654
4662
|
@Agent = agent
|
|
@@ -4704,8 +4712,8 @@ module TencentCloud
|
|
|
4704
4712
|
|
|
4705
4713
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
4706
4714
|
extend Gem::Deprecate
|
|
4707
|
-
deprecate :PreviewUrl, :none, 2025,
|
|
4708
|
-
deprecate :PreviewUrl=, :none, 2025,
|
|
4715
|
+
deprecate :PreviewUrl, :none, 2025, 11
|
|
4716
|
+
deprecate :PreviewUrl=, :none, 2025, 11
|
|
4709
4717
|
|
|
4710
4718
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
4711
4719
|
@TaskId = taskid
|
|
@@ -4987,8 +4995,8 @@ module TencentCloud
|
|
|
4987
4995
|
|
|
4988
4996
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator, :Options
|
|
4989
4997
|
extend Gem::Deprecate
|
|
4990
|
-
deprecate :Operator, :none, 2025,
|
|
4991
|
-
deprecate :Operator=, :none, 2025,
|
|
4998
|
+
deprecate :Operator, :none, 2025, 11
|
|
4999
|
+
deprecate :Operator=, :none, 2025, 11
|
|
4992
5000
|
|
|
4993
5001
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil, options=nil)
|
|
4994
5002
|
@Agent = agent
|
|
@@ -5065,8 +5073,8 @@ module TencentCloud
|
|
|
5065
5073
|
|
|
5066
5074
|
attr_accessor :FlowId, :Agent, :Operator
|
|
5067
5075
|
extend Gem::Deprecate
|
|
5068
|
-
deprecate :Operator, :none, 2025,
|
|
5069
|
-
deprecate :Operator=, :none, 2025,
|
|
5076
|
+
deprecate :Operator, :none, 2025, 11
|
|
5077
|
+
deprecate :Operator=, :none, 2025, 11
|
|
5070
5078
|
|
|
5071
5079
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
5072
5080
|
@FlowId = flowid
|
|
@@ -5505,6 +5513,11 @@ module TencentCloud
|
|
|
5505
5513
|
# <ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>
|
|
5506
5514
|
# <b>参数样例</b>:`{"UseSealSize":true}`
|
|
5507
5515
|
|
|
5516
|
+
# <font color="red">签署意见功能设置,</font>当ComponentType为SIGN_OPINION时,可以通过以下参数设置签署意见的相关内容:
|
|
5517
|
+
# <ul><li> <b>Values</b>:签署意见预设的需要用户填写的文本</li>
|
|
5518
|
+
# <li> <b>ValuesArray</b>:签署意见需要用户按顺序点击的分词(组合后应和Values内容一致)</li></ul>
|
|
5519
|
+
# <b>参数样例</b>:`{"Values":"我已知晓内容并同意签署","ValuesArray":["我","已知晓","内容","并","同意","签署"]}`
|
|
5520
|
+
|
|
5508
5521
|
# <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
|
5509
5522
|
# <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
|
5510
5523
|
# 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
|
@@ -5982,8 +5995,8 @@ module TencentCloud
|
|
|
5982
5995
|
|
|
5983
5996
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
5984
5997
|
extend Gem::Deprecate
|
|
5985
|
-
deprecate :Operator, :none, 2025,
|
|
5986
|
-
deprecate :Operator=, :none, 2025,
|
|
5998
|
+
deprecate :Operator, :none, 2025, 11
|
|
5999
|
+
deprecate :Operator=, :none, 2025, 11
|
|
5987
6000
|
|
|
5988
6001
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
5989
6002
|
@Agent = agent
|
|
@@ -6279,7 +6292,8 @@ module TencentCloud
|
|
|
6279
6292
|
# <li>**H5**:<font color="red">H5长链接</font>跳转H5链接, 一般用于贵方H5跳转过来, 打开后进入腾讯电子签H5页面</li>
|
|
6280
6293
|
# <li>**SHORT_H5**:<font color="red">H5短链</font>跳转H5的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签H5页面</li></ul>
|
|
6281
6294
|
# @type Endpoint: String
|
|
6282
|
-
# @param AutoJumpBackEvent:
|
|
6295
|
+
# @param AutoJumpBackEvent: <font color="red">已废弃</font> 请使用 JumpEvents 参数,进行替换。
|
|
6296
|
+
# 触发自动跳转事件,仅对EndPoint为App类型有效,可选值包括:
|
|
6283
6297
|
# <ul><li> **VERIFIED** :企业认证完成/员工认证完成后跳回原App/小程序</li></ul>
|
|
6284
6298
|
# @type AutoJumpBackEvent: String
|
|
6285
6299
|
# @param AuthorizationTypes: 可选的此企业允许的授权方式, 可以设置的方式有:
|
|
@@ -6291,7 +6305,8 @@ module TencentCloud
|
|
|
6291
6305
|
# @param ProxyOperatorIdCardNumber: 子客经办人身份证
|
|
6292
6306
|
# 注意:`如果已同步,这里非空会更新同步的经办人身份证号,暂时只支持中国大陆居民身份证类型`。
|
|
6293
6307
|
# @type ProxyOperatorIdCardNumber: String
|
|
6294
|
-
# @param AutoJumpUrl:
|
|
6308
|
+
# @param AutoJumpUrl: <font color="red">已废弃</font> 请使用 JumpEvents 参数,进行替换。
|
|
6309
|
+
# 认证完成跳转链接。
|
|
6295
6310
|
# 注意:`此功能仅在Endpoint参数设置成 H5 或 PC时才有效`。
|
|
6296
6311
|
# @type AutoJumpUrl: String
|
|
6297
6312
|
# @param TopNavigationStatus: 是否展示头顶导航栏 <ul><li> **ENABLE** : (默认)进入web控制台展示头顶导航栏</li> <li> **DISABLE** : 进入web控制台不展示头顶导航栏</li></ul> 注:该参数**仅在企业和员工激活完成,登录控制台场景才生效**。
|
|
@@ -6327,13 +6342,17 @@ module TencentCloud
|
|
|
6327
6342
|
# @type BankAccountNumber: String
|
|
6328
6343
|
# @param Operator: 无
|
|
6329
6344
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
6345
|
+
# @param JumpEvents: 跳转事件,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
|
|
6346
|
+
# p.s.Endpoint如果是APP 类型,请传递JumpUrl为<font color="red">"true" </font>
|
|
6347
|
+
# 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5 p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
6348
|
+
# @type JumpEvents: Array
|
|
6330
6349
|
|
|
6331
|
-
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator
|
|
6350
|
+
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator, :JumpEvents
|
|
6332
6351
|
extend Gem::Deprecate
|
|
6333
|
-
deprecate :Operator, :none, 2025,
|
|
6334
|
-
deprecate :Operator=, :none, 2025,
|
|
6352
|
+
deprecate :Operator, :none, 2025, 11
|
|
6353
|
+
deprecate :Operator=, :none, 2025, 11
|
|
6335
6354
|
|
|
6336
|
-
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil)
|
|
6355
|
+
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil, jumpevents=nil)
|
|
6337
6356
|
@Agent = agent
|
|
6338
6357
|
@ProxyOrganizationName = proxyorganizationname
|
|
6339
6358
|
@UniformSocialCreditCode = uniformsocialcreditcode
|
|
@@ -6356,6 +6375,7 @@ module TencentCloud
|
|
|
6356
6375
|
@OrganizationAuthorizationOptions = organizationauthorizationoptions
|
|
6357
6376
|
@BankAccountNumber = bankaccountnumber
|
|
6358
6377
|
@Operator = operator
|
|
6378
|
+
@JumpEvents = jumpevents
|
|
6359
6379
|
end
|
|
6360
6380
|
|
|
6361
6381
|
def deserialize(params)
|
|
@@ -6390,6 +6410,14 @@ module TencentCloud
|
|
|
6390
6410
|
@Operator = UserInfo.new
|
|
6391
6411
|
@Operator.deserialize(params['Operator'])
|
|
6392
6412
|
end
|
|
6413
|
+
unless params['JumpEvents'].nil?
|
|
6414
|
+
@JumpEvents = []
|
|
6415
|
+
params['JumpEvents'].each do |i|
|
|
6416
|
+
jumpevent_tmp = JumpEvent.new
|
|
6417
|
+
jumpevent_tmp.deserialize(i)
|
|
6418
|
+
@JumpEvents << jumpevent_tmp
|
|
6419
|
+
end
|
|
6420
|
+
end
|
|
6393
6421
|
end
|
|
6394
6422
|
end
|
|
6395
6423
|
|
|
@@ -6786,10 +6814,28 @@ module TencentCloud
|
|
|
6786
6814
|
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
|
6787
6815
|
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
6788
6816
|
# @type ForbidEditWatermark: Boolean
|
|
6817
|
+
# @param PreviewAfterStart: 发起成功后是否预览合同
|
|
6818
|
+
# <ul><li>(默认) false -否</li> <li> true - 展示预览按钮</li></ul>
|
|
6819
|
+
# @type PreviewAfterStart: Boolean
|
|
6820
|
+
# @param SignAfterStart: 发起成功之后是否签署合同,仅当前经办人作为签署人时生效
|
|
6821
|
+
# <ul><li>(默认) false -否</li> <li> true - 展示签署按钮</li></ul>
|
|
6822
|
+
# @type SignAfterStart: Boolean
|
|
6823
|
+
# @param HideOperationSteps: 隐藏操作步骤: 具体的控件类型如下
|
|
6824
|
+
|
|
6825
|
+
# <ul><li>1 : 选择文件及签署方</li>
|
|
6826
|
+
# <li>2 : 补充文件内容</li>
|
|
6827
|
+
# <li>4 : 发起前合同信息与设置确认</li>
|
|
6828
|
+
# </ul>
|
|
6829
|
+
# 注:仅对新版页面生效
|
|
6830
|
+
# @type HideOperationSteps: Array
|
|
6831
|
+
# @param SelfName: 本企业简称,注:仅对新版页面生效
|
|
6832
|
+
# @type SelfName: String
|
|
6833
|
+
# @param HideSignCodeAfterStart: 发起后签署码隐藏,默认false,注:仅对新版页面生效
|
|
6834
|
+
# @type HideSignCodeAfterStart: Boolean
|
|
6789
6835
|
|
|
6790
|
-
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :ForbidEditApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig, :ForbidEditWatermark
|
|
6836
|
+
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :ForbidEditApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig, :ForbidEditWatermark, :PreviewAfterStart, :SignAfterStart, :HideOperationSteps, :SelfName, :HideSignCodeAfterStart
|
|
6791
6837
|
|
|
6792
|
-
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, forbideditapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil, forbideditwatermark=nil)
|
|
6838
|
+
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, forbideditapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil, forbideditwatermark=nil, previewafterstart=nil, signafterstart=nil, hideoperationsteps=nil, selfname=nil, hidesigncodeafterstart=nil)
|
|
6793
6839
|
@CanEditFlow = caneditflow
|
|
6794
6840
|
@HideShowFlowName = hideshowflowname
|
|
6795
6841
|
@HideShowFlowType = hideshowflowtype
|
|
@@ -6801,6 +6847,11 @@ module TencentCloud
|
|
|
6801
6847
|
@SkipUploadFile = skipuploadfile
|
|
6802
6848
|
@SignComponentConfig = signcomponentconfig
|
|
6803
6849
|
@ForbidEditWatermark = forbideditwatermark
|
|
6850
|
+
@PreviewAfterStart = previewafterstart
|
|
6851
|
+
@SignAfterStart = signafterstart
|
|
6852
|
+
@HideOperationSteps = hideoperationsteps
|
|
6853
|
+
@SelfName = selfname
|
|
6854
|
+
@HideSignCodeAfterStart = hidesigncodeafterstart
|
|
6804
6855
|
end
|
|
6805
6856
|
|
|
6806
6857
|
def deserialize(params)
|
|
@@ -6818,6 +6869,11 @@ module TencentCloud
|
|
|
6818
6869
|
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
|
6819
6870
|
end
|
|
6820
6871
|
@ForbidEditWatermark = params['ForbidEditWatermark']
|
|
6872
|
+
@PreviewAfterStart = params['PreviewAfterStart']
|
|
6873
|
+
@SignAfterStart = params['SignAfterStart']
|
|
6874
|
+
@HideOperationSteps = params['HideOperationSteps']
|
|
6875
|
+
@SelfName = params['SelfName']
|
|
6876
|
+
@HideSignCodeAfterStart = params['HideSignCodeAfterStart']
|
|
6821
6877
|
end
|
|
6822
6878
|
end
|
|
6823
6879
|
|
|
@@ -6852,8 +6908,8 @@ module TencentCloud
|
|
|
6852
6908
|
|
|
6853
6909
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
6854
6910
|
extend Gem::Deprecate
|
|
6855
|
-
deprecate :Operator, :none, 2025,
|
|
6856
|
-
deprecate :Operator=, :none, 2025,
|
|
6911
|
+
deprecate :Operator, :none, 2025, 11
|
|
6912
|
+
deprecate :Operator=, :none, 2025, 11
|
|
6857
6913
|
|
|
6858
6914
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
6859
6915
|
@Agent = agent
|
|
@@ -6968,10 +7024,10 @@ module TencentCloud
|
|
|
6968
7024
|
|
|
6969
7025
|
attr_accessor :Agent, :Operator, :Organization
|
|
6970
7026
|
extend Gem::Deprecate
|
|
6971
|
-
deprecate :Operator, :none, 2025,
|
|
6972
|
-
deprecate :Operator=, :none, 2025,
|
|
6973
|
-
deprecate :Organization, :none, 2025,
|
|
6974
|
-
deprecate :Organization=, :none, 2025,
|
|
7027
|
+
deprecate :Operator, :none, 2025, 11
|
|
7028
|
+
deprecate :Operator=, :none, 2025, 11
|
|
7029
|
+
deprecate :Organization, :none, 2025, 11
|
|
7030
|
+
deprecate :Organization=, :none, 2025, 11
|
|
6975
7031
|
|
|
6976
7032
|
def initialize(agent=nil, operator=nil, organization=nil)
|
|
6977
7033
|
@Agent = agent
|
|
@@ -7155,7 +7211,7 @@ module TencentCloud
|
|
|
7155
7211
|
# @param PlatformAppAuthorization: 是否给平台应用授权
|
|
7156
7212
|
|
|
7157
7213
|
# <ul>
|
|
7158
|
-
# <li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>
|
|
7214
|
+
# <li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>AuthorizedOrganizationIds</code>和<code>AuthorizedOrganizationNames</code>。</li>
|
|
7159
7215
|
# <li><strong>false</strong>: (默认)表示否,不是授权平台应用。</li>
|
|
7160
7216
|
# </ul>
|
|
7161
7217
|
|
|
@@ -7172,20 +7228,31 @@ module TencentCloud
|
|
|
7172
7228
|
# @type SealTypes: Array
|
|
7173
7229
|
# @param AuthToMe: 在处理授权关系时,授权的方向
|
|
7174
7230
|
# <ul>
|
|
7175
|
-
# <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>
|
|
7176
|
-
# <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>
|
|
7231
|
+
# <li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationNames</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
|
|
7232
|
+
# <li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationNames</code> 代表的是【授权方】的企业名称,即提供授权的企业。此场景下不支持批量</li>
|
|
7177
7233
|
# </ul>
|
|
7178
7234
|
# @type AuthToMe: Boolean
|
|
7235
|
+
# @param AuthorizedOrganizationIds: 被授企业id/授权方企业id(即OrganizationId),如果是企业之间授权和AuthorizedOrganizationNames二选一传入,最大支持50个,注:`被授权企业必须和当前企业在同一应用号下`
|
|
7236
|
+
# @type AuthorizedOrganizationIds: Array
|
|
7237
|
+
# @param AuthorizedOrganizationNames: 被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationIds二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。注: 1. 如果名称中包含英文括号(),请使用中文括号()代替。2. 被授权企业必须和当前企业在同一应用号下 3. 数组最大长度50
|
|
7238
|
+
# @type AuthorizedOrganizationNames: Array
|
|
7179
7239
|
|
|
7180
|
-
attr_accessor :Agent, :AuthorizedOrganizationId, :AuthorizedOrganizationName, :PlatformAppAuthorization, :SealTypes, :AuthToMe
|
|
7240
|
+
attr_accessor :Agent, :AuthorizedOrganizationId, :AuthorizedOrganizationName, :PlatformAppAuthorization, :SealTypes, :AuthToMe, :AuthorizedOrganizationIds, :AuthorizedOrganizationNames
|
|
7241
|
+
extend Gem::Deprecate
|
|
7242
|
+
deprecate :AuthorizedOrganizationId, :none, 2025, 11
|
|
7243
|
+
deprecate :AuthorizedOrganizationId=, :none, 2025, 11
|
|
7244
|
+
deprecate :AuthorizedOrganizationName, :none, 2025, 11
|
|
7245
|
+
deprecate :AuthorizedOrganizationName=, :none, 2025, 11
|
|
7181
7246
|
|
|
7182
|
-
def initialize(agent=nil, authorizedorganizationid=nil, authorizedorganizationname=nil, platformappauthorization=nil, sealtypes=nil, authtome=nil)
|
|
7247
|
+
def initialize(agent=nil, authorizedorganizationid=nil, authorizedorganizationname=nil, platformappauthorization=nil, sealtypes=nil, authtome=nil, authorizedorganizationids=nil, authorizedorganizationnames=nil)
|
|
7183
7248
|
@Agent = agent
|
|
7184
7249
|
@AuthorizedOrganizationId = authorizedorganizationid
|
|
7185
7250
|
@AuthorizedOrganizationName = authorizedorganizationname
|
|
7186
7251
|
@PlatformAppAuthorization = platformappauthorization
|
|
7187
7252
|
@SealTypes = sealtypes
|
|
7188
7253
|
@AuthToMe = authtome
|
|
7254
|
+
@AuthorizedOrganizationIds = authorizedorganizationids
|
|
7255
|
+
@AuthorizedOrganizationNames = authorizedorganizationnames
|
|
7189
7256
|
end
|
|
7190
7257
|
|
|
7191
7258
|
def deserialize(params)
|
|
@@ -7198,6 +7265,8 @@ module TencentCloud
|
|
|
7198
7265
|
@PlatformAppAuthorization = params['PlatformAppAuthorization']
|
|
7199
7266
|
@SealTypes = params['SealTypes']
|
|
7200
7267
|
@AuthToMe = params['AuthToMe']
|
|
7268
|
+
@AuthorizedOrganizationIds = params['AuthorizedOrganizationIds']
|
|
7269
|
+
@AuthorizedOrganizationNames = params['AuthorizedOrganizationNames']
|
|
7201
7270
|
end
|
|
7202
7271
|
end
|
|
7203
7272
|
|
|
@@ -7356,8 +7425,8 @@ module TencentCloud
|
|
|
7356
7425
|
|
|
7357
7426
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription, :Options
|
|
7358
7427
|
extend Gem::Deprecate
|
|
7359
|
-
deprecate :Operator, :none, 2025,
|
|
7360
|
-
deprecate :Operator=, :none, 2025,
|
|
7428
|
+
deprecate :Operator, :none, 2025, 11
|
|
7429
|
+
deprecate :Operator=, :none, 2025, 11
|
|
7361
7430
|
|
|
7362
7431
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil, options=nil)
|
|
7363
7432
|
@Agent = agent
|
|
@@ -7545,8 +7614,8 @@ module TencentCloud
|
|
|
7545
7614
|
|
|
7546
7615
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
|
7547
7616
|
extend Gem::Deprecate
|
|
7548
|
-
deprecate :Operator, :none, 2025,
|
|
7549
|
-
deprecate :Operator=, :none, 2025,
|
|
7617
|
+
deprecate :Operator, :none, 2025, 11
|
|
7618
|
+
deprecate :Operator=, :none, 2025, 11
|
|
7550
7619
|
|
|
7551
7620
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil, urluseenv=nil)
|
|
7552
7621
|
@Agent = agent
|
|
@@ -7951,8 +8020,8 @@ module TencentCloud
|
|
|
7951
8020
|
|
|
7952
8021
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
7953
8022
|
extend Gem::Deprecate
|
|
7954
|
-
deprecate :Operator, :none, 2025,
|
|
7955
|
-
deprecate :Operator=, :none, 2025,
|
|
8023
|
+
deprecate :Operator, :none, 2025, 11
|
|
8024
|
+
deprecate :Operator=, :none, 2025, 11
|
|
7956
8025
|
|
|
7957
8026
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
7958
8027
|
@Agent = agent
|
|
@@ -8295,8 +8364,8 @@ module TencentCloud
|
|
|
8295
8364
|
|
|
8296
8365
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
8297
8366
|
extend Gem::Deprecate
|
|
8298
|
-
deprecate :Operator, :none, 2025,
|
|
8299
|
-
deprecate :Operator=, :none, 2025,
|
|
8367
|
+
deprecate :Operator, :none, 2025, 11
|
|
8368
|
+
deprecate :Operator=, :none, 2025, 11
|
|
8300
8369
|
|
|
8301
8370
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
8302
8371
|
@Agent = agent
|
|
@@ -8382,8 +8451,8 @@ module TencentCloud
|
|
|
8382
8451
|
|
|
8383
8452
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
8384
8453
|
extend Gem::Deprecate
|
|
8385
|
-
deprecate :Operator, :none, 2025,
|
|
8386
|
-
deprecate :Operator=, :none, 2025,
|
|
8454
|
+
deprecate :Operator, :none, 2025, 11
|
|
8455
|
+
deprecate :Operator=, :none, 2025, 11
|
|
8387
8456
|
|
|
8388
8457
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
8389
8458
|
@Agent = agent
|
|
@@ -8510,8 +8579,8 @@ module TencentCloud
|
|
|
8510
8579
|
|
|
8511
8580
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
|
|
8512
8581
|
extend Gem::Deprecate
|
|
8513
|
-
deprecate :Operator, :none, 2025,
|
|
8514
|
-
deprecate :Operator=, :none, 2025,
|
|
8582
|
+
deprecate :Operator, :none, 2025, 11
|
|
8583
|
+
deprecate :Operator=, :none, 2025, 11
|
|
8515
8584
|
|
|
8516
8585
|
def initialize(agent=nil, templateid=nil, contenttype=nil, templateids=nil, limit=nil, offset=nil, templatename=nil, channeltemplateid=nil, queryallcomponents=nil, withpreviewurl=nil, withpdfurl=nil, operator=nil, userflowtypeid=nil)
|
|
8517
8586
|
@Agent = agent
|
|
@@ -8625,8 +8694,8 @@ module TencentCloud
|
|
|
8625
8694
|
|
|
8626
8695
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
8627
8696
|
extend Gem::Deprecate
|
|
8628
|
-
deprecate :Operator, :none, 2025,
|
|
8629
|
-
deprecate :Operator=, :none, 2025,
|
|
8697
|
+
deprecate :Operator, :none, 2025, 11
|
|
8698
|
+
deprecate :Operator=, :none, 2025, 11
|
|
8630
8699
|
|
|
8631
8700
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
8632
8701
|
@Agent = agent
|
|
@@ -9180,8 +9249,8 @@ module TencentCloud
|
|
|
9180
9249
|
|
|
9181
9250
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
|
|
9182
9251
|
extend Gem::Deprecate
|
|
9183
|
-
deprecate :ReceiptId, :none, 2025,
|
|
9184
|
-
deprecate :ReceiptId=, :none, 2025,
|
|
9252
|
+
deprecate :ReceiptId, :none, 2025, 11
|
|
9253
|
+
deprecate :ReceiptId=, :none, 2025, 11
|
|
9185
9254
|
|
|
9186
9255
|
def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil, recipientid=nil)
|
|
9187
9256
|
@ReceiptId = receiptid
|
|
@@ -9409,8 +9478,8 @@ module TencentCloud
|
|
|
9409
9478
|
|
|
9410
9479
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector, :Components, :Intention, :SignEndpoints
|
|
9411
9480
|
extend Gem::Deprecate
|
|
9412
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
9413
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
9481
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
9482
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
9414
9483
|
|
|
9415
9484
|
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil, components=nil, intention=nil, signendpoints=nil)
|
|
9416
9485
|
@Name = name
|
|
@@ -9742,8 +9811,8 @@ module TencentCloud
|
|
|
9742
9811
|
|
|
9743
9812
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
|
9744
9813
|
extend Gem::Deprecate
|
|
9745
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
9746
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
9814
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
9815
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
9747
9816
|
|
|
9748
9817
|
def initialize(fileids=nil, flowname=nil, flowapprovers=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, customerdata=nil, unordered=nil, components=nil, customshowmap=nil, needsignreview=nil, flowdisplaytype=nil)
|
|
9749
9818
|
@FileIds = fileids
|
|
@@ -10007,8 +10076,8 @@ module TencentCloud
|
|
|
10007
10076
|
|
|
10008
10077
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
|
10009
10078
|
extend Gem::Deprecate
|
|
10010
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
10011
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
10079
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
10080
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
10012
10081
|
|
|
10013
10082
|
def initialize(flowname=nil, deadline=nil, templateid=nil, flowapprovers=nil, formfields=nil, callbackurl=nil, flowtype=nil, flowdescription=nil, customerdata=nil, customshowmap=nil, ccinfos=nil, needsignreview=nil, ccnotifytype=nil, autosignscene=nil, flowdisplaytype=nil)
|
|
10014
10083
|
@FlowName = flowname
|
|
@@ -10662,8 +10731,8 @@ module TencentCloud
|
|
|
10662
10731
|
|
|
10663
10732
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
10664
10733
|
extend Gem::Deprecate
|
|
10665
|
-
deprecate :Operator, :none, 2025,
|
|
10666
|
-
deprecate :Operator=, :none, 2025,
|
|
10734
|
+
deprecate :Operator, :none, 2025, 11
|
|
10735
|
+
deprecate :Operator=, :none, 2025, 11
|
|
10667
10736
|
|
|
10668
10737
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
10669
10738
|
@Agent = agent
|
|
@@ -10916,6 +10985,32 @@ module TencentCloud
|
|
|
10916
10985
|
end
|
|
10917
10986
|
end
|
|
10918
10987
|
|
|
10988
|
+
# 跳转事件的结构体,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
|
|
10989
|
+
class JumpEvent < TencentCloud::Common::AbstractModel
|
|
10990
|
+
# @param JumpEventType: 跳转事件枚举,
|
|
10991
|
+
# * 1 - 企业收录。
|
|
10992
|
+
# * 2 - 超管授权书审核。
|
|
10993
|
+
# * 3 - 认证完成。
|
|
10994
|
+
# @type JumpEventType: Integer
|
|
10995
|
+
# @param JumpUrl: 为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。
|
|
10996
|
+
# Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
|
|
10997
|
+
# 如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/partner/openqianh5)
|
|
10998
|
+
# p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
10999
|
+
# @type JumpUrl: String
|
|
11000
|
+
|
|
11001
|
+
attr_accessor :JumpEventType, :JumpUrl
|
|
11002
|
+
|
|
11003
|
+
def initialize(jumpeventtype=nil, jumpurl=nil)
|
|
11004
|
+
@JumpEventType = jumpeventtype
|
|
11005
|
+
@JumpUrl = jumpurl
|
|
11006
|
+
end
|
|
11007
|
+
|
|
11008
|
+
def deserialize(params)
|
|
11009
|
+
@JumpEventType = params['JumpEventType']
|
|
11010
|
+
@JumpUrl = params['JumpUrl']
|
|
11011
|
+
end
|
|
11012
|
+
end
|
|
11013
|
+
|
|
10919
11014
|
# ModifyExtendedService请求参数结构体
|
|
10920
11015
|
class ModifyExtendedServiceRequest < TencentCloud::Common::AbstractModel
|
|
10921
11016
|
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
@@ -11313,8 +11408,8 @@ module TencentCloud
|
|
|
11313
11408
|
|
|
11314
11409
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
11315
11410
|
extend Gem::Deprecate
|
|
11316
|
-
deprecate :Operator, :none, 2025,
|
|
11317
|
-
deprecate :Operator=, :none, 2025,
|
|
11411
|
+
deprecate :Operator, :none, 2025, 11
|
|
11412
|
+
deprecate :Operator=, :none, 2025, 11
|
|
11318
11413
|
|
|
11319
11414
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
11320
11415
|
@Agent = agent
|
|
@@ -11634,10 +11729,10 @@ module TencentCloud
|
|
|
11634
11729
|
|
|
11635
11730
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
11636
11731
|
extend Gem::Deprecate
|
|
11637
|
-
deprecate :ClientIp, :none, 2025,
|
|
11638
|
-
deprecate :ClientIp=, :none, 2025,
|
|
11639
|
-
deprecate :ProxyIp, :none, 2025,
|
|
11640
|
-
deprecate :ProxyIp=, :none, 2025,
|
|
11732
|
+
deprecate :ClientIp, :none, 2025, 11
|
|
11733
|
+
deprecate :ClientIp=, :none, 2025, 11
|
|
11734
|
+
deprecate :ProxyIp, :none, 2025, 11
|
|
11735
|
+
deprecate :ProxyIp=, :none, 2025, 11
|
|
11641
11736
|
|
|
11642
11737
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
11643
11738
|
@OrganizationOpenId = organizationopenid
|
|
@@ -11849,8 +11944,8 @@ module TencentCloud
|
|
|
11849
11944
|
|
|
11850
11945
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
11851
11946
|
extend Gem::Deprecate
|
|
11852
|
-
deprecate :Operator, :none, 2025,
|
|
11853
|
-
deprecate :Operator=, :none, 2025,
|
|
11947
|
+
deprecate :Operator, :none, 2025, 11
|
|
11948
|
+
deprecate :Operator=, :none, 2025, 11
|
|
11854
11949
|
|
|
11855
11950
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
11856
11951
|
@Agent = agent
|
|
@@ -12504,8 +12599,8 @@ module TencentCloud
|
|
|
12504
12599
|
|
|
12505
12600
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
12506
12601
|
extend Gem::Deprecate
|
|
12507
|
-
deprecate :CustomUserId, :none, 2025,
|
|
12508
|
-
deprecate :CustomUserId=, :none, 2025,
|
|
12602
|
+
deprecate :CustomUserId, :none, 2025, 11
|
|
12603
|
+
deprecate :CustomUserId=, :none, 2025, 11
|
|
12509
12604
|
|
|
12510
12605
|
def initialize(signurl=nil, deadline=nil, signorder=nil, signid=nil, customuserid=nil, name=nil, mobile=nil, organizationname=nil, approvertype=nil, idcardnumber=nil, flowid=nil, openid=nil, flowgroupid=nil, signqrcodeurl=nil)
|
|
12511
12606
|
@SignUrl = signurl
|
|
@@ -12673,8 +12768,8 @@ module TencentCloud
|
|
|
12673
12768
|
|
|
12674
12769
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
12675
12770
|
extend Gem::Deprecate
|
|
12676
|
-
deprecate :Operator, :none, 2025,
|
|
12677
|
-
deprecate :Operator=, :none, 2025,
|
|
12771
|
+
deprecate :Operator, :none, 2025, 11
|
|
12772
|
+
deprecate :Operator=, :none, 2025, 11
|
|
12678
12773
|
|
|
12679
12774
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
12680
12775
|
@Agent = agent
|
|
@@ -12773,8 +12868,8 @@ module TencentCloud
|
|
|
12773
12868
|
|
|
12774
12869
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
12775
12870
|
extend Gem::Deprecate
|
|
12776
|
-
deprecate :Operator, :none, 2025,
|
|
12777
|
-
deprecate :Operator=, :none, 2025,
|
|
12871
|
+
deprecate :Operator, :none, 2025, 11
|
|
12872
|
+
deprecate :Operator=, :none, 2025, 11
|
|
12778
12873
|
|
|
12779
12874
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
12780
12875
|
@Agent = agent
|
|
@@ -12912,8 +13007,8 @@ module TencentCloud
|
|
|
12912
13007
|
|
|
12913
13008
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
|
|
12914
13009
|
extend Gem::Deprecate
|
|
12915
|
-
deprecate :IsPromoter, :none, 2025,
|
|
12916
|
-
deprecate :IsPromoter=, :none, 2025,
|
|
13010
|
+
deprecate :IsPromoter, :none, 2025, 11
|
|
13011
|
+
deprecate :IsPromoter=, :none, 2025, 11
|
|
12917
13012
|
|
|
12918
13013
|
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, recipients=nil, signcomponents=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, pdfurl=nil, channeltemplateid=nil, channeltemplatename=nil, channelautosave=nil, templateversion=nil, available=nil, userflowtype=nil)
|
|
12919
13014
|
@TemplateId = templateid
|
|
@@ -13055,8 +13150,8 @@ module TencentCloud
|
|
|
13055
13150
|
|
|
13056
13151
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
13057
13152
|
extend Gem::Deprecate
|
|
13058
|
-
deprecate :Operator, :none, 2025,
|
|
13059
|
-
deprecate :Operator=, :none, 2025,
|
|
13153
|
+
deprecate :Operator, :none, 2025, 11
|
|
13154
|
+
deprecate :Operator=, :none, 2025, 11
|
|
13060
13155
|
|
|
13061
13156
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
13062
13157
|
@Agent = agent
|
|
@@ -13199,14 +13294,14 @@ module TencentCloud
|
|
|
13199
13294
|
|
|
13200
13295
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
13201
13296
|
extend Gem::Deprecate
|
|
13202
|
-
deprecate :Channel, :none, 2025,
|
|
13203
|
-
deprecate :Channel=, :none, 2025,
|
|
13204
|
-
deprecate :CustomUserId, :none, 2025,
|
|
13205
|
-
deprecate :CustomUserId=, :none, 2025,
|
|
13206
|
-
deprecate :ClientIp, :none, 2025,
|
|
13207
|
-
deprecate :ClientIp=, :none, 2025,
|
|
13208
|
-
deprecate :ProxyIp, :none, 2025,
|
|
13209
|
-
deprecate :ProxyIp=, :none, 2025,
|
|
13297
|
+
deprecate :Channel, :none, 2025, 11
|
|
13298
|
+
deprecate :Channel=, :none, 2025, 11
|
|
13299
|
+
deprecate :CustomUserId, :none, 2025, 11
|
|
13300
|
+
deprecate :CustomUserId=, :none, 2025, 11
|
|
13301
|
+
deprecate :ClientIp, :none, 2025, 11
|
|
13302
|
+
deprecate :ClientIp=, :none, 2025, 11
|
|
13303
|
+
deprecate :ProxyIp, :none, 2025, 11
|
|
13304
|
+
deprecate :ProxyIp=, :none, 2025, 11
|
|
13210
13305
|
|
|
13211
13306
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
13212
13307
|
@OpenId = openid
|
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.1161
|
|
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-
|
|
11
|
+
date: 2025-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-essbasic.rb
|
|
37
|
-
- lib/v20210526/models.rb
|
|
38
|
-
- lib/v20210526/client.rb
|
|
39
|
-
- lib/v20201222/models.rb
|
|
40
37
|
- lib/v20201222/client.rb
|
|
38
|
+
- lib/v20201222/models.rb
|
|
39
|
+
- lib/v20210526/client.rb
|
|
40
|
+
- lib/v20210526/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|