tencentcloud-sdk-essbasic 3.0.971 → 3.0.973
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +193 -139
- 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: 5550a5f7b5e1176eba4211dfe9ba671229f1351f
|
4
|
+
data.tar.gz: ba0f4513454dd6ee4714d1ab8ad0b8aceed42859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 500cd0448189f1ea1efb1bb0184c3bef6c119932a7e7849ee0084187dde0036ee78e4aaf8ec8e8618561e45952b14120c4ffc1d4382a76aed69b87cdfb3bf7f2
|
7
|
+
data.tar.gz: e02829d94caf6416d58c1c7540e6cc3004de0f557fe8b1cab04bb601fc40384fc07d8dd0c80773b361f5dc76d145be3d23cbb54e626985459eed04be7c8f6c72
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
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,
|
41
|
-
deprecate :ProxyOrganizationId=, :none,
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2025, 1
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2025, 1
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -403,8 +403,8 @@ module TencentCloud
|
|
403
403
|
|
404
404
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
405
405
|
extend Gem::Deprecate
|
406
|
-
deprecate :CallbackUrl, :none,
|
407
|
-
deprecate :CallbackUrl=, :none,
|
406
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
407
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
408
408
|
|
409
409
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
410
410
|
@UserInfo = userinfo
|
@@ -643,8 +643,8 @@ module TencentCloud
|
|
643
643
|
|
644
644
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
645
645
|
extend Gem::Deprecate
|
646
|
-
deprecate :Operator, :none,
|
647
|
-
deprecate :Operator=, :none,
|
646
|
+
deprecate :Operator, :none, 2025, 1
|
647
|
+
deprecate :Operator=, :none, 2025, 1
|
648
648
|
|
649
649
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
650
650
|
@Agent = agent
|
@@ -815,8 +815,8 @@ module TencentCloud
|
|
815
815
|
|
816
816
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
817
817
|
extend Gem::Deprecate
|
818
|
-
deprecate :Operator, :none,
|
819
|
-
deprecate :Operator=, :none,
|
818
|
+
deprecate :Operator, :none, 2025, 1
|
819
|
+
deprecate :Operator=, :none, 2025, 1
|
820
820
|
|
821
821
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
822
822
|
@FlowId = flowid
|
@@ -876,8 +876,8 @@ module TencentCloud
|
|
876
876
|
|
877
877
|
attr_accessor :Agent, :QrCodeId, :Operator
|
878
878
|
extend Gem::Deprecate
|
879
|
-
deprecate :Operator, :none,
|
880
|
-
deprecate :Operator=, :none,
|
879
|
+
deprecate :Operator, :none, 2025, 1
|
880
|
+
deprecate :Operator=, :none, 2025, 1
|
881
881
|
|
882
882
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
883
883
|
@Agent = agent
|
@@ -987,8 +987,8 @@ module TencentCloud
|
|
987
987
|
|
988
988
|
attr_accessor :Agent, :FlowIds, :Operator
|
989
989
|
extend Gem::Deprecate
|
990
|
-
deprecate :Operator, :none,
|
991
|
-
deprecate :Operator=, :none,
|
990
|
+
deprecate :Operator, :none, 2025, 1
|
991
|
+
deprecate :Operator=, :none, 2025, 1
|
992
992
|
|
993
993
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
994
994
|
@Agent = agent
|
@@ -1362,8 +1362,8 @@ module TencentCloud
|
|
1362
1362
|
|
1363
1363
|
attr_accessor :Agent, :FlowIds, :Operator
|
1364
1364
|
extend Gem::Deprecate
|
1365
|
-
deprecate :Operator, :none,
|
1366
|
-
deprecate :Operator=, :none,
|
1365
|
+
deprecate :Operator, :none, 2025, 1
|
1366
|
+
deprecate :Operator=, :none, 2025, 1
|
1367
1367
|
|
1368
1368
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1369
1369
|
@Agent = agent
|
@@ -1440,10 +1440,10 @@ module TencentCloud
|
|
1440
1440
|
|
1441
1441
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1442
1442
|
extend Gem::Deprecate
|
1443
|
-
deprecate :Operator, :none,
|
1444
|
-
deprecate :Operator=, :none,
|
1445
|
-
deprecate :Organization, :none,
|
1446
|
-
deprecate :Organization=, :none,
|
1443
|
+
deprecate :Operator, :none, 2025, 1
|
1444
|
+
deprecate :Operator=, :none, 2025, 1
|
1445
|
+
deprecate :Organization, :none, 2025, 1
|
1446
|
+
deprecate :Organization=, :none, 2025, 1
|
1447
1447
|
|
1448
1448
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1449
1449
|
@Agent = agent
|
@@ -1611,8 +1611,8 @@ module TencentCloud
|
|
1611
1611
|
|
1612
1612
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1613
1613
|
extend Gem::Deprecate
|
1614
|
-
deprecate :Operator, :none,
|
1615
|
-
deprecate :Operator=, :none,
|
1614
|
+
deprecate :Operator, :none, 2025, 1
|
1615
|
+
deprecate :Operator=, :none, 2025, 1
|
1616
1616
|
|
1617
1617
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1618
1618
|
@Agent = agent
|
@@ -1871,10 +1871,10 @@ module TencentCloud
|
|
1871
1871
|
|
1872
1872
|
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
|
1873
1873
|
extend Gem::Deprecate
|
1874
|
-
deprecate :CallbackUrl, :none,
|
1875
|
-
deprecate :CallbackUrl=, :none,
|
1876
|
-
deprecate :Operator, :none,
|
1877
|
-
deprecate :Operator=, :none,
|
1874
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
1875
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
1876
|
+
deprecate :Operator, :none, 2025, 1
|
1877
|
+
deprecate :Operator=, :none, 2025, 1
|
1878
1878
|
|
1879
1879
|
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)
|
1880
1880
|
@Agent = agent
|
@@ -2027,8 +2027,8 @@ module TencentCloud
|
|
2027
2027
|
|
2028
2028
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
2029
2029
|
extend Gem::Deprecate
|
2030
|
-
deprecate :Operator, :none,
|
2031
|
-
deprecate :Operator=, :none,
|
2030
|
+
deprecate :Operator, :none, 2025, 1
|
2031
|
+
deprecate :Operator=, :none, 2025, 1
|
2032
2032
|
|
2033
2033
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
2034
2034
|
@FlowFileInfos = flowfileinfos
|
@@ -2373,10 +2373,10 @@ module TencentCloud
|
|
2373
2373
|
|
2374
2374
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2375
2375
|
extend Gem::Deprecate
|
2376
|
-
deprecate :Operator, :none,
|
2377
|
-
deprecate :Operator=, :none,
|
2378
|
-
deprecate :Organization, :none,
|
2379
|
-
deprecate :Organization=, :none,
|
2376
|
+
deprecate :Operator, :none, 2025, 1
|
2377
|
+
deprecate :Operator=, :none, 2025, 1
|
2378
|
+
deprecate :Organization, :none, 2025, 1
|
2379
|
+
deprecate :Organization=, :none, 2025, 1
|
2380
2380
|
|
2381
2381
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2382
2382
|
@Agent = agent
|
@@ -2483,12 +2483,12 @@ module TencentCloud
|
|
2483
2483
|
|
2484
2484
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
2485
2485
|
extend Gem::Deprecate
|
2486
|
-
deprecate :CallbackUrl, :none,
|
2487
|
-
deprecate :CallbackUrl=, :none,
|
2488
|
-
deprecate :ApproverRestrictions, :none,
|
2489
|
-
deprecate :ApproverRestrictions=, :none,
|
2490
|
-
deprecate :Operator, :none,
|
2491
|
-
deprecate :Operator=, :none,
|
2486
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
2487
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
2488
|
+
deprecate :ApproverRestrictions, :none, 2025, 1
|
2489
|
+
deprecate :ApproverRestrictions=, :none, 2025, 1
|
2490
|
+
deprecate :Operator, :none, 2025, 1
|
2491
|
+
deprecate :Operator=, :none, 2025, 1
|
2492
2492
|
|
2493
2493
|
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)
|
2494
2494
|
@Agent = agent
|
@@ -2734,12 +2734,12 @@ module TencentCloud
|
|
2734
2734
|
|
2735
2735
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2736
2736
|
extend Gem::Deprecate
|
2737
|
-
deprecate :NeedPreview, :none,
|
2738
|
-
deprecate :NeedPreview=, :none,
|
2739
|
-
deprecate :Organization, :none,
|
2740
|
-
deprecate :Organization=, :none,
|
2741
|
-
deprecate :Operator, :none,
|
2742
|
-
deprecate :Operator=, :none,
|
2737
|
+
deprecate :NeedPreview, :none, 2025, 1
|
2738
|
+
deprecate :NeedPreview=, :none, 2025, 1
|
2739
|
+
deprecate :Organization, :none, 2025, 1
|
2740
|
+
deprecate :Organization=, :none, 2025, 1
|
2741
|
+
deprecate :Operator, :none, 2025, 1
|
2742
|
+
deprecate :Operator=, :none, 2025, 1
|
2743
2743
|
|
2744
2744
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2745
2745
|
@ResourceType = resourcetype
|
@@ -2963,12 +2963,12 @@ module TencentCloud
|
|
2963
2963
|
|
2964
2964
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2965
2965
|
extend Gem::Deprecate
|
2966
|
-
deprecate :CallbackUrl, :none,
|
2967
|
-
deprecate :CallbackUrl=, :none,
|
2968
|
-
deprecate :Organization, :none,
|
2969
|
-
deprecate :Organization=, :none,
|
2970
|
-
deprecate :Operator, :none,
|
2971
|
-
deprecate :Operator=, :none,
|
2966
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
2967
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
2968
|
+
deprecate :Organization, :none, 2025, 1
|
2969
|
+
deprecate :Organization=, :none, 2025, 1
|
2970
|
+
deprecate :Operator, :none, 2025, 1
|
2971
|
+
deprecate :Operator=, :none, 2025, 1
|
2972
2972
|
|
2973
2973
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2974
2974
|
@Agent = agent
|
@@ -3129,10 +3129,10 @@ module TencentCloud
|
|
3129
3129
|
|
3130
3130
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
3131
3131
|
extend Gem::Deprecate
|
3132
|
-
deprecate :Operator, :none,
|
3133
|
-
deprecate :Operator=, :none,
|
3134
|
-
deprecate :Organization, :none,
|
3135
|
-
deprecate :Organization=, :none,
|
3132
|
+
deprecate :Operator, :none, 2025, 1
|
3133
|
+
deprecate :Operator=, :none, 2025, 1
|
3134
|
+
deprecate :Organization, :none, 2025, 1
|
3135
|
+
deprecate :Organization=, :none, 2025, 1
|
3136
3136
|
|
3137
3137
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
3138
3138
|
@Agent = agent
|
@@ -3396,8 +3396,8 @@ module TencentCloud
|
|
3396
3396
|
|
3397
3397
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3398
3398
|
extend Gem::Deprecate
|
3399
|
-
deprecate :Operator, :none,
|
3400
|
-
deprecate :Operator=, :none,
|
3399
|
+
deprecate :Operator, :none, 2025, 1
|
3400
|
+
deprecate :Operator=, :none, 2025, 1
|
3401
3401
|
|
3402
3402
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3403
3403
|
@Agent = agent
|
@@ -3562,8 +3562,8 @@ module TencentCloud
|
|
3562
3562
|
|
3563
3563
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3564
3564
|
extend Gem::Deprecate
|
3565
|
-
deprecate :Operator, :none,
|
3566
|
-
deprecate :Operator=, :none,
|
3565
|
+
deprecate :Operator, :none, 2025, 1
|
3566
|
+
deprecate :Operator=, :none, 2025, 1
|
3567
3567
|
|
3568
3568
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3569
3569
|
@Agent = agent
|
@@ -3625,10 +3625,10 @@ module TencentCloud
|
|
3625
3625
|
|
3626
3626
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3627
3627
|
extend Gem::Deprecate
|
3628
|
-
deprecate :Organization, :none,
|
3629
|
-
deprecate :Organization=, :none,
|
3630
|
-
deprecate :Operator, :none,
|
3631
|
-
deprecate :Operator=, :none,
|
3628
|
+
deprecate :Organization, :none, 2025, 1
|
3629
|
+
deprecate :Organization=, :none, 2025, 1
|
3630
|
+
deprecate :Operator, :none, 2025, 1
|
3631
|
+
deprecate :Operator=, :none, 2025, 1
|
3632
3632
|
|
3633
3633
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3634
3634
|
@Agent = agent
|
@@ -3856,8 +3856,8 @@ module TencentCloud
|
|
3856
3856
|
|
3857
3857
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3858
3858
|
extend Gem::Deprecate
|
3859
|
-
deprecate :Operator, :none,
|
3860
|
-
deprecate :Operator=, :none,
|
3859
|
+
deprecate :Operator, :none, 2025, 1
|
3860
|
+
deprecate :Operator=, :none, 2025, 1
|
3861
3861
|
|
3862
3862
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3863
3863
|
@Agent = agent
|
@@ -4113,8 +4113,8 @@ module TencentCloud
|
|
4113
4113
|
|
4114
4114
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
4115
4115
|
extend Gem::Deprecate
|
4116
|
-
deprecate :Operator, :none,
|
4117
|
-
deprecate :Operator=, :none,
|
4116
|
+
deprecate :Operator, :none, 2025, 1
|
4117
|
+
deprecate :Operator=, :none, 2025, 1
|
4118
4118
|
|
4119
4119
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
4120
4120
|
@Agent = agent
|
@@ -4418,10 +4418,10 @@ module TencentCloud
|
|
4418
4418
|
|
4419
4419
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4420
4420
|
extend Gem::Deprecate
|
4421
|
-
deprecate :Operator, :none,
|
4422
|
-
deprecate :Operator=, :none,
|
4423
|
-
deprecate :Organization, :none,
|
4424
|
-
deprecate :Organization=, :none,
|
4421
|
+
deprecate :Operator, :none, 2025, 1
|
4422
|
+
deprecate :Operator=, :none, 2025, 1
|
4423
|
+
deprecate :Organization, :none, 2025, 1
|
4424
|
+
deprecate :Organization=, :none, 2025, 1
|
4425
4425
|
|
4426
4426
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4427
4427
|
@Agent = agent
|
@@ -4478,8 +4478,8 @@ module TencentCloud
|
|
4478
4478
|
|
4479
4479
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4480
4480
|
extend Gem::Deprecate
|
4481
|
-
deprecate :PreviewUrl, :none,
|
4482
|
-
deprecate :PreviewUrl=, :none,
|
4481
|
+
deprecate :PreviewUrl, :none, 2025, 1
|
4482
|
+
deprecate :PreviewUrl=, :none, 2025, 1
|
4483
4483
|
|
4484
4484
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4485
4485
|
@TaskId = taskid
|
@@ -4762,8 +4762,8 @@ module TencentCloud
|
|
4762
4762
|
|
4763
4763
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4764
4764
|
extend Gem::Deprecate
|
4765
|
-
deprecate :Operator, :none,
|
4766
|
-
deprecate :Operator=, :none,
|
4765
|
+
deprecate :Operator, :none, 2025, 1
|
4766
|
+
deprecate :Operator=, :none, 2025, 1
|
4767
4767
|
|
4768
4768
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4769
4769
|
@Agent = agent
|
@@ -4823,8 +4823,8 @@ module TencentCloud
|
|
4823
4823
|
|
4824
4824
|
attr_accessor :FlowId, :Agent, :Operator
|
4825
4825
|
extend Gem::Deprecate
|
4826
|
-
deprecate :Operator, :none,
|
4827
|
-
deprecate :Operator=, :none,
|
4826
|
+
deprecate :Operator, :none, 2025, 1
|
4827
|
+
deprecate :Operator=, :none, 2025, 1
|
4828
4828
|
|
4829
4829
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4830
4830
|
@FlowId = flowid
|
@@ -5205,6 +5205,10 @@ module TencentCloud
|
|
5205
5205
|
# <ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>
|
5206
5206
|
# <b>参数样例</b>:`{"Opacity":0.7}`
|
5207
5207
|
|
5208
|
+
# <font color="red">签署印章大小功能设置,</font>当ComponentType为SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署时按照实际印章的大小进行签署,如果印章没有设置大小,那么默认会是4.2cm的印章大小:
|
5209
|
+
# <ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>
|
5210
|
+
# <b>参数样例</b>:`{"UseSealSize":true}`
|
5211
|
+
|
5208
5212
|
# <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
5209
5213
|
# <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
5210
5214
|
# 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
@@ -5269,6 +5273,7 @@ module TencentCloud
|
|
5269
5273
|
# </tbody>
|
5270
5274
|
# </table>
|
5271
5275
|
# <b>参数样例</b>:
|
5276
|
+
|
5272
5277
|
# ```json
|
5273
5278
|
# {
|
5274
5279
|
# "ChildrenComponents": [
|
@@ -5656,8 +5661,8 @@ module TencentCloud
|
|
5656
5661
|
|
5657
5662
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5658
5663
|
extend Gem::Deprecate
|
5659
|
-
deprecate :Operator, :none,
|
5660
|
-
deprecate :Operator=, :none,
|
5664
|
+
deprecate :Operator, :none, 2025, 1
|
5665
|
+
deprecate :Operator=, :none, 2025, 1
|
5661
5666
|
|
5662
5667
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5663
5668
|
@Agent = agent
|
@@ -5989,13 +5994,26 @@ module TencentCloud
|
|
5989
5994
|
# <b>注</b>:如果<b>应用扩展服务</b>中的<b>自动激活子客企业</b>为打开态, 则忽略本接口的AutoActive这个参数(若持有的许可证充足,子客户企业注册完成后将自动激活),具体位置参考下图:
|
5990
5995
|
# ![image](https://qcloudimg.tencent-cloud.cn/raw/c3639b05503d3735bac483d17aa6b0a3.png)
|
5991
5996
|
# @type AutoActive: Boolean
|
5997
|
+
# @param BusinessLicense: 营业执照正面照(支持PNG或JPG格式)需以base64格式提供,且文件大小不得超过5MB。
|
5998
|
+
# @type BusinessLicense: String
|
5999
|
+
# @param ProxyAddress: 组织机构企业注册地址。 请确认该企业注册地址与企业营业执照中注册的地址一致。
|
6000
|
+
# @type ProxyAddress: String
|
6001
|
+
# @param ProxyLegalName: 组织机构法人的姓名。 请确认该企业统一社会信用代码与企业营业执照中注册的法人姓名一致。
|
6002
|
+
# @type ProxyLegalName: String
|
6003
|
+
# @param PowerOfAttorneys: 授权书(PNG或JPG或PDF) base64格式, 大小不超过8M 。
|
6004
|
+
# p.s. 如果上传授权书 ,需遵循以下条件
|
6005
|
+
# 1. 超管的信息(超管姓名,超管手机号)必须为必填参数。
|
6006
|
+
# 2. 认证方式AuthorizationTypes必须只能是上传授权书方式
|
6007
|
+
# @type PowerOfAttorneys: Array
|
6008
|
+
# @param OrganizationAuthorizationOptions: 企业认证时个性化能力信息
|
6009
|
+
# @type OrganizationAuthorizationOptions: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationAuthorizationOptions`
|
5992
6010
|
|
5993
|
-
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive
|
6011
|
+
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions
|
5994
6012
|
extend Gem::Deprecate
|
5995
|
-
deprecate :Operator, :none,
|
5996
|
-
deprecate :Operator=, :none,
|
6013
|
+
deprecate :Operator, :none, 2025, 1
|
6014
|
+
deprecate :Operator=, :none, 2025, 1
|
5997
6015
|
|
5998
|
-
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil)
|
6016
|
+
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil)
|
5999
6017
|
@Agent = agent
|
6000
6018
|
@ProxyOrganizationName = proxyorganizationname
|
6001
6019
|
@UniformSocialCreditCode = uniformsocialcreditcode
|
@@ -6012,6 +6030,11 @@ module TencentCloud
|
|
6012
6030
|
@AutoJumpUrl = autojumpurl
|
6013
6031
|
@TopNavigationStatus = topnavigationstatus
|
6014
6032
|
@AutoActive = autoactive
|
6033
|
+
@BusinessLicense = businesslicense
|
6034
|
+
@ProxyAddress = proxyaddress
|
6035
|
+
@ProxyLegalName = proxylegalname
|
6036
|
+
@PowerOfAttorneys = powerofattorneys
|
6037
|
+
@OrganizationAuthorizationOptions = organizationauthorizationoptions
|
6015
6038
|
end
|
6016
6039
|
|
6017
6040
|
def deserialize(params)
|
@@ -6037,6 +6060,14 @@ module TencentCloud
|
|
6037
6060
|
@AutoJumpUrl = params['AutoJumpUrl']
|
6038
6061
|
@TopNavigationStatus = params['TopNavigationStatus']
|
6039
6062
|
@AutoActive = params['AutoActive']
|
6063
|
+
@BusinessLicense = params['BusinessLicense']
|
6064
|
+
@ProxyAddress = params['ProxyAddress']
|
6065
|
+
@ProxyLegalName = params['ProxyLegalName']
|
6066
|
+
@PowerOfAttorneys = params['PowerOfAttorneys']
|
6067
|
+
unless params['OrganizationAuthorizationOptions'].nil?
|
6068
|
+
@OrganizationAuthorizationOptions = OrganizationAuthorizationOptions.new
|
6069
|
+
@OrganizationAuthorizationOptions.deserialize(params['OrganizationAuthorizationOptions'])
|
6070
|
+
end
|
6040
6071
|
end
|
6041
6072
|
end
|
6042
6073
|
|
@@ -6348,8 +6379,8 @@ module TencentCloud
|
|
6348
6379
|
|
6349
6380
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
6350
6381
|
extend Gem::Deprecate
|
6351
|
-
deprecate :Operator, :none,
|
6352
|
-
deprecate :Operator=, :none,
|
6382
|
+
deprecate :Operator, :none, 2025, 1
|
6383
|
+
deprecate :Operator=, :none, 2025, 1
|
6353
6384
|
|
6354
6385
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
6355
6386
|
@Agent = agent
|
@@ -6462,10 +6493,10 @@ module TencentCloud
|
|
6462
6493
|
|
6463
6494
|
attr_accessor :Agent, :Operator, :Organization
|
6464
6495
|
extend Gem::Deprecate
|
6465
|
-
deprecate :Operator, :none,
|
6466
|
-
deprecate :Operator=, :none,
|
6467
|
-
deprecate :Organization, :none,
|
6468
|
-
deprecate :Organization=, :none,
|
6496
|
+
deprecate :Operator, :none, 2025, 1
|
6497
|
+
deprecate :Operator=, :none, 2025, 1
|
6498
|
+
deprecate :Organization, :none, 2025, 1
|
6499
|
+
deprecate :Organization=, :none, 2025, 1
|
6469
6500
|
|
6470
6501
|
def initialize(agent=nil, operator=nil, organization=nil)
|
6471
6502
|
@Agent = agent
|
@@ -6788,11 +6819,7 @@ module TencentCloud
|
|
6788
6819
|
# <ul><li>**circle**:(默认)圆形印章</li>
|
6789
6820
|
# <li>**ellipse**:椭圆印章</li></ul>
|
6790
6821
|
# @type SealStyle: String
|
6791
|
-
# @param SealSize: 印章尺寸取值描述, 可以选择的尺寸如下:
|
6792
|
-
# <ul><li> **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li>
|
6793
|
-
# <li> **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效</li>
|
6794
|
-
# <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li>
|
6795
|
-
# <li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
|
6822
|
+
# @param SealSize: 印章尺寸取值描述, 可以选择的尺寸如下: <ul><li> **38_38**: 圆形企业公章直径38mm, 当SealStyle是圆形的时候才有效</li> <li> **40_40**: 圆形企业公章直径40mm, 当SealStyle是圆形的时候才有效</li> <li> **42_42**(默认): 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li> <li> **45_45**: 圆形企业印章直径45mm, 当SealStyle是圆形的时候才有效</li> <li> **50_50**: 圆形企业印章直径45mm, 当SealStyle是圆形的时候才有效</li> <li> **58_58**: 圆形企业印章直径45mm, 当SealStyle是圆形的时候才有效</li> <li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li> <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li> </ul>
|
6796
6823
|
# @type SealSize: String
|
6797
6824
|
# @param TaxIdentifyCode: 企业税号
|
6798
6825
|
|
@@ -6805,8 +6832,8 @@ module TencentCloud
|
|
6805
6832
|
|
6806
6833
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6807
6834
|
extend Gem::Deprecate
|
6808
|
-
deprecate :Operator, :none,
|
6809
|
-
deprecate :Operator=, :none,
|
6835
|
+
deprecate :Operator, :none, 2025, 1
|
6836
|
+
deprecate :Operator=, :none, 2025, 1
|
6810
6837
|
|
6811
6838
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6812
6839
|
@Agent = agent
|
@@ -6968,8 +6995,8 @@ module TencentCloud
|
|
6968
6995
|
|
6969
6996
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
6970
6997
|
extend Gem::Deprecate
|
6971
|
-
deprecate :Operator, :none,
|
6972
|
-
deprecate :Operator=, :none,
|
6998
|
+
deprecate :Operator, :none, 2025, 1
|
6999
|
+
deprecate :Operator=, :none, 2025, 1
|
6973
7000
|
|
6974
7001
|
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)
|
6975
7002
|
@Agent = agent
|
@@ -7317,8 +7344,8 @@ module TencentCloud
|
|
7317
7344
|
|
7318
7345
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
7319
7346
|
extend Gem::Deprecate
|
7320
|
-
deprecate :Operator, :none,
|
7321
|
-
deprecate :Operator=, :none,
|
7347
|
+
deprecate :Operator, :none, 2025, 1
|
7348
|
+
deprecate :Operator=, :none, 2025, 1
|
7322
7349
|
|
7323
7350
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
7324
7351
|
@Agent = agent
|
@@ -7664,8 +7691,8 @@ module TencentCloud
|
|
7664
7691
|
|
7665
7692
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
7666
7693
|
extend Gem::Deprecate
|
7667
|
-
deprecate :Operator, :none,
|
7668
|
-
deprecate :Operator=, :none,
|
7694
|
+
deprecate :Operator, :none, 2025, 1
|
7695
|
+
deprecate :Operator=, :none, 2025, 1
|
7669
7696
|
|
7670
7697
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
7671
7698
|
@Agent = agent
|
@@ -7754,8 +7781,8 @@ module TencentCloud
|
|
7754
7781
|
|
7755
7782
|
attr_accessor :Agent, :FlowIds, :Operator
|
7756
7783
|
extend Gem::Deprecate
|
7757
|
-
deprecate :Operator, :none,
|
7758
|
-
deprecate :Operator=, :none,
|
7784
|
+
deprecate :Operator, :none, 2025, 1
|
7785
|
+
deprecate :Operator=, :none, 2025, 1
|
7759
7786
|
|
7760
7787
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
7761
7788
|
@Agent = agent
|
@@ -7880,8 +7907,8 @@ module TencentCloud
|
|
7880
7907
|
|
7881
7908
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7882
7909
|
extend Gem::Deprecate
|
7883
|
-
deprecate :Operator, :none,
|
7884
|
-
deprecate :Operator=, :none,
|
7910
|
+
deprecate :Operator, :none, 2025, 1
|
7911
|
+
deprecate :Operator=, :none, 2025, 1
|
7885
7912
|
|
7886
7913
|
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)
|
7887
7914
|
@Agent = agent
|
@@ -7993,8 +8020,8 @@ module TencentCloud
|
|
7993
8020
|
|
7994
8021
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
7995
8022
|
extend Gem::Deprecate
|
7996
|
-
deprecate :Operator, :none,
|
7997
|
-
deprecate :Operator=, :none,
|
8023
|
+
deprecate :Operator, :none, 2025, 1
|
8024
|
+
deprecate :Operator=, :none, 2025, 1
|
7998
8025
|
|
7999
8026
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
8000
8027
|
@Agent = agent
|
@@ -8706,8 +8733,8 @@ module TencentCloud
|
|
8706
8733
|
|
8707
8734
|
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
|
8708
8735
|
extend Gem::Deprecate
|
8709
|
-
deprecate :CallbackUrl, :none,
|
8710
|
-
deprecate :CallbackUrl=, :none,
|
8736
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
8737
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
8711
8738
|
|
8712
8739
|
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)
|
8713
8740
|
@Name = name
|
@@ -9027,8 +9054,8 @@ module TencentCloud
|
|
9027
9054
|
|
9028
9055
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
9029
9056
|
extend Gem::Deprecate
|
9030
|
-
deprecate :CallbackUrl, :none,
|
9031
|
-
deprecate :CallbackUrl=, :none,
|
9057
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
9058
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
9032
9059
|
|
9033
9060
|
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)
|
9034
9061
|
@FileIds = fileids
|
@@ -9254,8 +9281,8 @@ module TencentCloud
|
|
9254
9281
|
|
9255
9282
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
9256
9283
|
extend Gem::Deprecate
|
9257
|
-
deprecate :CallbackUrl, :none,
|
9258
|
-
deprecate :CallbackUrl=, :none,
|
9284
|
+
deprecate :CallbackUrl, :none, 2025, 1
|
9285
|
+
deprecate :CallbackUrl=, :none, 2025, 1
|
9259
9286
|
|
9260
9287
|
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)
|
9261
9288
|
@FlowName = flowname
|
@@ -9646,8 +9673,8 @@ module TencentCloud
|
|
9646
9673
|
|
9647
9674
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
9648
9675
|
extend Gem::Deprecate
|
9649
|
-
deprecate :Operator, :none,
|
9650
|
-
deprecate :Operator=, :none,
|
9676
|
+
deprecate :Operator, :none, 2025, 1
|
9677
|
+
deprecate :Operator=, :none, 2025, 1
|
9651
9678
|
|
9652
9679
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
9653
9680
|
@Agent = agent
|
@@ -10203,8 +10230,8 @@ module TencentCloud
|
|
10203
10230
|
|
10204
10231
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
10205
10232
|
extend Gem::Deprecate
|
10206
|
-
deprecate :Operator, :none,
|
10207
|
-
deprecate :Operator=, :none,
|
10233
|
+
deprecate :Operator, :none, 2025, 1
|
10234
|
+
deprecate :Operator=, :none, 2025, 1
|
10208
10235
|
|
10209
10236
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
10210
10237
|
@Agent = agent
|
@@ -10317,6 +10344,33 @@ module TencentCloud
|
|
10317
10344
|
end
|
10318
10345
|
end
|
10319
10346
|
|
10347
|
+
# 企业认证可选项,其中包括 社会信用代码是否一致,企业名称是否一致,法人是否一致等信息。
|
10348
|
+
# 代表生成链接的时候指定的这些信息不能被用户修改。
|
10349
|
+
|
10350
|
+
# p.s. 注意这些选项一旦传递,相关的信息也不会被上传的营业执照里面包含的信息所覆盖。
|
10351
|
+
class OrganizationAuthorizationOptions < TencentCloud::Common::AbstractModel
|
10352
|
+
# @param UniformSocialCreditCodeSame: 对方打开链接认证时,对方填写的营业执照的社会信用代码是否与接口上传上来的要保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>
|
10353
|
+
# @type UniformSocialCreditCodeSame: Boolean
|
10354
|
+
# @param OrganizationNameSame: 对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在企业名称不为空时有效
|
10355
|
+
# @type OrganizationNameSame: Boolean
|
10356
|
+
# @param LegalNameSame: 对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在法人姓名不为空时有效
|
10357
|
+
# @type LegalNameSame: Boolean
|
10358
|
+
|
10359
|
+
attr_accessor :UniformSocialCreditCodeSame, :OrganizationNameSame, :LegalNameSame
|
10360
|
+
|
10361
|
+
def initialize(uniformsocialcreditcodesame=nil, organizationnamesame=nil, legalnamesame=nil)
|
10362
|
+
@UniformSocialCreditCodeSame = uniformsocialcreditcodesame
|
10363
|
+
@OrganizationNameSame = organizationnamesame
|
10364
|
+
@LegalNameSame = legalnamesame
|
10365
|
+
end
|
10366
|
+
|
10367
|
+
def deserialize(params)
|
10368
|
+
@UniformSocialCreditCodeSame = params['UniformSocialCreditCodeSame']
|
10369
|
+
@OrganizationNameSame = params['OrganizationNameSame']
|
10370
|
+
@LegalNameSame = params['LegalNameSame']
|
10371
|
+
end
|
10372
|
+
end
|
10373
|
+
|
10320
10374
|
# 企业认证信息参数, 需要保证这些参数跟营业执照中的信息一致。
|
10321
10375
|
class OrganizationCommonInfo < TencentCloud::Common::AbstractModel
|
10322
10376
|
# @param OrganizationName: 组织机构名称。
|
@@ -10417,10 +10471,10 @@ module TencentCloud
|
|
10417
10471
|
|
10418
10472
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
10419
10473
|
extend Gem::Deprecate
|
10420
|
-
deprecate :ClientIp, :none,
|
10421
|
-
deprecate :ClientIp=, :none,
|
10422
|
-
deprecate :ProxyIp, :none,
|
10423
|
-
deprecate :ProxyIp=, :none,
|
10474
|
+
deprecate :ClientIp, :none, 2025, 1
|
10475
|
+
deprecate :ClientIp=, :none, 2025, 1
|
10476
|
+
deprecate :ProxyIp, :none, 2025, 1
|
10477
|
+
deprecate :ProxyIp=, :none, 2025, 1
|
10424
10478
|
|
10425
10479
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
10426
10480
|
@OrganizationOpenId = organizationopenid
|
@@ -10647,8 +10701,8 @@ module TencentCloud
|
|
10647
10701
|
|
10648
10702
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
10649
10703
|
extend Gem::Deprecate
|
10650
|
-
deprecate :Operator, :none,
|
10651
|
-
deprecate :Operator=, :none,
|
10704
|
+
deprecate :Operator, :none, 2025, 1
|
10705
|
+
deprecate :Operator=, :none, 2025, 1
|
10652
10706
|
|
10653
10707
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
10654
10708
|
@Agent = agent
|
@@ -11242,8 +11296,8 @@ module TencentCloud
|
|
11242
11296
|
|
11243
11297
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
11244
11298
|
extend Gem::Deprecate
|
11245
|
-
deprecate :CustomUserId, :none,
|
11246
|
-
deprecate :CustomUserId=, :none,
|
11299
|
+
deprecate :CustomUserId, :none, 2025, 1
|
11300
|
+
deprecate :CustomUserId=, :none, 2025, 1
|
11247
11301
|
|
11248
11302
|
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)
|
11249
11303
|
@SignUrl = signurl
|
@@ -11418,8 +11472,8 @@ module TencentCloud
|
|
11418
11472
|
|
11419
11473
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
11420
11474
|
extend Gem::Deprecate
|
11421
|
-
deprecate :Operator, :none,
|
11422
|
-
deprecate :Operator=, :none,
|
11475
|
+
deprecate :Operator, :none, 2025, 1
|
11476
|
+
deprecate :Operator=, :none, 2025, 1
|
11423
11477
|
|
11424
11478
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
11425
11479
|
@Agent = agent
|
@@ -11520,8 +11574,8 @@ module TencentCloud
|
|
11520
11574
|
|
11521
11575
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
11522
11576
|
extend Gem::Deprecate
|
11523
|
-
deprecate :Operator, :none,
|
11524
|
-
deprecate :Operator=, :none,
|
11577
|
+
deprecate :Operator, :none, 2025, 1
|
11578
|
+
deprecate :Operator=, :none, 2025, 1
|
11525
11579
|
|
11526
11580
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
11527
11581
|
@Agent = agent
|
@@ -11665,8 +11719,8 @@ module TencentCloud
|
|
11665
11719
|
|
11666
11720
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
11667
11721
|
extend Gem::Deprecate
|
11668
|
-
deprecate :IsPromoter, :none,
|
11669
|
-
deprecate :IsPromoter=, :none,
|
11722
|
+
deprecate :IsPromoter, :none, 2025, 1
|
11723
|
+
deprecate :IsPromoter=, :none, 2025, 1
|
11670
11724
|
|
11671
11725
|
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)
|
11672
11726
|
@TemplateId = templateid
|
@@ -11777,8 +11831,8 @@ module TencentCloud
|
|
11777
11831
|
|
11778
11832
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
11779
11833
|
extend Gem::Deprecate
|
11780
|
-
deprecate :Operator, :none,
|
11781
|
-
deprecate :Operator=, :none,
|
11834
|
+
deprecate :Operator, :none, 2025, 1
|
11835
|
+
deprecate :Operator=, :none, 2025, 1
|
11782
11836
|
|
11783
11837
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
11784
11838
|
@Agent = agent
|
@@ -11901,14 +11955,14 @@ module TencentCloud
|
|
11901
11955
|
|
11902
11956
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
11903
11957
|
extend Gem::Deprecate
|
11904
|
-
deprecate :Channel, :none,
|
11905
|
-
deprecate :Channel=, :none,
|
11906
|
-
deprecate :CustomUserId, :none,
|
11907
|
-
deprecate :CustomUserId=, :none,
|
11908
|
-
deprecate :ClientIp, :none,
|
11909
|
-
deprecate :ClientIp=, :none,
|
11910
|
-
deprecate :ProxyIp, :none,
|
11911
|
-
deprecate :ProxyIp=, :none,
|
11958
|
+
deprecate :Channel, :none, 2025, 1
|
11959
|
+
deprecate :Channel=, :none, 2025, 1
|
11960
|
+
deprecate :CustomUserId, :none, 2025, 1
|
11961
|
+
deprecate :CustomUserId=, :none, 2025, 1
|
11962
|
+
deprecate :ClientIp, :none, 2025, 1
|
11963
|
+
deprecate :ClientIp=, :none, 2025, 1
|
11964
|
+
deprecate :ProxyIp, :none, 2025, 1
|
11965
|
+
deprecate :ProxyIp=, :none, 2025, 1
|
11912
11966
|
|
11913
11967
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
11914
11968
|
@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.973
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|