tencentcloud-sdk-essbasic 3.0.815 → 3.0.816
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/tencentcloud-sdk-essbasic.rb +3 -3
- data/lib/v20210526/models.rb +132 -123
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d1a90e645efbe4679a5988e926e4941e6fe957d
|
|
4
|
+
data.tar.gz: 973b8e119c11662a9afe52c26d37ff9f3e14ef8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f617a332bfc1044ef89475a723d065353dc0d654f78d53b409eeb87470a98e0cf13395bb46b7eb936c90e4ac98fa20c61b747dc97cde468c7b683d14924cdc6e
|
|
7
|
+
data.tar.gz: 2ccbbb181914eca9776412dfd6e81af0c29e409aa8348c68b2ee5b6bb50acb9afb2bcdbcdb5bacccd5ed09be8fc06b12debd07fba9d7be95a6d52ea65fa7f143
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.816
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20210526/client'
|
|
6
|
-
require_relative 'v20210526/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20201222/client'
|
|
9
6
|
require_relative 'v20201222/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20210526/client'
|
|
9
|
+
require_relative 'v20210526/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Essbasic
|
|
13
13
|
end
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -37,8 +37,8 @@ module TencentCloud
|
|
|
37
37
|
|
|
38
38
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
|
39
39
|
extend Gem::Deprecate
|
|
40
|
-
deprecate :ProxyOrganizationId, :none, 2024,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2024,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2024, 5
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 5
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -536,8 +536,8 @@ module TencentCloud
|
|
|
536
536
|
|
|
537
537
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
538
538
|
extend Gem::Deprecate
|
|
539
|
-
deprecate :Operator, :none, 2024,
|
|
540
|
-
deprecate :Operator=, :none, 2024,
|
|
539
|
+
deprecate :Operator, :none, 2024, 5
|
|
540
|
+
deprecate :Operator=, :none, 2024, 5
|
|
541
541
|
|
|
542
542
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
543
543
|
@Agent = agent
|
|
@@ -708,8 +708,8 @@ module TencentCloud
|
|
|
708
708
|
|
|
709
709
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
710
710
|
extend Gem::Deprecate
|
|
711
|
-
deprecate :Operator, :none, 2024,
|
|
712
|
-
deprecate :Operator=, :none, 2024,
|
|
711
|
+
deprecate :Operator, :none, 2024, 5
|
|
712
|
+
deprecate :Operator=, :none, 2024, 5
|
|
713
713
|
|
|
714
714
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
715
715
|
@FlowId = flowid
|
|
@@ -769,8 +769,8 @@ module TencentCloud
|
|
|
769
769
|
|
|
770
770
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
771
771
|
extend Gem::Deprecate
|
|
772
|
-
deprecate :Operator, :none, 2024,
|
|
773
|
-
deprecate :Operator=, :none, 2024,
|
|
772
|
+
deprecate :Operator, :none, 2024, 5
|
|
773
|
+
deprecate :Operator=, :none, 2024, 5
|
|
774
774
|
|
|
775
775
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
776
776
|
@Agent = agent
|
|
@@ -880,8 +880,8 @@ module TencentCloud
|
|
|
880
880
|
|
|
881
881
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
882
882
|
extend Gem::Deprecate
|
|
883
|
-
deprecate :Operator, :none, 2024,
|
|
884
|
-
deprecate :Operator=, :none, 2024,
|
|
883
|
+
deprecate :Operator, :none, 2024, 5
|
|
884
|
+
deprecate :Operator=, :none, 2024, 5
|
|
885
885
|
|
|
886
886
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
887
887
|
@Agent = agent
|
|
@@ -1197,8 +1197,8 @@ module TencentCloud
|
|
|
1197
1197
|
|
|
1198
1198
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1199
1199
|
extend Gem::Deprecate
|
|
1200
|
-
deprecate :Operator, :none, 2024,
|
|
1201
|
-
deprecate :Operator=, :none, 2024,
|
|
1200
|
+
deprecate :Operator, :none, 2024, 5
|
|
1201
|
+
deprecate :Operator=, :none, 2024, 5
|
|
1202
1202
|
|
|
1203
1203
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1204
1204
|
@Agent = agent
|
|
@@ -1275,10 +1275,10 @@ module TencentCloud
|
|
|
1275
1275
|
|
|
1276
1276
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1277
1277
|
extend Gem::Deprecate
|
|
1278
|
-
deprecate :Operator, :none, 2024,
|
|
1279
|
-
deprecate :Operator=, :none, 2024,
|
|
1280
|
-
deprecate :Organization, :none, 2024,
|
|
1281
|
-
deprecate :Organization=, :none, 2024,
|
|
1278
|
+
deprecate :Operator, :none, 2024, 5
|
|
1279
|
+
deprecate :Operator=, :none, 2024, 5
|
|
1280
|
+
deprecate :Organization, :none, 2024, 5
|
|
1281
|
+
deprecate :Organization=, :none, 2024, 5
|
|
1282
1282
|
|
|
1283
1283
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1284
1284
|
@Agent = agent
|
|
@@ -1381,8 +1381,8 @@ module TencentCloud
|
|
|
1381
1381
|
|
|
1382
1382
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
|
|
1383
1383
|
extend Gem::Deprecate
|
|
1384
|
-
deprecate :Operator, :none, 2024,
|
|
1385
|
-
deprecate :Operator=, :none, 2024,
|
|
1384
|
+
deprecate :Operator, :none, 2024, 5
|
|
1385
|
+
deprecate :Operator=, :none, 2024, 5
|
|
1386
1386
|
|
|
1387
1387
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
|
|
1388
1388
|
@Agent = agent
|
|
@@ -1621,8 +1621,8 @@ module TencentCloud
|
|
|
1621
1621
|
|
|
1622
1622
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
|
1623
1623
|
extend Gem::Deprecate
|
|
1624
|
-
deprecate :Operator, :none, 2024,
|
|
1625
|
-
deprecate :Operator=, :none, 2024,
|
|
1624
|
+
deprecate :Operator, :none, 2024, 5
|
|
1625
|
+
deprecate :Operator=, :none, 2024, 5
|
|
1626
1626
|
|
|
1627
1627
|
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)
|
|
1628
1628
|
@Agent = agent
|
|
@@ -1762,8 +1762,8 @@ module TencentCloud
|
|
|
1762
1762
|
|
|
1763
1763
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
1764
1764
|
extend Gem::Deprecate
|
|
1765
|
-
deprecate :Operator, :none, 2024,
|
|
1766
|
-
deprecate :Operator=, :none, 2024,
|
|
1765
|
+
deprecate :Operator, :none, 2024, 5
|
|
1766
|
+
deprecate :Operator=, :none, 2024, 5
|
|
1767
1767
|
|
|
1768
1768
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
1769
1769
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2104,10 +2104,10 @@ module TencentCloud
|
|
|
2104
2104
|
|
|
2105
2105
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2106
2106
|
extend Gem::Deprecate
|
|
2107
|
-
deprecate :Operator, :none, 2024,
|
|
2108
|
-
deprecate :Operator=, :none, 2024,
|
|
2109
|
-
deprecate :Organization, :none, 2024,
|
|
2110
|
-
deprecate :Organization=, :none, 2024,
|
|
2107
|
+
deprecate :Operator, :none, 2024, 5
|
|
2108
|
+
deprecate :Operator=, :none, 2024, 5
|
|
2109
|
+
deprecate :Organization, :none, 2024, 5
|
|
2110
|
+
deprecate :Organization=, :none, 2024, 5
|
|
2111
2111
|
|
|
2112
2112
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2113
2113
|
@Agent = agent
|
|
@@ -2210,12 +2210,12 @@ module TencentCloud
|
|
|
2210
2210
|
|
|
2211
2211
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
|
2212
2212
|
extend Gem::Deprecate
|
|
2213
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2214
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2215
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
2216
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
2217
|
-
deprecate :Operator, :none, 2024,
|
|
2218
|
-
deprecate :Operator=, :none, 2024,
|
|
2213
|
+
deprecate :CallbackUrl, :none, 2024, 5
|
|
2214
|
+
deprecate :CallbackUrl=, :none, 2024, 5
|
|
2215
|
+
deprecate :ApproverRestrictions, :none, 2024, 5
|
|
2216
|
+
deprecate :ApproverRestrictions=, :none, 2024, 5
|
|
2217
|
+
deprecate :Operator, :none, 2024, 5
|
|
2218
|
+
deprecate :Operator=, :none, 2024, 5
|
|
2219
2219
|
|
|
2220
2220
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
|
2221
2221
|
@Agent = agent
|
|
@@ -2452,12 +2452,12 @@ module TencentCloud
|
|
|
2452
2452
|
|
|
2453
2453
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
|
2454
2454
|
extend Gem::Deprecate
|
|
2455
|
-
deprecate :NeedPreview, :none, 2024,
|
|
2456
|
-
deprecate :NeedPreview=, :none, 2024,
|
|
2457
|
-
deprecate :Organization, :none, 2024,
|
|
2458
|
-
deprecate :Organization=, :none, 2024,
|
|
2459
|
-
deprecate :Operator, :none, 2024,
|
|
2460
|
-
deprecate :Operator=, :none, 2024,
|
|
2455
|
+
deprecate :NeedPreview, :none, 2024, 5
|
|
2456
|
+
deprecate :NeedPreview=, :none, 2024, 5
|
|
2457
|
+
deprecate :Organization, :none, 2024, 5
|
|
2458
|
+
deprecate :Organization=, :none, 2024, 5
|
|
2459
|
+
deprecate :Operator, :none, 2024, 5
|
|
2460
|
+
deprecate :Operator=, :none, 2024, 5
|
|
2461
2461
|
|
|
2462
2462
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
|
2463
2463
|
@ResourceType = resourcetype
|
|
@@ -2678,12 +2678,12 @@ module TencentCloud
|
|
|
2678
2678
|
|
|
2679
2679
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
2680
2680
|
extend Gem::Deprecate
|
|
2681
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2682
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2683
|
-
deprecate :Organization, :none, 2024,
|
|
2684
|
-
deprecate :Organization=, :none, 2024,
|
|
2685
|
-
deprecate :Operator, :none, 2024,
|
|
2686
|
-
deprecate :Operator=, :none, 2024,
|
|
2681
|
+
deprecate :CallbackUrl, :none, 2024, 5
|
|
2682
|
+
deprecate :CallbackUrl=, :none, 2024, 5
|
|
2683
|
+
deprecate :Organization, :none, 2024, 5
|
|
2684
|
+
deprecate :Organization=, :none, 2024, 5
|
|
2685
|
+
deprecate :Operator, :none, 2024, 5
|
|
2686
|
+
deprecate :Operator=, :none, 2024, 5
|
|
2687
2687
|
|
|
2688
2688
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
2689
2689
|
@Agent = agent
|
|
@@ -2844,10 +2844,10 @@ module TencentCloud
|
|
|
2844
2844
|
|
|
2845
2845
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
|
2846
2846
|
extend Gem::Deprecate
|
|
2847
|
-
deprecate :Operator, :none, 2024,
|
|
2848
|
-
deprecate :Operator=, :none, 2024,
|
|
2849
|
-
deprecate :Organization, :none, 2024,
|
|
2850
|
-
deprecate :Organization=, :none, 2024,
|
|
2847
|
+
deprecate :Operator, :none, 2024, 5
|
|
2848
|
+
deprecate :Operator=, :none, 2024, 5
|
|
2849
|
+
deprecate :Organization, :none, 2024, 5
|
|
2850
|
+
deprecate :Organization=, :none, 2024, 5
|
|
2851
2851
|
|
|
2852
2852
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
|
2853
2853
|
@Agent = agent
|
|
@@ -3111,8 +3111,8 @@ module TencentCloud
|
|
|
3111
3111
|
|
|
3112
3112
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3113
3113
|
extend Gem::Deprecate
|
|
3114
|
-
deprecate :Operator, :none, 2024,
|
|
3115
|
-
deprecate :Operator=, :none, 2024,
|
|
3114
|
+
deprecate :Operator, :none, 2024, 5
|
|
3115
|
+
deprecate :Operator=, :none, 2024, 5
|
|
3116
3116
|
|
|
3117
3117
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3118
3118
|
@Agent = agent
|
|
@@ -3277,8 +3277,8 @@ module TencentCloud
|
|
|
3277
3277
|
|
|
3278
3278
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3279
3279
|
extend Gem::Deprecate
|
|
3280
|
-
deprecate :Operator, :none, 2024,
|
|
3281
|
-
deprecate :Operator=, :none, 2024,
|
|
3280
|
+
deprecate :Operator, :none, 2024, 5
|
|
3281
|
+
deprecate :Operator=, :none, 2024, 5
|
|
3282
3282
|
|
|
3283
3283
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3284
3284
|
@Agent = agent
|
|
@@ -3340,10 +3340,10 @@ module TencentCloud
|
|
|
3340
3340
|
|
|
3341
3341
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3342
3342
|
extend Gem::Deprecate
|
|
3343
|
-
deprecate :Organization, :none, 2024,
|
|
3344
|
-
deprecate :Organization=, :none, 2024,
|
|
3345
|
-
deprecate :Operator, :none, 2024,
|
|
3346
|
-
deprecate :Operator=, :none, 2024,
|
|
3343
|
+
deprecate :Organization, :none, 2024, 5
|
|
3344
|
+
deprecate :Organization=, :none, 2024, 5
|
|
3345
|
+
deprecate :Operator, :none, 2024, 5
|
|
3346
|
+
deprecate :Operator=, :none, 2024, 5
|
|
3347
3347
|
|
|
3348
3348
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3349
3349
|
@Agent = agent
|
|
@@ -3510,8 +3510,8 @@ module TencentCloud
|
|
|
3510
3510
|
|
|
3511
3511
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3512
3512
|
extend Gem::Deprecate
|
|
3513
|
-
deprecate :Operator, :none, 2024,
|
|
3514
|
-
deprecate :Operator=, :none, 2024,
|
|
3513
|
+
deprecate :Operator, :none, 2024, 5
|
|
3514
|
+
deprecate :Operator=, :none, 2024, 5
|
|
3515
3515
|
|
|
3516
3516
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3517
3517
|
@Agent = agent
|
|
@@ -3771,8 +3771,8 @@ module TencentCloud
|
|
|
3771
3771
|
|
|
3772
3772
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3773
3773
|
extend Gem::Deprecate
|
|
3774
|
-
deprecate :Operator, :none, 2024,
|
|
3775
|
-
deprecate :Operator=, :none, 2024,
|
|
3774
|
+
deprecate :Operator, :none, 2024, 5
|
|
3775
|
+
deprecate :Operator=, :none, 2024, 5
|
|
3776
3776
|
|
|
3777
3777
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3778
3778
|
@Agent = agent
|
|
@@ -4074,10 +4074,10 @@ module TencentCloud
|
|
|
4074
4074
|
|
|
4075
4075
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
4076
4076
|
extend Gem::Deprecate
|
|
4077
|
-
deprecate :Operator, :none, 2024,
|
|
4078
|
-
deprecate :Operator=, :none, 2024,
|
|
4079
|
-
deprecate :Organization, :none, 2024,
|
|
4080
|
-
deprecate :Organization=, :none, 2024,
|
|
4077
|
+
deprecate :Operator, :none, 2024, 5
|
|
4078
|
+
deprecate :Operator=, :none, 2024, 5
|
|
4079
|
+
deprecate :Organization, :none, 2024, 5
|
|
4080
|
+
deprecate :Organization=, :none, 2024, 5
|
|
4081
4081
|
|
|
4082
4082
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
4083
4083
|
@Agent = agent
|
|
@@ -4134,8 +4134,8 @@ module TencentCloud
|
|
|
4134
4134
|
|
|
4135
4135
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
4136
4136
|
extend Gem::Deprecate
|
|
4137
|
-
deprecate :PreviewUrl, :none, 2024,
|
|
4138
|
-
deprecate :PreviewUrl=, :none, 2024,
|
|
4137
|
+
deprecate :PreviewUrl, :none, 2024, 5
|
|
4138
|
+
deprecate :PreviewUrl=, :none, 2024, 5
|
|
4139
4139
|
|
|
4140
4140
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
4141
4141
|
@TaskId = taskid
|
|
@@ -4406,8 +4406,8 @@ module TencentCloud
|
|
|
4406
4406
|
|
|
4407
4407
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
|
4408
4408
|
extend Gem::Deprecate
|
|
4409
|
-
deprecate :Operator, :none, 2024,
|
|
4410
|
-
deprecate :Operator=, :none, 2024,
|
|
4409
|
+
deprecate :Operator, :none, 2024, 5
|
|
4410
|
+
deprecate :Operator=, :none, 2024, 5
|
|
4411
4411
|
|
|
4412
4412
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
|
4413
4413
|
@Agent = agent
|
|
@@ -4467,8 +4467,8 @@ module TencentCloud
|
|
|
4467
4467
|
|
|
4468
4468
|
attr_accessor :FlowId, :Agent, :Operator
|
|
4469
4469
|
extend Gem::Deprecate
|
|
4470
|
-
deprecate :Operator, :none, 2024,
|
|
4471
|
-
deprecate :Operator=, :none, 2024,
|
|
4470
|
+
deprecate :Operator, :none, 2024, 5
|
|
4471
|
+
deprecate :Operator=, :none, 2024, 5
|
|
4472
4472
|
|
|
4473
4473
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
4474
4474
|
@FlowId = flowid
|
|
@@ -5097,8 +5097,8 @@ module TencentCloud
|
|
|
5097
5097
|
|
|
5098
5098
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
5099
5099
|
extend Gem::Deprecate
|
|
5100
|
-
deprecate :Operator, :none, 2024,
|
|
5101
|
-
deprecate :Operator=, :none, 2024,
|
|
5100
|
+
deprecate :Operator, :none, 2024, 5
|
|
5101
|
+
deprecate :Operator=, :none, 2024, 5
|
|
5102
5102
|
|
|
5103
5103
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
5104
5104
|
@Agent = agent
|
|
@@ -5304,8 +5304,8 @@ module TencentCloud
|
|
|
5304
5304
|
|
|
5305
5305
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus
|
|
5306
5306
|
extend Gem::Deprecate
|
|
5307
|
-
deprecate :Operator, :none, 2024,
|
|
5308
|
-
deprecate :Operator=, :none, 2024,
|
|
5307
|
+
deprecate :Operator, :none, 2024, 5
|
|
5308
|
+
deprecate :Operator=, :none, 2024, 5
|
|
5309
5309
|
|
|
5310
5310
|
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)
|
|
5311
5311
|
@Agent = agent
|
|
@@ -5557,8 +5557,8 @@ module TencentCloud
|
|
|
5557
5557
|
|
|
5558
5558
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
5559
5559
|
extend Gem::Deprecate
|
|
5560
|
-
deprecate :Operator, :none, 2024,
|
|
5561
|
-
deprecate :Operator=, :none, 2024,
|
|
5560
|
+
deprecate :Operator, :none, 2024, 5
|
|
5561
|
+
deprecate :Operator=, :none, 2024, 5
|
|
5562
5562
|
|
|
5563
5563
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
5564
5564
|
@Agent = agent
|
|
@@ -5783,8 +5783,8 @@ module TencentCloud
|
|
|
5783
5783
|
|
|
5784
5784
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
|
5785
5785
|
extend Gem::Deprecate
|
|
5786
|
-
deprecate :Operator, :none, 2024,
|
|
5787
|
-
deprecate :Operator=, :none, 2024,
|
|
5786
|
+
deprecate :Operator, :none, 2024, 5
|
|
5787
|
+
deprecate :Operator=, :none, 2024, 5
|
|
5788
5788
|
|
|
5789
5789
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
|
5790
5790
|
@Agent = agent
|
|
@@ -5943,8 +5943,8 @@ module TencentCloud
|
|
|
5943
5943
|
|
|
5944
5944
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
|
5945
5945
|
extend Gem::Deprecate
|
|
5946
|
-
deprecate :Operator, :none, 2024,
|
|
5947
|
-
deprecate :Operator=, :none, 2024,
|
|
5946
|
+
deprecate :Operator, :none, 2024, 5
|
|
5947
|
+
deprecate :Operator=, :none, 2024, 5
|
|
5948
5948
|
|
|
5949
5949
|
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)
|
|
5950
5950
|
@Agent = agent
|
|
@@ -6202,8 +6202,8 @@ module TencentCloud
|
|
|
6202
6202
|
|
|
6203
6203
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
6204
6204
|
extend Gem::Deprecate
|
|
6205
|
-
deprecate :Operator, :none, 2024,
|
|
6206
|
-
deprecate :Operator=, :none, 2024,
|
|
6205
|
+
deprecate :Operator, :none, 2024, 5
|
|
6206
|
+
deprecate :Operator=, :none, 2024, 5
|
|
6207
6207
|
|
|
6208
6208
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
6209
6209
|
@Agent = agent
|
|
@@ -6549,8 +6549,8 @@ module TencentCloud
|
|
|
6549
6549
|
|
|
6550
6550
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
6551
6551
|
extend Gem::Deprecate
|
|
6552
|
-
deprecate :Operator, :none, 2024,
|
|
6553
|
-
deprecate :Operator=, :none, 2024,
|
|
6552
|
+
deprecate :Operator, :none, 2024, 5
|
|
6553
|
+
deprecate :Operator=, :none, 2024, 5
|
|
6554
6554
|
|
|
6555
6555
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
6556
6556
|
@Agent = agent
|
|
@@ -6639,8 +6639,8 @@ module TencentCloud
|
|
|
6639
6639
|
|
|
6640
6640
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
6641
6641
|
extend Gem::Deprecate
|
|
6642
|
-
deprecate :Operator, :none, 2024,
|
|
6643
|
-
deprecate :Operator=, :none, 2024,
|
|
6642
|
+
deprecate :Operator, :none, 2024, 5
|
|
6643
|
+
deprecate :Operator=, :none, 2024, 5
|
|
6644
6644
|
|
|
6645
6645
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
6646
6646
|
@Agent = agent
|
|
@@ -6765,8 +6765,8 @@ module TencentCloud
|
|
|
6765
6765
|
|
|
6766
6766
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
|
6767
6767
|
extend Gem::Deprecate
|
|
6768
|
-
deprecate :Operator, :none, 2024,
|
|
6769
|
-
deprecate :Operator=, :none, 2024,
|
|
6768
|
+
deprecate :Operator, :none, 2024, 5
|
|
6769
|
+
deprecate :Operator=, :none, 2024, 5
|
|
6770
6770
|
|
|
6771
6771
|
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)
|
|
6772
6772
|
@Agent = agent
|
|
@@ -6878,8 +6878,8 @@ module TencentCloud
|
|
|
6878
6878
|
|
|
6879
6879
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
6880
6880
|
extend Gem::Deprecate
|
|
6881
|
-
deprecate :Operator, :none, 2024,
|
|
6882
|
-
deprecate :Operator=, :none, 2024,
|
|
6881
|
+
deprecate :Operator, :none, 2024, 5
|
|
6882
|
+
deprecate :Operator=, :none, 2024, 5
|
|
6883
6883
|
|
|
6884
6884
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
6885
6885
|
@Agent = agent
|
|
@@ -7490,8 +7490,8 @@ module TencentCloud
|
|
|
7490
7490
|
|
|
7491
7491
|
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
|
|
7492
7492
|
extend Gem::Deprecate
|
|
7493
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
7494
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
7493
|
+
deprecate :CallbackUrl, :none, 2024, 5
|
|
7494
|
+
deprecate :CallbackUrl=, :none, 2024, 5
|
|
7495
7495
|
|
|
7496
7496
|
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)
|
|
7497
7497
|
@Name = name
|
|
@@ -8410,8 +8410,8 @@ module TencentCloud
|
|
|
8410
8410
|
|
|
8411
8411
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
8412
8412
|
extend Gem::Deprecate
|
|
8413
|
-
deprecate :Operator, :none, 2024,
|
|
8414
|
-
deprecate :Operator=, :none, 2024,
|
|
8413
|
+
deprecate :Operator, :none, 2024, 5
|
|
8414
|
+
deprecate :Operator=, :none, 2024, 5
|
|
8415
8415
|
|
|
8416
8416
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
8417
8417
|
@Agent = agent
|
|
@@ -8966,8 +8966,8 @@ module TencentCloud
|
|
|
8966
8966
|
|
|
8967
8967
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
8968
8968
|
extend Gem::Deprecate
|
|
8969
|
-
deprecate :Operator, :none, 2024,
|
|
8970
|
-
deprecate :Operator=, :none, 2024,
|
|
8969
|
+
deprecate :Operator, :none, 2024, 5
|
|
8970
|
+
deprecate :Operator=, :none, 2024, 5
|
|
8971
8971
|
|
|
8972
8972
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
8973
8973
|
@Agent = agent
|
|
@@ -9095,10 +9095,10 @@ module TencentCloud
|
|
|
9095
9095
|
|
|
9096
9096
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
9097
9097
|
extend Gem::Deprecate
|
|
9098
|
-
deprecate :ClientIp, :none, 2024,
|
|
9099
|
-
deprecate :ClientIp=, :none, 2024,
|
|
9100
|
-
deprecate :ProxyIp, :none, 2024,
|
|
9101
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
9098
|
+
deprecate :ClientIp, :none, 2024, 5
|
|
9099
|
+
deprecate :ClientIp=, :none, 2024, 5
|
|
9100
|
+
deprecate :ProxyIp, :none, 2024, 5
|
|
9101
|
+
deprecate :ProxyIp=, :none, 2024, 5
|
|
9102
9102
|
|
|
9103
9103
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
9104
9104
|
@OrganizationOpenId = organizationopenid
|
|
@@ -9327,8 +9327,8 @@ module TencentCloud
|
|
|
9327
9327
|
|
|
9328
9328
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
9329
9329
|
extend Gem::Deprecate
|
|
9330
|
-
deprecate :Operator, :none, 2024,
|
|
9331
|
-
deprecate :Operator=, :none, 2024,
|
|
9330
|
+
deprecate :Operator, :none, 2024, 5
|
|
9331
|
+
deprecate :Operator=, :none, 2024, 5
|
|
9332
9332
|
|
|
9333
9333
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
9334
9334
|
@Agent = agent
|
|
@@ -9626,7 +9626,7 @@ module TencentCloud
|
|
|
9626
9626
|
# - 当指定C端签署人的签署方自定义控件别名不空时,除参数ApproverNumber外,可以只传参数ApproverSignRole。
|
|
9627
9627
|
|
|
9628
9628
|
# 如果需要指定B端(企业身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
|
|
9629
|
-
# `ApproverNumber`, `OrganizationName`, `ApproverType`必传。</br>
|
|
9629
|
+
# (`ApproverNumber`, `ReleasedApproverRecipientId`这两个二选一), `OrganizationName`, `ApproverType`必传。</br>
|
|
9630
9630
|
# 对于其他身份标识:
|
|
9631
9631
|
# - **子客企业指定经办人**:OpenId必传,OrganizationOpenId必传;
|
|
9632
9632
|
# - **非子客企业经办人**:Name、Mobile必传。
|
|
@@ -9638,6 +9638,9 @@ module TencentCloud
|
|
|
9638
9638
|
# <ul><li> **ORGANIZATION**:企业(默认值)</li>
|
|
9639
9639
|
# <li> **ENTERPRISESERVER**:企业静默签</li></ul>
|
|
9640
9640
|
# @type ApproverType: String
|
|
9641
|
+
# @param ReleasedApproverRecipientId: 签署人在原合同中的RecipientId,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/DescribeFlowDetailInfo" target="_blank">DescribeFlowDetailInfo</a>接口查看原流程中的签署人信息,可参考返回结构体<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#flowapproverdetail" target="_blank">FlowApproverDetail</a>中的RecipientId。
|
|
9642
|
+
# **注意**:当指定了此参数后,ApproverNumber即失效,会以本参数作为原合同参与人的选取。与ApproverNumber二选一。
|
|
9643
|
+
# @type ReleasedApproverRecipientId: String
|
|
9641
9644
|
# @param Name: 签署人姓名,最大长度50个字。
|
|
9642
9645
|
# @type Name: String
|
|
9643
9646
|
# @param IdCardType: 签署方经办人的证件类型,支持以下类型
|
|
@@ -9671,12 +9674,15 @@ module TencentCloud
|
|
|
9671
9674
|
# @param ApproverSignRole: 参与方在合同中的角色是按照创建合同的时候来排序的,解除协议默认会将第一个参与人叫`甲方`,第二个叫`乙方`, 第三个叫`丙方`,以此类推。
|
|
9672
9675
|
# 如果需改动此参与人的角色名字,可用此字段指定,由汉字,英文字符,数字组成,最大20个字。
|
|
9673
9676
|
# @type ApproverSignRole: String
|
|
9677
|
+
# @param ApproverSignSealId: 印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署
|
|
9678
|
+
# @type ApproverSignSealId: String
|
|
9674
9679
|
|
|
9675
|
-
attr_accessor :ApproverNumber, :ApproverType, :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :OrganizationOpenId, :OpenId, :ApproverSignComponentType, :ApproverSignRole
|
|
9680
|
+
attr_accessor :ApproverNumber, :ApproverType, :ReleasedApproverRecipientId, :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :OrganizationOpenId, :OpenId, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId
|
|
9676
9681
|
|
|
9677
|
-
def initialize(approvernumber=nil, approvertype=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, organizationopenid=nil, openid=nil, approversigncomponenttype=nil, approversignrole=nil)
|
|
9682
|
+
def initialize(approvernumber=nil, approvertype=nil, releasedapproverrecipientid=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, organizationopenid=nil, openid=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil)
|
|
9678
9683
|
@ApproverNumber = approvernumber
|
|
9679
9684
|
@ApproverType = approvertype
|
|
9685
|
+
@ReleasedApproverRecipientId = releasedapproverrecipientid
|
|
9680
9686
|
@Name = name
|
|
9681
9687
|
@IdCardType = idcardtype
|
|
9682
9688
|
@IdCardNumber = idcardnumber
|
|
@@ -9686,11 +9692,13 @@ module TencentCloud
|
|
|
9686
9692
|
@OpenId = openid
|
|
9687
9693
|
@ApproverSignComponentType = approversigncomponenttype
|
|
9688
9694
|
@ApproverSignRole = approversignrole
|
|
9695
|
+
@ApproverSignSealId = approversignsealid
|
|
9689
9696
|
end
|
|
9690
9697
|
|
|
9691
9698
|
def deserialize(params)
|
|
9692
9699
|
@ApproverNumber = params['ApproverNumber']
|
|
9693
9700
|
@ApproverType = params['ApproverType']
|
|
9701
|
+
@ReleasedApproverRecipientId = params['ReleasedApproverRecipientId']
|
|
9694
9702
|
@Name = params['Name']
|
|
9695
9703
|
@IdCardType = params['IdCardType']
|
|
9696
9704
|
@IdCardNumber = params['IdCardNumber']
|
|
@@ -9700,6 +9708,7 @@ module TencentCloud
|
|
|
9700
9708
|
@OpenId = params['OpenId']
|
|
9701
9709
|
@ApproverSignComponentType = params['ApproverSignComponentType']
|
|
9702
9710
|
@ApproverSignRole = params['ApproverSignRole']
|
|
9711
|
+
@ApproverSignSealId = params['ApproverSignSealId']
|
|
9703
9712
|
end
|
|
9704
9713
|
end
|
|
9705
9714
|
|
|
@@ -9888,8 +9897,8 @@ module TencentCloud
|
|
|
9888
9897
|
|
|
9889
9898
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
9890
9899
|
extend Gem::Deprecate
|
|
9891
|
-
deprecate :CustomUserId, :none, 2024,
|
|
9892
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
9900
|
+
deprecate :CustomUserId, :none, 2024, 5
|
|
9901
|
+
deprecate :CustomUserId=, :none, 2024, 5
|
|
9893
9902
|
|
|
9894
9903
|
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)
|
|
9895
9904
|
@SignUrl = signurl
|
|
@@ -10062,8 +10071,8 @@ module TencentCloud
|
|
|
10062
10071
|
|
|
10063
10072
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
10064
10073
|
extend Gem::Deprecate
|
|
10065
|
-
deprecate :Operator, :none, 2024,
|
|
10066
|
-
deprecate :Operator=, :none, 2024,
|
|
10074
|
+
deprecate :Operator, :none, 2024, 5
|
|
10075
|
+
deprecate :Operator=, :none, 2024, 5
|
|
10067
10076
|
|
|
10068
10077
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
10069
10078
|
@Agent = agent
|
|
@@ -10164,8 +10173,8 @@ module TencentCloud
|
|
|
10164
10173
|
|
|
10165
10174
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
10166
10175
|
extend Gem::Deprecate
|
|
10167
|
-
deprecate :Operator, :none, 2024,
|
|
10168
|
-
deprecate :Operator=, :none, 2024,
|
|
10176
|
+
deprecate :Operator, :none, 2024, 5
|
|
10177
|
+
deprecate :Operator=, :none, 2024, 5
|
|
10169
10178
|
|
|
10170
10179
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
10171
10180
|
@Agent = agent
|
|
@@ -10297,8 +10306,8 @@ module TencentCloud
|
|
|
10297
10306
|
|
|
10298
10307
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
|
10299
10308
|
extend Gem::Deprecate
|
|
10300
|
-
deprecate :IsPromoter, :none, 2024,
|
|
10301
|
-
deprecate :IsPromoter=, :none, 2024,
|
|
10309
|
+
deprecate :IsPromoter, :none, 2024, 5
|
|
10310
|
+
deprecate :IsPromoter=, :none, 2024, 5
|
|
10302
10311
|
|
|
10303
10312
|
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)
|
|
10304
10313
|
@TemplateId = templateid
|
|
@@ -10405,8 +10414,8 @@ module TencentCloud
|
|
|
10405
10414
|
|
|
10406
10415
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
10407
10416
|
extend Gem::Deprecate
|
|
10408
|
-
deprecate :Operator, :none, 2024,
|
|
10409
|
-
deprecate :Operator=, :none, 2024,
|
|
10417
|
+
deprecate :Operator, :none, 2024, 5
|
|
10418
|
+
deprecate :Operator=, :none, 2024, 5
|
|
10410
10419
|
|
|
10411
10420
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
10412
10421
|
@Agent = agent
|
|
@@ -10529,14 +10538,14 @@ module TencentCloud
|
|
|
10529
10538
|
|
|
10530
10539
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
10531
10540
|
extend Gem::Deprecate
|
|
10532
|
-
deprecate :Channel, :none, 2024,
|
|
10533
|
-
deprecate :Channel=, :none, 2024,
|
|
10534
|
-
deprecate :CustomUserId, :none, 2024,
|
|
10535
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
10536
|
-
deprecate :ClientIp, :none, 2024,
|
|
10537
|
-
deprecate :ClientIp=, :none, 2024,
|
|
10538
|
-
deprecate :ProxyIp, :none, 2024,
|
|
10539
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
10541
|
+
deprecate :Channel, :none, 2024, 5
|
|
10542
|
+
deprecate :Channel=, :none, 2024, 5
|
|
10543
|
+
deprecate :CustomUserId, :none, 2024, 5
|
|
10544
|
+
deprecate :CustomUserId=, :none, 2024, 5
|
|
10545
|
+
deprecate :ClientIp, :none, 2024, 5
|
|
10546
|
+
deprecate :ClientIp=, :none, 2024, 5
|
|
10547
|
+
deprecate :ProxyIp, :none, 2024, 5
|
|
10548
|
+
deprecate :ProxyIp=, :none, 2024, 5
|
|
10540
10549
|
|
|
10541
10550
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
10542
10551
|
@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.816
|
|
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-05-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-essbasic.rb
|
|
37
|
-
- lib/v20210526/models.rb
|
|
38
|
-
- lib/v20210526/client.rb
|
|
39
|
-
- lib/v20201222/models.rb
|
|
40
37
|
- lib/v20201222/client.rb
|
|
38
|
+
- lib/v20201222/models.rb
|
|
39
|
+
- lib/v20210526/client.rb
|
|
40
|
+
- lib/v20210526/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|