tencentcloud-sdk-essbasic 3.0.793 → 3.0.795
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +122 -124
- 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: 7e56f303e2100ce7bebb81885ad9e52fb95210b3
|
|
4
|
+
data.tar.gz: aabaefc41d8dfb6c906ac4b9e5d88abfa99d75a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4faa2315c17cd6cd2002cd9e8eda7d19347379d621a601596e420a2dadf830a1e7d3150ade059298252210236d7b62b7ef28b54d9d61eaa37ef923ec89c11068
|
|
7
|
+
data.tar.gz: 29c88081a446758e00ec6167ab0e6696f7347b73318641f5e727811013d14f24f9e5ca1a4f62ee397bf6750cd894efd5dabd09cfbea79f525a7d711274b14df9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.795
|
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, 4
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 4
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -523,8 +523,8 @@ module TencentCloud
|
|
|
523
523
|
|
|
524
524
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
525
525
|
extend Gem::Deprecate
|
|
526
|
-
deprecate :Operator, :none, 2024,
|
|
527
|
-
deprecate :Operator=, :none, 2024,
|
|
526
|
+
deprecate :Operator, :none, 2024, 4
|
|
527
|
+
deprecate :Operator=, :none, 2024, 4
|
|
528
528
|
|
|
529
529
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
530
530
|
@Agent = agent
|
|
@@ -695,8 +695,8 @@ module TencentCloud
|
|
|
695
695
|
|
|
696
696
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
697
697
|
extend Gem::Deprecate
|
|
698
|
-
deprecate :Operator, :none, 2024,
|
|
699
|
-
deprecate :Operator=, :none, 2024,
|
|
698
|
+
deprecate :Operator, :none, 2024, 4
|
|
699
|
+
deprecate :Operator=, :none, 2024, 4
|
|
700
700
|
|
|
701
701
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
702
702
|
@FlowId = flowid
|
|
@@ -756,8 +756,8 @@ module TencentCloud
|
|
|
756
756
|
|
|
757
757
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
758
758
|
extend Gem::Deprecate
|
|
759
|
-
deprecate :Operator, :none, 2024,
|
|
760
|
-
deprecate :Operator=, :none, 2024,
|
|
759
|
+
deprecate :Operator, :none, 2024, 4
|
|
760
|
+
deprecate :Operator=, :none, 2024, 4
|
|
761
761
|
|
|
762
762
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
763
763
|
@Agent = agent
|
|
@@ -867,8 +867,8 @@ module TencentCloud
|
|
|
867
867
|
|
|
868
868
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
869
869
|
extend Gem::Deprecate
|
|
870
|
-
deprecate :Operator, :none, 2024,
|
|
871
|
-
deprecate :Operator=, :none, 2024,
|
|
870
|
+
deprecate :Operator, :none, 2024, 4
|
|
871
|
+
deprecate :Operator=, :none, 2024, 4
|
|
872
872
|
|
|
873
873
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
874
874
|
@Agent = agent
|
|
@@ -1177,8 +1177,8 @@ module TencentCloud
|
|
|
1177
1177
|
|
|
1178
1178
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1179
1179
|
extend Gem::Deprecate
|
|
1180
|
-
deprecate :Operator, :none, 2024,
|
|
1181
|
-
deprecate :Operator=, :none, 2024,
|
|
1180
|
+
deprecate :Operator, :none, 2024, 4
|
|
1181
|
+
deprecate :Operator=, :none, 2024, 4
|
|
1182
1182
|
|
|
1183
1183
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1184
1184
|
@Agent = agent
|
|
@@ -1255,10 +1255,10 @@ module TencentCloud
|
|
|
1255
1255
|
|
|
1256
1256
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1257
1257
|
extend Gem::Deprecate
|
|
1258
|
-
deprecate :Operator, :none, 2024,
|
|
1259
|
-
deprecate :Operator=, :none, 2024,
|
|
1260
|
-
deprecate :Organization, :none, 2024,
|
|
1261
|
-
deprecate :Organization=, :none, 2024,
|
|
1258
|
+
deprecate :Operator, :none, 2024, 4
|
|
1259
|
+
deprecate :Operator=, :none, 2024, 4
|
|
1260
|
+
deprecate :Organization, :none, 2024, 4
|
|
1261
|
+
deprecate :Organization=, :none, 2024, 4
|
|
1262
1262
|
|
|
1263
1263
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1264
1264
|
@Agent = agent
|
|
@@ -1361,8 +1361,8 @@ module TencentCloud
|
|
|
1361
1361
|
|
|
1362
1362
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
|
|
1363
1363
|
extend Gem::Deprecate
|
|
1364
|
-
deprecate :Operator, :none, 2024,
|
|
1365
|
-
deprecate :Operator=, :none, 2024,
|
|
1364
|
+
deprecate :Operator, :none, 2024, 4
|
|
1365
|
+
deprecate :Operator=, :none, 2024, 4
|
|
1366
1366
|
|
|
1367
1367
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
|
|
1368
1368
|
@Agent = agent
|
|
@@ -1601,8 +1601,8 @@ module TencentCloud
|
|
|
1601
1601
|
|
|
1602
1602
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
|
1603
1603
|
extend Gem::Deprecate
|
|
1604
|
-
deprecate :Operator, :none, 2024,
|
|
1605
|
-
deprecate :Operator=, :none, 2024,
|
|
1604
|
+
deprecate :Operator, :none, 2024, 4
|
|
1605
|
+
deprecate :Operator=, :none, 2024, 4
|
|
1606
1606
|
|
|
1607
1607
|
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)
|
|
1608
1608
|
@Agent = agent
|
|
@@ -1742,8 +1742,8 @@ module TencentCloud
|
|
|
1742
1742
|
|
|
1743
1743
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
1744
1744
|
extend Gem::Deprecate
|
|
1745
|
-
deprecate :Operator, :none, 2024,
|
|
1746
|
-
deprecate :Operator=, :none, 2024,
|
|
1745
|
+
deprecate :Operator, :none, 2024, 4
|
|
1746
|
+
deprecate :Operator=, :none, 2024, 4
|
|
1747
1747
|
|
|
1748
1748
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
1749
1749
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2084,10 +2084,10 @@ module TencentCloud
|
|
|
2084
2084
|
|
|
2085
2085
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2086
2086
|
extend Gem::Deprecate
|
|
2087
|
-
deprecate :Operator, :none, 2024,
|
|
2088
|
-
deprecate :Operator=, :none, 2024,
|
|
2089
|
-
deprecate :Organization, :none, 2024,
|
|
2090
|
-
deprecate :Organization=, :none, 2024,
|
|
2087
|
+
deprecate :Operator, :none, 2024, 4
|
|
2088
|
+
deprecate :Operator=, :none, 2024, 4
|
|
2089
|
+
deprecate :Organization, :none, 2024, 4
|
|
2090
|
+
deprecate :Organization=, :none, 2024, 4
|
|
2091
2091
|
|
|
2092
2092
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2093
2093
|
@Agent = agent
|
|
@@ -2190,12 +2190,12 @@ module TencentCloud
|
|
|
2190
2190
|
|
|
2191
2191
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
|
2192
2192
|
extend Gem::Deprecate
|
|
2193
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2194
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2195
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
2196
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
2197
|
-
deprecate :Operator, :none, 2024,
|
|
2198
|
-
deprecate :Operator=, :none, 2024,
|
|
2193
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
2194
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
2195
|
+
deprecate :ApproverRestrictions, :none, 2024, 4
|
|
2196
|
+
deprecate :ApproverRestrictions=, :none, 2024, 4
|
|
2197
|
+
deprecate :Operator, :none, 2024, 4
|
|
2198
|
+
deprecate :Operator=, :none, 2024, 4
|
|
2199
2199
|
|
|
2200
2200
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
|
2201
2201
|
@Agent = agent
|
|
@@ -2432,12 +2432,12 @@ module TencentCloud
|
|
|
2432
2432
|
|
|
2433
2433
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
|
2434
2434
|
extend Gem::Deprecate
|
|
2435
|
-
deprecate :NeedPreview, :none, 2024,
|
|
2436
|
-
deprecate :NeedPreview=, :none, 2024,
|
|
2437
|
-
deprecate :Organization, :none, 2024,
|
|
2438
|
-
deprecate :Organization=, :none, 2024,
|
|
2439
|
-
deprecate :Operator, :none, 2024,
|
|
2440
|
-
deprecate :Operator=, :none, 2024,
|
|
2435
|
+
deprecate :NeedPreview, :none, 2024, 4
|
|
2436
|
+
deprecate :NeedPreview=, :none, 2024, 4
|
|
2437
|
+
deprecate :Organization, :none, 2024, 4
|
|
2438
|
+
deprecate :Organization=, :none, 2024, 4
|
|
2439
|
+
deprecate :Operator, :none, 2024, 4
|
|
2440
|
+
deprecate :Operator=, :none, 2024, 4
|
|
2441
2441
|
|
|
2442
2442
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
|
2443
2443
|
@ResourceType = resourcetype
|
|
@@ -2658,12 +2658,12 @@ module TencentCloud
|
|
|
2658
2658
|
|
|
2659
2659
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
2660
2660
|
extend Gem::Deprecate
|
|
2661
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2662
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2663
|
-
deprecate :Organization, :none, 2024,
|
|
2664
|
-
deprecate :Organization=, :none, 2024,
|
|
2665
|
-
deprecate :Operator, :none, 2024,
|
|
2666
|
-
deprecate :Operator=, :none, 2024,
|
|
2661
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
2662
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
2663
|
+
deprecate :Organization, :none, 2024, 4
|
|
2664
|
+
deprecate :Organization=, :none, 2024, 4
|
|
2665
|
+
deprecate :Operator, :none, 2024, 4
|
|
2666
|
+
deprecate :Operator=, :none, 2024, 4
|
|
2667
2667
|
|
|
2668
2668
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
2669
2669
|
@Agent = agent
|
|
@@ -2824,10 +2824,10 @@ module TencentCloud
|
|
|
2824
2824
|
|
|
2825
2825
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
|
2826
2826
|
extend Gem::Deprecate
|
|
2827
|
-
deprecate :Operator, :none, 2024,
|
|
2828
|
-
deprecate :Operator=, :none, 2024,
|
|
2829
|
-
deprecate :Organization, :none, 2024,
|
|
2830
|
-
deprecate :Organization=, :none, 2024,
|
|
2827
|
+
deprecate :Operator, :none, 2024, 4
|
|
2828
|
+
deprecate :Operator=, :none, 2024, 4
|
|
2829
|
+
deprecate :Organization, :none, 2024, 4
|
|
2830
|
+
deprecate :Organization=, :none, 2024, 4
|
|
2831
2831
|
|
|
2832
2832
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
|
2833
2833
|
@Agent = agent
|
|
@@ -3087,8 +3087,8 @@ module TencentCloud
|
|
|
3087
3087
|
|
|
3088
3088
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3089
3089
|
extend Gem::Deprecate
|
|
3090
|
-
deprecate :Operator, :none, 2024,
|
|
3091
|
-
deprecate :Operator=, :none, 2024,
|
|
3090
|
+
deprecate :Operator, :none, 2024, 4
|
|
3091
|
+
deprecate :Operator=, :none, 2024, 4
|
|
3092
3092
|
|
|
3093
3093
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3094
3094
|
@Agent = agent
|
|
@@ -3253,8 +3253,8 @@ module TencentCloud
|
|
|
3253
3253
|
|
|
3254
3254
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3255
3255
|
extend Gem::Deprecate
|
|
3256
|
-
deprecate :Operator, :none, 2024,
|
|
3257
|
-
deprecate :Operator=, :none, 2024,
|
|
3256
|
+
deprecate :Operator, :none, 2024, 4
|
|
3257
|
+
deprecate :Operator=, :none, 2024, 4
|
|
3258
3258
|
|
|
3259
3259
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3260
3260
|
@Agent = agent
|
|
@@ -3316,10 +3316,10 @@ module TencentCloud
|
|
|
3316
3316
|
|
|
3317
3317
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3318
3318
|
extend Gem::Deprecate
|
|
3319
|
-
deprecate :Organization, :none, 2024,
|
|
3320
|
-
deprecate :Organization=, :none, 2024,
|
|
3321
|
-
deprecate :Operator, :none, 2024,
|
|
3322
|
-
deprecate :Operator=, :none, 2024,
|
|
3319
|
+
deprecate :Organization, :none, 2024, 4
|
|
3320
|
+
deprecate :Organization=, :none, 2024, 4
|
|
3321
|
+
deprecate :Operator, :none, 2024, 4
|
|
3322
|
+
deprecate :Operator=, :none, 2024, 4
|
|
3323
3323
|
|
|
3324
3324
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3325
3325
|
@Agent = agent
|
|
@@ -3487,8 +3487,8 @@ module TencentCloud
|
|
|
3487
3487
|
|
|
3488
3488
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3489
3489
|
extend Gem::Deprecate
|
|
3490
|
-
deprecate :Operator, :none, 2024,
|
|
3491
|
-
deprecate :Operator=, :none, 2024,
|
|
3490
|
+
deprecate :Operator, :none, 2024, 4
|
|
3491
|
+
deprecate :Operator=, :none, 2024, 4
|
|
3492
3492
|
|
|
3493
3493
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3494
3494
|
@Agent = agent
|
|
@@ -3748,8 +3748,8 @@ module TencentCloud
|
|
|
3748
3748
|
|
|
3749
3749
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3750
3750
|
extend Gem::Deprecate
|
|
3751
|
-
deprecate :Operator, :none, 2024,
|
|
3752
|
-
deprecate :Operator=, :none, 2024,
|
|
3751
|
+
deprecate :Operator, :none, 2024, 4
|
|
3752
|
+
deprecate :Operator=, :none, 2024, 4
|
|
3753
3753
|
|
|
3754
3754
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3755
3755
|
@Agent = agent
|
|
@@ -4051,10 +4051,10 @@ module TencentCloud
|
|
|
4051
4051
|
|
|
4052
4052
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
4053
4053
|
extend Gem::Deprecate
|
|
4054
|
-
deprecate :Operator, :none, 2024,
|
|
4055
|
-
deprecate :Operator=, :none, 2024,
|
|
4056
|
-
deprecate :Organization, :none, 2024,
|
|
4057
|
-
deprecate :Organization=, :none, 2024,
|
|
4054
|
+
deprecate :Operator, :none, 2024, 4
|
|
4055
|
+
deprecate :Operator=, :none, 2024, 4
|
|
4056
|
+
deprecate :Organization, :none, 2024, 4
|
|
4057
|
+
deprecate :Organization=, :none, 2024, 4
|
|
4058
4058
|
|
|
4059
4059
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
4060
4060
|
@Agent = agent
|
|
@@ -4111,8 +4111,8 @@ module TencentCloud
|
|
|
4111
4111
|
|
|
4112
4112
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
4113
4113
|
extend Gem::Deprecate
|
|
4114
|
-
deprecate :PreviewUrl, :none, 2024,
|
|
4115
|
-
deprecate :PreviewUrl=, :none, 2024,
|
|
4114
|
+
deprecate :PreviewUrl, :none, 2024, 4
|
|
4115
|
+
deprecate :PreviewUrl=, :none, 2024, 4
|
|
4116
4116
|
|
|
4117
4117
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
4118
4118
|
@TaskId = taskid
|
|
@@ -4383,8 +4383,8 @@ module TencentCloud
|
|
|
4383
4383
|
|
|
4384
4384
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
|
4385
4385
|
extend Gem::Deprecate
|
|
4386
|
-
deprecate :Operator, :none, 2024,
|
|
4387
|
-
deprecate :Operator=, :none, 2024,
|
|
4386
|
+
deprecate :Operator, :none, 2024, 4
|
|
4387
|
+
deprecate :Operator=, :none, 2024, 4
|
|
4388
4388
|
|
|
4389
4389
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
|
4390
4390
|
@Agent = agent
|
|
@@ -4444,8 +4444,8 @@ module TencentCloud
|
|
|
4444
4444
|
|
|
4445
4445
|
attr_accessor :FlowId, :Agent, :Operator
|
|
4446
4446
|
extend Gem::Deprecate
|
|
4447
|
-
deprecate :Operator, :none, 2024,
|
|
4448
|
-
deprecate :Operator=, :none, 2024,
|
|
4447
|
+
deprecate :Operator, :none, 2024, 4
|
|
4448
|
+
deprecate :Operator=, :none, 2024, 4
|
|
4449
4449
|
|
|
4450
4450
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
4451
4451
|
@FlowId = flowid
|
|
@@ -4712,15 +4712,13 @@ module TencentCloud
|
|
|
4712
4712
|
# <ul><li> <b>SIGN_SEAL</b> : 签署印章控件;</li>
|
|
4713
4713
|
# <li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
|
4714
4714
|
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
|
4715
|
-
# <li> <b>SIGN_PERSONAL_SEAL</b> : 个人签署印章控件(使用文件发起暂不支持此类型);</li>
|
|
4716
4715
|
# <li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
|
|
4717
4716
|
# <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
|
|
4718
4717
|
# <li> <b>SIGN_LEGAL_PERSON_SEAL</b> : 企业法定代表人控件。</li></ul>
|
|
4719
4718
|
|
|
4720
4719
|
# * 个人方
|
|
4721
4720
|
# <ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
|
|
4722
|
-
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
|
|
4723
|
-
# <li> <b>SIGN_PERSONAL_SEAL</b> : 个人签署印章控件(使用文件发起暂不支持此类型);</li></ul>
|
|
4721
|
+
# <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li></ul>
|
|
4724
4722
|
|
|
4725
4723
|
# 注:` 表单域的控件不能作为印章和签名控件`
|
|
4726
4724
|
# @type ComponentType: String
|
|
@@ -5078,8 +5076,8 @@ module TencentCloud
|
|
|
5078
5076
|
|
|
5079
5077
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
5080
5078
|
extend Gem::Deprecate
|
|
5081
|
-
deprecate :Operator, :none, 2024,
|
|
5082
|
-
deprecate :Operator=, :none, 2024,
|
|
5079
|
+
deprecate :Operator, :none, 2024, 4
|
|
5080
|
+
deprecate :Operator=, :none, 2024, 4
|
|
5083
5081
|
|
|
5084
5082
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
5085
5083
|
@Agent = agent
|
|
@@ -5283,8 +5281,8 @@ module TencentCloud
|
|
|
5283
5281
|
|
|
5284
5282
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl
|
|
5285
5283
|
extend Gem::Deprecate
|
|
5286
|
-
deprecate :Operator, :none, 2024,
|
|
5287
|
-
deprecate :Operator=, :none, 2024,
|
|
5284
|
+
deprecate :Operator, :none, 2024, 4
|
|
5285
|
+
deprecate :Operator=, :none, 2024, 4
|
|
5288
5286
|
|
|
5289
5287
|
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)
|
|
5290
5288
|
@Agent = agent
|
|
@@ -5534,8 +5532,8 @@ module TencentCloud
|
|
|
5534
5532
|
|
|
5535
5533
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
5536
5534
|
extend Gem::Deprecate
|
|
5537
|
-
deprecate :Operator, :none, 2024,
|
|
5538
|
-
deprecate :Operator=, :none, 2024,
|
|
5535
|
+
deprecate :Operator, :none, 2024, 4
|
|
5536
|
+
deprecate :Operator=, :none, 2024, 4
|
|
5539
5537
|
|
|
5540
5538
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
5541
5539
|
@Agent = agent
|
|
@@ -5760,8 +5758,8 @@ module TencentCloud
|
|
|
5760
5758
|
|
|
5761
5759
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
|
5762
5760
|
extend Gem::Deprecate
|
|
5763
|
-
deprecate :Operator, :none, 2024,
|
|
5764
|
-
deprecate :Operator=, :none, 2024,
|
|
5761
|
+
deprecate :Operator, :none, 2024, 4
|
|
5762
|
+
deprecate :Operator=, :none, 2024, 4
|
|
5765
5763
|
|
|
5766
5764
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
|
5767
5765
|
@Agent = agent
|
|
@@ -5914,8 +5912,8 @@ module TencentCloud
|
|
|
5914
5912
|
|
|
5915
5913
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
|
5916
5914
|
extend Gem::Deprecate
|
|
5917
|
-
deprecate :Operator, :none, 2024,
|
|
5918
|
-
deprecate :Operator=, :none, 2024,
|
|
5915
|
+
deprecate :Operator, :none, 2024, 4
|
|
5916
|
+
deprecate :Operator=, :none, 2024, 4
|
|
5919
5917
|
|
|
5920
5918
|
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)
|
|
5921
5919
|
@Agent = agent
|
|
@@ -6173,8 +6171,8 @@ module TencentCloud
|
|
|
6173
6171
|
|
|
6174
6172
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
6175
6173
|
extend Gem::Deprecate
|
|
6176
|
-
deprecate :Operator, :none, 2024,
|
|
6177
|
-
deprecate :Operator=, :none, 2024,
|
|
6174
|
+
deprecate :Operator, :none, 2024, 4
|
|
6175
|
+
deprecate :Operator=, :none, 2024, 4
|
|
6178
6176
|
|
|
6179
6177
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
6180
6178
|
@Agent = agent
|
|
@@ -6520,8 +6518,8 @@ module TencentCloud
|
|
|
6520
6518
|
|
|
6521
6519
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
6522
6520
|
extend Gem::Deprecate
|
|
6523
|
-
deprecate :Operator, :none, 2024,
|
|
6524
|
-
deprecate :Operator=, :none, 2024,
|
|
6521
|
+
deprecate :Operator, :none, 2024, 4
|
|
6522
|
+
deprecate :Operator=, :none, 2024, 4
|
|
6525
6523
|
|
|
6526
6524
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
6527
6525
|
@Agent = agent
|
|
@@ -6610,8 +6608,8 @@ module TencentCloud
|
|
|
6610
6608
|
|
|
6611
6609
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
6612
6610
|
extend Gem::Deprecate
|
|
6613
|
-
deprecate :Operator, :none, 2024,
|
|
6614
|
-
deprecate :Operator=, :none, 2024,
|
|
6611
|
+
deprecate :Operator, :none, 2024, 4
|
|
6612
|
+
deprecate :Operator=, :none, 2024, 4
|
|
6615
6613
|
|
|
6616
6614
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
6617
6615
|
@Agent = agent
|
|
@@ -6736,8 +6734,8 @@ module TencentCloud
|
|
|
6736
6734
|
|
|
6737
6735
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
|
6738
6736
|
extend Gem::Deprecate
|
|
6739
|
-
deprecate :Operator, :none, 2024,
|
|
6740
|
-
deprecate :Operator=, :none, 2024,
|
|
6737
|
+
deprecate :Operator, :none, 2024, 4
|
|
6738
|
+
deprecate :Operator=, :none, 2024, 4
|
|
6741
6739
|
|
|
6742
6740
|
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)
|
|
6743
6741
|
@Agent = agent
|
|
@@ -6849,8 +6847,8 @@ module TencentCloud
|
|
|
6849
6847
|
|
|
6850
6848
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
6851
6849
|
extend Gem::Deprecate
|
|
6852
|
-
deprecate :Operator, :none, 2024,
|
|
6853
|
-
deprecate :Operator=, :none, 2024,
|
|
6850
|
+
deprecate :Operator, :none, 2024, 4
|
|
6851
|
+
deprecate :Operator=, :none, 2024, 4
|
|
6854
6852
|
|
|
6855
6853
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
6856
6854
|
@Agent = agent
|
|
@@ -7409,7 +7407,7 @@ module TencentCloud
|
|
|
7409
7407
|
# <li> **2** :签署密码</li>
|
|
7410
7408
|
# <li> **3** :运营商三要素</li></ul>
|
|
7411
7409
|
|
|
7412
|
-
# 默认为1(人脸认证 ),2(签署密码)
|
|
7410
|
+
# 默认为1(人脸认证 ),2(签署密码),3(运营商三要素)
|
|
7413
7411
|
|
|
7414
7412
|
# 注:
|
|
7415
7413
|
# 1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
|
|
@@ -7461,8 +7459,8 @@ module TencentCloud
|
|
|
7461
7459
|
|
|
7462
7460
|
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
|
|
7463
7461
|
extend Gem::Deprecate
|
|
7464
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
7465
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
7462
|
+
deprecate :CallbackUrl, :none, 2024, 4
|
|
7463
|
+
deprecate :CallbackUrl=, :none, 2024, 4
|
|
7466
7464
|
|
|
7467
7465
|
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)
|
|
7468
7466
|
@Name = name
|
|
@@ -8338,8 +8336,8 @@ module TencentCloud
|
|
|
8338
8336
|
|
|
8339
8337
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
8340
8338
|
extend Gem::Deprecate
|
|
8341
|
-
deprecate :Operator, :none, 2024,
|
|
8342
|
-
deprecate :Operator=, :none, 2024,
|
|
8339
|
+
deprecate :Operator, :none, 2024, 4
|
|
8340
|
+
deprecate :Operator=, :none, 2024, 4
|
|
8343
8341
|
|
|
8344
8342
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
8345
8343
|
@Agent = agent
|
|
@@ -8888,8 +8886,8 @@ module TencentCloud
|
|
|
8888
8886
|
|
|
8889
8887
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
8890
8888
|
extend Gem::Deprecate
|
|
8891
|
-
deprecate :Operator, :none, 2024,
|
|
8892
|
-
deprecate :Operator=, :none, 2024,
|
|
8889
|
+
deprecate :Operator, :none, 2024, 4
|
|
8890
|
+
deprecate :Operator=, :none, 2024, 4
|
|
8893
8891
|
|
|
8894
8892
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
8895
8893
|
@Agent = agent
|
|
@@ -9017,10 +9015,10 @@ module TencentCloud
|
|
|
9017
9015
|
|
|
9018
9016
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
9019
9017
|
extend Gem::Deprecate
|
|
9020
|
-
deprecate :ClientIp, :none, 2024,
|
|
9021
|
-
deprecate :ClientIp=, :none, 2024,
|
|
9022
|
-
deprecate :ProxyIp, :none, 2024,
|
|
9023
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
9018
|
+
deprecate :ClientIp, :none, 2024, 4
|
|
9019
|
+
deprecate :ClientIp=, :none, 2024, 4
|
|
9020
|
+
deprecate :ProxyIp, :none, 2024, 4
|
|
9021
|
+
deprecate :ProxyIp=, :none, 2024, 4
|
|
9024
9022
|
|
|
9025
9023
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
9026
9024
|
@OrganizationOpenId = organizationopenid
|
|
@@ -9249,8 +9247,8 @@ module TencentCloud
|
|
|
9249
9247
|
|
|
9250
9248
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
9251
9249
|
extend Gem::Deprecate
|
|
9252
|
-
deprecate :Operator, :none, 2024,
|
|
9253
|
-
deprecate :Operator=, :none, 2024,
|
|
9250
|
+
deprecate :Operator, :none, 2024, 4
|
|
9251
|
+
deprecate :Operator=, :none, 2024, 4
|
|
9254
9252
|
|
|
9255
9253
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
9256
9254
|
@Agent = agent
|
|
@@ -9806,8 +9804,8 @@ module TencentCloud
|
|
|
9806
9804
|
|
|
9807
9805
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
9808
9806
|
extend Gem::Deprecate
|
|
9809
|
-
deprecate :CustomUserId, :none, 2024,
|
|
9810
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
9807
|
+
deprecate :CustomUserId, :none, 2024, 4
|
|
9808
|
+
deprecate :CustomUserId=, :none, 2024, 4
|
|
9811
9809
|
|
|
9812
9810
|
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)
|
|
9813
9811
|
@SignUrl = signurl
|
|
@@ -9980,8 +9978,8 @@ module TencentCloud
|
|
|
9980
9978
|
|
|
9981
9979
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
9982
9980
|
extend Gem::Deprecate
|
|
9983
|
-
deprecate :Operator, :none, 2024,
|
|
9984
|
-
deprecate :Operator=, :none, 2024,
|
|
9981
|
+
deprecate :Operator, :none, 2024, 4
|
|
9982
|
+
deprecate :Operator=, :none, 2024, 4
|
|
9985
9983
|
|
|
9986
9984
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
9987
9985
|
@Agent = agent
|
|
@@ -10082,8 +10080,8 @@ module TencentCloud
|
|
|
10082
10080
|
|
|
10083
10081
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
10084
10082
|
extend Gem::Deprecate
|
|
10085
|
-
deprecate :Operator, :none, 2024,
|
|
10086
|
-
deprecate :Operator=, :none, 2024,
|
|
10083
|
+
deprecate :Operator, :none, 2024, 4
|
|
10084
|
+
deprecate :Operator=, :none, 2024, 4
|
|
10087
10085
|
|
|
10088
10086
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
10089
10087
|
@Agent = agent
|
|
@@ -10215,8 +10213,8 @@ module TencentCloud
|
|
|
10215
10213
|
|
|
10216
10214
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
|
10217
10215
|
extend Gem::Deprecate
|
|
10218
|
-
deprecate :IsPromoter, :none, 2024,
|
|
10219
|
-
deprecate :IsPromoter=, :none, 2024,
|
|
10216
|
+
deprecate :IsPromoter, :none, 2024, 4
|
|
10217
|
+
deprecate :IsPromoter=, :none, 2024, 4
|
|
10220
10218
|
|
|
10221
10219
|
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)
|
|
10222
10220
|
@TemplateId = templateid
|
|
@@ -10323,8 +10321,8 @@ module TencentCloud
|
|
|
10323
10321
|
|
|
10324
10322
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
10325
10323
|
extend Gem::Deprecate
|
|
10326
|
-
deprecate :Operator, :none, 2024,
|
|
10327
|
-
deprecate :Operator=, :none, 2024,
|
|
10324
|
+
deprecate :Operator, :none, 2024, 4
|
|
10325
|
+
deprecate :Operator=, :none, 2024, 4
|
|
10328
10326
|
|
|
10329
10327
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
10330
10328
|
@Agent = agent
|
|
@@ -10447,14 +10445,14 @@ module TencentCloud
|
|
|
10447
10445
|
|
|
10448
10446
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
10449
10447
|
extend Gem::Deprecate
|
|
10450
|
-
deprecate :Channel, :none, 2024,
|
|
10451
|
-
deprecate :Channel=, :none, 2024,
|
|
10452
|
-
deprecate :CustomUserId, :none, 2024,
|
|
10453
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
10454
|
-
deprecate :ClientIp, :none, 2024,
|
|
10455
|
-
deprecate :ClientIp=, :none, 2024,
|
|
10456
|
-
deprecate :ProxyIp, :none, 2024,
|
|
10457
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
10448
|
+
deprecate :Channel, :none, 2024, 4
|
|
10449
|
+
deprecate :Channel=, :none, 2024, 4
|
|
10450
|
+
deprecate :CustomUserId, :none, 2024, 4
|
|
10451
|
+
deprecate :CustomUserId=, :none, 2024, 4
|
|
10452
|
+
deprecate :ClientIp, :none, 2024, 4
|
|
10453
|
+
deprecate :ClientIp=, :none, 2024, 4
|
|
10454
|
+
deprecate :ProxyIp, :none, 2024, 4
|
|
10455
|
+
deprecate :ProxyIp=, :none, 2024, 4
|
|
10458
10456
|
|
|
10459
10457
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
10460
10458
|
@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.795
|
|
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-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|