tencentcloud-sdk-essbasic 3.0.951 → 3.0.953
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 +242 -134
- 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: ed14fff6460b9e41811257bb2418279ebeeb46a1
|
4
|
+
data.tar.gz: d154b321b073f3fb778f3437b254d5285a971201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0938b460f94d6cfd28bc4cac283c4a5c3fdbae2a46f026824317124e2bb006e09d10e1705f05c756bc0a2532a8bd0d775e89d9f2c2d7878fac1a665482f9746
|
7
|
+
data.tar.gz: a9978c7976a626920486b04ce7a7eb58f5b09b3bbb3c8b96a8364b5aa7623b4aad60220e46f43fe0903929f16d6627ddf718a5e5d4a8e004eb86f43e46836c55
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.953
|
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, 2024,
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2024,
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2024, 12
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 12
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -329,8 +329,8 @@ module TencentCloud
|
|
329
329
|
|
330
330
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
331
331
|
extend Gem::Deprecate
|
332
|
-
deprecate :CallbackUrl, :none, 2024,
|
333
|
-
deprecate :CallbackUrl=, :none, 2024,
|
332
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
333
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
334
334
|
|
335
335
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
336
336
|
@UserInfo = userinfo
|
@@ -549,8 +549,8 @@ module TencentCloud
|
|
549
549
|
|
550
550
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
551
551
|
extend Gem::Deprecate
|
552
|
-
deprecate :Operator, :none, 2024,
|
553
|
-
deprecate :Operator=, :none, 2024,
|
552
|
+
deprecate :Operator, :none, 2024, 12
|
553
|
+
deprecate :Operator=, :none, 2024, 12
|
554
554
|
|
555
555
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
556
556
|
@Agent = agent
|
@@ -721,8 +721,8 @@ module TencentCloud
|
|
721
721
|
|
722
722
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
723
723
|
extend Gem::Deprecate
|
724
|
-
deprecate :Operator, :none, 2024,
|
725
|
-
deprecate :Operator=, :none, 2024,
|
724
|
+
deprecate :Operator, :none, 2024, 12
|
725
|
+
deprecate :Operator=, :none, 2024, 12
|
726
726
|
|
727
727
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
728
728
|
@FlowId = flowid
|
@@ -782,8 +782,8 @@ module TencentCloud
|
|
782
782
|
|
783
783
|
attr_accessor :Agent, :QrCodeId, :Operator
|
784
784
|
extend Gem::Deprecate
|
785
|
-
deprecate :Operator, :none, 2024,
|
786
|
-
deprecate :Operator=, :none, 2024,
|
785
|
+
deprecate :Operator, :none, 2024, 12
|
786
|
+
deprecate :Operator=, :none, 2024, 12
|
787
787
|
|
788
788
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
789
789
|
@Agent = agent
|
@@ -893,8 +893,8 @@ module TencentCloud
|
|
893
893
|
|
894
894
|
attr_accessor :Agent, :FlowIds, :Operator
|
895
895
|
extend Gem::Deprecate
|
896
|
-
deprecate :Operator, :none, 2024,
|
897
|
-
deprecate :Operator=, :none, 2024,
|
896
|
+
deprecate :Operator, :none, 2024, 12
|
897
|
+
deprecate :Operator=, :none, 2024, 12
|
898
898
|
|
899
899
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
900
900
|
@Agent = agent
|
@@ -1262,8 +1262,8 @@ module TencentCloud
|
|
1262
1262
|
|
1263
1263
|
attr_accessor :Agent, :FlowIds, :Operator
|
1264
1264
|
extend Gem::Deprecate
|
1265
|
-
deprecate :Operator, :none, 2024,
|
1266
|
-
deprecate :Operator=, :none, 2024,
|
1265
|
+
deprecate :Operator, :none, 2024, 12
|
1266
|
+
deprecate :Operator=, :none, 2024, 12
|
1267
1267
|
|
1268
1268
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1269
1269
|
@Agent = agent
|
@@ -1340,10 +1340,10 @@ module TencentCloud
|
|
1340
1340
|
|
1341
1341
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1342
1342
|
extend Gem::Deprecate
|
1343
|
-
deprecate :Operator, :none, 2024,
|
1344
|
-
deprecate :Operator=, :none, 2024,
|
1345
|
-
deprecate :Organization, :none, 2024,
|
1346
|
-
deprecate :Organization=, :none, 2024,
|
1343
|
+
deprecate :Operator, :none, 2024, 12
|
1344
|
+
deprecate :Operator=, :none, 2024, 12
|
1345
|
+
deprecate :Organization, :none, 2024, 12
|
1346
|
+
deprecate :Organization=, :none, 2024, 12
|
1347
1347
|
|
1348
1348
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1349
1349
|
@Agent = agent
|
@@ -1454,8 +1454,8 @@ module TencentCloud
|
|
1454
1454
|
|
1455
1455
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1456
1456
|
extend Gem::Deprecate
|
1457
|
-
deprecate :Operator, :none, 2024,
|
1458
|
-
deprecate :Operator=, :none, 2024,
|
1457
|
+
deprecate :Operator, :none, 2024, 12
|
1458
|
+
deprecate :Operator=, :none, 2024, 12
|
1459
1459
|
|
1460
1460
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1461
1461
|
@Agent = agent
|
@@ -1703,10 +1703,10 @@ module TencentCloud
|
|
1703
1703
|
|
1704
1704
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType
|
1705
1705
|
extend Gem::Deprecate
|
1706
|
-
deprecate :CallbackUrl, :none, 2024,
|
1707
|
-
deprecate :CallbackUrl=, :none, 2024,
|
1708
|
-
deprecate :Operator, :none, 2024,
|
1709
|
-
deprecate :Operator=, :none, 2024,
|
1706
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
1707
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
1708
|
+
deprecate :Operator, :none, 2024, 12
|
1709
|
+
deprecate :Operator=, :none, 2024, 12
|
1710
1710
|
|
1711
1711
|
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)
|
1712
1712
|
@Agent = agent
|
@@ -1848,8 +1848,8 @@ module TencentCloud
|
|
1848
1848
|
|
1849
1849
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
1850
1850
|
extend Gem::Deprecate
|
1851
|
-
deprecate :Operator, :none, 2024,
|
1852
|
-
deprecate :Operator=, :none, 2024,
|
1851
|
+
deprecate :Operator, :none, 2024, 12
|
1852
|
+
deprecate :Operator=, :none, 2024, 12
|
1853
1853
|
|
1854
1854
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
1855
1855
|
@FlowFileInfos = flowfileinfos
|
@@ -2194,10 +2194,10 @@ module TencentCloud
|
|
2194
2194
|
|
2195
2195
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2196
2196
|
extend Gem::Deprecate
|
2197
|
-
deprecate :Operator, :none, 2024,
|
2198
|
-
deprecate :Operator=, :none, 2024,
|
2199
|
-
deprecate :Organization, :none, 2024,
|
2200
|
-
deprecate :Organization=, :none, 2024,
|
2197
|
+
deprecate :Operator, :none, 2024, 12
|
2198
|
+
deprecate :Operator=, :none, 2024, 12
|
2199
|
+
deprecate :Organization, :none, 2024, 12
|
2200
|
+
deprecate :Organization=, :none, 2024, 12
|
2201
2201
|
|
2202
2202
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2203
2203
|
@Agent = agent
|
@@ -2304,12 +2304,12 @@ module TencentCloud
|
|
2304
2304
|
|
2305
2305
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
2306
2306
|
extend Gem::Deprecate
|
2307
|
-
deprecate :CallbackUrl, :none, 2024,
|
2308
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2309
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
2310
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
2311
|
-
deprecate :Operator, :none, 2024,
|
2312
|
-
deprecate :Operator=, :none, 2024,
|
2307
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
2308
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
2309
|
+
deprecate :ApproverRestrictions, :none, 2024, 12
|
2310
|
+
deprecate :ApproverRestrictions=, :none, 2024, 12
|
2311
|
+
deprecate :Operator, :none, 2024, 12
|
2312
|
+
deprecate :Operator=, :none, 2024, 12
|
2313
2313
|
|
2314
2314
|
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)
|
2315
2315
|
@Agent = agent
|
@@ -2555,12 +2555,12 @@ module TencentCloud
|
|
2555
2555
|
|
2556
2556
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2557
2557
|
extend Gem::Deprecate
|
2558
|
-
deprecate :NeedPreview, :none, 2024,
|
2559
|
-
deprecate :NeedPreview=, :none, 2024,
|
2560
|
-
deprecate :Organization, :none, 2024,
|
2561
|
-
deprecate :Organization=, :none, 2024,
|
2562
|
-
deprecate :Operator, :none, 2024,
|
2563
|
-
deprecate :Operator=, :none, 2024,
|
2558
|
+
deprecate :NeedPreview, :none, 2024, 12
|
2559
|
+
deprecate :NeedPreview=, :none, 2024, 12
|
2560
|
+
deprecate :Organization, :none, 2024, 12
|
2561
|
+
deprecate :Organization=, :none, 2024, 12
|
2562
|
+
deprecate :Operator, :none, 2024, 12
|
2563
|
+
deprecate :Operator=, :none, 2024, 12
|
2564
2564
|
|
2565
2565
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2566
2566
|
@ResourceType = resourcetype
|
@@ -2784,12 +2784,12 @@ module TencentCloud
|
|
2784
2784
|
|
2785
2785
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2786
2786
|
extend Gem::Deprecate
|
2787
|
-
deprecate :CallbackUrl, :none, 2024,
|
2788
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2789
|
-
deprecate :Organization, :none, 2024,
|
2790
|
-
deprecate :Organization=, :none, 2024,
|
2791
|
-
deprecate :Operator, :none, 2024,
|
2792
|
-
deprecate :Operator=, :none, 2024,
|
2787
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
2788
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
2789
|
+
deprecate :Organization, :none, 2024, 12
|
2790
|
+
deprecate :Organization=, :none, 2024, 12
|
2791
|
+
deprecate :Operator, :none, 2024, 12
|
2792
|
+
deprecate :Operator=, :none, 2024, 12
|
2793
2793
|
|
2794
2794
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2795
2795
|
@Agent = agent
|
@@ -2950,10 +2950,10 @@ module TencentCloud
|
|
2950
2950
|
|
2951
2951
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
2952
2952
|
extend Gem::Deprecate
|
2953
|
-
deprecate :Operator, :none, 2024,
|
2954
|
-
deprecate :Operator=, :none, 2024,
|
2955
|
-
deprecate :Organization, :none, 2024,
|
2956
|
-
deprecate :Organization=, :none, 2024,
|
2953
|
+
deprecate :Operator, :none, 2024, 12
|
2954
|
+
deprecate :Operator=, :none, 2024, 12
|
2955
|
+
deprecate :Organization, :none, 2024, 12
|
2956
|
+
deprecate :Organization=, :none, 2024, 12
|
2957
2957
|
|
2958
2958
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
2959
2959
|
@Agent = agent
|
@@ -3217,8 +3217,8 @@ module TencentCloud
|
|
3217
3217
|
|
3218
3218
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3219
3219
|
extend Gem::Deprecate
|
3220
|
-
deprecate :Operator, :none, 2024,
|
3221
|
-
deprecate :Operator=, :none, 2024,
|
3220
|
+
deprecate :Operator, :none, 2024, 12
|
3221
|
+
deprecate :Operator=, :none, 2024, 12
|
3222
3222
|
|
3223
3223
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3224
3224
|
@Agent = agent
|
@@ -3383,8 +3383,8 @@ module TencentCloud
|
|
3383
3383
|
|
3384
3384
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3385
3385
|
extend Gem::Deprecate
|
3386
|
-
deprecate :Operator, :none, 2024,
|
3387
|
-
deprecate :Operator=, :none, 2024,
|
3386
|
+
deprecate :Operator, :none, 2024, 12
|
3387
|
+
deprecate :Operator=, :none, 2024, 12
|
3388
3388
|
|
3389
3389
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3390
3390
|
@Agent = agent
|
@@ -3446,10 +3446,10 @@ module TencentCloud
|
|
3446
3446
|
|
3447
3447
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3448
3448
|
extend Gem::Deprecate
|
3449
|
-
deprecate :Organization, :none, 2024,
|
3450
|
-
deprecate :Organization=, :none, 2024,
|
3451
|
-
deprecate :Operator, :none, 2024,
|
3452
|
-
deprecate :Operator=, :none, 2024,
|
3449
|
+
deprecate :Organization, :none, 2024, 12
|
3450
|
+
deprecate :Organization=, :none, 2024, 12
|
3451
|
+
deprecate :Operator, :none, 2024, 12
|
3452
|
+
deprecate :Operator=, :none, 2024, 12
|
3453
3453
|
|
3454
3454
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3455
3455
|
@Agent = agent
|
@@ -3677,8 +3677,8 @@ module TencentCloud
|
|
3677
3677
|
|
3678
3678
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3679
3679
|
extend Gem::Deprecate
|
3680
|
-
deprecate :Operator, :none, 2024,
|
3681
|
-
deprecate :Operator=, :none, 2024,
|
3680
|
+
deprecate :Operator, :none, 2024, 12
|
3681
|
+
deprecate :Operator=, :none, 2024, 12
|
3682
3682
|
|
3683
3683
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3684
3684
|
@Agent = agent
|
@@ -3934,8 +3934,8 @@ module TencentCloud
|
|
3934
3934
|
|
3935
3935
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3936
3936
|
extend Gem::Deprecate
|
3937
|
-
deprecate :Operator, :none, 2024,
|
3938
|
-
deprecate :Operator=, :none, 2024,
|
3937
|
+
deprecate :Operator, :none, 2024, 12
|
3938
|
+
deprecate :Operator=, :none, 2024, 12
|
3939
3939
|
|
3940
3940
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3941
3941
|
@Agent = agent
|
@@ -4239,10 +4239,10 @@ module TencentCloud
|
|
4239
4239
|
|
4240
4240
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4241
4241
|
extend Gem::Deprecate
|
4242
|
-
deprecate :Operator, :none, 2024,
|
4243
|
-
deprecate :Operator=, :none, 2024,
|
4244
|
-
deprecate :Organization, :none, 2024,
|
4245
|
-
deprecate :Organization=, :none, 2024,
|
4242
|
+
deprecate :Operator, :none, 2024, 12
|
4243
|
+
deprecate :Operator=, :none, 2024, 12
|
4244
|
+
deprecate :Organization, :none, 2024, 12
|
4245
|
+
deprecate :Organization=, :none, 2024, 12
|
4246
4246
|
|
4247
4247
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4248
4248
|
@Agent = agent
|
@@ -4299,8 +4299,8 @@ module TencentCloud
|
|
4299
4299
|
|
4300
4300
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4301
4301
|
extend Gem::Deprecate
|
4302
|
-
deprecate :PreviewUrl, :none, 2024,
|
4303
|
-
deprecate :PreviewUrl=, :none, 2024,
|
4302
|
+
deprecate :PreviewUrl, :none, 2024, 12
|
4303
|
+
deprecate :PreviewUrl=, :none, 2024, 12
|
4304
4304
|
|
4305
4305
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4306
4306
|
@TaskId = taskid
|
@@ -4583,8 +4583,8 @@ module TencentCloud
|
|
4583
4583
|
|
4584
4584
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4585
4585
|
extend Gem::Deprecate
|
4586
|
-
deprecate :Operator, :none, 2024,
|
4587
|
-
deprecate :Operator=, :none, 2024,
|
4586
|
+
deprecate :Operator, :none, 2024, 12
|
4587
|
+
deprecate :Operator=, :none, 2024, 12
|
4588
4588
|
|
4589
4589
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4590
4590
|
@Agent = agent
|
@@ -4644,8 +4644,8 @@ module TencentCloud
|
|
4644
4644
|
|
4645
4645
|
attr_accessor :FlowId, :Agent, :Operator
|
4646
4646
|
extend Gem::Deprecate
|
4647
|
-
deprecate :Operator, :none, 2024,
|
4648
|
-
deprecate :Operator=, :none, 2024,
|
4647
|
+
deprecate :Operator, :none, 2024, 12
|
4648
|
+
deprecate :Operator=, :none, 2024, 12
|
4649
4649
|
|
4650
4650
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4651
4651
|
@FlowId = flowid
|
@@ -4914,12 +4914,20 @@ module TencentCloud
|
|
4914
4914
|
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
4915
4915
|
# <li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
4916
4916
|
# <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
4917
|
+
# <li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
4918
|
+
# <li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
4919
|
+
# <li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
4917
4920
|
# <li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
4918
4921
|
|
4922
|
+
|
4919
4923
|
# * 个人方
|
4920
4924
|
# <ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
4921
4925
|
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
4922
|
-
# <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li
|
4926
|
+
# <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
4927
|
+
# <li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部包含最多4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
|
4928
|
+
# <li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
|
4929
|
+
# <li> <b>SIGN_SELECTOR</b> : 选择器,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作审批意见的选择</li>
|
4930
|
+
# </ul>
|
4923
4931
|
|
4924
4932
|
# 注:` 表单域的控件不能作为印章和签名控件`
|
4925
4933
|
# @type ComponentType: String
|
@@ -5015,13 +5023,113 @@ module TencentCloud
|
|
5015
5023
|
# <b>参数样例</b>:`{"Rotate":-30,"RotateRelation":"Component_Id1"}`
|
5016
5024
|
|
5017
5025
|
# <font color="red">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:
|
5018
|
-
# <ul><li> <b>Opacity</b>:印章透明度,支持范围:0
|
5026
|
+
# <ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>
|
5019
5027
|
# <b>参数样例</b>:`{"Opacity":0.7}`
|
5020
5028
|
|
5021
5029
|
# <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
5022
5030
|
# <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
5023
5031
|
# 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
5024
5032
|
# <b>参数样例</b>:` "{"IgnoreKeywordError":1}"`
|
5033
|
+
|
5034
|
+
|
5035
|
+
# <font color="red">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:
|
5036
|
+
# <ul>
|
5037
|
+
# <li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>
|
5038
|
+
# <b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
5039
|
+
# <li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
5040
|
+
# ChildrenComponent结构体定义:
|
5041
|
+
# <table border="1">
|
5042
|
+
# <thead>
|
5043
|
+
# <tr>
|
5044
|
+
# <th>字段名称</th>
|
5045
|
+
# <th>类型</th>
|
5046
|
+
# <th>描述</th>
|
5047
|
+
# </tr>
|
5048
|
+
# </thead>
|
5049
|
+
# <tbody>
|
5050
|
+
# <tr>
|
5051
|
+
# <td>ComponentType</td>
|
5052
|
+
# <td>string</td>
|
5053
|
+
# <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
|
5054
|
+
# </tr>
|
5055
|
+
# <tr>
|
5056
|
+
# <td>ComponentName</td>
|
5057
|
+
# <td>string</td>
|
5058
|
+
# <td>子控件名称</td>
|
5059
|
+
# </tr>
|
5060
|
+
# <tr>
|
5061
|
+
# <td>Placeholder</td>
|
5062
|
+
# <td>string</td>
|
5063
|
+
# <td>子控件提示语</td>
|
5064
|
+
# </tr>
|
5065
|
+
# <tr>
|
5066
|
+
# <td>ComponentOffsetX</td>
|
5067
|
+
# <td>float</td>
|
5068
|
+
# <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
|
5069
|
+
# </tr>
|
5070
|
+
# <tr>
|
5071
|
+
# <td>ComponentOffsetY</td>
|
5072
|
+
# <td>float</td>
|
5073
|
+
# <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
|
5074
|
+
# </tr>
|
5075
|
+
# <tr>
|
5076
|
+
# <td>ComponentWidth</td>
|
5077
|
+
# <td>float</td>
|
5078
|
+
# <td>控件宽</td>
|
5079
|
+
# </tr>
|
5080
|
+
# <tr>
|
5081
|
+
# <td>ComponentHeight</td>
|
5082
|
+
# <td>float</td>
|
5083
|
+
# <td>控件高</td>
|
5084
|
+
# </tr>
|
5085
|
+
# <tr>
|
5086
|
+
# <td>ComponentExtra</td>
|
5087
|
+
# <td>string</td>
|
5088
|
+
# <td>控件的附属信息,根据ComponentType设置</td>
|
5089
|
+
# </tr>
|
5090
|
+
# </tbody>
|
5091
|
+
# </table>
|
5092
|
+
# <b>参数样例</b>:
|
5093
|
+
# ```json
|
5094
|
+
# {
|
5095
|
+
# "ChildrenComponents": [
|
5096
|
+
# {
|
5097
|
+
# "ComponentType": "SIGN_SIGNATURE",
|
5098
|
+
# "ComponentName": "个人签名",
|
5099
|
+
# "Placeholder": "请签名",
|
5100
|
+
# "ComponentOffsetX": 10,
|
5101
|
+
# "ComponentOffsetY": 30,
|
5102
|
+
# "ComponentWidth": 119,
|
5103
|
+
# "ComponentHeight": 43,
|
5104
|
+
# "ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
|
5105
|
+
# },
|
5106
|
+
# {
|
5107
|
+
# "ComponentType": "SIGN_SELECTOR",
|
5108
|
+
# "ComponentName": "是否同意此协议",
|
5109
|
+
# "Placeholder": "",
|
5110
|
+
# "ComponentOffsetX": 50,
|
5111
|
+
# "ComponentOffsetY": 130,
|
5112
|
+
# "ComponentWidth": 120,
|
5113
|
+
# "ComponentHeight": 43,
|
5114
|
+
# "ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
|
5115
|
+
# },
|
5116
|
+
# {
|
5117
|
+
# "ComponentType": "SIGN_MULTI_LINE_TEXT",
|
5118
|
+
# "ComponentName": "批注附言",
|
5119
|
+
# "Placeholder": "",
|
5120
|
+
# "ComponentOffsetX": 150,
|
5121
|
+
# "ComponentOffsetY": 300,
|
5122
|
+
# "ComponentWidth": 200,
|
5123
|
+
# "ComponentHeight": 86,
|
5124
|
+
# "ComponentExtra": ""
|
5125
|
+
# }
|
5126
|
+
# ]
|
5127
|
+
# }
|
5128
|
+
# ```
|
5129
|
+
# </ul>
|
5130
|
+
|
5131
|
+
|
5132
|
+
|
5025
5133
|
# @type ComponentExtra: String
|
5026
5134
|
# @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
|
5027
5135
|
# <ul><li> <b>TEXT</b> : 文本内容</li>
|
@@ -5369,8 +5477,8 @@ module TencentCloud
|
|
5369
5477
|
|
5370
5478
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5371
5479
|
extend Gem::Deprecate
|
5372
|
-
deprecate :Operator, :none, 2024,
|
5373
|
-
deprecate :Operator=, :none, 2024,
|
5480
|
+
deprecate :Operator, :none, 2024, 12
|
5481
|
+
deprecate :Operator=, :none, 2024, 12
|
5374
5482
|
|
5375
5483
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5376
5484
|
@Agent = agent
|
@@ -5705,8 +5813,8 @@ module TencentCloud
|
|
5705
5813
|
|
5706
5814
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive
|
5707
5815
|
extend Gem::Deprecate
|
5708
|
-
deprecate :Operator, :none, 2024,
|
5709
|
-
deprecate :Operator=, :none, 2024,
|
5816
|
+
deprecate :Operator, :none, 2024, 12
|
5817
|
+
deprecate :Operator=, :none, 2024, 12
|
5710
5818
|
|
5711
5819
|
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)
|
5712
5820
|
@Agent = agent
|
@@ -6061,8 +6169,8 @@ module TencentCloud
|
|
6061
6169
|
|
6062
6170
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
6063
6171
|
extend Gem::Deprecate
|
6064
|
-
deprecate :Operator, :none, 2024,
|
6065
|
-
deprecate :Operator=, :none, 2024,
|
6172
|
+
deprecate :Operator, :none, 2024, 12
|
6173
|
+
deprecate :Operator=, :none, 2024, 12
|
6066
6174
|
|
6067
6175
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
6068
6176
|
@Agent = agent
|
@@ -6175,10 +6283,10 @@ module TencentCloud
|
|
6175
6283
|
|
6176
6284
|
attr_accessor :Agent, :Operator, :Organization
|
6177
6285
|
extend Gem::Deprecate
|
6178
|
-
deprecate :Operator, :none, 2024,
|
6179
|
-
deprecate :Operator=, :none, 2024,
|
6180
|
-
deprecate :Organization, :none, 2024,
|
6181
|
-
deprecate :Organization=, :none, 2024,
|
6286
|
+
deprecate :Operator, :none, 2024, 12
|
6287
|
+
deprecate :Operator=, :none, 2024, 12
|
6288
|
+
deprecate :Organization, :none, 2024, 12
|
6289
|
+
deprecate :Organization=, :none, 2024, 12
|
6182
6290
|
|
6183
6291
|
def initialize(agent=nil, operator=nil, organization=nil)
|
6184
6292
|
@Agent = agent
|
@@ -6456,8 +6564,8 @@ module TencentCloud
|
|
6456
6564
|
|
6457
6565
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6458
6566
|
extend Gem::Deprecate
|
6459
|
-
deprecate :Operator, :none, 2024,
|
6460
|
-
deprecate :Operator=, :none, 2024,
|
6567
|
+
deprecate :Operator, :none, 2024, 12
|
6568
|
+
deprecate :Operator=, :none, 2024, 12
|
6461
6569
|
|
6462
6570
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6463
6571
|
@Agent = agent
|
@@ -6615,8 +6723,8 @@ module TencentCloud
|
|
6615
6723
|
|
6616
6724
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
6617
6725
|
extend Gem::Deprecate
|
6618
|
-
deprecate :Operator, :none, 2024,
|
6619
|
-
deprecate :Operator=, :none, 2024,
|
6726
|
+
deprecate :Operator, :none, 2024, 12
|
6727
|
+
deprecate :Operator=, :none, 2024, 12
|
6620
6728
|
|
6621
6729
|
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)
|
6622
6730
|
@Agent = agent
|
@@ -6962,8 +7070,8 @@ module TencentCloud
|
|
6962
7070
|
|
6963
7071
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
6964
7072
|
extend Gem::Deprecate
|
6965
|
-
deprecate :Operator, :none, 2024,
|
6966
|
-
deprecate :Operator=, :none, 2024,
|
7073
|
+
deprecate :Operator, :none, 2024, 12
|
7074
|
+
deprecate :Operator=, :none, 2024, 12
|
6967
7075
|
|
6968
7076
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
6969
7077
|
@Agent = agent
|
@@ -7309,8 +7417,8 @@ module TencentCloud
|
|
7309
7417
|
|
7310
7418
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
7311
7419
|
extend Gem::Deprecate
|
7312
|
-
deprecate :Operator, :none, 2024,
|
7313
|
-
deprecate :Operator=, :none, 2024,
|
7420
|
+
deprecate :Operator, :none, 2024, 12
|
7421
|
+
deprecate :Operator=, :none, 2024, 12
|
7314
7422
|
|
7315
7423
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
7316
7424
|
@Agent = agent
|
@@ -7399,8 +7507,8 @@ module TencentCloud
|
|
7399
7507
|
|
7400
7508
|
attr_accessor :Agent, :FlowIds, :Operator
|
7401
7509
|
extend Gem::Deprecate
|
7402
|
-
deprecate :Operator, :none, 2024,
|
7403
|
-
deprecate :Operator=, :none, 2024,
|
7510
|
+
deprecate :Operator, :none, 2024, 12
|
7511
|
+
deprecate :Operator=, :none, 2024, 12
|
7404
7512
|
|
7405
7513
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
7406
7514
|
@Agent = agent
|
@@ -7525,8 +7633,8 @@ module TencentCloud
|
|
7525
7633
|
|
7526
7634
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7527
7635
|
extend Gem::Deprecate
|
7528
|
-
deprecate :Operator, :none, 2024,
|
7529
|
-
deprecate :Operator=, :none, 2024,
|
7636
|
+
deprecate :Operator, :none, 2024, 12
|
7637
|
+
deprecate :Operator=, :none, 2024, 12
|
7530
7638
|
|
7531
7639
|
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)
|
7532
7640
|
@Agent = agent
|
@@ -7638,8 +7746,8 @@ module TencentCloud
|
|
7638
7746
|
|
7639
7747
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
7640
7748
|
extend Gem::Deprecate
|
7641
|
-
deprecate :Operator, :none, 2024,
|
7642
|
-
deprecate :Operator=, :none, 2024,
|
7749
|
+
deprecate :Operator, :none, 2024, 12
|
7750
|
+
deprecate :Operator=, :none, 2024, 12
|
7643
7751
|
|
7644
7752
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
7645
7753
|
@Agent = agent
|
@@ -8256,8 +8364,8 @@ module TencentCloud
|
|
8256
8364
|
|
8257
8365
|
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
|
8258
8366
|
extend Gem::Deprecate
|
8259
|
-
deprecate :CallbackUrl, :none, 2024,
|
8260
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8367
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
8368
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
8261
8369
|
|
8262
8370
|
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)
|
8263
8371
|
@Name = name
|
@@ -8575,8 +8683,8 @@ module TencentCloud
|
|
8575
8683
|
|
8576
8684
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
8577
8685
|
extend Gem::Deprecate
|
8578
|
-
deprecate :CallbackUrl, :none, 2024,
|
8579
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8686
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
8687
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
8580
8688
|
|
8581
8689
|
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)
|
8582
8690
|
@FileIds = fileids
|
@@ -8802,8 +8910,8 @@ module TencentCloud
|
|
8802
8910
|
|
8803
8911
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
8804
8912
|
extend Gem::Deprecate
|
8805
|
-
deprecate :CallbackUrl, :none, 2024,
|
8806
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8913
|
+
deprecate :CallbackUrl, :none, 2024, 12
|
8914
|
+
deprecate :CallbackUrl=, :none, 2024, 12
|
8807
8915
|
|
8808
8916
|
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)
|
8809
8917
|
@FlowName = flowname
|
@@ -9194,8 +9302,8 @@ module TencentCloud
|
|
9194
9302
|
|
9195
9303
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
9196
9304
|
extend Gem::Deprecate
|
9197
|
-
deprecate :Operator, :none, 2024,
|
9198
|
-
deprecate :Operator=, :none, 2024,
|
9305
|
+
deprecate :Operator, :none, 2024, 12
|
9306
|
+
deprecate :Operator=, :none, 2024, 12
|
9199
9307
|
|
9200
9308
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
9201
9309
|
@Agent = agent
|
@@ -9751,8 +9859,8 @@ module TencentCloud
|
|
9751
9859
|
|
9752
9860
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
9753
9861
|
extend Gem::Deprecate
|
9754
|
-
deprecate :Operator, :none, 2024,
|
9755
|
-
deprecate :Operator=, :none, 2024,
|
9862
|
+
deprecate :Operator, :none, 2024, 12
|
9863
|
+
deprecate :Operator=, :none, 2024, 12
|
9756
9864
|
|
9757
9865
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
9758
9866
|
@Agent = agent
|
@@ -9880,10 +9988,10 @@ module TencentCloud
|
|
9880
9988
|
|
9881
9989
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
9882
9990
|
extend Gem::Deprecate
|
9883
|
-
deprecate :ClientIp, :none, 2024,
|
9884
|
-
deprecate :ClientIp=, :none, 2024,
|
9885
|
-
deprecate :ProxyIp, :none, 2024,
|
9886
|
-
deprecate :ProxyIp=, :none, 2024,
|
9991
|
+
deprecate :ClientIp, :none, 2024, 12
|
9992
|
+
deprecate :ClientIp=, :none, 2024, 12
|
9993
|
+
deprecate :ProxyIp, :none, 2024, 12
|
9994
|
+
deprecate :ProxyIp=, :none, 2024, 12
|
9887
9995
|
|
9888
9996
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
9889
9997
|
@OrganizationOpenId = organizationopenid
|
@@ -10110,8 +10218,8 @@ module TencentCloud
|
|
10110
10218
|
|
10111
10219
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
10112
10220
|
extend Gem::Deprecate
|
10113
|
-
deprecate :Operator, :none, 2024,
|
10114
|
-
deprecate :Operator=, :none, 2024,
|
10221
|
+
deprecate :Operator, :none, 2024, 12
|
10222
|
+
deprecate :Operator=, :none, 2024, 12
|
10115
10223
|
|
10116
10224
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
10117
10225
|
@Agent = agent
|
@@ -10699,8 +10807,8 @@ module TencentCloud
|
|
10699
10807
|
|
10700
10808
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
10701
10809
|
extend Gem::Deprecate
|
10702
|
-
deprecate :CustomUserId, :none, 2024,
|
10703
|
-
deprecate :CustomUserId=, :none, 2024,
|
10810
|
+
deprecate :CustomUserId, :none, 2024, 12
|
10811
|
+
deprecate :CustomUserId=, :none, 2024, 12
|
10704
10812
|
|
10705
10813
|
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)
|
10706
10814
|
@SignUrl = signurl
|
@@ -10875,8 +10983,8 @@ module TencentCloud
|
|
10875
10983
|
|
10876
10984
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
10877
10985
|
extend Gem::Deprecate
|
10878
|
-
deprecate :Operator, :none, 2024,
|
10879
|
-
deprecate :Operator=, :none, 2024,
|
10986
|
+
deprecate :Operator, :none, 2024, 12
|
10987
|
+
deprecate :Operator=, :none, 2024, 12
|
10880
10988
|
|
10881
10989
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
10882
10990
|
@Agent = agent
|
@@ -10977,8 +11085,8 @@ module TencentCloud
|
|
10977
11085
|
|
10978
11086
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
10979
11087
|
extend Gem::Deprecate
|
10980
|
-
deprecate :Operator, :none, 2024,
|
10981
|
-
deprecate :Operator=, :none, 2024,
|
11088
|
+
deprecate :Operator, :none, 2024, 12
|
11089
|
+
deprecate :Operator=, :none, 2024, 12
|
10982
11090
|
|
10983
11091
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
10984
11092
|
@Agent = agent
|
@@ -11110,8 +11218,8 @@ module TencentCloud
|
|
11110
11218
|
|
11111
11219
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
11112
11220
|
extend Gem::Deprecate
|
11113
|
-
deprecate :IsPromoter, :none, 2024,
|
11114
|
-
deprecate :IsPromoter=, :none, 2024,
|
11221
|
+
deprecate :IsPromoter, :none, 2024, 12
|
11222
|
+
deprecate :IsPromoter=, :none, 2024, 12
|
11115
11223
|
|
11116
11224
|
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)
|
11117
11225
|
@TemplateId = templateid
|
@@ -11218,8 +11326,8 @@ module TencentCloud
|
|
11218
11326
|
|
11219
11327
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
11220
11328
|
extend Gem::Deprecate
|
11221
|
-
deprecate :Operator, :none, 2024,
|
11222
|
-
deprecate :Operator=, :none, 2024,
|
11329
|
+
deprecate :Operator, :none, 2024, 12
|
11330
|
+
deprecate :Operator=, :none, 2024, 12
|
11223
11331
|
|
11224
11332
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
11225
11333
|
@Agent = agent
|
@@ -11342,14 +11450,14 @@ module TencentCloud
|
|
11342
11450
|
|
11343
11451
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
11344
11452
|
extend Gem::Deprecate
|
11345
|
-
deprecate :Channel, :none, 2024,
|
11346
|
-
deprecate :Channel=, :none, 2024,
|
11347
|
-
deprecate :CustomUserId, :none, 2024,
|
11348
|
-
deprecate :CustomUserId=, :none, 2024,
|
11349
|
-
deprecate :ClientIp, :none, 2024,
|
11350
|
-
deprecate :ClientIp=, :none, 2024,
|
11351
|
-
deprecate :ProxyIp, :none, 2024,
|
11352
|
-
deprecate :ProxyIp=, :none, 2024,
|
11453
|
+
deprecate :Channel, :none, 2024, 12
|
11454
|
+
deprecate :Channel=, :none, 2024, 12
|
11455
|
+
deprecate :CustomUserId, :none, 2024, 12
|
11456
|
+
deprecate :CustomUserId=, :none, 2024, 12
|
11457
|
+
deprecate :ClientIp, :none, 2024, 12
|
11458
|
+
deprecate :ClientIp=, :none, 2024, 12
|
11459
|
+
deprecate :ProxyIp, :none, 2024, 12
|
11460
|
+
deprecate :ProxyIp=, :none, 2024, 12
|
11353
11461
|
|
11354
11462
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
11355
11463
|
@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.953
|
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-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|