tencentcloud-sdk-essbasic 3.0.1109 → 3.0.1117
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/client.rb +0 -1
- data/lib/v20210526/models.rb +165 -152
- 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: c3227cdb3342871b912e178261a71ebe799d3bac
|
4
|
+
data.tar.gz: e3624454b73201dfe000af288dcb6743834d8b6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d37d428fb03f3c422fe3a765a580915717476c9faaabd901ca351689eb3d289538c4fbe25680d430fc48b16efacbc3e69d6ae1940e8780f3b212055c17da8e2b
|
7
|
+
data.tar.gz: 0008eec7318d66c9c4126816f09f203e92cbd6abfdf2a8ea823ae8525fd6d621c68e946b6db409349264cc1c19f6ce9c975bc318cb32b1814bf764b65b43b02b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1117
|
data/lib/v20210526/client.rb
CHANGED
@@ -364,7 +364,6 @@ module TencentCloud
|
|
364
364
|
# 接口(ChannelCreateDynamicFlowApprover)用来补充<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>发起的动态合同的签署人信息
|
365
365
|
# **注**:
|
366
366
|
# <ul>
|
367
|
-
# <li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>
|
368
367
|
# <li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>
|
369
368
|
# <li>此接口需要保证:合同发起时指定开启了动态合同</li>
|
370
369
|
# <li>此接口补充的动态签署人传参规则,请参考接口:<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles" target="_blank">用PDF文件创建签署流程</a>的签署人传参规则</li>
|
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, 8
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2025, 8
|
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, 8
|
403
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
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, 8
|
707
|
+
deprecate :Operator=, :none, 2025, 8
|
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, 8
|
879
|
+
deprecate :Operator=, :none, 2025, 8
|
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, 8
|
940
|
+
deprecate :Operator=, :none, 2025, 8
|
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, 8
|
1051
|
+
deprecate :Operator=, :none, 2025, 8
|
1052
1052
|
|
1053
1053
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1054
1054
|
@Agent = agent
|
@@ -1458,8 +1458,8 @@ module TencentCloud
|
|
1458
1458
|
|
1459
1459
|
attr_accessor :Agent, :FlowIds, :Operator
|
1460
1460
|
extend Gem::Deprecate
|
1461
|
-
deprecate :Operator, :none, 2025,
|
1462
|
-
deprecate :Operator=, :none, 2025,
|
1461
|
+
deprecate :Operator, :none, 2025, 8
|
1462
|
+
deprecate :Operator=, :none, 2025, 8
|
1463
1463
|
|
1464
1464
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1465
1465
|
@Agent = agent
|
@@ -1536,10 +1536,10 @@ module TencentCloud
|
|
1536
1536
|
|
1537
1537
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1538
1538
|
extend Gem::Deprecate
|
1539
|
-
deprecate :Operator, :none, 2025,
|
1540
|
-
deprecate :Operator=, :none, 2025,
|
1541
|
-
deprecate :Organization, :none, 2025,
|
1542
|
-
deprecate :Organization=, :none, 2025,
|
1539
|
+
deprecate :Operator, :none, 2025, 8
|
1540
|
+
deprecate :Operator=, :none, 2025, 8
|
1541
|
+
deprecate :Organization, :none, 2025, 8
|
1542
|
+
deprecate :Organization=, :none, 2025, 8
|
1543
1543
|
|
1544
1544
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1545
1545
|
@Agent = agent
|
@@ -1707,8 +1707,8 @@ module TencentCloud
|
|
1707
1707
|
|
1708
1708
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1709
1709
|
extend Gem::Deprecate
|
1710
|
-
deprecate :Operator, :none, 2025,
|
1711
|
-
deprecate :Operator=, :none, 2025,
|
1710
|
+
deprecate :Operator, :none, 2025, 8
|
1711
|
+
deprecate :Operator=, :none, 2025, 8
|
1712
1712
|
|
1713
1713
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1714
1714
|
@Agent = agent
|
@@ -1973,12 +1973,12 @@ module TencentCloud
|
|
1973
1973
|
|
1974
1974
|
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
1975
|
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,
|
1976
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
1977
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
1978
|
+
deprecate :Operator, :none, 2025, 8
|
1979
|
+
deprecate :Operator=, :none, 2025, 8
|
1980
|
+
deprecate :OpenDynamicFlow, :none, 2025, 8
|
1981
|
+
deprecate :OpenDynamicFlow=, :none, 2025, 8
|
1982
1982
|
|
1983
1983
|
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
1984
|
@Agent = agent
|
@@ -2132,8 +2132,8 @@ module TencentCloud
|
|
2132
2132
|
|
2133
2133
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
2134
2134
|
extend Gem::Deprecate
|
2135
|
-
deprecate :Operator, :none, 2025,
|
2136
|
-
deprecate :Operator=, :none, 2025,
|
2135
|
+
deprecate :Operator, :none, 2025, 8
|
2136
|
+
deprecate :Operator=, :none, 2025, 8
|
2137
2137
|
|
2138
2138
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
2139
2139
|
@FlowFileInfos = flowfileinfos
|
@@ -2483,10 +2483,10 @@ module TencentCloud
|
|
2483
2483
|
|
2484
2484
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2485
2485
|
extend Gem::Deprecate
|
2486
|
-
deprecate :Operator, :none, 2025,
|
2487
|
-
deprecate :Operator=, :none, 2025,
|
2488
|
-
deprecate :Organization, :none, 2025,
|
2489
|
-
deprecate :Organization=, :none, 2025,
|
2486
|
+
deprecate :Operator, :none, 2025, 8
|
2487
|
+
deprecate :Operator=, :none, 2025, 8
|
2488
|
+
deprecate :Organization, :none, 2025, 8
|
2489
|
+
deprecate :Organization=, :none, 2025, 8
|
2490
2490
|
|
2491
2491
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2492
2492
|
@Agent = agent
|
@@ -2593,12 +2593,12 @@ module TencentCloud
|
|
2593
2593
|
|
2594
2594
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
2595
2595
|
extend Gem::Deprecate
|
2596
|
-
deprecate :CallbackUrl, :none, 2025,
|
2597
|
-
deprecate :CallbackUrl=, :none, 2025,
|
2598
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
2599
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
2600
|
-
deprecate :Operator, :none, 2025,
|
2601
|
-
deprecate :Operator=, :none, 2025,
|
2596
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
2597
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
2598
|
+
deprecate :ApproverRestrictions, :none, 2025, 8
|
2599
|
+
deprecate :ApproverRestrictions=, :none, 2025, 8
|
2600
|
+
deprecate :Operator, :none, 2025, 8
|
2601
|
+
deprecate :Operator=, :none, 2025, 8
|
2602
2602
|
|
2603
2603
|
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)
|
2604
2604
|
@Agent = agent
|
@@ -2925,16 +2925,16 @@ module TencentCloud
|
|
2925
2925
|
|
2926
2926
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
|
2927
2927
|
extend Gem::Deprecate
|
2928
|
-
deprecate :FlowApproverList, :none, 2025,
|
2929
|
-
deprecate :FlowApproverList=, :none, 2025,
|
2930
|
-
deprecate :NeedPreview, :none, 2025,
|
2931
|
-
deprecate :NeedPreview=, :none, 2025,
|
2932
|
-
deprecate :Organization, :none, 2025,
|
2933
|
-
deprecate :Organization=, :none, 2025,
|
2934
|
-
deprecate :Operator, :none, 2025,
|
2935
|
-
deprecate :Operator=, :none, 2025,
|
2936
|
-
deprecate :SignComponentConfig, :none, 2025,
|
2937
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
2928
|
+
deprecate :FlowApproverList, :none, 2025, 8
|
2929
|
+
deprecate :FlowApproverList=, :none, 2025, 8
|
2930
|
+
deprecate :NeedPreview, :none, 2025, 8
|
2931
|
+
deprecate :NeedPreview=, :none, 2025, 8
|
2932
|
+
deprecate :Organization, :none, 2025, 8
|
2933
|
+
deprecate :Organization=, :none, 2025, 8
|
2934
|
+
deprecate :Operator, :none, 2025, 8
|
2935
|
+
deprecate :Operator=, :none, 2025, 8
|
2936
|
+
deprecate :SignComponentConfig, :none, 2025, 8
|
2937
|
+
deprecate :SignComponentConfig=, :none, 2025, 8
|
2938
2938
|
|
2939
2939
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
|
2940
2940
|
@ResourceType = resourcetype
|
@@ -3163,12 +3163,12 @@ module TencentCloud
|
|
3163
3163
|
|
3164
3164
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
3165
3165
|
extend Gem::Deprecate
|
3166
|
-
deprecate :CallbackUrl, :none, 2025,
|
3167
|
-
deprecate :CallbackUrl=, :none, 2025,
|
3168
|
-
deprecate :Organization, :none, 2025,
|
3169
|
-
deprecate :Organization=, :none, 2025,
|
3170
|
-
deprecate :Operator, :none, 2025,
|
3171
|
-
deprecate :Operator=, :none, 2025,
|
3166
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
3167
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
3168
|
+
deprecate :Organization, :none, 2025, 8
|
3169
|
+
deprecate :Organization=, :none, 2025, 8
|
3170
|
+
deprecate :Operator, :none, 2025, 8
|
3171
|
+
deprecate :Operator=, :none, 2025, 8
|
3172
3172
|
|
3173
3173
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
3174
3174
|
@Agent = agent
|
@@ -3329,10 +3329,10 @@ module TencentCloud
|
|
3329
3329
|
|
3330
3330
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
3331
3331
|
extend Gem::Deprecate
|
3332
|
-
deprecate :Operator, :none, 2025,
|
3333
|
-
deprecate :Operator=, :none, 2025,
|
3334
|
-
deprecate :Organization, :none, 2025,
|
3335
|
-
deprecate :Organization=, :none, 2025,
|
3332
|
+
deprecate :Operator, :none, 2025, 8
|
3333
|
+
deprecate :Operator=, :none, 2025, 8
|
3334
|
+
deprecate :Organization, :none, 2025, 8
|
3335
|
+
deprecate :Organization=, :none, 2025, 8
|
3336
3336
|
|
3337
3337
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
3338
3338
|
@Agent = agent
|
@@ -3594,8 +3594,8 @@ module TencentCloud
|
|
3594
3594
|
|
3595
3595
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3596
3596
|
extend Gem::Deprecate
|
3597
|
-
deprecate :Operator, :none, 2025,
|
3598
|
-
deprecate :Operator=, :none, 2025,
|
3597
|
+
deprecate :Operator, :none, 2025, 8
|
3598
|
+
deprecate :Operator=, :none, 2025, 8
|
3599
3599
|
|
3600
3600
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3601
3601
|
@Agent = agent
|
@@ -3760,8 +3760,8 @@ module TencentCloud
|
|
3760
3760
|
|
3761
3761
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3762
3762
|
extend Gem::Deprecate
|
3763
|
-
deprecate :Operator, :none, 2025,
|
3764
|
-
deprecate :Operator=, :none, 2025,
|
3763
|
+
deprecate :Operator, :none, 2025, 8
|
3764
|
+
deprecate :Operator=, :none, 2025, 8
|
3765
3765
|
|
3766
3766
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3767
3767
|
@Agent = agent
|
@@ -3823,10 +3823,10 @@ module TencentCloud
|
|
3823
3823
|
|
3824
3824
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3825
3825
|
extend Gem::Deprecate
|
3826
|
-
deprecate :Organization, :none, 2025,
|
3827
|
-
deprecate :Organization=, :none, 2025,
|
3828
|
-
deprecate :Operator, :none, 2025,
|
3829
|
-
deprecate :Operator=, :none, 2025,
|
3826
|
+
deprecate :Organization, :none, 2025, 8
|
3827
|
+
deprecate :Organization=, :none, 2025, 8
|
3828
|
+
deprecate :Operator, :none, 2025, 8
|
3829
|
+
deprecate :Operator=, :none, 2025, 8
|
3830
3830
|
|
3831
3831
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3832
3832
|
@Agent = agent
|
@@ -4041,7 +4041,9 @@ module TencentCloud
|
|
4041
4041
|
# @param Filters: 查询的关键字段,支持Key-Values查询。可选键值如下:
|
4042
4042
|
# <ul>
|
4043
4043
|
# <li>Key:**"Status"**,Values: **["IsVerified"]**, 查询已实名的员工</li>
|
4044
|
+
# <li>Key:**"Status"**,Values: **["NotVerified"]**, 查询未实名的员工</li>
|
4044
4045
|
# <li>Key:**"Status"**,Values: **["QuiteJob"]**, 查询离职员工</li>
|
4046
|
+
# <li>Key:**"ExcludeQuiteJob"**,Values: **["true"]**, 查询排除离职员工</li>
|
4045
4047
|
# <li>Key:**"StaffOpenId"**,Values: **["OpenId1","OpenId2",...]**, 根据第三方系统用户OpenId查询员工</li>
|
4046
4048
|
# </ul>
|
4047
4049
|
# 注: `同名字的Key的过滤条件会冲突, 只能填写一个`
|
@@ -4053,8 +4055,8 @@ module TencentCloud
|
|
4053
4055
|
|
4054
4056
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
4055
4057
|
extend Gem::Deprecate
|
4056
|
-
deprecate :Operator, :none, 2025,
|
4057
|
-
deprecate :Operator=, :none, 2025,
|
4058
|
+
deprecate :Operator, :none, 2025, 8
|
4059
|
+
deprecate :Operator=, :none, 2025, 8
|
4058
4060
|
|
4059
4061
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
4060
4062
|
@Agent = agent
|
@@ -4308,8 +4310,8 @@ module TencentCloud
|
|
4308
4310
|
|
4309
4311
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
4310
4312
|
extend Gem::Deprecate
|
4311
|
-
deprecate :Operator, :none, 2025,
|
4312
|
-
deprecate :Operator=, :none, 2025,
|
4313
|
+
deprecate :Operator, :none, 2025, 8
|
4314
|
+
deprecate :Operator=, :none, 2025, 8
|
4313
4315
|
|
4314
4316
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
4315
4317
|
@Agent = agent
|
@@ -4610,10 +4612,10 @@ module TencentCloud
|
|
4610
4612
|
|
4611
4613
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4612
4614
|
extend Gem::Deprecate
|
4613
|
-
deprecate :Operator, :none, 2025,
|
4614
|
-
deprecate :Operator=, :none, 2025,
|
4615
|
-
deprecate :Organization, :none, 2025,
|
4616
|
-
deprecate :Organization=, :none, 2025,
|
4615
|
+
deprecate :Operator, :none, 2025, 8
|
4616
|
+
deprecate :Operator=, :none, 2025, 8
|
4617
|
+
deprecate :Organization, :none, 2025, 8
|
4618
|
+
deprecate :Organization=, :none, 2025, 8
|
4617
4619
|
|
4618
4620
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4619
4621
|
@Agent = agent
|
@@ -4669,8 +4671,8 @@ module TencentCloud
|
|
4669
4671
|
|
4670
4672
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4671
4673
|
extend Gem::Deprecate
|
4672
|
-
deprecate :PreviewUrl, :none, 2025,
|
4673
|
-
deprecate :PreviewUrl=, :none, 2025,
|
4674
|
+
deprecate :PreviewUrl, :none, 2025, 8
|
4675
|
+
deprecate :PreviewUrl=, :none, 2025, 8
|
4674
4676
|
|
4675
4677
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4676
4678
|
@TaskId = taskid
|
@@ -4950,8 +4952,8 @@ module TencentCloud
|
|
4950
4952
|
|
4951
4953
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4952
4954
|
extend Gem::Deprecate
|
4953
|
-
deprecate :Operator, :none, 2025,
|
4954
|
-
deprecate :Operator=, :none, 2025,
|
4955
|
+
deprecate :Operator, :none, 2025, 8
|
4956
|
+
deprecate :Operator=, :none, 2025, 8
|
4955
4957
|
|
4956
4958
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4957
4959
|
@Agent = agent
|
@@ -5011,8 +5013,8 @@ module TencentCloud
|
|
5011
5013
|
|
5012
5014
|
attr_accessor :FlowId, :Agent, :Operator
|
5013
5015
|
extend Gem::Deprecate
|
5014
|
-
deprecate :Operator, :none, 2025,
|
5015
|
-
deprecate :Operator=, :none, 2025,
|
5016
|
+
deprecate :Operator, :none, 2025, 8
|
5017
|
+
deprecate :Operator=, :none, 2025, 8
|
5016
5018
|
|
5017
5019
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
5018
5020
|
@FlowId = flowid
|
@@ -5928,8 +5930,8 @@ module TencentCloud
|
|
5928
5930
|
|
5929
5931
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5930
5932
|
extend Gem::Deprecate
|
5931
|
-
deprecate :Operator, :none, 2025,
|
5932
|
-
deprecate :Operator=, :none, 2025,
|
5933
|
+
deprecate :Operator, :none, 2025, 8
|
5934
|
+
deprecate :Operator=, :none, 2025, 8
|
5933
5935
|
|
5934
5936
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5935
5937
|
@Agent = agent
|
@@ -6234,8 +6236,6 @@ module TencentCloud
|
|
6234
6236
|
# <li>5:授权书+对公打款</li>
|
6235
6237
|
# </ul>
|
6236
6238
|
# @type AuthorizationTypes: Array
|
6237
|
-
# @param Operator: 暂未开放
|
6238
|
-
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
6239
6239
|
# @param ProxyOperatorIdCardNumber: 子客经办人身份证
|
6240
6240
|
# 注意:`如果已同步,这里非空会更新同步的经办人身份证号,暂时只支持中国大陆居民身份证类型`。
|
6241
6241
|
# @type ProxyOperatorIdCardNumber: String
|
@@ -6268,13 +6268,20 @@ module TencentCloud
|
|
6268
6268
|
# @type PowerOfAttorneys: Array
|
6269
6269
|
# @param OrganizationAuthorizationOptions: 企业认证时个性化能力信息
|
6270
6270
|
# @type OrganizationAuthorizationOptions: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationAuthorizationOptions`
|
6271
|
+
# @param BankAccountNumber: 组织机构对公打款 账号,账户名跟企业名称一致。
|
6272
|
+
|
6273
|
+
# p.s.
|
6274
|
+
# 只有认证方式是授权书+对公打款时才生效。
|
6275
|
+
# @type BankAccountNumber: String
|
6276
|
+
# @param Operator: 无
|
6277
|
+
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
6271
6278
|
|
6272
|
-
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :
|
6279
|
+
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator
|
6273
6280
|
extend Gem::Deprecate
|
6274
|
-
deprecate :Operator, :none, 2025,
|
6275
|
-
deprecate :Operator=, :none, 2025,
|
6281
|
+
deprecate :Operator, :none, 2025, 8
|
6282
|
+
deprecate :Operator=, :none, 2025, 8
|
6276
6283
|
|
6277
|
-
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil,
|
6284
|
+
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)
|
6278
6285
|
@Agent = agent
|
6279
6286
|
@ProxyOrganizationName = proxyorganizationname
|
6280
6287
|
@UniformSocialCreditCode = uniformsocialcreditcode
|
@@ -6286,7 +6293,6 @@ module TencentCloud
|
|
6286
6293
|
@Endpoint = endpoint
|
6287
6294
|
@AutoJumpBackEvent = autojumpbackevent
|
6288
6295
|
@AuthorizationTypes = authorizationtypes
|
6289
|
-
@Operator = operator
|
6290
6296
|
@ProxyOperatorIdCardNumber = proxyoperatoridcardnumber
|
6291
6297
|
@AutoJumpUrl = autojumpurl
|
6292
6298
|
@TopNavigationStatus = topnavigationstatus
|
@@ -6296,6 +6302,8 @@ module TencentCloud
|
|
6296
6302
|
@ProxyLegalName = proxylegalname
|
6297
6303
|
@PowerOfAttorneys = powerofattorneys
|
6298
6304
|
@OrganizationAuthorizationOptions = organizationauthorizationoptions
|
6305
|
+
@BankAccountNumber = bankaccountnumber
|
6306
|
+
@Operator = operator
|
6299
6307
|
end
|
6300
6308
|
|
6301
6309
|
def deserialize(params)
|
@@ -6313,10 +6321,6 @@ module TencentCloud
|
|
6313
6321
|
@Endpoint = params['Endpoint']
|
6314
6322
|
@AutoJumpBackEvent = params['AutoJumpBackEvent']
|
6315
6323
|
@AuthorizationTypes = params['AuthorizationTypes']
|
6316
|
-
unless params['Operator'].nil?
|
6317
|
-
@Operator = UserInfo.new
|
6318
|
-
@Operator.deserialize(params['Operator'])
|
6319
|
-
end
|
6320
6324
|
@ProxyOperatorIdCardNumber = params['ProxyOperatorIdCardNumber']
|
6321
6325
|
@AutoJumpUrl = params['AutoJumpUrl']
|
6322
6326
|
@TopNavigationStatus = params['TopNavigationStatus']
|
@@ -6329,6 +6333,11 @@ module TencentCloud
|
|
6329
6333
|
@OrganizationAuthorizationOptions = OrganizationAuthorizationOptions.new
|
6330
6334
|
@OrganizationAuthorizationOptions.deserialize(params['OrganizationAuthorizationOptions'])
|
6331
6335
|
end
|
6336
|
+
@BankAccountNumber = params['BankAccountNumber']
|
6337
|
+
unless params['Operator'].nil?
|
6338
|
+
@Operator = UserInfo.new
|
6339
|
+
@Operator.deserialize(params['Operator'])
|
6340
|
+
end
|
6332
6341
|
end
|
6333
6342
|
end
|
6334
6343
|
|
@@ -6791,8 +6800,8 @@ module TencentCloud
|
|
6791
6800
|
|
6792
6801
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
6793
6802
|
extend Gem::Deprecate
|
6794
|
-
deprecate :Operator, :none, 2025,
|
6795
|
-
deprecate :Operator=, :none, 2025,
|
6803
|
+
deprecate :Operator, :none, 2025, 8
|
6804
|
+
deprecate :Operator=, :none, 2025, 8
|
6796
6805
|
|
6797
6806
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
6798
6807
|
@Agent = agent
|
@@ -6907,10 +6916,10 @@ module TencentCloud
|
|
6907
6916
|
|
6908
6917
|
attr_accessor :Agent, :Operator, :Organization
|
6909
6918
|
extend Gem::Deprecate
|
6910
|
-
deprecate :Operator, :none, 2025,
|
6911
|
-
deprecate :Operator=, :none, 2025,
|
6912
|
-
deprecate :Organization, :none, 2025,
|
6913
|
-
deprecate :Organization=, :none, 2025,
|
6919
|
+
deprecate :Operator, :none, 2025, 8
|
6920
|
+
deprecate :Operator=, :none, 2025, 8
|
6921
|
+
deprecate :Organization, :none, 2025, 8
|
6922
|
+
deprecate :Organization=, :none, 2025, 8
|
6914
6923
|
|
6915
6924
|
def initialize(agent=nil, operator=nil, organization=nil)
|
6916
6925
|
@Agent = agent
|
@@ -7291,8 +7300,8 @@ module TencentCloud
|
|
7291
7300
|
|
7292
7301
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
7293
7302
|
extend Gem::Deprecate
|
7294
|
-
deprecate :Operator, :none, 2025,
|
7295
|
-
deprecate :Operator=, :none, 2025,
|
7303
|
+
deprecate :Operator, :none, 2025, 8
|
7304
|
+
deprecate :Operator=, :none, 2025, 8
|
7296
7305
|
|
7297
7306
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
7298
7307
|
@Agent = agent
|
@@ -7461,8 +7470,8 @@ module TencentCloud
|
|
7461
7470
|
|
7462
7471
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
7463
7472
|
extend Gem::Deprecate
|
7464
|
-
deprecate :Operator, :none, 2025,
|
7465
|
-
deprecate :Operator=, :none, 2025,
|
7473
|
+
deprecate :Operator, :none, 2025, 8
|
7474
|
+
deprecate :Operator=, :none, 2025, 8
|
7466
7475
|
|
7467
7476
|
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)
|
7468
7477
|
@Agent = agent
|
@@ -7863,8 +7872,8 @@ module TencentCloud
|
|
7863
7872
|
|
7864
7873
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
7865
7874
|
extend Gem::Deprecate
|
7866
|
-
deprecate :Operator, :none, 2025,
|
7867
|
-
deprecate :Operator=, :none, 2025,
|
7875
|
+
deprecate :Operator, :none, 2025, 8
|
7876
|
+
deprecate :Operator=, :none, 2025, 8
|
7868
7877
|
|
7869
7878
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
7870
7879
|
@Agent = agent
|
@@ -8207,8 +8216,8 @@ module TencentCloud
|
|
8207
8216
|
|
8208
8217
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
8209
8218
|
extend Gem::Deprecate
|
8210
|
-
deprecate :Operator, :none, 2025,
|
8211
|
-
deprecate :Operator=, :none, 2025,
|
8219
|
+
deprecate :Operator, :none, 2025, 8
|
8220
|
+
deprecate :Operator=, :none, 2025, 8
|
8212
8221
|
|
8213
8222
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
8214
8223
|
@Agent = agent
|
@@ -8294,8 +8303,8 @@ module TencentCloud
|
|
8294
8303
|
|
8295
8304
|
attr_accessor :Agent, :FlowIds, :Operator
|
8296
8305
|
extend Gem::Deprecate
|
8297
|
-
deprecate :Operator, :none, 2025,
|
8298
|
-
deprecate :Operator=, :none, 2025,
|
8306
|
+
deprecate :Operator, :none, 2025, 8
|
8307
|
+
deprecate :Operator=, :none, 2025, 8
|
8299
8308
|
|
8300
8309
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
8301
8310
|
@Agent = agent
|
@@ -8422,8 +8431,8 @@ module TencentCloud
|
|
8422
8431
|
|
8423
8432
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
|
8424
8433
|
extend Gem::Deprecate
|
8425
|
-
deprecate :Operator, :none, 2025,
|
8426
|
-
deprecate :Operator=, :none, 2025,
|
8434
|
+
deprecate :Operator, :none, 2025, 8
|
8435
|
+
deprecate :Operator=, :none, 2025, 8
|
8427
8436
|
|
8428
8437
|
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)
|
8429
8438
|
@Agent = agent
|
@@ -8537,8 +8546,8 @@ module TencentCloud
|
|
8537
8546
|
|
8538
8547
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
8539
8548
|
extend Gem::Deprecate
|
8540
|
-
deprecate :Operator, :none, 2025,
|
8541
|
-
deprecate :Operator=, :none, 2025,
|
8549
|
+
deprecate :Operator, :none, 2025, 8
|
8550
|
+
deprecate :Operator=, :none, 2025, 8
|
8542
8551
|
|
8543
8552
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
8544
8553
|
@Agent = agent
|
@@ -9087,8 +9096,8 @@ module TencentCloud
|
|
9087
9096
|
|
9088
9097
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
|
9089
9098
|
extend Gem::Deprecate
|
9090
|
-
deprecate :ReceiptId, :none, 2025,
|
9091
|
-
deprecate :ReceiptId=, :none, 2025,
|
9099
|
+
deprecate :ReceiptId, :none, 2025, 8
|
9100
|
+
deprecate :ReceiptId=, :none, 2025, 8
|
9092
9101
|
|
9093
9102
|
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)
|
9094
9103
|
@ReceiptId = receiptid
|
@@ -9316,8 +9325,8 @@ module TencentCloud
|
|
9316
9325
|
|
9317
9326
|
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
|
9318
9327
|
extend Gem::Deprecate
|
9319
|
-
deprecate :CallbackUrl, :none, 2025,
|
9320
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9328
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
9329
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
9321
9330
|
|
9322
9331
|
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)
|
9323
9332
|
@Name = name
|
@@ -9649,8 +9658,8 @@ module TencentCloud
|
|
9649
9658
|
|
9650
9659
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
9651
9660
|
extend Gem::Deprecate
|
9652
|
-
deprecate :CallbackUrl, :none, 2025,
|
9653
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9661
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
9662
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
9654
9663
|
|
9655
9664
|
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)
|
9656
9665
|
@FileIds = fileids
|
@@ -9914,8 +9923,8 @@ module TencentCloud
|
|
9914
9923
|
|
9915
9924
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
9916
9925
|
extend Gem::Deprecate
|
9917
|
-
deprecate :CallbackUrl, :none, 2025,
|
9918
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9926
|
+
deprecate :CallbackUrl, :none, 2025, 8
|
9927
|
+
deprecate :CallbackUrl=, :none, 2025, 8
|
9919
9928
|
|
9920
9929
|
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)
|
9921
9930
|
@FlowName = flowname
|
@@ -10569,8 +10578,8 @@ module TencentCloud
|
|
10569
10578
|
|
10570
10579
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
10571
10580
|
extend Gem::Deprecate
|
10572
|
-
deprecate :Operator, :none, 2025,
|
10573
|
-
deprecate :Operator=, :none, 2025,
|
10581
|
+
deprecate :Operator, :none, 2025, 8
|
10582
|
+
deprecate :Operator=, :none, 2025, 8
|
10574
10583
|
|
10575
10584
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
10576
10585
|
@Agent = agent
|
@@ -11201,8 +11210,8 @@ module TencentCloud
|
|
11201
11210
|
|
11202
11211
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
11203
11212
|
extend Gem::Deprecate
|
11204
|
-
deprecate :Operator, :none, 2025,
|
11205
|
-
deprecate :Operator=, :none, 2025,
|
11213
|
+
deprecate :Operator, :none, 2025, 8
|
11214
|
+
deprecate :Operator=, :none, 2025, 8
|
11206
11215
|
|
11207
11216
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
11208
11217
|
@Agent = agent
|
@@ -11378,7 +11387,7 @@ module TencentCloud
|
|
11378
11387
|
end
|
11379
11388
|
end
|
11380
11389
|
|
11381
|
-
# 企业认证可选项,其中包括
|
11390
|
+
# 企业认证可选项,其中包括 社会信用代码是否一致,企业名称是否一致,法人是否一致, 对公打款账号是否一致等信息。
|
11382
11391
|
# 代表生成链接的时候指定的这些信息不能被用户修改。
|
11383
11392
|
|
11384
11393
|
# p.s. 注意这些选项一旦传递,相关的信息也不会被上传的营业执照里面包含的信息所覆盖。
|
@@ -11389,19 +11398,23 @@ module TencentCloud
|
|
11389
11398
|
# @type OrganizationNameSame: Boolean
|
11390
11399
|
# @param LegalNameSame: 对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在法人姓名不为空时有效
|
11391
11400
|
# @type LegalNameSame: Boolean
|
11401
|
+
# @param BankAccountNumberSame: 对方打开链接认证时,对公打款账号是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在对公打款账号不为空时有效
|
11402
|
+
# @type BankAccountNumberSame: Boolean
|
11392
11403
|
|
11393
|
-
attr_accessor :UniformSocialCreditCodeSame, :OrganizationNameSame, :LegalNameSame
|
11404
|
+
attr_accessor :UniformSocialCreditCodeSame, :OrganizationNameSame, :LegalNameSame, :BankAccountNumberSame
|
11394
11405
|
|
11395
|
-
def initialize(uniformsocialcreditcodesame=nil, organizationnamesame=nil, legalnamesame=nil)
|
11406
|
+
def initialize(uniformsocialcreditcodesame=nil, organizationnamesame=nil, legalnamesame=nil, bankaccountnumbersame=nil)
|
11396
11407
|
@UniformSocialCreditCodeSame = uniformsocialcreditcodesame
|
11397
11408
|
@OrganizationNameSame = organizationnamesame
|
11398
11409
|
@LegalNameSame = legalnamesame
|
11410
|
+
@BankAccountNumberSame = bankaccountnumbersame
|
11399
11411
|
end
|
11400
11412
|
|
11401
11413
|
def deserialize(params)
|
11402
11414
|
@UniformSocialCreditCodeSame = params['UniformSocialCreditCodeSame']
|
11403
11415
|
@OrganizationNameSame = params['OrganizationNameSame']
|
11404
11416
|
@LegalNameSame = params['LegalNameSame']
|
11417
|
+
@BankAccountNumberSame = params['BankAccountNumberSame']
|
11405
11418
|
end
|
11406
11419
|
end
|
11407
11420
|
|
@@ -11488,10 +11501,10 @@ module TencentCloud
|
|
11488
11501
|
|
11489
11502
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
11490
11503
|
extend Gem::Deprecate
|
11491
|
-
deprecate :ClientIp, :none, 2025,
|
11492
|
-
deprecate :ClientIp=, :none, 2025,
|
11493
|
-
deprecate :ProxyIp, :none, 2025,
|
11494
|
-
deprecate :ProxyIp=, :none, 2025,
|
11504
|
+
deprecate :ClientIp, :none, 2025, 8
|
11505
|
+
deprecate :ClientIp=, :none, 2025, 8
|
11506
|
+
deprecate :ProxyIp, :none, 2025, 8
|
11507
|
+
deprecate :ProxyIp=, :none, 2025, 8
|
11495
11508
|
|
11496
11509
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
11497
11510
|
@OrganizationOpenId = organizationopenid
|
@@ -11703,8 +11716,8 @@ module TencentCloud
|
|
11703
11716
|
|
11704
11717
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
11705
11718
|
extend Gem::Deprecate
|
11706
|
-
deprecate :Operator, :none, 2025,
|
11707
|
-
deprecate :Operator=, :none, 2025,
|
11719
|
+
deprecate :Operator, :none, 2025, 8
|
11720
|
+
deprecate :Operator=, :none, 2025, 8
|
11708
11721
|
|
11709
11722
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
11710
11723
|
@Agent = agent
|
@@ -12338,8 +12351,8 @@ module TencentCloud
|
|
12338
12351
|
|
12339
12352
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
12340
12353
|
extend Gem::Deprecate
|
12341
|
-
deprecate :CustomUserId, :none, 2025,
|
12342
|
-
deprecate :CustomUserId=, :none, 2025,
|
12354
|
+
deprecate :CustomUserId, :none, 2025, 8
|
12355
|
+
deprecate :CustomUserId=, :none, 2025, 8
|
12343
12356
|
|
12344
12357
|
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)
|
12345
12358
|
@SignUrl = signurl
|
@@ -12507,8 +12520,8 @@ module TencentCloud
|
|
12507
12520
|
|
12508
12521
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
12509
12522
|
extend Gem::Deprecate
|
12510
|
-
deprecate :Operator, :none, 2025,
|
12511
|
-
deprecate :Operator=, :none, 2025,
|
12523
|
+
deprecate :Operator, :none, 2025, 8
|
12524
|
+
deprecate :Operator=, :none, 2025, 8
|
12512
12525
|
|
12513
12526
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
12514
12527
|
@Agent = agent
|
@@ -12607,8 +12620,8 @@ module TencentCloud
|
|
12607
12620
|
|
12608
12621
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
12609
12622
|
extend Gem::Deprecate
|
12610
|
-
deprecate :Operator, :none, 2025,
|
12611
|
-
deprecate :Operator=, :none, 2025,
|
12623
|
+
deprecate :Operator, :none, 2025, 8
|
12624
|
+
deprecate :Operator=, :none, 2025, 8
|
12612
12625
|
|
12613
12626
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
12614
12627
|
@Agent = agent
|
@@ -12746,8 +12759,8 @@ module TencentCloud
|
|
12746
12759
|
|
12747
12760
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
|
12748
12761
|
extend Gem::Deprecate
|
12749
|
-
deprecate :IsPromoter, :none, 2025,
|
12750
|
-
deprecate :IsPromoter=, :none, 2025,
|
12762
|
+
deprecate :IsPromoter, :none, 2025, 8
|
12763
|
+
deprecate :IsPromoter=, :none, 2025, 8
|
12751
12764
|
|
12752
12765
|
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)
|
12753
12766
|
@TemplateId = templateid
|
@@ -12891,8 +12904,8 @@ module TencentCloud
|
|
12891
12904
|
|
12892
12905
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
12893
12906
|
extend Gem::Deprecate
|
12894
|
-
deprecate :Operator, :none, 2025,
|
12895
|
-
deprecate :Operator=, :none, 2025,
|
12907
|
+
deprecate :Operator, :none, 2025, 8
|
12908
|
+
deprecate :Operator=, :none, 2025, 8
|
12896
12909
|
|
12897
12910
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
12898
12911
|
@Agent = agent
|
@@ -13035,14 +13048,14 @@ module TencentCloud
|
|
13035
13048
|
|
13036
13049
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
13037
13050
|
extend Gem::Deprecate
|
13038
|
-
deprecate :Channel, :none, 2025,
|
13039
|
-
deprecate :Channel=, :none, 2025,
|
13040
|
-
deprecate :CustomUserId, :none, 2025,
|
13041
|
-
deprecate :CustomUserId=, :none, 2025,
|
13042
|
-
deprecate :ClientIp, :none, 2025,
|
13043
|
-
deprecate :ClientIp=, :none, 2025,
|
13044
|
-
deprecate :ProxyIp, :none, 2025,
|
13045
|
-
deprecate :ProxyIp=, :none, 2025,
|
13051
|
+
deprecate :Channel, :none, 2025, 8
|
13052
|
+
deprecate :Channel=, :none, 2025, 8
|
13053
|
+
deprecate :CustomUserId, :none, 2025, 8
|
13054
|
+
deprecate :CustomUserId=, :none, 2025, 8
|
13055
|
+
deprecate :ClientIp, :none, 2025, 8
|
13056
|
+
deprecate :ClientIp=, :none, 2025, 8
|
13057
|
+
deprecate :ProxyIp, :none, 2025, 8
|
13058
|
+
deprecate :ProxyIp=, :none, 2025, 8
|
13046
13059
|
|
13047
13060
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
13048
13061
|
@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.1117
|
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-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|